You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Updating original authors email-address.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/python2.7
|
#!/usr/bin/python2.7
|
||||||
# Mode: -*- python -*-
|
# Mode: -*- python -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
#
|
#
|
||||||
"""
|
"""
|
||||||
Usage: uncompyle [OPTIONS]... [ FILE | DIR]...
|
Usage: uncompyle [OPTIONS]... [ FILE | DIR]...
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python2.7
|
#!/usr/bin/env python2.7
|
||||||
# Mode: -*- python -*-
|
# Mode: -*- python -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
#
|
#
|
||||||
'''
|
'''
|
||||||
Usage: uncompyle [OPTIONS]... [ FILE | DIR]...
|
Usage: uncompyle [OPTIONS]... [ FILE | DIR]...
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
|
|
||||||
See main module for license.
|
See main module for license.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 1999 John Aycock
|
# Copyright (c) 1999 John Aycock
|
||||||
# Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
# Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
# Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
# Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
#
|
#
|
||||||
# See main module for license.
|
# See main module for license.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
|
|
||||||
See main module for license.
|
See main module for license.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
|
|
||||||
See main module for license.
|
See main module for license.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
|
|
||||||
See main module for license.
|
See main module for license.
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# (C) Copyright 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
# (C) Copyright 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
#
|
#
|
||||||
# byte-code verifier for uncompyle
|
# byte-code verifier for uncompyle
|
||||||
#
|
#
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
'''
|
'''
|
||||||
Copyright (c) 1999 John Aycock
|
Copyright (c) 1999 John Aycock
|
||||||
Copyright (c) 2000-2002 by hartmut Goebel <hartmut@goebel.noris.de>
|
Copyright (c) 2000-2002 by hartmut Goebel <h.goebel@crazy-compilers.com>
|
||||||
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
Copyright (c) 2005 by Dan Pascu <dan@windowmaker.org>
|
||||||
|
|
||||||
See main module for license.
|
See main module for license.
|
||||||
|
Reference in New Issue
Block a user