Răsfoiți Sursa

removed some nonsense from license headers

Malte Veerman 6 ani în urmă
părinte
comite
546ef84aba

+ 0 - 1
import/src/fancontrolaction.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/guibase.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/pwmfan.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/pwmfan.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/pwmfanmodel.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/pwmfanmodel.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/temp.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/temp.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/tempmodel.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/src/tempmodel.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/fantest.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  <copyright holder> <email>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/loadertest.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  <copyright holder> <email>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/pwmfantest.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  <copyright holder> <email>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/temptest.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  <copyright holder> <email>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/testfan.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 6 - 7
import/tests/testfan.h

@@ -1,7 +1,6 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
- * 
+ *
  * 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
@@ -9,15 +8,15 @@
  * accepted by the membership of KDE e.V. (or its successor approved
  * by the membership of KDE e.V.), which shall act as a proxy
  * defined in Section 14 of version 3 of the license.
- * 
+ *
  * 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
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * 
+ *
  */
 
 #ifndef TESTFAN_H
@@ -35,9 +34,9 @@ using namespace Fancontrol;
 class TestFan : public Fan
 {
     Q_OBJECT
-    
+
 public:
-    
+
     explicit TestFan(QString *rpmString, uint index = 0, Hwmon *parent = Q_NULLPTR);
 };
 

+ 0 - 1
import/tests/testpwmfan.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
import/tests/testpwmfan.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 4 - 5
import/tests/testtemp.cpp

@@ -1,7 +1,6 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
- * 
+ *
  * 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
@@ -9,15 +8,15 @@
  * accepted by the membership of KDE e.V. (or its successor approved
  * by the membership of KDE e.V.), which shall act as a proxy
  * defined in Section 14 of version 3 of the license.
- * 
+ *
  * 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
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * 
+ *
  */
 
 #include "testtemp.h"

+ 0 - 1
import/tests/testtemp.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the program's name and a brief idea of what it does.>
  * Copyright 2016  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
kcm/src/fancontrolkcm.cpp

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or

+ 0 - 1
kcm/src/fancontrolkcm.h

@@ -1,5 +1,4 @@
 /*
- * <one line to give the library's name and an idea of what it does.>
  * Copyright 2015  Malte Veerman <malte.veerman@gmail.com>
  *
  * This program is free software; you can redistribute it and/or