diff options
Diffstat (limited to 'exyapps/main.py')
-rwxr-xr-x | exyapps/main.py | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/exyapps/main.py b/exyapps/main.py index 322a3eb..61f3478 100755 --- a/exyapps/main.py +++ b/exyapps/main.py @@ -1,15 +1,13 @@ #!/usr/bin/python # -# Yapps 2 - yet another python parser system +# exyapps - yet another python parser system # Copyright 1999-2003 by Amit J. Patel <amitp@cs.stanford.edu> +# Copyright 2011 by Association of Universities for Research in Astronomy # -# This version of Yapps 2 can be distributed under the -# terms of the MIT open source license, either found in the LICENSE file -# included with the Yapps distribution -# <http://theory.stanford.edu/~amitp/yapps/> or at +# This software can be distributed under the terms of the MIT +# open source license, either found in the LICENSE file or at # <http://www.opensource.org/licenses/mit-license.php> -# import sys, re |