Skip to content

Commit ddad3cc

Browse files
committed
Update headers of moved files
1 parent c451590 commit ddad3cc

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

trunk/source/Library-SmtLibUtils/src/de/uni_freiburg/informatik/ultimate/lib/smtlibutils/DebugMessage.java

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
/*
2+
* Copyright (C) 2009-2012 Juergen Christ
23
* Copyright (C) 2009-2012 University of Freiburg
34
*
4-
* This file is part of SMTInterpol.
5+
* This file is part of the ULTIMATE SmtLibUtils Library.
56
*
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
78
* it under the terms of the GNU Lesser General Public License as published
89
* by the Free Software Foundation, either version 3 of the License, or
910
* (at your option) any later version.
1011
*
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,
1213
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1314
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1415
* GNU Lesser General Public License for more details.
1516
*
1617
* 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.
1826
*/
1927
package de.uni_freiburg.informatik.ultimate.lib.smtlibutils;
2028

trunk/source/Library-SmtLibUtils/src/de/uni_freiburg/informatik/ultimate/lib/smtlibutils/INonSolverScript.java

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
/*
2+
* Copyright (C) 2018 Alexander Nutz ([email protected])
3+
* Copyright (C) 2018 University of Freiburg
4+
*
5+
* This file is part of the ULTIMATE SmtLibUtils Library.
6+
*
7+
* The ULTIMATE SmtLibUtils Library is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU Lesser General Public License as published
9+
* by the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* The ULTIMATE SmtLibUtils Library is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU Lesser General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU Lesser General Public License
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.
26+
*/
27+
128
package de.uni_freiburg.informatik.ultimate.lib.smtlibutils;
229

330
import de.uni_freiburg.informatik.ultimate.logic.Script;

0 commit comments

Comments
 (0)