summaryrefslogtreecommitdiffstats
path: root/src/fan/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fan/fan.c')
-rw-r--r--src/fan/fan.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/fan/fan.c b/src/fan/fan.c
index 4ce9495..04a74a0 100644
--- a/src/fan/fan.c
+++ b/src/fan/fan.c
@@ -1,19 +1,20 @@
-/* This file is part of cmpiCura_FanProvider.
+/*
+ * Copyright (C) 2012 Michal Minar <miminar@redhat.com>
*
- * 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
- * <http://www.gnu.org/licenses/>.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>