From 2fa62d927edef7dd2f5d712e91e303f0173ead26 Mon Sep 17 00:00:00 2001 From: steffennissen Date: Sun, 1 Nov 2015 18:04:26 +0800 Subject: [PATCH] updated email + copyright year --- CMakeLists.txt | 2 +- examples/cascade_train.c | 2 +- examples/momentums.c | 2 +- examples/mushroom.c | 2 +- examples/parallel_train.c | 2 +- examples/robot.c | 2 +- examples/simple_test.c | 2 +- examples/simple_train.c | 2 +- examples/steepness_train.c | 2 +- examples/xor_test.c | 2 +- examples/xor_train.c | 2 +- src/doublefann.c | 2 +- src/fann.c | 2 +- src/fann_cascade.c | 2 +- src/fann_error.c | 2 +- src/fann_io.c | 2 +- src/fann_train.c | 2 +- src/fann_train_data.c | 2 +- src/fixedfann.c | 2 +- src/floatfann.c | 2 +- src/include/doublefann.h | 2 +- src/include/fann.h | 2 +- src/include/fann_activation.h | 2 +- src/include/fann_cascade.h | 2 +- src/include/fann_cpp.h | 1 - src/include/fann_data.h | 2 +- src/include/fann_data_cpp.h | 19 +++++++++++++++++++ src/include/fann_error.h | 2 +- src/include/fann_internal.h | 2 +- src/include/fann_io.h | 2 +- src/include/fann_train.h | 2 +- src/include/fann_training_data_cpp.h | 21 ++++++++++++++++++--- src/include/fixedfann.h | 2 +- src/include/floatfann.h | 2 +- src/parallel_doublefann_cpp.cpp | 2 +- src/parallel_floatfann_cpp.cpp | 2 +- tests/create_net.cpp | 2 +- tests/train_data.cpp | 2 +- 38 files changed, 72 insertions(+), 39 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71847b19..918d9464 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ IF(WIN32 AND NOT UNIX) # SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY} My Famous Project") SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\leenissen.dk/fann/") SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\leenissen.dk/fann/") - SET(CPACK_NSIS_CONTACT "sn@leenissen.dk") + SET(CPACK_NSIS_CONTACT "steffen.fann@gmail.com") SET(CPACK_NSIS_MODIFY_PATH ON) ELSE(WIN32 AND NOT UNIX) # SET(CPACK_STRIP_FILES "bin/MyExecutable") diff --git a/examples/cascade_train.c b/examples/cascade_train.c index 5436e7c6..191fc382 100644 --- a/examples/cascade_train.c +++ b/examples/cascade_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/momentums.c b/examples/momentums.c index 284d4e48..0523aba3 100644 --- a/examples/momentums.c +++ b/examples/momentums.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/mushroom.c b/examples/mushroom.c index 8395c1a5..fdb075a7 100644 --- a/examples/mushroom.c +++ b/examples/mushroom.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/parallel_train.c b/examples/parallel_train.c index 6d25d564..57c21fd9 100644 --- a/examples/parallel_train.c +++ b/examples/parallel_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/robot.c b/examples/robot.c index c72b6a01..9934797d 100644 --- a/examples/robot.c +++ b/examples/robot.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/simple_test.c b/examples/simple_test.c index cfb1092a..f3f2e96f 100644 --- a/examples/simple_test.c +++ b/examples/simple_test.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/simple_train.c b/examples/simple_train.c index 89518f34..0a36ab7d 100644 --- a/examples/simple_train.c +++ b/examples/simple_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/steepness_train.c b/examples/steepness_train.c index 51c0b91b..3d06f277 100644 --- a/examples/steepness_train.c +++ b/examples/steepness_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/xor_test.c b/examples/xor_test.c index 159779fd..15b8e58a 100644 --- a/examples/xor_test.c +++ b/examples/xor_test.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/examples/xor_train.c b/examples/xor_train.c index 2e0bf17e..571cb006 100644 --- a/examples/xor_train.c +++ b/examples/xor_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/doublefann.c b/src/doublefann.c index 264ae562..40f22380 100644 --- a/src/doublefann.c +++ b/src/doublefann.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann.c b/src/fann.c index 434a7476..824744e0 100644 --- a/src/fann.c +++ b/src/fann.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann_cascade.c b/src/fann_cascade.c index 2d6e42d8..51954907 100644 --- a/src/fann_cascade.c +++ b/src/fann_cascade.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann_error.c b/src/fann_error.c index e30d5350..aa910fe1 100644 --- a/src/fann_error.c +++ b/src/fann_error.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann_io.c b/src/fann_io.c index ac3ddf1d..f17667b9 100644 --- a/src/fann_io.c +++ b/src/fann_io.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann_train.c b/src/fann_train.c index b2562830..049e6de9 100644 --- a/src/fann_train.c +++ b/src/fann_train.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fann_train_data.c b/src/fann_train_data.c index c5cb4d23..fd706730 100644 --- a/src/fann_train_data.c +++ b/src/fann_train_data.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) - Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) + Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/fixedfann.c b/src/fixedfann.c index 7196e706..a48cd085 100644 --- a/src/fixedfann.c +++ b/src/fixedfann.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/floatfann.c b/src/floatfann.c index 28ca8868..b9ad0dd0 100644 --- a/src/floatfann.c +++ b/src/floatfann.c @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/doublefann.h b/src/include/doublefann.h index 891420ee..247779f3 100644 --- a/src/include/doublefann.h +++ b/src/include/doublefann.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann.h b/src/include/fann.h index 88735151..633aa027 100644 --- a/src/include/fann.h +++ b/src/include/fann.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_activation.h b/src/include/fann_activation.h index ae1443f5..3ab2193a 100644 --- a/src/include/fann_activation.h +++ b/src/include/fann_activation.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_cascade.h b/src/include/fann_cascade.h index e39190e4..77ea2af4 100644 --- a/src/include/fann_cascade.h +++ b/src/include/fann_cascade.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_cpp.h b/src/include/fann_cpp.h index e5a7c25b..f685437a 100644 --- a/src/include/fann_cpp.h +++ b/src/include/fann_cpp.h @@ -3,7 +3,6 @@ #include /* - * * Fast Artificial Neural Network (fann) C++ Wrapper * Copyright (C) 2004-2006 created by freegoldbar (at) yahoo dot com * diff --git a/src/include/fann_data.h b/src/include/fann_data.h index f9d604e7..6df4569c 100644 --- a/src/include/fann_data.h +++ b/src/include/fann_data.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_data_cpp.h b/src/include/fann_data_cpp.h index 27604c2b..d783b92d 100644 --- a/src/include/fann_data_cpp.h +++ b/src/include/fann_data_cpp.h @@ -1,3 +1,22 @@ +/* +Fast Artificial Neural Network Library (fann) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + #ifndef FANN_FANN_DATA_CPP_H_H #define FANN_FANN_DATA_CPP_H_H diff --git a/src/include/fann_error.h b/src/include/fann_error.h index 0d8210d7..fceb292f 100644 --- a/src/include/fann_error.h +++ b/src/include/fann_error.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_internal.h b/src/include/fann_internal.h index d5efb3da..81787b3d 100644 --- a/src/include/fann_internal.h +++ b/src/include/fann_internal.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_io.h b/src/include/fann_io.h index 8278d36f..ad29c8d5 100644 --- a/src/include/fann_io.h +++ b/src/include/fann_io.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_train.h b/src/include/fann_train.h index baf7e4a0..6d69e67e 100644 --- a/src/include/fann_train.h +++ b/src/include/fann_train.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/fann_training_data_cpp.h b/src/include/fann_training_data_cpp.h index 144e9c0f..8663d49d 100644 --- a/src/include/fann_training_data_cpp.h +++ b/src/include/fann_training_data_cpp.h @@ -1,6 +1,21 @@ -// -// Created by Steffen Nissen on 1/11/15. -// +/* +Fast Artificial Neural Network Library (fann) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) + +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public +License along with this library; if not, write to the Free Software +Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ #ifndef FANN_FANN_TRAINING_DATA_CPP_H #define FANN_FANN_TRAINING_DATA_CPP_H diff --git a/src/include/fixedfann.h b/src/include/fixedfann.h index 28ae9f08..df3bcd49 100644 --- a/src/include/fixedfann.h +++ b/src/include/fixedfann.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/include/floatfann.h b/src/include/floatfann.h index e81deee9..ab876cab 100644 --- a/src/include/floatfann.h +++ b/src/include/floatfann.h @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/parallel_doublefann_cpp.cpp b/src/parallel_doublefann_cpp.cpp index 626225f1..806ac229 100644 --- a/src/parallel_doublefann_cpp.cpp +++ b/src/parallel_doublefann_cpp.cpp @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/src/parallel_floatfann_cpp.cpp b/src/parallel_floatfann_cpp.cpp index 5e57286e..4321e14b 100644 --- a/src/parallel_floatfann_cpp.cpp +++ b/src/parallel_floatfann_cpp.cpp @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tests/create_net.cpp b/tests/create_net.cpp index 12451668..ccc5a189 100644 --- a/tests/create_net.cpp +++ b/tests/create_net.cpp @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/tests/train_data.cpp b/tests/train_data.cpp index 7533229c..2e81ff07 100644 --- a/tests/train_data.cpp +++ b/tests/train_data.cpp @@ -1,6 +1,6 @@ /* Fast Artificial Neural Network Library (fann) -Copyright (C) 2003-2012 Steffen Nissen (sn@leenissen.dk) +Copyright (C) 2003-2016 Steffen Nissen (steffen.fann@gmail.com) This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public