Skip to content

Commit 9ee5899

Browse files
committed
bump license header to 2018
1 parent 28101ac commit 9ee5899

498 files changed

Lines changed: 498 additions & 498 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-2017 TU Dortmund
3+
Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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-2017 TU Dortmund
1+
/* Copyright (C) 2013-2018 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)