summaryrefslogtreecommitdiffstats
path: root/src/syntaxParser/java_cup/SAVE
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntaxParser/java_cup/SAVE')
-rw-r--r--src/syntaxParser/java_cup/SAVE/Main.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/action_part.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/action_production.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/assoc.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/emit.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/internal_error.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lalr_item.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lalr_item_set.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lalr_state.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lalr_transition.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lexer.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/lr_item_core.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/non_terminal.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/nonassoc_action.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parse_action.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parse_action_row.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parse_action_table.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parse_reduce_row.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parse_reduce_table.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/parser.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/production.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/production_part.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/reduce_action.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/shift_action.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/sym.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/symbol.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/symbol_part.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/symbol_set.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/terminal.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/terminal_set.java10
-rw-r--r--src/syntaxParser/java_cup/SAVE/version.java10
31 files changed, 155 insertions, 155 deletions
diff --git a/src/syntaxParser/java_cup/SAVE/Main.java b/src/syntaxParser/java_cup/SAVE/Main.java
index 1ebb8cf..7c72b28 100644
--- a/src/syntaxParser/java_cup/SAVE/Main.java
+++ b/src/syntaxParser/java_cup/SAVE/Main.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/action_part.java b/src/syntaxParser/java_cup/SAVE/action_part.java
index e197001..5346669 100644
--- a/src/syntaxParser/java_cup/SAVE/action_part.java
+++ b/src/syntaxParser/java_cup/SAVE/action_part.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/action_production.java b/src/syntaxParser/java_cup/SAVE/action_production.java
index 2d0621d..5ce2297 100644
--- a/src/syntaxParser/java_cup/SAVE/action_production.java
+++ b/src/syntaxParser/java_cup/SAVE/action_production.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/assoc.java b/src/syntaxParser/java_cup/SAVE/assoc.java
index 7c152c3..4565a2e 100644
--- a/src/syntaxParser/java_cup/SAVE/assoc.java
+++ b/src/syntaxParser/java_cup/SAVE/assoc.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/emit.java b/src/syntaxParser/java_cup/SAVE/emit.java
index 92cac04..a79d83d 100644
--- a/src/syntaxParser/java_cup/SAVE/emit.java
+++ b/src/syntaxParser/java_cup/SAVE/emit.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/internal_error.java b/src/syntaxParser/java_cup/SAVE/internal_error.java
index c72aa72..1ef58de 100644
--- a/src/syntaxParser/java_cup/SAVE/internal_error.java
+++ b/src/syntaxParser/java_cup/SAVE/internal_error.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lalr_item.java b/src/syntaxParser/java_cup/SAVE/lalr_item.java
index 3660aa2..9612bf4 100644
--- a/src/syntaxParser/java_cup/SAVE/lalr_item.java
+++ b/src/syntaxParser/java_cup/SAVE/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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lalr_item_set.java b/src/syntaxParser/java_cup/SAVE/lalr_item_set.java
index 9959192..a11db7d 100644
--- a/src/syntaxParser/java_cup/SAVE/lalr_item_set.java
+++ b/src/syntaxParser/java_cup/SAVE/lalr_item_set.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lalr_state.java b/src/syntaxParser/java_cup/SAVE/lalr_state.java
index 5883462..de65957 100644
--- a/src/syntaxParser/java_cup/SAVE/lalr_state.java
+++ b/src/syntaxParser/java_cup/SAVE/lalr_state.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lalr_transition.java b/src/syntaxParser/java_cup/SAVE/lalr_transition.java
index 2955f24..706b062 100644
--- a/src/syntaxParser/java_cup/SAVE/lalr_transition.java
+++ b/src/syntaxParser/java_cup/SAVE/lalr_transition.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lexer.java b/src/syntaxParser/java_cup/SAVE/lexer.java
index 4901e06..858c71f 100644
--- a/src/syntaxParser/java_cup/SAVE/lexer.java
+++ b/src/syntaxParser/java_cup/SAVE/lexer.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/lr_item_core.java b/src/syntaxParser/java_cup/SAVE/lr_item_core.java
index 8af3de9..6596f61 100644
--- a/src/syntaxParser/java_cup/SAVE/lr_item_core.java
+++ b/src/syntaxParser/java_cup/SAVE/lr_item_core.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/non_terminal.java b/src/syntaxParser/java_cup/SAVE/non_terminal.java
index 9c76e58..65c42e0 100644
--- a/src/syntaxParser/java_cup/SAVE/non_terminal.java
+++ b/src/syntaxParser/java_cup/SAVE/non_terminal.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/nonassoc_action.java b/src/syntaxParser/java_cup/SAVE/nonassoc_action.java
index 28de666..28038d2 100644
--- a/src/syntaxParser/java_cup/SAVE/nonassoc_action.java
+++ b/src/syntaxParser/java_cup/SAVE/nonassoc_action.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parse_action.java b/src/syntaxParser/java_cup/SAVE/parse_action.java
index 979dede..77ae441 100644
--- a/src/syntaxParser/java_cup/SAVE/parse_action.java
+++ b/src/syntaxParser/java_cup/SAVE/parse_action.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parse_action_row.java b/src/syntaxParser/java_cup/SAVE/parse_action_row.java
index ffd6828..8050a6a 100644
--- a/src/syntaxParser/java_cup/SAVE/parse_action_row.java
+++ b/src/syntaxParser/java_cup/SAVE/parse_action_row.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parse_action_table.java b/src/syntaxParser/java_cup/SAVE/parse_action_table.java
index 739dff2..00eedfc 100644
--- a/src/syntaxParser/java_cup/SAVE/parse_action_table.java
+++ b/src/syntaxParser/java_cup/SAVE/parse_action_table.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parse_reduce_row.java b/src/syntaxParser/java_cup/SAVE/parse_reduce_row.java
index d58841e..009bf7e 100644
--- a/src/syntaxParser/java_cup/SAVE/parse_reduce_row.java
+++ b/src/syntaxParser/java_cup/SAVE/parse_reduce_row.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parse_reduce_table.java b/src/syntaxParser/java_cup/SAVE/parse_reduce_table.java
index 224d8a8..0d93011 100644
--- a/src/syntaxParser/java_cup/SAVE/parse_reduce_table.java
+++ b/src/syntaxParser/java_cup/SAVE/parse_reduce_table.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/parser.java b/src/syntaxParser/java_cup/SAVE/parser.java
index 58220fc..f8c0539 100644
--- a/src/syntaxParser/java_cup/SAVE/parser.java
+++ b/src/syntaxParser/java_cup/SAVE/parser.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/production.java b/src/syntaxParser/java_cup/SAVE/production.java
index 0bbf194..4717b8c 100644
--- a/src/syntaxParser/java_cup/SAVE/production.java
+++ b/src/syntaxParser/java_cup/SAVE/production.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/production_part.java b/src/syntaxParser/java_cup/SAVE/production_part.java
index 3d42ad2..7b90523 100644
--- a/src/syntaxParser/java_cup/SAVE/production_part.java
+++ b/src/syntaxParser/java_cup/SAVE/production_part.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/reduce_action.java b/src/syntaxParser/java_cup/SAVE/reduce_action.java
index 79c6d19..a7296df 100644
--- a/src/syntaxParser/java_cup/SAVE/reduce_action.java
+++ b/src/syntaxParser/java_cup/SAVE/reduce_action.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/shift_action.java b/src/syntaxParser/java_cup/SAVE/shift_action.java
index e1c75d4..892d6db 100644
--- a/src/syntaxParser/java_cup/SAVE/shift_action.java
+++ b/src/syntaxParser/java_cup/SAVE/shift_action.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/sym.java b/src/syntaxParser/java_cup/SAVE/sym.java
index 6b8136e..470e402 100644
--- a/src/syntaxParser/java_cup/SAVE/sym.java
+++ b/src/syntaxParser/java_cup/SAVE/sym.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/symbol.java b/src/syntaxParser/java_cup/SAVE/symbol.java
index 88c4893..677d333 100644
--- a/src/syntaxParser/java_cup/SAVE/symbol.java
+++ b/src/syntaxParser/java_cup/SAVE/symbol.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/symbol_part.java b/src/syntaxParser/java_cup/SAVE/symbol_part.java
index 4f5c7da..9fa308c 100644
--- a/src/syntaxParser/java_cup/SAVE/symbol_part.java
+++ b/src/syntaxParser/java_cup/SAVE/symbol_part.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/symbol_set.java b/src/syntaxParser/java_cup/SAVE/symbol_set.java
index 96294a4..f833792 100644
--- a/src/syntaxParser/java_cup/SAVE/symbol_set.java
+++ b/src/syntaxParser/java_cup/SAVE/symbol_set.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/terminal.java b/src/syntaxParser/java_cup/SAVE/terminal.java
index 463dfde..5a32ae8 100644
--- a/src/syntaxParser/java_cup/SAVE/terminal.java
+++ b/src/syntaxParser/java_cup/SAVE/terminal.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/terminal_set.java b/src/syntaxParser/java_cup/SAVE/terminal_set.java
index 36392a3..56ec4d7 100644
--- a/src/syntaxParser/java_cup/SAVE/terminal_set.java
+++ b/src/syntaxParser/java_cup/SAVE/terminal_set.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.
diff --git a/src/syntaxParser/java_cup/SAVE/version.java b/src/syntaxParser/java_cup/SAVE/version.java
index e04fd94..f829655 100644
--- a/src/syntaxParser/java_cup/SAVE/version.java
+++ b/src/syntaxParser/java_cup/SAVE/version.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 <http://www.gnu.org/licenses/>.
+ * License along with Petascope. If not, see <http://www.gnu.org/licenses/>.
*
- * For more information please see <http://www.%PACKAGENAME%.org>
+ * For more information please see <http://www.Petascope.org>
* or contact Peter Baumann via <baumann@rasdaman.com>.
*
* Copyright 2009 Jacobs University Bremen, Peter Baumann.