소스 검색

fix: GPL v2 and e-mail

micha 3 년 전
부모
커밋
a88f8a087e
5개의 변경된 파일18개의 추가작업 그리고 23개의 파일을 삭제
  1. 2 3
      apcmini.py
  2. 2 3
      console.py
  3. 6 7
      lib/chat.py
  4. 6 7
      lib/motion.py
  5. 2 3
      lib/simplemidi_wraper.py

+ 2 - 3
apcmini.py

@@ -6,8 +6,7 @@ This file is part of librelight.
 
 librelight 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.
+the Free Software Foundation, version 2 of the License.
 
 librelight is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,7 +16,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with librelight.  If not, see <http://www.gnu.org/licenses/>.
 
-(c) micha.rathfelder@gmail.com
+(c) micha@uxsrv.de
 """
 
 

+ 2 - 3
console.py

@@ -6,8 +6,7 @@ This file is part of LibreLight.
 
 LibreLight 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.
+the Free Software Foundation, version 2 of the License.
 
 LibreLight is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,7 +16,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with LibreLight.  If not, see <http://www.gnu.org/licenses/>.
 
-(c) 2012 micha.rathfelder@gmail.com
+(c) 2012 micha@uxsrv.de
 """
 import sys
 if "__file__" in dir():

+ 6 - 7
lib/chat.py

@@ -2,22 +2,21 @@
 # -*- coding: utf-8 -*-
 
 """
-This file is part of grandPA.
+This file is part of librelight.
 
-grandPA is free software: you can redistribute it and/or modify
+librelight 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.
+the Free Software Foundation, version 2 of the License.
 
-grandPA is distributed in the hope that it will be useful,
+librelight 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 grandPA.  If not, see <http://www.gnu.org/licenses/>.
+along with librelight.  If not, see <http://www.gnu.org/licenses/>.
 
-(c) 2012 micha.rathfelder@gmail.com
+(c) 2012 micha@uxsrv.de
 """
 
 import socket

+ 6 - 7
lib/motion.py

@@ -2,22 +2,21 @@
 # -*- coding: utf-8 -*-
 
 """
-This file is part of grandPA.
+This file is part of librelight.
 
-grandPA is free software: you can redistribute it and/or modify
+librelight 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.
+the Free Software Foundation, version 2 of the License.
 
-grandPA is distributed in the hope that it will be useful,
+librelight 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 grandPA.  If not, see <http://www.gnu.org/licenses/>.
+along with librelight.  If not, see <http://www.gnu.org/licenses/>.
 
-(c) 2012 micha.rathfelder@gmail.com
+(c) 2012 micha@uxsrv.de
 """
 import math, random
 import time,json

+ 2 - 3
lib/simplemidi_wraper.py

@@ -6,8 +6,7 @@ This file is part of LibreLight.
 
 LibreLight 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.
+the Free Software Foundation, version 2 of the License.
 
 LibreLight is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,7 +16,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with LibreLight.  If not, see <http://www.gnu.org/licenses/>.
 
-(c) 2012 micha.rathfelder@gmail.com
+(c) 2012 micha@uxsrv.de
 """
 
 # file descriptor on linux /dev/midi1