Merge pull request #3 from htgoebel/mysterie

Update email and URLs for original author.
This commit is contained in:
Mysterie
2012-11-25 04:15:23 -08:00
11 changed files with 15 additions and 14 deletions

View File

@@ -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

View File

@@ -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]...

View File

@@ -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]...

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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
#

View File

@@ -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.