[damned-lies] Fixed bug #721544 -- Removed old FSF address



commit da6171ef70062e4157016ec51b585c047331b557
Author: Claude Paroz <claude 2xlibre net>
Date:   Sun Jan 5 16:50:28 2014 +0100

    Fixed bug #721544 -- Removed old FSF address

 common/templatetags/list_to_columns.py    |    3 +--
 common/tests.py                           |    3 +--
 common/utils.py                           |    3 +--
 common/views.py                           |    3 +--
 languages/tests.py                        |    3 +--
 languages/views.py                        |    3 +--
 people/models.py                          |    3 +--
 people/tests.py                           |    3 +--
 people/views.py                           |    3 +--
 stats/admin.py                            |    3 +--
 stats/management/commands/copy-release.py |    3 +--
 stats/models.py                           |    3 +--
 stats/potdiff.py                          |    3 +--
 stats/tests/tests.py                      |    3 +--
 stats/utils.py                            |    3 +--
 stats/views.py                            |    4 ++--
 teams/models.py                           |    3 +--
 teams/views.py                            |    3 +--
 vertimus/feeds.py                         |    3 +--
 vertimus/forms.py                         |    3 +--
 vertimus/models.py                        |    3 +--
 vertimus/tests/tests.py                   |    3 +--
 vertimus/views.py                         |    3 +--
 23 files changed, 24 insertions(+), 46 deletions(-)
---
diff --git a/common/templatetags/list_to_columns.py b/common/templatetags/list_to_columns.py
index c1f41a0..0c8f70b 100644
--- a/common/templatetags/list_to_columns.py
+++ b/common/templatetags/list_to_columns.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django import template
 
diff --git a/common/tests.py b/common/tests.py
index cc9dc12..8d9f77e 100644
--- a/common/tests.py
+++ b/common/tests.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from datetime import datetime, timedelta
 
diff --git a/common/utils.py b/common/utils.py
index 0ee700b..e8b4508 100644
--- a/common/utils.py
+++ b/common/utils.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import operator
 from django.conf import settings
diff --git a/common/views.py b/common/views.py
index 3fe5c8c..15950b3 100644
--- a/common/views.py
+++ b/common/views.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django.conf import settings
 from django.contrib.auth import login, authenticate, logout
diff --git a/languages/tests.py b/languages/tests.py
index 14aca91..7082adc 100644
--- a/languages/tests.py
+++ b/languages/tests.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django.core.urlresolvers import reverse
 from django.test import TestCase
diff --git a/languages/views.py b/languages/views.py
index 2cc0977..971ccb0 100644
--- a/languages/views.py
+++ b/languages/views.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from datetime import date, datetime
 import os
diff --git a/people/models.py b/people/models.py
index bd183b3..f516937 100644
--- a/people/models.py
+++ b/people/models.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import datetime
 import re
diff --git a/people/tests.py b/people/tests.py
index f36efff..603cd43 100644
--- a/people/tests.py
+++ b/people/tests.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import datetime
 
diff --git a/people/views.py b/people/views.py
index d53f4e7..ee9be3c 100644
--- a/people/views.py
+++ b/people/views.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from operator import itemgetter
 
diff --git a/stats/admin.py b/stats/admin.py
index a6a039a..9d3e0fb 100644
--- a/stats/admin.py
+++ b/stats/admin.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django.core.exceptions import PermissionDenied
 from django.contrib import admin
diff --git a/stats/management/commands/copy-release.py b/stats/management/commands/copy-release.py
index 931afa0..5ca2f2d 100644
--- a/stats/management/commands/copy-release.py
+++ b/stats/management/commands/copy-release.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django.core.management.base import BaseCommand, CommandError
 from stats.models import Release, Category, Module
diff --git a/stats/models.py b/stats/models.py
index 2e1db01..f0d0555 100644
--- a/stats/models.py
+++ b/stats/models.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import logging
 import os, sys, re
diff --git a/stats/potdiff.py b/stats/potdiff.py
index ca7fcc2..33c175b 100644
--- a/stats/potdiff.py
+++ b/stats/potdiff.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 # Output differences between two POT files
 
diff --git a/stats/tests/tests.py b/stats/tests/tests.py
index df75a35..92051be 100644
--- a/stats/tests/tests.py
+++ b/stats/tests/tests.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import os
 import shutil
diff --git a/stats/utils.py b/stats/utils.py
index 631f211..07084d6 100644
--- a/stats/utils.py
+++ b/stats/utils.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import sys, os, re, time
 import hashlib
diff --git a/stats/views.py b/stats/views.py
index 59baa36..0b42dff 100644
--- a/stats/views.py
+++ b/stats/views.py
@@ -15,8 +15,8 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+
 from datetime import date
 import os
 
diff --git a/teams/models.py b/teams/models.py
index 83661a9..8f322b8 100644
--- a/teams/models.py
+++ b/teams/models.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from datetime import datetime, timedelta
 
diff --git a/teams/views.py b/teams/views.py
index 2bd5e62..1a15eab 100644
--- a/teams/views.py
+++ b/teams/views.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from django.core.urlresolvers import reverse
 from django.http import HttpResponseRedirect, HttpResponseForbidden
diff --git a/vertimus/feeds.py b/vertimus/feeds.py
index fd40bd9..fcd92b1 100644
--- a/vertimus/feeds.py
+++ b/vertimus/feeds.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 from itertools import islice
 from django.core import urlresolvers
diff --git a/vertimus/forms.py b/vertimus/forms.py
index 1dffde5..f10910d 100644
--- a/vertimus/forms.py
+++ b/vertimus/forms.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import os
 
diff --git a/vertimus/models.py b/vertimus/models.py
index 21c2a2c..5526d96 100644
--- a/vertimus/models.py
+++ b/vertimus/models.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import os, sys
 import shutil
diff --git a/vertimus/tests/tests.py b/vertimus/tests/tests.py
index 1cd81d3..16f08af 100644
--- a/vertimus/tests/tests.py
+++ b/vertimus/tests/tests.py
@@ -15,8 +15,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import os
 
diff --git a/vertimus/views.py b/vertimus/views.py
index b73ddb6..54e963b 100644
--- a/vertimus/views.py
+++ b/vertimus/views.py
@@ -16,8 +16,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with Damned Lies; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 import os
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]