|
4 | 4 | * Class: SharedInputGrammar
|
5 | 5 | * Filename: sequitur/src/main/java/de/unisb/cs/st/sequitur/input/SharedInputGrammar.java
|
6 | 6 | *
|
7 |
| - * This file is part of the JavaSlicer tool, developed by Clemens Hammacher at Saarland University. |
8 |
| - * See http://www.st.cs.uni-saarland.de/javaslicer/ for more information. |
| 7 | + * This file is part of the Sequitur library developed by Clemens Hammacher |
| 8 | + * at Saarland University. It has been developed for use in the JavaSlicer |
| 9 | + * tool. See http://www.st.cs.uni-saarland.de/javaslicer/ for more information. |
9 | 10 | *
|
10 |
| - * This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. |
11 |
| - * To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a |
12 |
| - * letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA. |
| 11 | + * Sequitur is free software: you can redistribute it and/or modify |
| 12 | + * it under the terms of the GNU General Public License as published by |
| 13 | + * the Free Software Foundation, either version 3 of the License, or |
| 14 | + * (at your option) any later version. |
| 15 | + * |
| 16 | + * Sequitur is distributed in the hope that it will be useful, |
| 17 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 18 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 19 | + * GNU General Public License for more details. |
| 20 | + * |
| 21 | + * You should have received a copy of the GNU General Public License |
| 22 | + * along with Sequitur. If not, see <http://www.gnu.org/licenses/>. |
13 | 23 | */
|
14 | 24 | package de.unisb.cs.st.sequitur.input;
|
15 | 25 |
|
|
0 commit comments