From 65f39b122b938cd7d18d402c275a0ca73ad303ce Mon Sep 17 00:00:00 2001
From: Dmitrii Neverov <dmitrii.neverov@desy.de>
Date: Tue, 2 Jul 2019 12:08:40 +0900
Subject: [PATCH] updated copyright headers

---
 trackReps/include/MonopoleConstants.h | 29 ++++++++++++++++++---------
 trackReps/include/MplTrackRep.h       | 27 ++++++++++++++++---------
 trackReps/src/MplTrackRep.cc          | 27 ++++++++++++++++---------
 3 files changed, 55 insertions(+), 28 deletions(-)

diff --git a/trackReps/include/MonopoleConstants.h b/trackReps/include/MonopoleConstants.h
index 34a47022..6b1bc759 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 bccadee1..ec29bf0a 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 34e625be..c938b850 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"
 
-- 
GitLab