From e251a3a7267c18f5e463d49a9e8f588a2e08a90a Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Mon, 25 Sep 2023 12:09:33 +0200 Subject: [PATCH] [pythia8] Fix license of TPythia8Decayer (NFC): as per request by Peter Hristov, ALICE. --- montecarlo/pythia8/inc/TPythia8Decayer.h | 9 +++++++-- montecarlo/pythia8/src/TPythia8Decayer.cxx | 21 +++++++-------------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/montecarlo/pythia8/inc/TPythia8Decayer.h b/montecarlo/pythia8/inc/TPythia8Decayer.h index 75023958cc265..29beda6b52c9c 100644 --- a/montecarlo/pythia8/inc/TPythia8Decayer.h +++ b/montecarlo/pythia8/inc/TPythia8Decayer.h @@ -1,8 +1,13 @@ // @(#)root/pythia8:$Name$:$Id$ // Author: Andreas Morsch 04/07/2008 -/* Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. * - * See cxx source for full Copyright notice */ +/************************************************************************* + * Copyright (C) 1995-2023, 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 TPYTHIA8DECAYER_H #define TPYTHIA8DECAYER_H diff --git a/montecarlo/pythia8/src/TPythia8Decayer.cxx b/montecarlo/pythia8/src/TPythia8Decayer.cxx index fc4a25c354477..0f2bba2ed91c7 100644 --- a/montecarlo/pythia8/src/TPythia8Decayer.cxx +++ b/montecarlo/pythia8/src/TPythia8Decayer.cxx @@ -1,20 +1,13 @@ // @(#)root/pythia8:$Name$:$Id$ // Author: Andreas Morsch 04/07/2008 -/************************************************************************** - * Copyright(c) 1998-2008, ALICE Experiment at CERN, All rights reserved. * - * * - * Author: The ALICE Off-line Project. * - * Contributors are mentioned in the code where appropriate. * - * * - * Permission to use, copy, modify and distribute this software and its * - * documentation strictly for non-commercial purposes is hereby granted * - * without fee, provided that the above copyright notice appears in all * - * copies and that both the copyright notice and this permission notice * - * appear in the supporting documentation. The authors make no claims * - * about the suitability of this software for any purpose. It is * - * provided "as is" without express or implied warranty. * - **************************************************************************/ +/************************************************************************* + * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * + * All rights reserved. * + * * + * For the licensing terms see $ROOTSYS/LICENSE. * + * For the list of contributors see $ROOTSYS/README/CREDITS. * + *************************************************************************/ /** \class TPythia8Decayer \ingroup pythia8