From 041f9ed55290e7edcfd78a15dfcd3c0eb7b8c9fc Mon Sep 17 00:00:00 2001 From: Fons Rademakers Date: Thu, 24 Aug 2006 16:37:12 +0000 Subject: [PATCH] Update copyright and license statement. git-svn-id: http://root.cern.ch/svn/root/trunk@16110 27541ba8-7e3a-0410-8455-c3a389f83636 --- graf/src/TGraphSmooth.cxx | 16 ++++++++++------ roofit/Module.mk | 2 +- table/inc/TDataSetIter.h | 16 ++++++++-------- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/graf/src/TGraphSmooth.cxx b/graf/src/TGraphSmooth.cxx index c52c567f41b68..5583cd0d6537d 100644 --- a/graf/src/TGraphSmooth.cxx +++ b/graf/src/TGraphSmooth.cxx @@ -1,9 +1,17 @@ -// @(#)root/graf:$Name: $:$Id: TGraphSmooth.cxx,v 1.9 2005/09/05 07:25:22 brun Exp $ +// @(#)root/graf:$Name: $:$Id: TGraphSmooth.cxx,v 1.10 2005/11/18 16:55:07 couet Exp $ // Author: Christian Stratowa 30/09/2001 +/************************************************************************* + * Copyright (C) 2006, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ + /****************************************************************************** * Copyright(c) 2001- , Dr. Christian Stratowa, Vienna, Austria. * -* Author: Christian Stratowa with help from Rene Brun. * +* Author: Christian Stratowa with help from Rene Brun. * * * * Algorithms for smooth regression adapted from: * * R: A Computer Language for Statistical Data Analysis * @@ -13,10 +21,6 @@ * R is free software, for licensing see the GNU General Public License * * http://www.ci.tuwien.ac.at/R-project/welcome.html * * * -* Based on: "The ROOT System", All rights reserved. * -* Authors: Rene Brun and Fons Rademakers. * -* For the licensing terms of "The ROOT System" see $ROOTSYS/AA_LICENSE. * -* For the list of contributors to "The ROOT System" see $ROOTSYS/AA_CREDITS. * ******************************************************************************/ diff --git a/roofit/Module.mk b/roofit/Module.mk index 8fd9388df2d07..be878a4cb08a0 100644 --- a/roofit/Module.mk +++ b/roofit/Module.mk @@ -1,5 +1,5 @@ # ROOT Module.mk for roofit module -# Copyright (c) 2005 Wouter Verkerke +# Copyright (c) 2005 Wouter Verkerke & Fons Rademakers # # Author: Wouter Verkerke, 18/4/2005 diff --git a/table/inc/TDataSetIter.h b/table/inc/TDataSetIter.h index 104ba845bf416..79e1fdd62f11e 100644 --- a/table/inc/TDataSetIter.h +++ b/table/inc/TDataSetIter.h @@ -1,13 +1,13 @@ -// @(#)root/table:$Name: $:$Id: TDataSetIter.h,v 1.4 2005/09/09 04:57:59 brun Exp $ +// @(#)root/table:$Name: $:$Id: TDataSetIter.h,v 1.5 2006/07/11 09:05:02 rdm Exp $ // Author: Valery Fine(fine@mail.cern.ch) 03/07/98 -// *********************************************************************** -// * C++ class library to create and manipulate the datasets hierarchy -// * Copyright(c) 1997~2001 [BNL] Brookhaven National Laboratory -// * All rights reserved -// * Author Valery Fine (fine.gov) -// * Copyright(c) 1997~2001 Valery Fine (fine.gov) -// *********************************************************************** +/************************************************************************* + * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ #ifndef ROOT_TDataSetIter #define ROOT_TDataSetIter