Skip to content

Commit

Permalink
[pythia8] Fix license of TPythia8Decayer (NFC):
Browse files Browse the repository at this point in the history
as per request by Peter Hristov, ALICE.
  • Loading branch information
Axel-Naumann committed Sep 27, 2023
1 parent d7baa44 commit e251a3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
9 changes: 7 additions & 2 deletions montecarlo/pythia8/inc/TPythia8Decayer.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 7 additions & 14 deletions montecarlo/pythia8/src/TPythia8Decayer.cxx
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e251a3a

Please sign in to comment.