From: Johan Dahlin Date: Mon, 28 Apr 2008 12:06:37 +0000 (+0000) Subject: Line wrap license header X-Git-Tag: GOBJECT_INTROSPECTION_0_5_0~292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdf65ed8dab6ace3fee344f7cc6248559e039b1d;p=platform%2Fupstream%2Fgobject-introspection.git Line wrap license header svn path=/trunk/; revision=247 --- diff --git a/giscanner/ast.py b/giscanner/ast.py index 4f7ad54..1d2e518 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 d3d949f..7fbe10b 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 a225975..1ac5095 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 8b28289..d2c7b2f 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 67f4094..5c37eb6 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 166da8e..1b0e49b 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 bc5b2f7..87c3bd4 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 47ebe2d..0635c58 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 4c66287..9dfc2c6 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 43d4928..bf5613c 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 1bdc36b..8816e7d 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 cfb8a77..2528527 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