From 1ccf97a3bd6309513e3a80b0d43c8ba8889d4847 Mon Sep 17 00:00:00 2001
From: matta <matta@npt>
Date: Thu, 7 Feb 2013 16:34:52 +0000
Subject: [PATCH] * Updating Liscence Header in newly import Helios file

---
 NPLib/Helios/Helios.cxx                     | 2 +-
 NPLib/Helios/Helios.h                       | 5 ++---
 NPLib/Helios/THeliosData.cxx                | 2 +-
 NPLib/Helios/THeliosData.h                  | 7 +++----
 NPLib/Helios/THeliosPhysics.cxx             | 2 +-
 NPLib/Helios/THeliosPhysics.h               | 7 ++++---
 NPSimulation/include/Helios.hh              | 2 +-
 NPSimulation/include/HeliosDetDummyShape.hh | 2 +-
 NPSimulation/include/HeliosModule.hh        | 2 +-
 NPSimulation/include/HeliosScorers.hh       | 2 +-
 NPSimulation/src/Helios.cc                  | 2 +-
 NPSimulation/src/HeliosDetDummyShape.cc     | 2 +-
 NPSimulation/src/HeliosModule.cc            | 2 +-
 NPSimulation/src/HeliosScorers.cc           | 2 +-
 14 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/NPLib/Helios/Helios.cxx b/NPLib/Helios/Helios.cxx
index 4ae1b3af3..ddc54f00e 100755
--- a/NPLib/Helios/Helios.cxx
+++ b/NPLib/Helios/Helios.cxx
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPLib/Helios/Helios.h b/NPLib/Helios/Helios.h
index eab74cd85..7c6ac7e4a 100755
--- a/NPLib/Helios/Helios.h
+++ b/NPLib/Helios/Helios.h
@@ -1,5 +1,6 @@
+#ifndef HELIOS_H
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
@@ -21,8 +22,6 @@
  *                                                                           *
  *****************************************************************************/
 
-#ifndef HELIOS_H
-
 // NPL
 #include "../include/VDetector.h"
 #include "THeliosData.h"
diff --git a/NPLib/Helios/THeliosData.cxx b/NPLib/Helios/THeliosData.cxx
index 63484c1b9..a52e8caa9 100755
--- a/NPLib/Helios/THeliosData.cxx
+++ b/NPLib/Helios/THeliosData.cxx
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPLib/Helios/THeliosData.h b/NPLib/Helios/THeliosData.h
index ef1b393d5..53cd8897c 100755
--- a/NPLib/Helios/THeliosData.h
+++ b/NPLib/Helios/THeliosData.h
@@ -1,5 +1,7 @@
+#ifndef __HELIOSDATA__
+#define __HELIOSDATA__
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
@@ -24,9 +26,6 @@
  *                                                                           *
  *****************************************************************************/
 
-#ifndef __HELIOSDATA__
-#define __HELIOSDATA__
-
 #include <vector>
 #include "TObject.h"
 
diff --git a/NPLib/Helios/THeliosPhysics.cxx b/NPLib/Helios/THeliosPhysics.cxx
index fd65d3328..887af1932 100755
--- a/NPLib/Helios/THeliosPhysics.cxx
+++ b/NPLib/Helios/THeliosPhysics.cxx
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPLib/Helios/THeliosPhysics.h b/NPLib/Helios/THeliosPhysics.h
index 4c89e8765..73dea9fe1 100755
--- a/NPLib/Helios/THeliosPhysics.h
+++ b/NPLib/Helios/THeliosPhysics.h
@@ -1,5 +1,7 @@
+#ifndef THELIOSPHYSICS_H
+#define THELIOSPHYSICS_H
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
@@ -21,8 +23,7 @@
  *                                                                           *
  *****************************************************************************/
 
-#ifndef THELIOSPHYSICS_H
-#define THELIOSPHYSICS_H
+
 
 #include <vector>
 #include "TObject.h"
diff --git a/NPSimulation/include/Helios.hh b/NPSimulation/include/Helios.hh
index d0f0f1a7f..5272bbb87 100644
--- a/NPSimulation/include/Helios.hh
+++ b/NPSimulation/include/Helios.hh
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/include/HeliosDetDummyShape.hh b/NPSimulation/include/HeliosDetDummyShape.hh
index 3f2fa2332..08564b61d 100644
--- a/NPSimulation/include/HeliosDetDummyShape.hh
+++ b/NPSimulation/include/HeliosDetDummyShape.hh
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/include/HeliosModule.hh b/NPSimulation/include/HeliosModule.hh
index a8771ddb8..b3a0b89f5 100644
--- a/NPSimulation/include/HeliosModule.hh
+++ b/NPSimulation/include/HeliosModule.hh
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/include/HeliosScorers.hh b/NPSimulation/include/HeliosScorers.hh
index 0f635a54e..44ed3d943 100644
--- a/NPSimulation/include/HeliosScorers.hh
+++ b/NPSimulation/include/HeliosScorers.hh
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/src/Helios.cc b/NPSimulation/src/Helios.cc
index 63ed2f6c7..9c1dda8d3 100644
--- a/NPSimulation/src/Helios.cc
+++ b/NPSimulation/src/Helios.cc
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/src/HeliosDetDummyShape.cc b/NPSimulation/src/HeliosDetDummyShape.cc
index 3d907a977..deeb15672 100644
--- a/NPSimulation/src/HeliosDetDummyShape.cc
+++ b/NPSimulation/src/HeliosDetDummyShape.cc
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/src/HeliosModule.cc b/NPSimulation/src/HeliosModule.cc
index a8d2ef1b7..f5bdabe4d 100644
--- a/NPSimulation/src/HeliosModule.cc
+++ b/NPSimulation/src/HeliosModule.cc
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
diff --git a/NPSimulation/src/HeliosScorers.cc b/NPSimulation/src/HeliosScorers.cc
index 5a64309ae..e15fcf046 100644
--- a/NPSimulation/src/HeliosScorers.cc
+++ b/NPSimulation/src/HeliosScorers.cc
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2009   this file is part of the NPTool Project              *
+ * Copyright (C) 2009-2013   this file is part of the NPTool Project         *
  *                                                                           *
  * For the licensing terms see $NPTOOL/Licence/NPTool_Licence                *
  * For the list of contributors see $NPTOOL/Licence/Contributors             *
-- 
GitLab