diff --git a/.gitattributes b/.gitattributes
index d9d8145f1031fa9e0088dc257c19585dc2877df2..fcdce2009a0a5d36f859d70a454b111a00c55243 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 ea1b0ccbb495c3ff9bdbd1c1bf3a02da793e4214..bb7d33d2c54180aa579c610aa9f45b263cbde1f5 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 6ee8e7480c32cb44b2389fc27057db41b7d77038..1b5d5449ba5fff8eddf2a89c3db3d98a3d521b35 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 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391