parser: add copyright info to parser_nodes.nit
authorJean Privat <jean@pryen.org>
Sun, 26 Jul 2009 05:10:47 +0000 (01:10 -0400)
committerJean Privat <jean@pryen.org>
Mon, 27 Jul 2009 07:36:22 +0000 (03:36 -0400)
Since it is now clearly no more generated.

Signed-off-by: Jean Privat <jean@pryen.org>

src/parser/parser_nodes.nit

index 4e9f242..81a7a57 100644 (file)
@@ -1,5 +1,22 @@
-# Raw AST node hierarchy.
-# This file was generated by SableCC (http://www.sablecc.org/). 
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Copyright 2008-2009 Jean Privat <jean@pryen.org>
+# Copyright 2009 Jean-Sebastien Gelinas <calestar@gmail.com>
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# AST nodes of the Nit language
+# Was previously based on parser_abs.nit.
 package parser_nodes
 
 import mmloader