diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-04-28 12:06:37 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-04-28 12:06:37 +0000 |
commit | bdf65ed8dab6ace3fee344f7cc6248559e039b1d (patch) | |
tree | df6069e8606e70ed9e7069cb83816ee4484642ad /giscanner/glibast.py | |
parent | d8782c599d650dadb67b8465961272fc18128317 (diff) |
Line wrap license header
svn path=/trunk/; revision=247
Diffstat (limited to 'giscanner/glibast.py')
-rw-r--r-- | giscanner/glibast.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |