Skip to content

Commit b020bad

Browse files
author
Martin Hentschel
committed
KeY: Updated license headers
1 parent 8d1520d commit b020bad

File tree

1,687 files changed

+9973
-10046
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,687 files changed

+9973
-10046
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
12+
//

system/src/de/uka/ilkd/key/collection/DefaultImmutableMap.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -459,4 +458,4 @@ public S next() {
459458
return nextEntry().key();
460459
}
461460
}
462-
}
461+
}

system/src/de/uka/ilkd/key/collection/DefaultImmutableSet.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -283,4 +282,4 @@ public <S> S[] toArray(S[] array) {
283282

284283
}
285284

286-
}
285+
}

system/src/de/uka/ilkd/key/collection/ImmutableArray.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -174,4 +173,4 @@ public void remove() {
174173
public boolean isEmpty() {
175174
return content.length == 0;
176175
}
177-
}
176+
}

system/src/de/uka/ilkd/key/collection/ImmutableHeap.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
14-
12+
//
1513

1614
package de.uka.ilkd.key.collection;
1715

@@ -97,4 +95,4 @@ public interface ImmutableHeap<T extends Comparable<T>> extends java.io.Serializ
9795
*/
9896
Iterator<T> sortedIterator ();
9997

100-
}
98+
}

system/src/de/uka/ilkd/key/collection/ImmutableLeftistHeap.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -441,4 +440,4 @@ public void remove() {
441440
}
442441
}
443442

444-
}
443+
}

system/src/de/uka/ilkd/key/collection/ImmutableList.java

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -107,5 +106,4 @@ public interface ImmutableList<T> extends Iterable<T>, java.io.Serializable {
107106
* Convert the list to a Java array (O(n))
108107
*/
109108
<S> S[] toArray(S[] array);
110-
}
111-
109+
}

system/src/de/uka/ilkd/key/collection/ImmutableMap.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -63,4 +62,4 @@ public interface ImmutableMap<S,T> extends java.io.Serializable {
6362
/** @return iterator for entries */
6463
Iterator<ImmutableMapEntry<S,T>> entryIterator();
6564

66-
}
65+
}
Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
14-
12+
//
1513

1614
package de.uka.ilkd.key.collection;
1715

@@ -27,4 +25,4 @@ public interface ImmutableMapEntry<S,T> extends java.io.Serializable {
2725

2826
/** @return the second part of the tupel */
2927
T value();
30-
}
28+
}

system/src/de/uka/ilkd/key/collection/ImmutableSLList.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
// This file is part of KeY - Integrated Deductive Software Design
1+
// This file is part of KeY - Integrated Deductive Software Design
22
//
3-
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
3+
// Copyright (C) 2001-2011 Universitaet Karlsruhe (TH), Germany
44
// Universitaet Koblenz-Landau, Germany
55
// Chalmers University of Technology, Sweden
6-
// Copyright (C) 2011-2013 Karlsruhe Institute of Technology, Germany
6+
// Copyright (C) 2011-2014 Karlsruhe Institute of Technology, Germany
77
// Technical University Darmstadt, Germany
88
// Chalmers University of Technology, Sweden
99
//
10-
// The KeY system is protected by the GNU General
10+
// The KeY system is protected by the GNU General
1111
// Public License. See LICENSE.TXT for details.
12-
//
13-
12+
//
1413

1514
package de.uka.ilkd.key.collection;
1615

@@ -561,4 +560,4 @@ public void remove() {
561560
}
562561

563562
}
564-
}
563+
}

0 commit comments

Comments
 (0)