diff --git a/src/shogun/statistical_testing/BTestMMD.cpp b/src/shogun/statistical_testing/BTestMMD.cpp index d1be47bd3dc..e0a7ff7ee5c 100644 --- a/src/shogun/statistical_testing/BTestMMD.cpp +++ b/src/shogun/statistical_testing/BTestMMD.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/BTestMMD.h b/src/shogun/statistical_testing/BTestMMD.h index 03439818c17..4392d4c8f4d 100644 --- a/src/shogun/statistical_testing/BTestMMD.h +++ b/src/shogun/statistical_testing/BTestMMD.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef B_TEST_MMD_H_ diff --git a/src/shogun/statistical_testing/HypothesisTest.cpp b/src/shogun/statistical_testing/HypothesisTest.cpp index 9afd853d094..e8fc08c82a5 100644 --- a/src/shogun/statistical_testing/HypothesisTest.cpp +++ b/src/shogun/statistical_testing/HypothesisTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/HypothesisTest.h b/src/shogun/statistical_testing/HypothesisTest.h index 2346e9ef5ee..ea899f64752 100644 --- a/src/shogun/statistical_testing/HypothesisTest.h +++ b/src/shogun/statistical_testing/HypothesisTest.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/IndependenceTest.cpp b/src/shogun/statistical_testing/IndependenceTest.cpp index 77b8013a401..f6bcda43020 100644 --- a/src/shogun/statistical_testing/IndependenceTest.cpp +++ b/src/shogun/statistical_testing/IndependenceTest.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/IndependenceTest.h b/src/shogun/statistical_testing/IndependenceTest.h index 492fd46d998..9fca6a3175a 100644 --- a/src/shogun/statistical_testing/IndependenceTest.h +++ b/src/shogun/statistical_testing/IndependenceTest.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef INDEPENDENCE_TEST_H_ diff --git a/src/shogun/statistical_testing/LinearTimeMMD.cpp b/src/shogun/statistical_testing/LinearTimeMMD.cpp index c16e8eca7f3..5f9869a331b 100644 --- a/src/shogun/statistical_testing/LinearTimeMMD.cpp +++ b/src/shogun/statistical_testing/LinearTimeMMD.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/LinearTimeMMD.h b/src/shogun/statistical_testing/LinearTimeMMD.h index fba6013d31e..92e2afcda56 100644 --- a/src/shogun/statistical_testing/LinearTimeMMD.h +++ b/src/shogun/statistical_testing/LinearTimeMMD.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef LINEAR_TIME_MMD_H_ diff --git a/src/shogun/statistical_testing/MMD.cpp b/src/shogun/statistical_testing/MMD.cpp index 6ede25d88aa..61db75e527f 100644 --- a/src/shogun/statistical_testing/MMD.cpp +++ b/src/shogun/statistical_testing/MMD.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/MMD.h b/src/shogun/statistical_testing/MMD.h index 1da59ae14b3..61755fbc7ad 100644 --- a/src/shogun/statistical_testing/MMD.h +++ b/src/shogun/statistical_testing/MMD.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.cpp b/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.cpp index 9d8a1b19336..9f42b883cb3 100644 --- a/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.cpp +++ b/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.h b/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.h index 71997025a6f..11d3af0fb17 100644 --- a/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.h +++ b/src/shogun/statistical_testing/MultiKernelQuadraticTimeMMD.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/OneDistributionTest.cpp b/src/shogun/statistical_testing/OneDistributionTest.cpp index d116270dc86..53be3d168fd 100644 --- a/src/shogun/statistical_testing/OneDistributionTest.cpp +++ b/src/shogun/statistical_testing/OneDistributionTest.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/OneDistributionTest.h b/src/shogun/statistical_testing/OneDistributionTest.h index 0de9c62c25f..d1eecb70177 100644 --- a/src/shogun/statistical_testing/OneDistributionTest.h +++ b/src/shogun/statistical_testing/OneDistributionTest.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef ONE_DISTRIBUTION_TEST_H_ diff --git a/src/shogun/statistical_testing/QuadraticTimeMMD.cpp b/src/shogun/statistical_testing/QuadraticTimeMMD.cpp index 9d0dd0ef002..a6a2c8c1ca7 100644 --- a/src/shogun/statistical_testing/QuadraticTimeMMD.cpp +++ b/src/shogun/statistical_testing/QuadraticTimeMMD.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/QuadraticTimeMMD.h b/src/shogun/statistical_testing/QuadraticTimeMMD.h index 1f64cbc916a..dd18fe2fa58 100644 --- a/src/shogun/statistical_testing/QuadraticTimeMMD.h +++ b/src/shogun/statistical_testing/QuadraticTimeMMD.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/StreamingMMD.cpp b/src/shogun/statistical_testing/StreamingMMD.cpp index a8f5f3815a9..f83afb298c4 100644 --- a/src/shogun/statistical_testing/StreamingMMD.cpp +++ b/src/shogun/statistical_testing/StreamingMMD.cpp @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/StreamingMMD.h b/src/shogun/statistical_testing/StreamingMMD.h index 5336b6b37e1..c2673e9a2ec 100644 --- a/src/shogun/statistical_testing/StreamingMMD.h +++ b/src/shogun/statistical_testing/StreamingMMD.h @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/TestEnums.h b/src/shogun/statistical_testing/TestEnums.h index 3c912f59bca..3108eb7990f 100644 --- a/src/shogun/statistical_testing/TestEnums.h +++ b/src/shogun/statistical_testing/TestEnums.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/TwoDistributionTest.cpp b/src/shogun/statistical_testing/TwoDistributionTest.cpp index ab5a5ae1fca..f2821385c80 100644 --- a/src/shogun/statistical_testing/TwoDistributionTest.cpp +++ b/src/shogun/statistical_testing/TwoDistributionTest.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/TwoDistributionTest.h b/src/shogun/statistical_testing/TwoDistributionTest.h index 6706d723cde..b5297dc0ed1 100644 --- a/src/shogun/statistical_testing/TwoDistributionTest.h +++ b/src/shogun/statistical_testing/TwoDistributionTest.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/TwoSampleTest.cpp b/src/shogun/statistical_testing/TwoSampleTest.cpp index 9f440cf5fba..fc55cab0b7d 100644 --- a/src/shogun/statistical_testing/TwoSampleTest.cpp +++ b/src/shogun/statistical_testing/TwoSampleTest.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/TwoSampleTest.h b/src/shogun/statistical_testing/TwoSampleTest.h index 93659722d70..4f44c32285b 100644 --- a/src/shogun/statistical_testing/TwoSampleTest.h +++ b/src/shogun/statistical_testing/TwoSampleTest.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef TWO_SAMPLE_TEST_H_ diff --git a/src/shogun/statistical_testing/internals/Block.cpp b/src/shogun/statistical_testing/internals/Block.cpp index bb98a527102..aedc57b4377 100644 --- a/src/shogun/statistical_testing/internals/Block.cpp +++ b/src/shogun/statistical_testing/internals/Block.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/Block.h b/src/shogun/statistical_testing/internals/Block.h index e43c7bf8f87..30147ba07b0 100644 --- a/src/shogun/statistical_testing/internals/Block.h +++ b/src/shogun/statistical_testing/internals/Block.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/BlockwiseDetails.cpp b/src/shogun/statistical_testing/internals/BlockwiseDetails.cpp index e8ceb4519b9..7d69d6c872e 100644 --- a/src/shogun/statistical_testing/internals/BlockwiseDetails.cpp +++ b/src/shogun/statistical_testing/internals/BlockwiseDetails.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/BlockwiseDetails.h b/src/shogun/statistical_testing/internals/BlockwiseDetails.h index 916fd53e578..95a7f7b9ea6 100644 --- a/src/shogun/statistical_testing/internals/BlockwiseDetails.h +++ b/src/shogun/statistical_testing/internals/BlockwiseDetails.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/ComputationManager.cpp b/src/shogun/statistical_testing/internals/ComputationManager.cpp index caeea80c62b..f234e68955d 100644 --- a/src/shogun/statistical_testing/internals/ComputationManager.cpp +++ b/src/shogun/statistical_testing/internals/ComputationManager.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/ComputationManager.h b/src/shogun/statistical_testing/internals/ComputationManager.h index 1eb54894294..45cd44f4e37 100644 --- a/src/shogun/statistical_testing/internals/ComputationManager.h +++ b/src/shogun/statistical_testing/internals/ComputationManager.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef COMPUTATION_MANAGER_H__ diff --git a/src/shogun/statistical_testing/internals/DataFetcher.cpp b/src/shogun/statistical_testing/internals/DataFetcher.cpp index 1f9a94d1774..13e19373e7a 100644 --- a/src/shogun/statistical_testing/internals/DataFetcher.cpp +++ b/src/shogun/statistical_testing/internals/DataFetcher.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/DataFetcher.h b/src/shogun/statistical_testing/internals/DataFetcher.h index cdbac5b3b5d..10fd83addb5 100644 --- a/src/shogun/statistical_testing/internals/DataFetcher.h +++ b/src/shogun/statistical_testing/internals/DataFetcher.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/DataFetcherFactory.cpp b/src/shogun/statistical_testing/internals/DataFetcherFactory.cpp index 1cb915e7398..9082d8c5bc1 100644 --- a/src/shogun/statistical_testing/internals/DataFetcherFactory.cpp +++ b/src/shogun/statistical_testing/internals/DataFetcherFactory.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/DataFetcherFactory.h b/src/shogun/statistical_testing/internals/DataFetcherFactory.h index 9670aa4c8c6..7913d6d87e6 100644 --- a/src/shogun/statistical_testing/internals/DataFetcherFactory.h +++ b/src/shogun/statistical_testing/internals/DataFetcherFactory.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/DataManager.cpp b/src/shogun/statistical_testing/internals/DataManager.cpp index 17281b59d0d..abb12f577e8 100644 --- a/src/shogun/statistical_testing/internals/DataManager.cpp +++ b/src/shogun/statistical_testing/internals/DataManager.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/DataManager.h b/src/shogun/statistical_testing/internals/DataManager.h index e8487a217cc..4252f0b8146 100644 --- a/src/shogun/statistical_testing/internals/DataManager.h +++ b/src/shogun/statistical_testing/internals/DataManager.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/InitPerFeature.cpp b/src/shogun/statistical_testing/internals/InitPerFeature.cpp index b36223d5e0f..c5d2cb16d8c 100644 --- a/src/shogun/statistical_testing/internals/InitPerFeature.cpp +++ b/src/shogun/statistical_testing/internals/InitPerFeature.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2014 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/InitPerFeature.h b/src/shogun/statistical_testing/internals/InitPerFeature.h index 8e94c993b36..d201c859c97 100644 --- a/src/shogun/statistical_testing/internals/InitPerFeature.h +++ b/src/shogun/statistical_testing/internals/InitPerFeature.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef INIT_PER_FEATURE_H__ diff --git a/src/shogun/statistical_testing/internals/InitPerKernel.cpp b/src/shogun/statistical_testing/internals/InitPerKernel.cpp index 1d80e531f56..960707e6d5a 100644 --- a/src/shogun/statistical_testing/internals/InitPerKernel.cpp +++ b/src/shogun/statistical_testing/internals/InitPerKernel.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/InitPerKernel.h b/src/shogun/statistical_testing/internals/InitPerKernel.h index 94cc3b2778a..540af1c7246 100644 --- a/src/shogun/statistical_testing/internals/InitPerKernel.h +++ b/src/shogun/statistical_testing/internals/InitPerKernel.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef INIT_PER_KERNEL_H__ diff --git a/src/shogun/statistical_testing/internals/Kernel.h b/src/shogun/statistical_testing/internals/Kernel.h index aaf93c7e637..3c70fff477a 100644 --- a/src/shogun/statistical_testing/internals/Kernel.h +++ b/src/shogun/statistical_testing/internals/Kernel.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/KernelManager.cpp b/src/shogun/statistical_testing/internals/KernelManager.cpp index cc2f4778ee2..88744b748ae 100644 --- a/src/shogun/statistical_testing/internals/KernelManager.cpp +++ b/src/shogun/statistical_testing/internals/KernelManager.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/KernelManager.h b/src/shogun/statistical_testing/internals/KernelManager.h index f737e13b03f..d0fc41e7a9f 100644 --- a/src/shogun/statistical_testing/internals/KernelManager.h +++ b/src/shogun/statistical_testing/internals/KernelManager.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/NextSamples.cpp b/src/shogun/statistical_testing/internals/NextSamples.cpp index cfaa1adae4f..ae3c9853b37 100644 --- a/src/shogun/statistical_testing/internals/NextSamples.cpp +++ b/src/shogun/statistical_testing/internals/NextSamples.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/NextSamples.h b/src/shogun/statistical_testing/internals/NextSamples.h index 2a211fdc393..a6e6aeda300 100644 --- a/src/shogun/statistical_testing/internals/NextSamples.h +++ b/src/shogun/statistical_testing/internals/NextSamples.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef NEXT_SAMPLES_H__ diff --git a/src/shogun/statistical_testing/internals/StreamingDataFetcher.cpp b/src/shogun/statistical_testing/internals/StreamingDataFetcher.cpp index 744f240f21b..96d3ff05bac 100644 --- a/src/shogun/statistical_testing/internals/StreamingDataFetcher.cpp +++ b/src/shogun/statistical_testing/internals/StreamingDataFetcher.cpp @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/StreamingDataFetcher.h b/src/shogun/statistical_testing/internals/StreamingDataFetcher.h index 994794face2..50244a6f012 100644 --- a/src/shogun/statistical_testing/internals/StreamingDataFetcher.h +++ b/src/shogun/statistical_testing/internals/StreamingDataFetcher.h @@ -1,19 +1,31 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2016 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/TestTypes.h b/src/shogun/statistical_testing/internals/TestTypes.h index 47f786f21cd..89c9149c445 100644 --- a/src/shogun/statistical_testing/internals/TestTypes.h +++ b/src/shogun/statistical_testing/internals/TestTypes.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/ComputeMMD.h b/src/shogun/statistical_testing/internals/mmd/ComputeMMD.h index 8c869d8cd57..bb20e88e436 100644 --- a/src/shogun/statistical_testing/internals/mmd/ComputeMMD.h +++ b/src/shogun/statistical_testing/internals/mmd/ComputeMMD.h @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h b/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h index df196e96210..d744b5841b4 100644 --- a/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h +++ b/src/shogun/statistical_testing/internals/mmd/CrossValidationMMD.h @@ -1,6 +1,6 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2016 Soumyajit De + * Written (w) 2016 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/PermutationMMD.h b/src/shogun/statistical_testing/internals/mmd/PermutationMMD.h index e9161966996..2008dea1ca4 100644 --- a/src/shogun/statistical_testing/internals/mmd/PermutationMMD.h +++ b/src/shogun/statistical_testing/internals/mmd/PermutationMMD.h @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/VarianceH0.h b/src/shogun/statistical_testing/internals/mmd/VarianceH0.h index e67344f9e5c..470f0642986 100644 --- a/src/shogun/statistical_testing/internals/mmd/VarianceH0.h +++ b/src/shogun/statistical_testing/internals/mmd/VarianceH0.h @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/VarianceH1.h b/src/shogun/statistical_testing/internals/mmd/VarianceH1.h index 725cc2e3ebd..970ff0a7354 100644 --- a/src/shogun/statistical_testing/internals/mmd/VarianceH1.h +++ b/src/shogun/statistical_testing/internals/mmd/VarianceH1.h @@ -1,6 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.cpp b/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.cpp index 7e9fcb162f4..941cd310adf 100644 --- a/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.cpp +++ b/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2014 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.h b/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.h index 253f7d3c7e0..550b19f7da3 100644 --- a/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.h +++ b/src/shogun/statistical_testing/internals/mmd/WithinBlockDirect.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2014 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef WITHIN_BLOCK_DIRECT_H_ diff --git a/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.cpp b/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.cpp index 26e7d794113..54ddd4eeca7 100644 --- a/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.cpp +++ b/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.cpp @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2014 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.h b/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.h index c4895513133..2085cd04a4d 100644 --- a/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.h +++ b/src/shogun/statistical_testing/internals/mmd/WithinBlockPermutation.h @@ -1,19 +1,32 @@ /* - * Restructuring Shogun's statistical hypothesis testing framework. - * Copyright (C) 2014 Soumyajit De + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2016 - 2017 Soumyajit De + * All rights reserved. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: * - * This program 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 General Public License for more details. + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #ifndef WITHIN_BLOCK_PERMUTATION_H_ diff --git a/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.cpp b/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.cpp index b6382b3058f..9eda197d492 100644 --- a/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.cpp +++ b/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h b/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h index 456fdab28c9..88dbeb42fc4 100644 --- a/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h +++ b/src/shogun/statistical_testing/kernelselection/KernelSelectionStrategy.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox * Written (w) 2012 - 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.cpp b/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.cpp index 555748278ec..f75202823f9 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.h b/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.h index d2bf3cfe5d5..5273281b24a 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.h +++ b/src/shogun/statistical_testing/kernelselection/internals/KernelSelection.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.cpp b/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.cpp index 2c086bf16e4..41958b55f62 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.h b/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.h index 78edd5f9778..7187af01d67 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.h +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxCrossValidation.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.cpp b/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.cpp index 8e1e721d9a3..a45762a0819 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.h b/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.h index fff5b81a4df..8df1fe182b5 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.h +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxMeasure.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.cpp b/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.cpp index 645b0cdad8c..fc0cf9846f3 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.h b/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.h index 5229f67d502..b1de9702c8a 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.h +++ b/src/shogun/statistical_testing/kernelselection/internals/MaxTestPower.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.cpp b/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.cpp index 96331166d8f..16f1bd1dc08 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.h b/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.h index f621dd76b5a..495c0faeb94 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.h +++ b/src/shogun/statistical_testing/kernelselection/internals/MedianHeuristic.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.cpp b/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.cpp index 77788ae8aea..3a6a263c534 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.cpp @@ -1,11 +1,32 @@ /* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. + * Copyright (c) The Shogun Machine Learning Toolbox + * Written (w) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De + * All rights reserved. * - * Written (W) 2011-2013 Heiko Strathmann - * Written (W) 2016 Soumyajit De + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this + * list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those + * of the authors and should not be interpreted as representing official policies, + * either expressed or implied, of the Shogun Development Team. */ #include diff --git a/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.h b/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.h index d763c097c12..992c4857b0c 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.h +++ b/src/shogun/statistical_testing/kernelselection/internals/OptimizationSolver.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.cpp b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.cpp index 41acc8c7f91..e94febc976e 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.h b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.h index 51c757db967..5c0d385c3b9 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.h +++ b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxMeasure.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.cpp b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.cpp index 88b07b465b4..d53f8a11aa1 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.cpp +++ b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.h b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.h index 2402a5ac303..d6dd1d6bb5b 100644 --- a/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.h +++ b/src/shogun/statistical_testing/kernelselection/internals/WeightedMaxTestPower.h @@ -1,7 +1,7 @@ /* * Copyright (c) The Shogun Machine Learning Toolbox - * Written (W) 2013 Heiko Strathmann - * Written (w) 2014 - 2016 Soumyajit De + * Written (W) 2012 - 2013 Heiko Strathmann + * Written (w) 2014 - 2017 Soumyajit De * All rights reserved. * * Redistribution and use in source and binary forms, with or without