From 952032bc3b5a1b0fc215b677ca1aa32385ba525b Mon Sep 17 00:00:00 2001 From: sienkiew Date: Tue, 27 Sep 2011 17:33:55 +0000 Subject: various explanatory text version number in __version__ AURA copyrights remove code to support importing runtime instead of incorporating it into the generated parser add MANIFEST.in instructions for re-generating the parser that exyapps uses internally git-svn-id: http://svn.stsci.edu/svn/ssb/etal/exyapps/trunk@431 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- exyapps/main.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'exyapps/main.py') 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 +# 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 -# or at +# This software can be distributed under the terms of the MIT +# open source license, either found in the LICENSE file or at # -# import sys, re -- cgit