Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Updating original authors email-address.
Browse files Browse the repository at this point in the history
  • Loading branch information
htgoebel committed Nov 16, 2012
1 parent 5f4ddc2 commit 71e9a4b
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 1.1
Summary: Python byte-code to source-code converter
Home-page: http://github.com/sysfrog/uncompyle
Author: Hartmut Goebel
Author-email: hartmut@oberon.noris.de
Author-email: h.goebel@crazy-compilers.com
License: GPLv3
Description: UNKNOWN
Platform: UNKNOWN
2 changes: 1 addition & 1 deletion scripts/uncompyle2
Original file line number Diff line number Diff line change
@@ -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]...
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bdist_rpm]
release = 1
packager = Hartmut Goebel <hartmut.goebel@noris.net>
packager = Hartmut Goebel <h.goebel@crazy-compilers.com>
doc_files = README
# CHANGES.txt
# USAGE.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
version = "1.1",
description = "Python byte-code to source-code converter",
author = "Hartmut Goebel",
author_email = "hartmut@oberon.noris.de",
author_email = "h.goebel@crazy-compilers.com",
url = "http://github.com/sysfrog/uncompyle",
packages=['uncompyle2'],
scripts=['scripts/uncompyle2'],
Expand Down
2 changes: 1 addition & 1 deletion uncompyle2/Parser.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion uncompyle2/Scanner.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion uncompyle2/Walker.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion uncompyle2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
Expand Down
2 changes: 1 addition & 1 deletion uncompyle2/verify.py
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit 71e9a4b

Please sign in to comment.