[pygobject] Update Free Software Foundation addresses
- From: Simon Feltman <sfeltman src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] Update Free Software Foundation addresses
- Date: Sun, 16 Mar 2014 02:54:30 +0000 (UTC)
commit ec44dea6bbc3f1adfb6c1a2781364a2df0d0e0e6
Author: Simon Feltman <sfeltman src gnome org>
Date: Thu Mar 13 10:13:34 2014 -0700
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 495c6e1..cec8d17 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 <http://www.gnu.org/licenses/>.
from ._gi import _gobject
diff --git a/gi/_gobject/__init__.py b/gi/_gobject/__init__.py
index dd5217d..523a102 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 <http://www.gnu.org/licenses/>.
# Needed for compatibility with "pygobject.h"
import gi._gi
diff --git a/gi/_option.py b/gi/_option.py
index 0649081..b776ac2 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 <http://www.gnu.org/licenses/>.
"""GOption command line parser
diff --git a/gi/_propertyhelper.py b/gi/_propertyhelper.py
index ddc81cc..f5c4ade 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 <http://www.gnu.org/licenses/>.
import sys
diff --git a/gi/_signalhelper.py b/gi/_signalhelper.py
index 79de301..a15c8a8 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 <http://www.gnu.org/licenses/>.
import sys
import inspect
diff --git a/gi/glibmodule.c b/gi/glibmodule.c
index c11f08b..22e01c5 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/gobjectmodule.c b/gi/gobjectmodule.c
index b156190..a20d93a 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/overrides/keysyms.py b/gi/overrides/keysyms.py
index 35ee8eb..bb75c32 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 <http://www.gnu.org/licenses/>.
VoidSymbol = 0xFFFFFF
BackSpace = 0xFF08
diff --git a/gi/pygboxed.c b/gi/pygboxed.c
index 541e77b..35716a2 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygboxed.h b/gi/pygboxed.h
index 8433b9d..86f72d5 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_BOXED_H__
diff --git a/gi/pygenum.c b/gi/pygenum.c
index 89e3a06..1b9b50e 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygenum.h b/gi/pygenum.h
index 0558831..6c01ec9 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_ENUM_H__
diff --git a/gi/pygflags.c b/gi/pygflags.c
index bdeaae7..c14bf7d 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygflags.h b/gi/pygflags.h
index e93265c..3c7b0e8 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_FLAGS_H__
diff --git a/gi/pygi-argument.c b/gi/pygi-argument.c
index 63149b0..4094c3d 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-argument.h b/gi/pygi-argument.h
index d32bd99..04888ba 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_ARGUMENT_H__
diff --git a/gi/pygi-boxed.c b/gi/pygi-boxed.c
index a9b39c1..06324fd 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-boxed.h b/gi/pygi-boxed.h
index 38ac928..8177588 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_BOXED_H__
diff --git a/gi/pygi-cache.c b/gi/pygi-cache.c
index c29733f..c8da66f 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 <http://www.gnu.org/licenses/>.
*/
#include <girepository.h>
diff --git a/gi/pygi-cache.h b/gi/pygi-cache.h
index 407e38c..cb8a2e7 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_CACHE_H__
diff --git a/gi/pygi-ccallback.c b/gi/pygi-ccallback.c
index 2a6c520..9f63ea0 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-ccallback.h b/gi/pygi-ccallback.h
index c796092..f286171 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_CCLOSURE_H__
diff --git a/gi/pygi-info.c b/gi/pygi-info.c
index ffc9d4f..065d470 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-info.h b/gi/pygi-info.h
index d550d8d..a0c6680 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_INFO_H__
diff --git a/gi/pygi-invoke.c b/gi/pygi-invoke.c
index f4abb26..4af2e72 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 <http://www.gnu.org/licenses/>.
*/
#include <pyglib.h>
diff --git a/gi/pygi-invoke.h b/gi/pygi-invoke.h
index a481be3..b6bb4b9 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_INVOKE_H__
diff --git a/gi/pygi-marshal-cleanup.c b/gi/pygi-marshal-cleanup.c
index 169e149..0f6fee3 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-marshal-cleanup.h"
diff --git a/gi/pygi-marshal-cleanup.h b/gi/pygi-marshal-cleanup.h
index e895f37..56bf383 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_MARSHAL_CLEANUP_H__
diff --git a/gi/pygi-repository.c b/gi/pygi-repository.c
index d7c65f5..30890ba 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-repository.h b/gi/pygi-repository.h
index d8eb8cf..6f0928b 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_REPOSITORY_H__
diff --git a/gi/pygi-signal-closure.c b/gi/pygi-signal-closure.c
index 60f6657..c5f51af 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-struct.c b/gi/pygi-struct.c
index 40bfb6d..b1db8a4 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-struct.h b/gi/pygi-struct.h
index 963d05a..ab303e0 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_STRUCT_H__
diff --git a/gi/pygi-type.c b/gi/pygi-type.c
index 95f3c2c..b8d4c65 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 <http://www.gnu.org/licenses/>.
*/
#include "pygi-private.h"
diff --git a/gi/pygi-type.h b/gi/pygi-type.h
index 1d225f0..822a441 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_TYPE_H__
diff --git a/gi/pygi.h b/gi/pygi.h
index ecd3359..a67696e 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGI_H__
diff --git a/gi/pyginterface.c b/gi/pyginterface.c
index eb76ba0..40d54f7 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pyginterface.h b/gi/pyginterface.h
index 0f390c2..d6d8b9d 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_INTERFACE_H__
diff --git a/gi/pyglib-private.h b/gi/pyglib-private.h
index 9f05816..3569c6b 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGLIB_PRIVATE_H__
diff --git a/gi/pyglib-python-compat.h b/gi/pyglib-python-compat.h
index 40e79b4..58c8cf9 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGLIB_PYTHON_COMPAT_H__
diff --git a/gi/pyglib.c b/gi/pyglib.c
index 15109fd..6c52f31 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pyglib.h b/gi/pyglib.h
index 9c7b22b..544bada 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGLIB_H__
diff --git a/gi/pygobject-external.h b/gi/pygobject-external.h
index 8299864..49313a5 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_EXTERN_H__
diff --git a/gi/pygobject.c b/gi/pygobject.c
index 215376b..04fd6a5 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygoptioncontext.c b/gi/pygoptioncontext.c
index 8ecbff8..f6bb223 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygoptioncontext.h b/gi/pygoptioncontext.h
index efe5ffa..2beee78 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYG_OPTIONCONTEXT_H__
diff --git a/gi/pygoptiongroup.c b/gi/pygoptiongroup.c
index 2990342..613232f 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygoptiongroup.h b/gi/pygoptiongroup.h
index 872b9c6..f410c92 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYG_OPTIONGROUP_H__
diff --git a/gi/pygparamspec.c b/gi/pygparamspec.c
index 938f797..9e6c467 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygparamspec.h b/gi/pygparamspec.h
index b3ba8ca..db83e59 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_PARAMSPEC_H__
diff --git a/gi/pygpointer.c b/gi/pygpointer.c
index 575c751..2729695 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygpointer.h b/gi/pygpointer.h
index f2923da..792846e 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_POINTER_H__
diff --git a/gi/pygspawn.c b/gi/pygspawn.c
index 72746b8..8f3ff51 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 <http://www.gnu.org/licenses/>.
*/
#include <Python.h>
diff --git a/gi/pygspawn.h b/gi/pygspawn.h
index 2e8dd3c..3cc9680 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYG_PID_H__
diff --git a/gi/pygtype.c b/gi/pygtype.c
index fb21282..131a271 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 <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/gi/pygtype.h b/gi/pygtype.h
index 204c146..f21cf1f 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 <http://www.gnu.org/licenses/>.
*/
#ifndef __PYGOBJECT_TYPE_H__
diff --git a/pygtkcompat/generictreemodel.py b/pygtkcompat/generictreemodel.py
index b5e66b0..1c26490 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 <http://www.gnu.org/licenses/>.
# System
diff --git a/tests/test_generictreemodel.py b/tests/test_generictreemodel.py
index 6ba71bc..cb248d7 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 <http://www.gnu.org/licenses/>.
# system
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]