From d47169b3175a564a22de716510ed5e2bf30b6815 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Thu, 2 Aug 2012 09:19:00 +0200 Subject: Add GPLv2 license file and GPLv2+ headers to all files --- src/fan/fan.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/fan/fan.h') diff --git a/src/fan/fan.h b/src/fan/fan.h index a2da25c..316f65c 100644 --- a/src/fan/fan.h +++ b/src/fan/fan.h @@ -1,19 +1,20 @@ -/* This file is part of cmpiCura_FanProvider. +/* + * Copyright (C) 2012 Michal Minar * - * cmpiCura_FanProvider is free software: you can redistribute it and/or - * modify it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. * - * cmpiCura_FanProvider is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with cmpiCura_FanProvider. If not, see - * . + * along with this program; if not, see . */ + #ifndef LINUX_FAN_H_ #define LINUX_FAN_H_ -- cgit