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/Main.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/Main.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/action_part.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/action_production.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/assoc.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/emit.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/internal_error.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lalr_item.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lalr_item_set.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lalr_state.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lalr_transition.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lexer.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/lr_item_core.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/non_terminal.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/nonassoc_action.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parse_action.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parse_action_row.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parse_action_table.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parse_reduce_row.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parse_reduce_table.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/parser.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/production.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/production_part.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/reduce_action.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/shift_action.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/sym.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/symbol.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/symbol_part.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/symbol_set.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/terminal.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/terminal_set.java | 10 +++++----- src/syntaxParser/java_cup/SAVE/version.java | 10 +++++----- src/syntaxParser/java_cup/action_part.java | 10 +++++----- src/syntaxParser/java_cup/action_production.java | 10 +++++----- src/syntaxParser/java_cup/assoc.java | 10 +++++----- src/syntaxParser/java_cup/emit.java | 10 +++++----- src/syntaxParser/java_cup/internal_error.java | 10 +++++----- src/syntaxParser/java_cup/lalr_item.java | 10 +++++----- src/syntaxParser/java_cup/lalr_item_set.java | 10 +++++----- src/syntaxParser/java_cup/lalr_state.java | 10 +++++----- src/syntaxParser/java_cup/lalr_transition.java | 10 +++++----- src/syntaxParser/java_cup/lexer.java | 10 +++++----- src/syntaxParser/java_cup/lr_item_core.java | 10 +++++----- src/syntaxParser/java_cup/non_terminal.java | 10 +++++----- src/syntaxParser/java_cup/nonassoc_action.java | 10 +++++----- src/syntaxParser/java_cup/parse_action.java | 10 +++++----- src/syntaxParser/java_cup/parse_action_row.java | 10 +++++----- src/syntaxParser/java_cup/parse_action_table.java | 10 +++++----- src/syntaxParser/java_cup/parse_reduce_row.java | 10 +++++----- src/syntaxParser/java_cup/parse_reduce_table.java | 10 +++++----- src/syntaxParser/java_cup/parser.java | 10 +++++----- src/syntaxParser/java_cup/production.java | 10 +++++----- src/syntaxParser/java_cup/production_part.java | 10 +++++----- src/syntaxParser/java_cup/reduce_action.java | 10 +++++----- src/syntaxParser/java_cup/runtime/Scanner.java | 10 +++++----- src/syntaxParser/java_cup/runtime/Symbol.java | 10 +++++----- src/syntaxParser/java_cup/runtime/lr_parser.java | 10 +++++----- src/syntaxParser/java_cup/runtime/virtual_parse_stack.java | 10 +++++----- src/syntaxParser/java_cup/shift_action.java | 10 +++++----- src/syntaxParser/java_cup/simple_calc/Main.java | 10 +++++----- src/syntaxParser/java_cup/simple_calc/parser.cup | 10 +++++----- src/syntaxParser/java_cup/simple_calc/parser.java | 10 +++++----- src/syntaxParser/java_cup/simple_calc/scanner.java | 10 +++++----- src/syntaxParser/java_cup/simple_calc/sym.java | 10 +++++----- src/syntaxParser/java_cup/sym.java | 10 +++++----- src/syntaxParser/java_cup/symbol.java | 10 +++++----- src/syntaxParser/java_cup/symbol_part.java | 10 +++++----- src/syntaxParser/java_cup/symbol_set.java | 10 +++++----- src/syntaxParser/java_cup/terminal.java | 10 +++++----- src/syntaxParser/java_cup/terminal_set.java | 10 +++++----- src/syntaxParser/java_cup/version.java | 10 +++++----- 71 files changed, 355 insertions(+), 355 deletions(-) (limited to 'src/syntaxParser/java_cup') diff --git a/src/syntaxParser/java_cup/Main.java b/src/syntaxParser/java_cup/Main.java index 1ebb8cf..7c72b28 100644 --- a/src/syntaxParser/java_cup/Main.java +++ b/src/syntaxParser/java_cup/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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. 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 . + * 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. diff --git a/src/syntaxParser/java_cup/action_part.java b/src/syntaxParser/java_cup/action_part.java index e197001..5346669 100644 --- a/src/syntaxParser/java_cup/action_part.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/action_production.java b/src/syntaxParser/java_cup/action_production.java index 2d0621d..5ce2297 100644 --- a/src/syntaxParser/java_cup/action_production.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/assoc.java b/src/syntaxParser/java_cup/assoc.java index 7c152c3..4565a2e 100644 --- a/src/syntaxParser/java_cup/assoc.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/emit.java b/src/syntaxParser/java_cup/emit.java index 92cac04..a79d83d 100644 --- a/src/syntaxParser/java_cup/emit.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/internal_error.java b/src/syntaxParser/java_cup/internal_error.java index c72aa72..1ef58de 100644 --- a/src/syntaxParser/java_cup/internal_error.java +++ b/src/syntaxParser/java_cup/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 . + * 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. 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. diff --git a/src/syntaxParser/java_cup/lalr_item_set.java b/src/syntaxParser/java_cup/lalr_item_set.java index 9959192..a11db7d 100644 --- a/src/syntaxParser/java_cup/lalr_item_set.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/lalr_state.java b/src/syntaxParser/java_cup/lalr_state.java index 5883462..de65957 100644 --- a/src/syntaxParser/java_cup/lalr_state.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/lalr_transition.java b/src/syntaxParser/java_cup/lalr_transition.java index 2955f24..706b062 100644 --- a/src/syntaxParser/java_cup/lalr_transition.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/lexer.java b/src/syntaxParser/java_cup/lexer.java index 4901e06..858c71f 100644 --- a/src/syntaxParser/java_cup/lexer.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/lr_item_core.java b/src/syntaxParser/java_cup/lr_item_core.java index 8af3de9..6596f61 100644 --- a/src/syntaxParser/java_cup/lr_item_core.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/non_terminal.java b/src/syntaxParser/java_cup/non_terminal.java index 9c76e58..65c42e0 100644 --- a/src/syntaxParser/java_cup/non_terminal.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/nonassoc_action.java b/src/syntaxParser/java_cup/nonassoc_action.java index 28de666..28038d2 100644 --- a/src/syntaxParser/java_cup/nonassoc_action.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parse_action.java b/src/syntaxParser/java_cup/parse_action.java index 979dede..77ae441 100644 --- a/src/syntaxParser/java_cup/parse_action.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parse_action_row.java b/src/syntaxParser/java_cup/parse_action_row.java index ffd6828..8050a6a 100644 --- a/src/syntaxParser/java_cup/parse_action_row.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parse_action_table.java b/src/syntaxParser/java_cup/parse_action_table.java index 739dff2..00eedfc 100644 --- a/src/syntaxParser/java_cup/parse_action_table.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parse_reduce_row.java b/src/syntaxParser/java_cup/parse_reduce_row.java index d58841e..009bf7e 100644 --- a/src/syntaxParser/java_cup/parse_reduce_row.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parse_reduce_table.java b/src/syntaxParser/java_cup/parse_reduce_table.java index 224d8a8..0d93011 100644 --- a/src/syntaxParser/java_cup/parse_reduce_table.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/parser.java b/src/syntaxParser/java_cup/parser.java index 58220fc..f8c0539 100644 --- a/src/syntaxParser/java_cup/parser.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/production.java b/src/syntaxParser/java_cup/production.java index 0bbf194..4717b8c 100644 --- a/src/syntaxParser/java_cup/production.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/production_part.java b/src/syntaxParser/java_cup/production_part.java index 3d42ad2..7b90523 100644 --- a/src/syntaxParser/java_cup/production_part.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/reduce_action.java b/src/syntaxParser/java_cup/reduce_action.java index 79c6d19..a7296df 100644 --- a/src/syntaxParser/java_cup/reduce_action.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/runtime/Scanner.java b/src/syntaxParser/java_cup/runtime/Scanner.java index 1d1c071..3043a9f 100644 --- a/src/syntaxParser/java_cup/runtime/Scanner.java +++ b/src/syntaxParser/java_cup/runtime/Scanner.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. diff --git a/src/syntaxParser/java_cup/runtime/Symbol.java b/src/syntaxParser/java_cup/runtime/Symbol.java index 5bb94d9..6c26710 100644 --- a/src/syntaxParser/java_cup/runtime/Symbol.java +++ b/src/syntaxParser/java_cup/runtime/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 . + * 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. diff --git a/src/syntaxParser/java_cup/runtime/lr_parser.java b/src/syntaxParser/java_cup/runtime/lr_parser.java index 3ba17a9..3dfd04b 100644 --- a/src/syntaxParser/java_cup/runtime/lr_parser.java +++ b/src/syntaxParser/java_cup/runtime/lr_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 . + * 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. diff --git a/src/syntaxParser/java_cup/runtime/virtual_parse_stack.java b/src/syntaxParser/java_cup/runtime/virtual_parse_stack.java index 2cc297a..7e8241a 100644 --- a/src/syntaxParser/java_cup/runtime/virtual_parse_stack.java +++ b/src/syntaxParser/java_cup/runtime/virtual_parse_stack.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. diff --git a/src/syntaxParser/java_cup/shift_action.java b/src/syntaxParser/java_cup/shift_action.java index e1c75d4..892d6db 100644 --- a/src/syntaxParser/java_cup/shift_action.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/simple_calc/Main.java b/src/syntaxParser/java_cup/simple_calc/Main.java index 2eaabf2..8cd5627 100644 --- a/src/syntaxParser/java_cup/simple_calc/Main.java +++ b/src/syntaxParser/java_cup/simple_calc/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 . + * 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. diff --git a/src/syntaxParser/java_cup/simple_calc/parser.cup b/src/syntaxParser/java_cup/simple_calc/parser.cup index eeddbd9..44e41a0 100644 --- a/src/syntaxParser/java_cup/simple_calc/parser.cup +++ b/src/syntaxParser/java_cup/simple_calc/parser.cup @@ -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. diff --git a/src/syntaxParser/java_cup/simple_calc/parser.java b/src/syntaxParser/java_cup/simple_calc/parser.java index bc000a3..b8bcbdc 100644 --- a/src/syntaxParser/java_cup/simple_calc/parser.java +++ b/src/syntaxParser/java_cup/simple_calc/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 . + * 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. diff --git a/src/syntaxParser/java_cup/simple_calc/scanner.java b/src/syntaxParser/java_cup/simple_calc/scanner.java index e0fa483..c64ee15 100644 --- a/src/syntaxParser/java_cup/simple_calc/scanner.java +++ b/src/syntaxParser/java_cup/simple_calc/scanner.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. diff --git a/src/syntaxParser/java_cup/simple_calc/sym.java b/src/syntaxParser/java_cup/simple_calc/sym.java index 53e6378..781dda3 100644 --- a/src/syntaxParser/java_cup/simple_calc/sym.java +++ b/src/syntaxParser/java_cup/simple_calc/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 . + * 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. diff --git a/src/syntaxParser/java_cup/sym.java b/src/syntaxParser/java_cup/sym.java index 6b8136e..470e402 100644 --- a/src/syntaxParser/java_cup/sym.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/symbol.java b/src/syntaxParser/java_cup/symbol.java index 88c4893..677d333 100644 --- a/src/syntaxParser/java_cup/symbol.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/symbol_part.java b/src/syntaxParser/java_cup/symbol_part.java index 4f5c7da..9fa308c 100644 --- a/src/syntaxParser/java_cup/symbol_part.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/symbol_set.java b/src/syntaxParser/java_cup/symbol_set.java index 96294a4..f833792 100644 --- a/src/syntaxParser/java_cup/symbol_set.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/terminal.java b/src/syntaxParser/java_cup/terminal.java index 463dfde..5a32ae8 100644 --- a/src/syntaxParser/java_cup/terminal.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/terminal_set.java b/src/syntaxParser/java_cup/terminal_set.java index 36392a3..56ec4d7 100644 --- a/src/syntaxParser/java_cup/terminal_set.java +++ b/src/syntaxParser/java_cup/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 . + * 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. diff --git a/src/syntaxParser/java_cup/version.java b/src/syntaxParser/java_cup/version.java index e04fd94..f829655 100644 --- a/src/syntaxParser/java_cup/version.java +++ b/src/syntaxParser/java_cup/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 . + * 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