[library-web] fix license header with correct FSF address
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] fix license header with correct FSF address
- Date: Thu, 6 Aug 2009 20:10:40 +0000 (UTC)
commit 5ac73914457979fd126272f6081bed2d3cb53ba5
Author: Frédéric Péters <fpeters 0d be>
Date: Wed Aug 5 13:50:32 2009 +0200
fix license header with correct FSF address
src/config.py | 3 ++-
src/document.py | 3 ++-
src/errors.py | 3 ++-
src/lgo.py | 5 +++--
src/modtypes/base.py | 18 ++++++++++++++++++
src/modtypes/gnomedocbook.py | 18 ++++++++++++++++++
src/modtypes/gtkdoc.py | 18 ++++++++++++++++++
src/modtypes/htmlfiles.py | 18 ++++++++++++++++++
src/overlay.py | 3 ++-
src/utils.py | 5 +++--
10 files changed, 86 insertions(+), 8 deletions(-)
---
diff --git a/src/config.py b/src/config.py
index ecc5c07..21d26e7 100644
--- a/src/config.py
+++ b/src/config.py
@@ -13,7 +13,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
#
# based on jhbuild/config.py from JHBuild, licensed under the same terms,
# Copyright (C) 2001-2006 James Henstridge
diff --git a/src/document.py b/src/document.py
index 6a0c902..1ee0b82 100644
--- a/src/document.py
+++ b/src/document.py
@@ -13,7 +13,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
import logging
import os
diff --git a/src/errors.py b/src/errors.py
index 6811dab..7b38b6b 100644
--- a/src/errors.py
+++ b/src/errors.py
@@ -13,7 +13,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
class FatalError(Exception):
pass
diff --git a/src/lgo.py b/src/lgo.py
index cd61138..7b2a196 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# libgo - script to build library.gnome.org
-# Copyright (C) 2007 Frederic Peters
+# Copyright (C) 2007-2009 Frederic Peters
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,7 +15,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
import os
import sys
diff --git a/src/modtypes/base.py b/src/modtypes/base.py
index b29e89f..d6ee4c5 100644
--- a/src/modtypes/base.py
+++ b/src/modtypes/base.py
@@ -1,3 +1,21 @@
+# libgo - script to build library.gnome.org
+# Copyright (C) 2007-2009 Frederic Peters
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
import logging
import os
import re
diff --git a/src/modtypes/gnomedocbook.py b/src/modtypes/gnomedocbook.py
index 40e18f4..5fda187 100644
--- a/src/modtypes/gnomedocbook.py
+++ b/src/modtypes/gnomedocbook.py
@@ -1,3 +1,21 @@
+# libgo - script to build library.gnome.org
+# Copyright (C) 2007-2009 Frederic Peters
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
import glob
import os
import re
diff --git a/src/modtypes/gtkdoc.py b/src/modtypes/gtkdoc.py
index ad0851b..7858a94 100644
--- a/src/modtypes/gtkdoc.py
+++ b/src/modtypes/gtkdoc.py
@@ -1,3 +1,21 @@
+# libgo - script to build library.gnome.org
+# Copyright (C) 2007-2009 Frederic Peters
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
import glob
import logging
import os
diff --git a/src/modtypes/htmlfiles.py b/src/modtypes/htmlfiles.py
index 4c54da9..934e262 100644
--- a/src/modtypes/htmlfiles.py
+++ b/src/modtypes/htmlfiles.py
@@ -1,3 +1,21 @@
+# libgo - script to build library.gnome.org
+# Copyright (C) 2007-2009 Frederic Peters
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
+
from base import DocModule
class HtmlFilesModule(DocModule):
diff --git a/src/overlay.py b/src/overlay.py
index 97e9fe6..29ef9c7 100644
--- a/src/overlay.py
+++ b/src/overlay.py
@@ -13,7 +13,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
try:
import elementtree.ElementTree as ET
diff --git a/src/utils.py b/src/utils.py
index 1e008bc..5f8db39 100644
--- a/src/utils.py
+++ b/src/utils.py
@@ -1,5 +1,5 @@
# libgo - script to build library.gnome.org
-# Copyright (C) 2007 Frederic Peters
+# Copyright (C) 2007-2009 Frederic Peters
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -13,7 +13,8 @@
#
# You should have received a copy of the GNU 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
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA
import logging
import os
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]