From 6245f4fd464235b0ba06d09dec24719f7887653b Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Wed, 20 Sep 2023 13:28:44 +0200 Subject: [PATCH] [mathcore] Fix incorrect license (NFC). --- math/mathcore/inc/Math/BrentMinimizer1D.h | 19 +++--------- math/mathcore/inc/Math/BrentRootFinder.h | 29 ++++++------------- math/mathcore/inc/Math/IMinimizer1D.h | 19 +++--------- math/mathcore/inc/Math/IParamFunction.h | 5 +++- math/mathcore/inc/Math/RootFinder.h | 19 +++--------- math/mathcore/inc/Math/WrappedFunction.h | 19 +++--------- math/mathcore/inc/Math/WrappedParamFunction.h | 15 ++++++---- math/mathcore/src/BrentMinimizer1D.cxx | 19 +++--------- math/mathcore/src/BrentRootFinder.cxx | 15 ++++++---- math/mathcore/src/RootFinder.cxx | 15 ++++++---- 10 files changed, 60 insertions(+), 114 deletions(-) diff --git a/math/mathcore/inc/Math/BrentMinimizer1D.h b/math/mathcore/inc/Math/BrentMinimizer1D.h index 5fad3f9a7b399..b40caccbca45e 100644 --- a/math/mathcore/inc/Math/BrentMinimizer1D.h +++ b/math/mathcore/inc/Math/BrentMinimizer1D.h @@ -2,22 +2,11 @@ // Author: David Gonzalez Maline 2/2008 /********************************************************************** * * - * Copyright (c) 2004 Maline, CERN/PH-SFT * + * Copyright (c) 2004 CERN * + * All rights reserved. * * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/inc/Math/BrentRootFinder.h b/math/mathcore/inc/Math/BrentRootFinder.h index 08faa7c9b34d8..48539f48c9a06 100644 --- a/math/mathcore/inc/Math/BrentRootFinder.h +++ b/math/mathcore/inc/Math/BrentRootFinder.h @@ -1,26 +1,15 @@ // @(#)root/mathcore:$Id$ // Authors: David Gonzalez Maline 01/2008 -/********************************************************************** - * * - * Copyright (c) 2006 , LCG ROOT MathLib Team * - * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * - * * - **********************************************************************/ + /********************************************************************** + * * + * Copyright (c) 2006 CERN * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + * * + **********************************************************************/ // Header for the RootFinder // diff --git a/math/mathcore/inc/Math/IMinimizer1D.h b/math/mathcore/inc/Math/IMinimizer1D.h index 45e83d0c81af3..5cf17c14ef2bf 100644 --- a/math/mathcore/inc/Math/IMinimizer1D.h +++ b/math/mathcore/inc/Math/IMinimizer1D.h @@ -2,22 +2,11 @@ // Author: David Gonzalez Maline 2/2008 /********************************************************************** * * - * Copyright (c) 2004 Maline, CERN/PH-SFT * + * Copyright (c) 2006 CERN * + * All rights reserved. * * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/inc/Math/IParamFunction.h b/math/mathcore/inc/Math/IParamFunction.h index 61e6279686e57..de6a42136dc3a 100644 --- a/math/mathcore/inc/Math/IParamFunction.h +++ b/math/mathcore/inc/Math/IParamFunction.h @@ -3,8 +3,11 @@ /********************************************************************** * * - * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT * + * Copyright (c) 2006 CERN * + * All rights reserved. * * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/inc/Math/RootFinder.h b/math/mathcore/inc/Math/RootFinder.h index a3cfa811af5d0..b6992330be858 100644 --- a/math/mathcore/inc/Math/RootFinder.h +++ b/math/mathcore/inc/Math/RootFinder.h @@ -3,22 +3,11 @@ /********************************************************************** * * - * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT * + * Copyright (c) 2004 CERN * + * All rights reserved. * * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/inc/Math/WrappedFunction.h b/math/mathcore/inc/Math/WrappedFunction.h index d5ce1c7ae9c1d..0d14b6a780173 100644 --- a/math/mathcore/inc/Math/WrappedFunction.h +++ b/math/mathcore/inc/Math/WrappedFunction.h @@ -3,22 +3,11 @@ /********************************************************************** * * - * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT * + * Copyright (c) 2004 CERN * + * All rights reserved. * * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/inc/Math/WrappedParamFunction.h b/math/mathcore/inc/Math/WrappedParamFunction.h index d155be387d0a4..333b67c3225e3 100644 --- a/math/mathcore/inc/Math/WrappedParamFunction.h +++ b/math/mathcore/inc/Math/WrappedParamFunction.h @@ -1,12 +1,15 @@ // @(#)root/mathcore:$Id$ // Author: L. Moneta Thu Nov 23 10:38:32 2006 -/********************************************************************** - * * - * Copyright (c) 2006 LCG ROOT Math Team, CERN/PH-SFT * - * * - * * - **********************************************************************/ + /********************************************************************** + * * + * Copyright (c) 2006 CERN * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + * * + **********************************************************************/ // Header file for class WrappedParamFunction diff --git a/math/mathcore/src/BrentMinimizer1D.cxx b/math/mathcore/src/BrentMinimizer1D.cxx index d0d4bf8a30485..95be72dccc24b 100644 --- a/math/mathcore/src/BrentMinimizer1D.cxx +++ b/math/mathcore/src/BrentMinimizer1D.cxx @@ -2,22 +2,11 @@ // Author: David Gonzalez Maline 2/2008 /********************************************************************** * * - * Copyright (c) 2004 Maline, CERN/PH-SFT * + * Copyright (c) 2006 CERN * + * All rights reserved. * * * - * This library 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 2 * - * of the License, or (at your option) any later version. * - * * - * This library is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * - * General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this library (see file COPYING); if not, write * - * to the Free Software Foundation, Inc., 59 Temple Place, Suite * - * 330, Boston, MA 02111-1307 USA, or contact the author. * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * * * **********************************************************************/ diff --git a/math/mathcore/src/BrentRootFinder.cxx b/math/mathcore/src/BrentRootFinder.cxx index d6df6e52057b6..6852a329932f0 100644 --- a/math/mathcore/src/BrentRootFinder.cxx +++ b/math/mathcore/src/BrentRootFinder.cxx @@ -1,12 +1,15 @@ // @(#)root/mathcore:$Id$ // Authors: David Gonzalez Maline 01/2008 -/********************************************************************** - * * - * Copyright (c) 2006 , LCG ROOT MathLib Team * - * * - * * - **********************************************************************/ + /********************************************************************** + * * + * Copyright (c) 2006 CERN * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + * * + **********************************************************************/ #include "Math/BrentRootFinder.h" #include "Math/BrentMethods.h" diff --git a/math/mathcore/src/RootFinder.cxx b/math/mathcore/src/RootFinder.cxx index a45aade251e66..4d94c95cd271f 100644 --- a/math/mathcore/src/RootFinder.cxx +++ b/math/mathcore/src/RootFinder.cxx @@ -1,12 +1,15 @@ // @(#)root/mathcore:$Id$ // Authors: David Gonzalez Maline 01/2008 -/********************************************************************** - * * - * Copyright (c) 2006 , LCG ROOT MathLib Team * - * * - * * - **********************************************************************/ + /********************************************************************** + * * + * Copyright (c) 2006 CERN * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + * * + **********************************************************************/ #include "Math/RootFinder.h" #include "Math/IRootFinderMethod.h"