diff options
Diffstat (limited to 'src/fan/fan.c')
-rw-r--r-- | src/fan/fan.c | 8 |
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> |