Skip to content

Commit 2180edf

Browse files
committed
bump license header to 2020
1 parent 2a15464 commit 2180edf

622 files changed

Lines changed: 622 additions & 622 deletions

File tree

Some content is hidden

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

algorithms/active/adt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (C) 2013-2019 TU Dortmund
3+
Copyright (C) 2013-2020 TU Dortmund
44
This file is part of LearnLib, http://www.learnlib.de/.
55
66
Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/ads/DefensiveADS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/adt/ADT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/adt/ADTLeafNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/adt/ADTNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/adt/ADTResetNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/adt/ADTSymbolNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/api/ADTExtender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/api/LeafSplitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

algorithms/active/adt/src/main/java/de/learnlib/algorithms/adt/api/PartialTransitionAnalyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2013-2019 TU Dortmund
1+
/* Copyright (C) 2013-2020 TU Dortmund
22
* This file is part of LearnLib, http://www.learnlib.de/.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)