|
1 | 1 | /*
|
| 2 | + * Copyright (C) 2009-2012 Juergen Christ |
2 | 3 | * Copyright (C) 2009-2012 University of Freiburg
|
3 | 4 | *
|
4 |
| - * This file is part of SMTInterpol. |
| 5 | + * This file is part of the ULTIMATE SmtLibUtils Library. |
5 | 6 | *
|
6 |
| - * SMTInterpol is free software: you can redistribute it and/or modify |
| 7 | + * The ULTIMATE SmtLibUtils Library is free software: you can redistribute it and/or modify |
7 | 8 | * it under the terms of the GNU Lesser General Public License as published
|
8 | 9 | * by the Free Software Foundation, either version 3 of the License, or
|
9 | 10 | * (at your option) any later version.
|
10 | 11 | *
|
11 |
| - * SMTInterpol is distributed in the hope that it will be useful, |
| 12 | + * The ULTIMATE SmtLibUtils Library is distributed in the hope that it will be useful, |
12 | 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13 | 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
14 | 15 | * GNU Lesser General Public License for more details.
|
15 | 16 | *
|
16 | 17 | * You should have received a copy of the GNU Lesser General Public License
|
17 |
| - * along with SMTInterpol. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + * along with the ULTIMATE SmtLibUtils Library. If not, see <http://www.gnu.org/licenses/>. |
| 19 | + * |
| 20 | + * Additional permission under GNU GPL version 3 section 7: |
| 21 | + * If you modify the ULTIMATE SmtLibUtils Library, or any covered work, by linking |
| 22 | + * or combining it with Eclipse RCP (or a modified version of Eclipse RCP), |
| 23 | + * containing parts covered by the terms of the Eclipse Public License, the |
| 24 | + * licensors of the ULTIMATE SmtLibUtils Library grant you additional permission |
| 25 | + * to convey the resulting work. |
18 | 26 | */
|
19 | 27 | package de.uni_freiburg.informatik.ultimate.lib.smtlibutils;
|
20 | 28 |
|
|
0 commit comments