From 195cf93efa92c1de6c4e8a69387f0b16a3ad316c Mon Sep 17 00:00:00 2001
From: Ruud Beukema <beukema@astron.nl>
Date: Mon, 3 Jul 2017 10:51:02 +0000
Subject: [PATCH] Added some missing copyright headers

---
 .gitattributes                                |  1 +
 .../ResourceAssignmentService/radbclient      | 19 +++++++++++++++++++
 .../ResourceAssignmentService/rpc.py          | 18 ++++++++++++++++++
 .../TaskPrescheduler/lib/__init__.py          |  0
 4 files changed, 38 insertions(+)
 create mode 100644 SAS/ResourceAssignment/TaskPrescheduler/lib/__init__.py

diff --git a/.gitattributes b/.gitattributes
index d9d8145f103..fcdce2009a0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5145,6 +5145,7 @@ SAS/ResourceAssignment/SystemStatusService/test/test_datamonitorqueueservice_and
 SAS/ResourceAssignment/TaskPrescheduler/CMakeLists.txt -text
 SAS/ResourceAssignment/TaskPrescheduler/__init__.py -text
 SAS/ResourceAssignment/TaskPrescheduler/lib/CMakeLists.txt -text
+SAS/ResourceAssignment/TaskPrescheduler/lib/__init__.py -text
 SAS/ResourceAssignment/TaskPrescheduler/lib/cobaltblocksize.py -text
 SAS/ResourceAssignment/TaskPrescheduler/taskprescheduler -text
 SAS/ResourceAssignment/TaskPrescheduler/taskprescheduler.ini -text
diff --git a/SAS/ResourceAssignment/ResourceAssignmentService/radbclient b/SAS/ResourceAssignment/ResourceAssignmentService/radbclient
index ea1b0ccbb49..bb7d33d2c54 100755
--- a/SAS/ResourceAssignment/ResourceAssignmentService/radbclient
+++ b/SAS/ResourceAssignment/ResourceAssignmentService/radbclient
@@ -1,4 +1,23 @@
 #!/usr/bin/python
+
+# Copyright (C) 2017
+# ASTRON (Netherlands Institute for Radio Astronomy)
+# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
+#
+# This file is part of the LOFAR software suite.
+# The LOFAR software suite is free software: you can redistribute it
+# and/or modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The LOFAR software suite 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
+
 # $Id: radbclient 33373 2016-01-22 11:01:15Z schaap $
 
 '''
diff --git a/SAS/ResourceAssignment/ResourceAssignmentService/rpc.py b/SAS/ResourceAssignment/ResourceAssignmentService/rpc.py
index 6ee8e7480c3..1b5d5449ba5 100644
--- a/SAS/ResourceAssignment/ResourceAssignmentService/rpc.py
+++ b/SAS/ResourceAssignment/ResourceAssignmentService/rpc.py
@@ -1,5 +1,23 @@
 #!/usr/bin/python
 
+# Copyright (C) 2017
+# ASTRON (Netherlands Institute for Radio Astronomy)
+# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands
+#
+# This file is part of the LOFAR software suite.
+# The LOFAR software suite is free software: you can redistribute it
+# and/or modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+#
+# The LOFAR software suite 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
+
 import logging
 import datetime
 from lofar.messaging.RPC import RPC, RPCException, RPCWrapper
diff --git a/SAS/ResourceAssignment/TaskPrescheduler/lib/__init__.py b/SAS/ResourceAssignment/TaskPrescheduler/lib/__init__.py
new file mode 100644
index 00000000000..e69de29bb2d
-- 
GitLab