From 87f2e1ffca0ec4093ddf94b677be3ecd21eb574f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 16 Nov 2012 20:42:25 +0100 Subject: [PATCH 1/2] Updating original authors email-address. --- build/scripts-2.7/uncompyle2 | 2 +- uncompyle2.py | 2 +- uncompyle2/__init__.py | 2 +- uncompyle2/parser.py | 2 +- uncompyle2/scanner.py | 2 +- uncompyle2/scanner25.py | 2 +- uncompyle2/scanner26.py | 2 +- uncompyle2/scanner27.py | 2 +- uncompyle2/verify.py | 2 +- uncompyle2/walker.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) 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. From ef0440c5871c25aa9908e9c6fa697d473e40202f Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 16 Nov 2012 20:47:35 +0100 Subject: [PATCH 2/2] Add credits to the original author. --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 244eaadf..eebfc4d9 100755 --- a/README.rst +++ b/README.rst @@ -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