From ec44dea6bbc3f1adfb6c1a2781364a2df0d0e0e6 Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Thu, 13 Mar 2014 10:13:34 -0700 Subject: Update Free Software Foundation addresses Update all references to the FSF physical address to use the web address: http://www.gnu.org/licenses --- gi/_constants.py | 4 +--- gi/_gobject/__init__.py | 4 +--- gi/_option.py | 4 +--- gi/_propertyhelper.py | 4 +--- gi/_signalhelper.py | 4 +--- gi/glibmodule.c | 4 +--- gi/gobjectmodule.c | 4 +--- gi/overrides/keysyms.py | 4 +--- gi/pygboxed.c | 4 +--- gi/pygboxed.h | 4 +--- gi/pygenum.c | 4 +--- gi/pygenum.h | 4 +--- gi/pygflags.c | 4 +--- gi/pygflags.h | 4 +--- gi/pygi-argument.c | 4 +--- gi/pygi-argument.h | 4 +--- gi/pygi-boxed.c | 4 +--- gi/pygi-boxed.h | 4 +--- gi/pygi-cache.c | 4 +--- gi/pygi-cache.h | 4 +--- gi/pygi-ccallback.c | 4 +--- gi/pygi-ccallback.h | 4 +--- gi/pygi-info.c | 4 +--- gi/pygi-info.h | 4 +--- gi/pygi-invoke.c | 4 +--- gi/pygi-invoke.h | 4 +--- gi/pygi-marshal-cleanup.c | 4 +--- gi/pygi-marshal-cleanup.h | 4 +--- gi/pygi-repository.c | 4 +--- gi/pygi-repository.h | 4 +--- gi/pygi-signal-closure.c | 4 +--- gi/pygi-struct.c | 4 +--- gi/pygi-struct.h | 4 +--- gi/pygi-type.c | 4 +--- gi/pygi-type.h | 4 +--- gi/pygi.h | 4 +--- gi/pyginterface.c | 4 +--- gi/pyginterface.h | 4 +--- gi/pyglib-private.h | 4 +--- gi/pyglib-python-compat.h | 4 +--- gi/pyglib.c | 4 +--- gi/pyglib.h | 4 +--- gi/pygobject-external.h | 4 +--- gi/pygobject.c | 4 +--- gi/pygoptioncontext.c | 4 +--- gi/pygoptioncontext.h | 4 +--- gi/pygoptiongroup.c | 4 +--- gi/pygoptiongroup.h | 4 +--- gi/pygparamspec.c | 4 +--- gi/pygparamspec.h | 4 +--- gi/pygpointer.c | 4 +--- gi/pygpointer.h | 4 +--- gi/pygspawn.c | 4 +--- gi/pygspawn.h | 4 +--- gi/pygtype.c | 4 +--- gi/pygtype.h | 4 +--- pygtkcompat/generictreemodel.py | 4 +--- tests/test_generictreemodel.py | 4 +--- 58 files changed, 58 insertions(+), 174 deletions(-) diff --git a/gi/_constants.py b/gi/_constants.py index 495c6e1f..cec8d170 100644 --- a/gi/_constants.py +++ b/gi/_constants.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . from ._gi import _gobject diff --git a/gi/_gobject/__init__.py b/gi/_gobject/__init__.py index dd5217dd..523a1022 100644 --- a/gi/_gobject/__init__.py +++ b/gi/_gobject/__init__.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . # Needed for compatibility with "pygobject.h" import gi._gi diff --git a/gi/_option.py b/gi/_option.py index 0649081d..b776ac2e 100644 --- a/gi/_option.py +++ b/gi/_option.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . """GOption command line parser diff --git a/gi/_propertyhelper.py b/gi/_propertyhelper.py index ddc81cc7..f5c4adeb 100644 --- a/gi/_propertyhelper.py +++ b/gi/_propertyhelper.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . import sys diff --git a/gi/_signalhelper.py b/gi/_signalhelper.py index 79de3017..a15c8a81 100644 --- a/gi/_signalhelper.py +++ b/gi/_signalhelper.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . import sys import inspect diff --git a/gi/glibmodule.c b/gi/glibmodule.c index c11f08b1..22e01c58 100644 --- a/gi/glibmodule.c +++ b/gi/glibmodule.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/gobjectmodule.c b/gi/gobjectmodule.c index b1561901..a20d93a5 100644 --- a/gi/gobjectmodule.c +++ b/gi/gobjectmodule.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/overrides/keysyms.py b/gi/overrides/keysyms.py index 35ee8ebf..bb75c327 100644 --- a/gi/overrides/keysyms.py +++ b/gi/overrides/keysyms.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . VoidSymbol = 0xFFFFFF BackSpace = 0xFF08 diff --git a/gi/pygboxed.c b/gi/pygboxed.c index 541e77b1..35716a25 100644 --- a/gi/pygboxed.c +++ b/gi/pygboxed.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygboxed.h b/gi/pygboxed.h index 8433b9de..86f72d59 100644 --- a/gi/pygboxed.h +++ b/gi/pygboxed.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_BOXED_H__ diff --git a/gi/pygenum.c b/gi/pygenum.c index 89e3a066..1b9b50e9 100644 --- a/gi/pygenum.c +++ b/gi/pygenum.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygenum.h b/gi/pygenum.h index 05588312..6c01ec97 100644 --- a/gi/pygenum.h +++ b/gi/pygenum.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_ENUM_H__ diff --git a/gi/pygflags.c b/gi/pygflags.c index bdeaae74..c14bf7d9 100644 --- a/gi/pygflags.c +++ b/gi/pygflags.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygflags.h b/gi/pygflags.h index e93265cd..3c7b0e82 100644 --- a/gi/pygflags.h +++ b/gi/pygflags.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_FLAGS_H__ diff --git a/gi/pygi-argument.c b/gi/pygi-argument.c index 63149b0b..4094c3dd 100644 --- a/gi/pygi-argument.c +++ b/gi/pygi-argument.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-argument.h b/gi/pygi-argument.h index d32bd994..04888ba1 100644 --- a/gi/pygi-argument.h +++ b/gi/pygi-argument.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_ARGUMENT_H__ diff --git a/gi/pygi-boxed.c b/gi/pygi-boxed.c index a9b39c14..06324fdb 100644 --- a/gi/pygi-boxed.c +++ b/gi/pygi-boxed.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-boxed.h b/gi/pygi-boxed.h index 38ac928a..81775889 100644 --- a/gi/pygi-boxed.h +++ b/gi/pygi-boxed.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_BOXED_H__ diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c index c29733f7..c8da66f7 100644 --- a/gi/pygi-cache.c +++ b/gi/pygi-cache.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h index 407e38ce..cb8a2e72 100644 --- a/gi/pygi-cache.h +++ b/gi/pygi-cache.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_CACHE_H__ diff --git a/gi/pygi-ccallback.c b/gi/pygi-ccallback.c index 2a6c520b..9f63ea00 100644 --- a/gi/pygi-ccallback.c +++ b/gi/pygi-ccallback.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-ccallback.h b/gi/pygi-ccallback.h index c7960922..f2861713 100644 --- a/gi/pygi-ccallback.h +++ b/gi/pygi-ccallback.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_CCLOSURE_H__ diff --git a/gi/pygi-info.c b/gi/pygi-info.c index ffc9d4f6..065d470c 100644 --- a/gi/pygi-info.c +++ b/gi/pygi-info.c @@ -17,9 +17,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-info.h b/gi/pygi-info.h index d550d8de..a0c66805 100644 --- a/gi/pygi-info.h +++ b/gi/pygi-info.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_INFO_H__ diff --git a/gi/pygi-invoke.c b/gi/pygi-invoke.c index f4abb266..4af2e724 100644 --- a/gi/pygi-invoke.c +++ b/gi/pygi-invoke.c @@ -17,9 +17,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include diff --git a/gi/pygi-invoke.h b/gi/pygi-invoke.h index a481be3f..b6bb4b92 100644 --- a/gi/pygi-invoke.h +++ b/gi/pygi-invoke.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_INVOKE_H__ diff --git a/gi/pygi-marshal-cleanup.c b/gi/pygi-marshal-cleanup.c index 169e149f..0f6fee3b 100644 --- a/gi/pygi-marshal-cleanup.c +++ b/gi/pygi-marshal-cleanup.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-marshal-cleanup.h" diff --git a/gi/pygi-marshal-cleanup.h b/gi/pygi-marshal-cleanup.h index e895f37a..56bf383d 100644 --- a/gi/pygi-marshal-cleanup.h +++ b/gi/pygi-marshal-cleanup.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_MARSHAL_CLEANUP_H__ diff --git a/gi/pygi-repository.c b/gi/pygi-repository.c index d7c65f5f..30890bad 100644 --- a/gi/pygi-repository.c +++ b/gi/pygi-repository.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-repository.h b/gi/pygi-repository.h index d8eb8cfd..6f0928bd 100644 --- a/gi/pygi-repository.h +++ b/gi/pygi-repository.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_REPOSITORY_H__ diff --git a/gi/pygi-signal-closure.c b/gi/pygi-signal-closure.c index 60f66575..c5f51af6 100644 --- a/gi/pygi-signal-closure.c +++ b/gi/pygi-signal-closure.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c index 40bfb6da..b1db8a43 100644 --- a/gi/pygi-struct.c +++ b/gi/pygi-struct.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-struct.h b/gi/pygi-struct.h index 963d05a3..ab303e05 100644 --- a/gi/pygi-struct.h +++ b/gi/pygi-struct.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_STRUCT_H__ diff --git a/gi/pygi-type.c b/gi/pygi-type.c index 95f3c2c3..b8d4c65e 100644 --- a/gi/pygi-type.c +++ b/gi/pygi-type.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include "pygi-private.h" diff --git a/gi/pygi-type.h b/gi/pygi-type.h index 1d225f0b..822a4414 100644 --- a/gi/pygi-type.h +++ b/gi/pygi-type.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_TYPE_H__ diff --git a/gi/pygi.h b/gi/pygi.h index ecd3359c..a67696e8 100644 --- a/gi/pygi.h +++ b/gi/pygi.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGI_H__ diff --git a/gi/pyginterface.c b/gi/pyginterface.c index eb76ba08..40d54f7f 100644 --- a/gi/pyginterface.c +++ b/gi/pyginterface.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pyginterface.h b/gi/pyginterface.h index 0f390c28..d6d8b9d4 100644 --- a/gi/pyginterface.h +++ b/gi/pyginterface.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_INTERFACE_H__ diff --git a/gi/pyglib-private.h b/gi/pyglib-private.h index 9f058164..3569c6b6 100644 --- a/gi/pyglib-private.h +++ b/gi/pyglib-private.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGLIB_PRIVATE_H__ diff --git a/gi/pyglib-python-compat.h b/gi/pyglib-python-compat.h index 40e79b42..58c8cf9b 100644 --- a/gi/pyglib-python-compat.h +++ b/gi/pyglib-python-compat.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGLIB_PYTHON_COMPAT_H__ diff --git a/gi/pyglib.c b/gi/pyglib.c index 15109fd6..6c52f317 100644 --- a/gi/pyglib.c +++ b/gi/pyglib.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pyglib.h b/gi/pyglib.h index 9c7b22b0..544badaf 100644 --- a/gi/pyglib.h +++ b/gi/pyglib.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGLIB_H__ diff --git a/gi/pygobject-external.h b/gi/pygobject-external.h index 82998647..49313a51 100644 --- a/gi/pygobject-external.h +++ b/gi/pygobject-external.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_EXTERN_H__ diff --git a/gi/pygobject.c b/gi/pygobject.c index 215376bf..04fd6a5b 100644 --- a/gi/pygobject.c +++ b/gi/pygobject.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygoptioncontext.c b/gi/pygoptioncontext.c index 8ecbff8c..f6bb223a 100644 --- a/gi/pygoptioncontext.c +++ b/gi/pygoptioncontext.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygoptioncontext.h b/gi/pygoptioncontext.h index efe5ffa1..2beee78a 100644 --- a/gi/pygoptioncontext.h +++ b/gi/pygoptioncontext.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYG_OPTIONCONTEXT_H__ diff --git a/gi/pygoptiongroup.c b/gi/pygoptiongroup.c index 29903427..613232ff 100644 --- a/gi/pygoptiongroup.c +++ b/gi/pygoptiongroup.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygoptiongroup.h b/gi/pygoptiongroup.h index 872b9c68..f410c924 100644 --- a/gi/pygoptiongroup.h +++ b/gi/pygoptiongroup.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYG_OPTIONGROUP_H__ diff --git a/gi/pygparamspec.c b/gi/pygparamspec.c index 938f7975..9e6c467f 100644 --- a/gi/pygparamspec.c +++ b/gi/pygparamspec.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygparamspec.h b/gi/pygparamspec.h index b3ba8ca8..db83e59d 100644 --- a/gi/pygparamspec.h +++ b/gi/pygparamspec.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_PARAMSPEC_H__ diff --git a/gi/pygpointer.c b/gi/pygpointer.c index 575c7511..27296957 100644 --- a/gi/pygpointer.c +++ b/gi/pygpointer.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygpointer.h b/gi/pygpointer.h index f2923daa..792846e3 100644 --- a/gi/pygpointer.h +++ b/gi/pygpointer.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_POINTER_H__ diff --git a/gi/pygspawn.c b/gi/pygspawn.c index 72746b83..8f3ff51b 100644 --- a/gi/pygspawn.c +++ b/gi/pygspawn.c @@ -16,9 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #include diff --git a/gi/pygspawn.h b/gi/pygspawn.h index 2e8dd3cf..3cc96809 100644 --- a/gi/pygspawn.h +++ b/gi/pygspawn.h @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYG_PID_H__ diff --git a/gi/pygtype.c b/gi/pygtype.c index fb212829..131a271d 100644 --- a/gi/pygtype.c +++ b/gi/pygtype.c @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifdef HAVE_CONFIG_H diff --git a/gi/pygtype.h b/gi/pygtype.h index 204c1464..f21cf1f7 100644 --- a/gi/pygtype.h +++ b/gi/pygtype.h @@ -15,9 +15,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - * USA + * License along with this library; if not, see . */ #ifndef __PYGOBJECT_TYPE_H__ diff --git a/pygtkcompat/generictreemodel.py b/pygtkcompat/generictreemodel.py index b5e66b04..1c264901 100644 --- a/pygtkcompat/generictreemodel.py +++ b/pygtkcompat/generictreemodel.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . # System diff --git a/tests/test_generictreemodel.py b/tests/test_generictreemodel.py index 6ba71bc5..cb248d79 100644 --- a/tests/test_generictreemodel.py +++ b/tests/test_generictreemodel.py @@ -15,9 +15,7 @@ # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 -# USA +# License along with this library; if not, see . # system -- cgit v1.2.1