Skip to content

Commit 7398d46

Browse files
committed
OpenNN 8.0.0
1 parent 52a99c1 commit 7398d46

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/breast_cancer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int main()
6767

6868

6969
// OpenNN: Open Neural Networks Library.
70-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
70+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
7171
// This library is free software; you can redistribute it and/or
7272
// modify it under the terms of the GNU Lesser General Public
7373
// License as published by the Free Software Foundation; either

examples/concrete/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ int main()
183183

184184
}
185185
// OpenNN: Open Neural Networks Library.
186-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
186+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
187187
//
188188
// This library is free software; you can redistribute it and/or
189189
// modify it under the terms of the GNU Lesser General Public

examples/iris_plant/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int main()
6868
}
6969

7070
// OpenNN: Open Neural Networks Library.
71-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
71+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
7272
// This library is free software; you can redistribute it and/or
7373
// modify it under the terms of the GNU Lesser General Public
7474
// License as published by the Free Software Foundation; either

examples/melanoma_cancer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main()
8080

8181

8282
// OpenNN: Open Neural Networks Library.
83-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
83+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
8484
// This library is free software; you can redistribute it and/or
8585
// modify it under the terms of the GNU Lesser General Public
8686
// License as published by the Free Software Foundation; either

examples/mnist/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ int main()
8181
}
8282

8383
// OpenNN: Open Neural Networks Library.
84-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
84+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
8585
// This library is free software; you can redistribute it and/or
8686
// modify it under the terms of the GNU Lesser General Public
8787
// License as published by the Free Software Foundation; either

examples/translation/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ int main()
123123
}
124124

125125
// OpenNN: Open Neural Networks Library.
126-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
126+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
127127
// This library is free software; you can redistribute it and/or
128128
// modify it under the terms of the GNU Lesser General Public
129129
// License as published by the Free Software Foundation; either

examples/wwt_optimization/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ int main()
350350

351351
}
352352
// OpenNN: Open Neural Networks Library.
353-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques SL
353+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques SL
354354
//
355355
// This library is free software; you can redistribute it and/or
356356
// modify it under the terms of the GNU Lesser General Public

tests/testing_analysis_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ TEST(TestingAnalysis, MultipleClassificationRates)
10091009
}
10101010

10111011
// OpenNN: Open Neural Networks Library.
1012-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques, SL.
1012+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques, SL.
10131013
//
10141014
// This library is free software; you can redistribute it and/or
10151015
// modify it under the s of the GNU Lesser General Public

tests/time_series_data_set_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ TEST(TimeSeriesDataset, test_set_lags_number)
192192

193193

194194
// OpenNN: Open Neural Networks Library.
195-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques, SL.
195+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques, SL.
196196
//
197197
// This library is free software; you can redistribute it and/or
198198
// modify it under the terms of the GNU Lesser General Public

tests/training_strategy_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TEST(TrainingStrategy, GeneralConstructor)
2828

2929

3030
// OpenNN: Open Neural Networks Library.
31-
// Copyright (C) 2005-2025 Artificial Intelligence Techniques, SL.
31+
// Copyright (C) 2005-2026 Artificial Intelligence Techniques, SL.
3232
//
3333
// This library is free software; you can redistribute it and/or
3434
// modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)