diff options
-rw-r--r-- | giscanner/ast.py | 3 | ||||
-rw-r--r-- | giscanner/cgobject.py | 3 | ||||
-rw-r--r-- | giscanner/gidlparser.py | 3 | ||||
-rw-r--r-- | giscanner/gidlwriter.py | 3 | ||||
-rw-r--r-- | giscanner/girparser.py | 3 | ||||
-rw-r--r-- | giscanner/girwriter.py | 3 | ||||
-rw-r--r-- | giscanner/glibast.py | 3 | ||||
-rw-r--r-- | giscanner/glibtransformer.py | 3 | ||||
-rw-r--r-- | giscanner/odict.py | 3 | ||||
-rw-r--r-- | giscanner/sourcescanner.py | 3 | ||||
-rw-r--r-- | giscanner/transformer.py | 3 | ||||
-rw-r--r-- | giscanner/xmlwriter.py | 3 |
12 files changed, 24 insertions, 12 deletions
diff --git a/giscanner/ast.py b/giscanner/ast.py index 4f7ad546..1d2e5185 100644 --- a/giscanner/ast.py +++ b/giscanner/ast.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # diff --git a/giscanner/cgobject.py b/giscanner/cgobject.py index d3d949f7..7fbe10b5 100644 --- a/giscanner/cgobject.py +++ b/giscanner/cgobject.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # # Poor mans GObject python bindings diff --git a/giscanner/gidlparser.py b/giscanner/gidlparser.py index a225975e..1ac50952 100644 --- a/giscanner/gidlparser.py +++ b/giscanner/gidlparser.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from xml.etree.ElementTree import parse diff --git a/giscanner/gidlwriter.py b/giscanner/gidlwriter.py index 8b28289c..d2c7b2f8 100644 --- a/giscanner/gidlwriter.py +++ b/giscanner/gidlwriter.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from __future__ import with_statement diff --git a/giscanner/girparser.py b/giscanner/girparser.py index 67f40945..5c37eb63 100644 --- a/giscanner/girparser.py +++ b/giscanner/girparser.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from xml.etree.cElementTree import parse diff --git a/giscanner/girwriter.py b/giscanner/girwriter.py index 166da8ef..1b0e49b3 100644 --- a/giscanner/girwriter.py +++ b/giscanner/girwriter.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from __future__ import with_statement diff --git a/giscanner/glibast.py b/giscanner/glibast.py index bc5b2f7d..87c3bd42 100644 --- a/giscanner/glibast.py +++ b/giscanner/glibast.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from .ast import Class, Enum, Interface, Member, Node, Property, Struct diff --git a/giscanner/glibtransformer.py b/giscanner/glibtransformer.py index 47ebe2dc..0635c58a 100644 --- a/giscanner/glibtransformer.py +++ b/giscanner/glibtransformer.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # import ctypes diff --git a/giscanner/odict.py b/giscanner/odict.py index 4c66287b..9dfc2c6c 100644 --- a/giscanner/odict.py +++ b/giscanner/odict.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # """odict - an ordered dictionary""" diff --git a/giscanner/sourcescanner.py b/giscanner/sourcescanner.py index 43d49287..bf5613c0 100644 --- a/giscanner/sourcescanner.py +++ b/giscanner/sourcescanner.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # import os diff --git a/giscanner/transformer.py b/giscanner/transformer.py index 1bdc36b5..8816e7d0 100644 --- a/giscanner/transformer.py +++ b/giscanner/transformer.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # import giscanner diff --git a/giscanner/xmlwriter.py b/giscanner/xmlwriter.py index cfb8a774..25285274 100644 --- a/giscanner/xmlwriter.py +++ b/giscanner/xmlwriter.py @@ -14,7 +14,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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. # from contextlib import contextmanager |