diff --git a/build/scripts-2.7/uncompyle2 b/build/scripts-2.7/uncompyle2 index 4cf77d06..cc4eae23 100755 --- a/build/scripts-2.7/uncompyle2 +++ b/build/scripts-2.7/uncompyle2 @@ -1,7 +1,7 @@ #!/usr/bin/python2.7 # Mode: -*- python -*- # -# Copyright (c) 2000-2002 by hartmut Goebel +# Copyright (c) 2000-2002 by hartmut Goebel # """ Usage: uncompyle [OPTIONS]... [ FILE | DIR]... diff --git a/uncompyle2.py b/uncompyle2.py index 6e83c2e5..e6adfddb 100755 --- a/uncompyle2.py +++ b/uncompyle2.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2.7 # Mode: -*- python -*- # -# Copyright (c) 2000-2002 by hartmut Goebel +# Copyright (c) 2000-2002 by hartmut Goebel # ''' Usage: uncompyle [OPTIONS]... [ FILE | DIR]... diff --git a/uncompyle2/__init__.py b/uncompyle2/__init__.py index 1dbd2f20..8b3ac67f 100755 --- a/uncompyle2/__init__.py +++ b/uncompyle2/__init__.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000 by hartmut Goebel + Copyright (c) 2000 by hartmut Goebel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/uncompyle2/parser.py b/uncompyle2/parser.py index c6f92ca4..f29f4829 100755 --- a/uncompyle2/parser.py +++ b/uncompyle2/parser.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000-2002 by hartmut Goebel + Copyright (c) 2000-2002 by hartmut Goebel Copyright (c) 2005 by Dan Pascu See main module for license. diff --git a/uncompyle2/scanner.py b/uncompyle2/scanner.py index 6f172be9..6caf3401 100755 --- a/uncompyle2/scanner.py +++ b/uncompyle2/scanner.py @@ -1,5 +1,5 @@ # Copyright (c) 1999 John Aycock -# Copyright (c) 2000-2002 by hartmut Goebel +# Copyright (c) 2000-2002 by hartmut Goebel # Copyright (c) 2005 by Dan Pascu # # See main module for license. diff --git a/uncompyle2/scanner25.py b/uncompyle2/scanner25.py index 46587b4e..bb4d52af 100755 --- a/uncompyle2/scanner25.py +++ b/uncompyle2/scanner25.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000-2002 by hartmut Goebel + Copyright (c) 2000-2002 by hartmut Goebel Copyright (c) 2005 by Dan Pascu See main module for license. diff --git a/uncompyle2/scanner26.py b/uncompyle2/scanner26.py index 14d9797c..73e7c75a 100755 --- a/uncompyle2/scanner26.py +++ b/uncompyle2/scanner26.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000-2002 by hartmut Goebel + Copyright (c) 2000-2002 by hartmut Goebel Copyright (c) 2005 by Dan Pascu See main module for license. diff --git a/uncompyle2/scanner27.py b/uncompyle2/scanner27.py index 4a7509c2..154aeba2 100755 --- a/uncompyle2/scanner27.py +++ b/uncompyle2/scanner27.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000-2002 by hartmut Goebel + Copyright (c) 2000-2002 by hartmut Goebel Copyright (c) 2005 by Dan Pascu See main module for license. diff --git a/uncompyle2/verify.py b/uncompyle2/verify.py index 6af4feff..4ac1ffd7 100755 --- a/uncompyle2/verify.py +++ b/uncompyle2/verify.py @@ -1,5 +1,5 @@ # -# (C) Copyright 2000-2002 by hartmut Goebel +# (C) Copyright 2000-2002 by hartmut Goebel # # byte-code verifier for uncompyle # diff --git a/uncompyle2/walker.py b/uncompyle2/walker.py index 3a6f8229..1c42fa32 100755 --- a/uncompyle2/walker.py +++ b/uncompyle2/walker.py @@ -1,6 +1,6 @@ ''' Copyright (c) 1999 John Aycock - Copyright (c) 2000-2002 by hartmut Goebel + Copyright (c) 2000-2002 by hartmut Goebel Copyright (c) 2005 by Dan Pascu See main module for license.