diff --git a/trackReps/include/MonopoleConstants.h b/trackReps/include/MonopoleConstants.h index 34a47022f1ef399f4a1d54ebae670813bc566044..6b1bc7592e155bbb3b41b19dae7b532da6efe6f4 100644 --- a/trackReps/include/MonopoleConstants.h +++ b/trackReps/include/MonopoleConstants.h @@ -1,17 +1,26 @@ -/************************************************************************** - * BASF2 (Belle Analysis Framework 2) * - * Copyright(C) 2019 - Belle II Collaboration * - * * - * Author: The Belle II Collaboration * - * Contributors: Dmitrii Neverov * - * * - * This software is provided "as is" without any warranty. * - *************************************************************************/ +/* Copyright 2019, Belle II Collaboration + Authors: Dmitrii Neverov + + This file is part of GENFIT. + + GENFIT is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + GENFIT 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with GENFIT. If not, see <http://www.gnu.org/licenses/>. +*/ #pragma once namespace genfit { - const int c_monopolePDGCode = 99666; // this is a duplicate just to make genfit independent + const int c_monopolePDGCode = 99666; } diff --git a/trackReps/include/MplTrackRep.h b/trackReps/include/MplTrackRep.h index bccadee1038336d2896e9826a6ded2d96883b353..ec29bf0a69eafb575a98c4f7f4f0cb39183872b3 100644 --- a/trackReps/include/MplTrackRep.h +++ b/trackReps/include/MplTrackRep.h @@ -1,12 +1,21 @@ -/************************************************************************** - * BASF2 (Belle Analysis Framework 2) * - * Copyright(C) 2019 - Belle II Collaboration * - * * - * Author: The Belle II Collaboration * - * Contributors: Dmitrii Neverov * - * * - * This software is provided "as is" without any warranty. * - **************************************************************************/ +/* Copyright 2019, Belle II Collaboration + Authors: Dmitrii Neverov + + This file is part of GENFIT. + + GENFIT is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + GENFIT 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with GENFIT. If not, see <http://www.gnu.org/licenses/>. +*/ #include "RKTrackRep.h" diff --git a/trackReps/src/MplTrackRep.cc b/trackReps/src/MplTrackRep.cc index 34e625be31d56479af0667e29b392c00d8d45975..c938b850b529df2d85915c7f7ff9779170ee0a06 100644 --- a/trackReps/src/MplTrackRep.cc +++ b/trackReps/src/MplTrackRep.cc @@ -1,12 +1,21 @@ -/************************************************************************** - * BASF2 (Belle Analysis Framework 2) * - * Copyright(C) 2019 - Belle II Collaboration * - * * - * Author: The Belle II Collaboration * - * Contributors: Dmitrii Neverov * - * * - * This software is provided "as is" without any warranty. * - **************************************************************************/ +/* Copyright 2019, Belle II Collaboration + Authors: Dmitrii Neverov + + This file is part of GENFIT. + + GENFIT is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + GENFIT 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with GENFIT. If not, see <http://www.gnu.org/licenses/>. +*/ #include "MplTrackRep.h"