From 7ad3237708f4ce608376e998430191020fed019e Mon Sep 17 00:00:00 2001 From: Sorin Stancu-Mara Date: Sat, 2 May 2009 20:21:44 +0200 Subject: Changed %PAKAGENAME% to Petascope --- src/syntaxParser/java_cup/lalr_item.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/syntaxParser/java_cup/lalr_item.java') diff --git a/src/syntaxParser/java_cup/lalr_item.java b/src/syntaxParser/java_cup/lalr_item.java index 3660aa2..9612bf4 100644 --- a/src/syntaxParser/java_cup/lalr_item.java +++ b/src/syntaxParser/java_cup/lalr_item.java @@ -1,20 +1,20 @@ /* - * This file is part of %PACKAGENAME%. + * This file is part of Petascope. * - * %PACKAGENAME% is free software: you can redistribute it and/or modify + * Petascope is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of * the License, or (at your option) any later version. * - * %PACKAGENAME% is distributed in the hope that it will be useful, + * Petascope is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with %PACKAGENAME%. If not, see . + * License along with Petascope. If not, see . * - * For more information please see + * For more information please see * or contact Peter Baumann via . * * Copyright 2009 Jacobs University Bremen, Peter Baumann. -- cgit