summaryrefslogtreecommitdiffstats
path: root/src/fan/fan.c
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-31 10:56:04 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-31 10:56:04 +0200
commit2c830a0bafaa573f005246195071076dac468ccd (patch)
tree876f19d4863950913e882445573dfe31b960538b /src/fan/fan.c
parent81550f470d8224582867054a221445626393d58b (diff)
downloadopenlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.tar.gz
openlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.tar.xz
openlmi-providers-2c830a0bafaa573f005246195071076dac468ccd.zip
Replace all Linux_ prefixes with Cura_ prefixes.
Diffstat (limited to 'src/fan/fan.c')
-rw-r--r--src/fan/fan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fan/fan.c b/src/fan/fan.c
index e8e9559..4ce9495 100644
--- a/src/fan/fan.c
+++ b/src/fan/fan.c
@@ -1,17 +1,17 @@
-/* This file is part of cmpiLinux_FanProvider.
+/* This file is part of cmpiCura_FanProvider.
*
- * cmpiLinux_FanProvider is free software: you can redistribute it and/or
+ * 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.
*
- * cmpiLinux_FanProvider is distributed in the hope that it will be useful,
+ * cmpiCura_FanProvider 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
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with cmpiLinux_FanProvider. If not, see
+ * along with cmpiCura_FanProvider. If not, see
* <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>