some cleanups:

- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file

Conflicts:

	pyfpdb/Database.py
	pyfpdb/DerivedStats.py
	pyfpdb/SQL.py
	pyfpdb/SummaryEverleaf.py
	pyfpdb/TournamentTracker.py
	pyfpdb/Tourney.py
	run_fpdb.py
This commit is contained in:
Worros
2010-07-05 12:17:08 +08:00
parent 6b95c46b27
commit 4577cfbfa2
79 changed files with 1503 additions and 295 deletions
+2 -4
View File
@@ -1,7 +1,6 @@
#!/bin/sh
#Copyright 2008 Steffen Jobbagy-Felso
#Copyright 2009 Ray E. Barker
#Copyright 2008-2010 Steffen Schaumburg, Ray E. Barker
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU Affero General Public License as published by
#the Free Software Foundation, version 3 of the License.
@@ -13,8 +12,7 @@
#
#You should have received a copy of the GNU Affero General Public License
#along with this program. If not, see <http://www.gnu.org/licenses/>.
#In the "official" distribution you can find the license in
#agpl-3.0.txt in the docs folder of the package.
#In the "official" distribution you can find the license in agpl-3.0.txt.
# This script prepares the compressed distribution files for
# uploading to sourceforge.
+16 -1
View File
@@ -1,4 +1,19 @@
#!/usr/bin/python
#!/usr/bin/python2
# -*- coding: utf-8 -*-
#Copyright 2009-2010 Ray E. Barker
#This program is free software: you can redistribute it and/or modify
#it under the terms of the GNU Affero General Public License as published by
#the Free Software Foundation, 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 Affero General Public License
#along with this program. If not, see <http://www.gnu.org/licenses/>.
#In the "official" distribution you can find the license in agpl-3.0.txt.
import re