You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Merge pull request #3 from htgoebel/mysterie
Update email and URLs for original author.
This commit is contained in:
@@ -15,13 +15,14 @@ hashes get pretty-printed.
|
||||
|
||||
'uncompyle2' is based on John Aycock's generic small languages compiler
|
||||
'spark' (http://www.csr.uvic.ca/~aycock/python/) and his prior work on
|
||||
'uncompyle'.
|
||||
a tool called 'decompyle'. This tool has been vastly improved by
|
||||
Hartmut Goebel `http://www.crazy-compilers.com/`_
|
||||
|
||||
### Additional note (3 July 2004, Ben Burton):
|
||||
|
||||
The original website from which this software was obtained is no longer
|
||||
available. It has now become a commercial decompilation service, with
|
||||
no software available for download.
|
||||
This software is no longer available from the original website. It has
|
||||
now become a commercial decompilation service, with no software
|
||||
available for download.
|
||||
|
||||
Any developers seeking to make alterations or enhancements to this code
|
||||
should therefore consider these debian packages an appropriate starting
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python2.7
|
||||
# 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]...
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python2.7
|
||||
# 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]...
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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>
|
||||
|
||||
See main module for license.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# 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>
|
||||
#
|
||||
# See main module for license.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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>
|
||||
|
||||
See main module for license.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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>
|
||||
|
||||
See main module for license.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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>
|
||||
|
||||
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
|
||||
#
|
||||
|
@@ -1,6 +1,6 @@
|
||||
'''
|
||||
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>
|
||||
|
||||
See main module for license.
|
||||
|
Reference in New Issue
Block a user