summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/insanity-compare4
-rwxr-xr-xbin/insanity-dbmerge4
-rwxr-xr-xbin/insanity-dumpresults4
-rwxr-xr-xbin/insanity-dumpresults-json4
-rwxr-xr-xbin/insanity-grouper4
-rwxr-xr-xbin/insanity-gtk4
-rwxr-xr-xbin/insanity-inspect4
-rwxr-xr-xbin/insanity-run4
-rw-r--r--insanity/__init__.py4
-rw-r--r--insanity/arguments.py4
-rw-r--r--insanity/client.py4
-rw-r--r--insanity/config.py.in4
-rw-r--r--insanity/dbustest.py4
-rw-r--r--insanity/dbustools.py4
-rw-r--r--insanity/environment.py4
-rw-r--r--insanity/generator.py4
-rw-r--r--insanity/generators/__init__.py4
-rw-r--r--insanity/generators/constant.py4
-rw-r--r--insanity/generators/external.py4
-rw-r--r--insanity/generators/filesystem.py4
-rw-r--r--insanity/generators/playlist.py4
-rw-r--r--insanity/log.py4
-rw-r--r--insanity/monitor.py4
-rw-r--r--insanity/profile.py4
-rw-r--r--insanity/scenario.py4
-rw-r--r--insanity/storage/__init__.py4
-rw-r--r--insanity/storage/async.py4
-rw-r--r--insanity/storage/dbconvert.py4
-rw-r--r--insanity/storage/dbstorage.py4
-rw-r--r--insanity/storage/mysql.py4
-rw-r--r--insanity/storage/sqlite.py4
-rw-r--r--insanity/storage/storage.py4
-rw-r--r--insanity/test.py4
-rw-r--r--insanity/testmetadata.py4
-rw-r--r--insanity/testrun.py4
-rw-r--r--insanity/threads.py4
-rw-r--r--insanity/type.py4
-rw-r--r--insanity/utils.py4
-rw-r--r--lib/insanity/insanity.h4
-rw-r--r--lib/insanity/insanitydefs.h4
-rw-r--r--lib/insanity/insanityprivate.h4
-rw-r--r--lib/insanity/insanitytest.c4
-rw-r--r--lib/insanity/insanitytest.h4
-rw-r--r--lib/insanity/insanitythreadedtest.c4
-rw-r--r--lib/insanity/insanitythreadedtest.h4
-rw-r--r--tests/insanity-test-blank.c4
46 files changed, 92 insertions, 92 deletions
diff --git a/bin/insanity-compare b/bin/insanity-compare
index 8e89a06..59d021e 100755
--- a/bin/insanity-compare
+++ b/bin/insanity-compare
@@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Compare two testruns
diff --git a/bin/insanity-dbmerge b/bin/insanity-dbmerge
index 23ec992..7420a29 100755
--- a/bin/insanity-dbmerge
+++ b/bin/insanity-dbmerge
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Tool to merge testruns from one DBStorage to another
diff --git a/bin/insanity-dumpresults b/bin/insanity-dumpresults
index 3907c8f..1b8ad6f 100755
--- a/bin/insanity-dumpresults
+++ b/bin/insanity-dumpresults
@@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Dumps the results of a test results DB
diff --git a/bin/insanity-dumpresults-json b/bin/insanity-dumpresults-json
index 31d60f4..8486fd5 100755
--- a/bin/insanity-dumpresults-json
+++ b/bin/insanity-dumpresults-json
@@ -20,8 +20,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Dumps the results of a test results DB
diff --git a/bin/insanity-grouper b/bin/insanity-grouper
index beedead..f43df3a 100755
--- a/bin/insanity-grouper
+++ b/bin/insanity-grouper
@@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Finds similarities in a testrun and groups them
diff --git a/bin/insanity-gtk b/bin/insanity-gtk
index 5511285..dfb72cf 100755
--- a/bin/insanity-gtk
+++ b/bin/insanity-gtk
@@ -14,8 +14,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
#
# Authors: Rene Stadler <rene.stadler@nokia.com>
#
diff --git a/bin/insanity-inspect b/bin/insanity-inspect
index 1444c4a..676e2db 100755
--- a/bin/insanity-inspect
+++ b/bin/insanity-inspect
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
#
# Authors: Rene Stadler <rene.stadler@nokia.com>
#
diff --git a/bin/insanity-run b/bin/insanity-run
index b144c52..bc73f2c 100755
--- a/bin/insanity-run
+++ b/bin/insanity-run
@@ -15,8 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
#
# Authors: Rene Stadler <rene.stadler@nokia.com>
#
diff --git a/insanity/__init__.py b/insanity/__init__.py
index e1d5ee5..3ad31c4 100644
--- a/insanity/__init__.py
+++ b/insanity/__init__.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
GStreamer QA system module
diff --git a/insanity/arguments.py b/insanity/arguments.py
index 833b64a..7286ce0 100644
--- a/insanity/arguments.py
+++ b/insanity/arguments.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Arguments classes for tests
diff --git a/insanity/client.py b/insanity/client.py
index 3831e7e..45b4aee 100644
--- a/insanity/client.py
+++ b/insanity/client.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Tester Client
diff --git a/insanity/config.py.in b/insanity/config.py.in
index d0d0fc0..26bd013 100644
--- a/insanity/config.py.in
+++ b/insanity/config.py.in
@@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
class Config:
test_dir = '@INSANITY_TEST_DIR@'
diff --git a/insanity/dbustest.py b/insanity/dbustest.py
index 029be19..3273e71 100644
--- a/insanity/dbustest.py
+++ b/insanity/dbustest.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
DBus Test Class
diff --git a/insanity/dbustools.py b/insanity/dbustools.py
index 1b0a9d4..9175308 100644
--- a/insanity/dbustools.py
+++ b/insanity/dbustools.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
D-Bus convenience methods and classes
diff --git a/insanity/environment.py b/insanity/environment.py
index 75be7fb..fc0c549 100644
--- a/insanity/environment.py
+++ b/insanity/environment.py
@@ -18,8 +18,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Environment-related methods and classes
diff --git a/insanity/generator.py b/insanity/generator.py
index cd1963d..a32e904 100644
--- a/insanity/generator.py
+++ b/insanity/generator.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Generator classes
diff --git a/insanity/generators/__init__.py b/insanity/generators/__init__.py
index a6c3d74..5f732ea 100644
--- a/insanity/generators/__init__.py
+++ b/insanity/generators/__init__.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Collection of generators
diff --git a/insanity/generators/constant.py b/insanity/generators/constant.py
index fea58d4..2b1469f 100644
--- a/insanity/generators/constant.py
+++ b/insanity/generators/constant.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Constant generator
diff --git a/insanity/generators/external.py b/insanity/generators/external.py
index 2c33214..e53733d 100644
--- a/insanity/generators/external.py
+++ b/insanity/generators/external.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
External process generator
diff --git a/insanity/generators/filesystem.py b/insanity/generators/filesystem.py
index a1eb81e..544f45a 100644
--- a/insanity/generators/filesystem.py
+++ b/insanity/generators/filesystem.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
File system related generators
diff --git a/insanity/generators/playlist.py b/insanity/generators/playlist.py
index 5c25c6c..0a4e7bc 100644
--- a/insanity/generators/playlist.py
+++ b/insanity/generators/playlist.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Playlist-related generators
diff --git a/insanity/log.py b/insanity/log.py
index 3d99268..19b5041 100644
--- a/insanity/log.py
+++ b/insanity/log.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Logging features
diff --git a/insanity/monitor.py b/insanity/monitor.py
index 27f4704..f05d6fc 100644
--- a/insanity/monitor.py
+++ b/insanity/monitor.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Monitors
diff --git a/insanity/profile.py b/insanity/profile.py
index 79484aa..eb45058 100644
--- a/insanity/profile.py
+++ b/insanity/profile.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Classes and methods for handling profiles
diff --git a/insanity/scenario.py b/insanity/scenario.py
index 00f601e..44b3079 100644
--- a/insanity/scenario.py
+++ b/insanity/scenario.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
from copy import copy
diff --git a/insanity/storage/__init__.py b/insanity/storage/__init__.py
index 8187b5b..b085fff 100644
--- a/insanity/storage/__init__.py
+++ b/insanity/storage/__init__.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
DataStorage module
diff --git a/insanity/storage/async.py b/insanity/storage/async.py
index 5357624..31579b2 100644
--- a/insanity/storage/async.py
+++ b/insanity/storage/async.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Asynchronous storage interface
diff --git a/insanity/storage/dbconvert.py b/insanity/storage/dbconvert.py
index 07dcc55..960db0d 100644
--- a/insanity/storage/dbconvert.py
+++ b/insanity/storage/dbconvert.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Conversion scripts for DBStorage
diff --git a/insanity/storage/dbstorage.py b/insanity/storage/dbstorage.py
index 40e7651..30f33c7 100644
--- a/insanity/storage/dbstorage.py
+++ b/insanity/storage/dbstorage.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Database DataStorage for python modules supporting the DB-API v2.0
diff --git a/insanity/storage/mysql.py b/insanity/storage/mysql.py
index 086c80a..a3c6b2b 100644
--- a/insanity/storage/mysql.py
+++ b/insanity/storage/mysql.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
MySQL based DBStorage
diff --git a/insanity/storage/sqlite.py b/insanity/storage/sqlite.py
index 4dbbc9e..f4347a2 100644
--- a/insanity/storage/sqlite.py
+++ b/insanity/storage/sqlite.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
SQLite based DBStorage
diff --git a/insanity/storage/storage.py b/insanity/storage/storage.py
index e00a53a..09f37ca 100644
--- a/insanity/storage/storage.py
+++ b/insanity/storage/storage.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Classes and methods related to storing/retrieving results/data/...
diff --git a/insanity/test.py b/insanity/test.py
index c0e06b6..fd120fe 100644
--- a/insanity/test.py
+++ b/insanity/test.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Base Test Classes
diff --git a/insanity/testmetadata.py b/insanity/testmetadata.py
index 159e345..bf4fd06 100644
--- a/insanity/testmetadata.py
+++ b/insanity/testmetadata.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Test metadata class
diff --git a/insanity/testrun.py b/insanity/testrun.py
index f86f7d0..f1bc8d0 100644
--- a/insanity/testrun.py
+++ b/insanity/testrun.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Test runs
diff --git a/insanity/threads.py b/insanity/threads.py
index 55346d5..32d3056 100644
--- a/insanity/threads.py
+++ b/insanity/threads.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Convenience methods and classes for multi-threading
diff --git a/insanity/type.py b/insanity/type.py
index 2524956..9f229af 100644
--- a/insanity/type.py
+++ b/insanity/type.py
@@ -16,8 +16,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
The various serializable types usable in test results/arguments/data
diff --git a/insanity/utils.py b/insanity/utils.py
index 36628e0..7e8d80a 100644
--- a/insanity/utils.py
+++ b/insanity/utils.py
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public
# License along with this program; if not, write to the
-# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+# Boston, MA 02110-1301, USA.
"""
Miscellaneous utility functions and classes
diff --git a/lib/insanity/insanity.h b/lib/insanity/insanity.h
index 7e68093..64346ef 100644
--- a/lib/insanity/insanity.h
+++ b/lib/insanity/insanity.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef INSANITY_H_GUARD
diff --git a/lib/insanity/insanitydefs.h b/lib/insanity/insanitydefs.h
index 5411094..4cc20c5 100644
--- a/lib/insanity/insanitydefs.h
+++ b/lib/insanity/insanitydefs.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef INSANITY_DEFS_H_GUARD
diff --git a/lib/insanity/insanityprivate.h b/lib/insanity/insanityprivate.h
index 4f9c240..1ddcd33 100644
--- a/lib/insanity/insanityprivate.h
+++ b/lib/insanity/insanityprivate.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef INSANITY_PRIVATE_H_GUARD
diff --git a/lib/insanity/insanitytest.c b/lib/insanity/insanitytest.c
index 4c99c66..ef5cecf 100644
--- a/lib/insanity/insanitytest.c
+++ b/lib/insanity/insanitytest.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
/**
diff --git a/lib/insanity/insanitytest.h b/lib/insanity/insanitytest.h
index d706ff2..04fe4fb 100644
--- a/lib/insanity/insanitytest.h
+++ b/lib/insanity/insanitytest.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef INSANITY_TEST_H_GUARD
diff --git a/lib/insanity/insanitythreadedtest.c b/lib/insanity/insanitythreadedtest.c
index 4b70843..820133f 100644
--- a/lib/insanity/insanitythreadedtest.c
+++ b/lib/insanity/insanitythreadedtest.c
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
/**
* SECTION:insanitythreadedtest
diff --git a/lib/insanity/insanitythreadedtest.h b/lib/insanity/insanitythreadedtest.h
index 7bc42c0..7e5d2e7 100644
--- a/lib/insanity/insanitythreadedtest.h
+++ b/lib/insanity/insanitythreadedtest.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#ifndef INSANITY_THREADED_TEST_H_GUARD
diff --git a/tests/insanity-test-blank.c b/tests/insanity-test-blank.c
index 0d465e5..72e4062 100644
--- a/tests/insanity-test-blank.c
+++ b/tests/insanity-test-blank.c
@@ -14,8 +14,8 @@
You should have received a copy of the GNU Lesser General Public
License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301, USA.
*/
#include <stdio.h>