Skip to content

Commit 2b91728

Browse files
committed
Updated headers to Encog 3.3
1 parent 1030e3b commit 2b91728

1,204 files changed

Lines changed: 3475 additions & 2354 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.

src/main/java/org/encog/ConsoleStatusReportable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/Encog.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/EncogError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/EncogShutdownTask.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/NullStatusReportable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/StatusReportable.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/app/analyst/AnalystError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/app/analyst/AnalystFileFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

src/main/java/org/encog/app/analyst/AnalystGoal.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* Encog(tm) Core v3.2 - Java Version
2+
* Encog(tm) Core v3.3 - Java Version
33
* http://www.heatonresearch.com/encog/
44
* https://github.com/encog/encog-java-core
55
6-
* Copyright 2008-2013 Heaton Research, Inc.
6+
* Copyright 2008-2014 Heaton Research, Inc.
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)