]> granicus.if.org Git - python/commitdiff
add a bit more legal junk
authorGreg Stein <gstein@lyra.org>
Thu, 3 Aug 2000 17:39:13 +0000 (17:39 +0000)
committerGreg Stein <gstein@lyra.org>
Thu, 3 Aug 2000 17:39:13 +0000 (17:39 +0000)
(too lazy to paste in the whole BSD license tho; included by ref)

Lib/compiler/transformer.py
Tools/compiler/compiler/transformer.py

index d23fdb8be411f3ff11ba15de8ec4e4cbb6b2482d..81100a92faee83d0c987b93bc0ec0497fd63f0a6 100644 (file)
@@ -1,3 +1,19 @@
+#
+# Copyright (C) 1997-1998 Greg Stein. All Rights Reserved.
+#
+# This module is provided under a BSD-ish license. See
+#   http://www.opensource.org/licenses/bsd-license.html
+# and replace OWNER, ORGANIZATION, and YEAR as appropriate.
+#
+#
+# Written by Greg Stein (gstein@lyra.org)
+#        and Bill Tutt (rassilon@lima.mudlib.org)
+# February 1997.
+#
+# Support for ast.Node subclasses written and other revisions by
+#  Jeremy Hylton (jeremy@cnri.reston.va.us)
+#
+
 """Parse tree transformation module.
 
 Transforms Python source code into an abstract syntax tree (AST)
@@ -8,14 +24,6 @@ parse(buf) -> AST
 parseFile(path) -> AST
 """
 
-# Copyright 1997-1998 Greg Stein and Bill Tutt
-#
-# Written by Greg Stein (gstein@lyra.org)
-#        and Bill Tutt (rassilon@lima.mudlib.org)
-# February 1997.
-#
-# Support for Node subclasses written and other revisions by
-#  Jeremy Hylton (jeremy@cnri.reston.va.us)
 #
 # The output tree has the following nodes:
 #
index d23fdb8be411f3ff11ba15de8ec4e4cbb6b2482d..81100a92faee83d0c987b93bc0ec0497fd63f0a6 100644 (file)
@@ -1,3 +1,19 @@
+#
+# Copyright (C) 1997-1998 Greg Stein. All Rights Reserved.
+#
+# This module is provided under a BSD-ish license. See
+#   http://www.opensource.org/licenses/bsd-license.html
+# and replace OWNER, ORGANIZATION, and YEAR as appropriate.
+#
+#
+# Written by Greg Stein (gstein@lyra.org)
+#        and Bill Tutt (rassilon@lima.mudlib.org)
+# February 1997.
+#
+# Support for ast.Node subclasses written and other revisions by
+#  Jeremy Hylton (jeremy@cnri.reston.va.us)
+#
+
 """Parse tree transformation module.
 
 Transforms Python source code into an abstract syntax tree (AST)
@@ -8,14 +24,6 @@ parse(buf) -> AST
 parseFile(path) -> AST
 """
 
-# Copyright 1997-1998 Greg Stein and Bill Tutt
-#
-# Written by Greg Stein (gstein@lyra.org)
-#        and Bill Tutt (rassilon@lima.mudlib.org)
-# February 1997.
-#
-# Support for Node subclasses written and other revisions by
-#  Jeremy Hylton (jeremy@cnri.reston.va.us)
 #
 # The output tree has the following nodes:
 #