diff --git a/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql b/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
index 5d952ae143d257e48f5902cd2c46ba5b599e8a9e..ec8bdea1dc64322a78c6fb4f200e35634ed60e98 100644
--- a/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
+++ b/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
@@ -17,6 +17,8 @@
 # with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
 */
 
+-- $Id:
+
 -- sqlite3 create script for ltastorageoverview database
 
 PRAGMA foreign_keys = ON;
diff --git a/LTA/ltastorageoverview/lib/report.py b/LTA/ltastorageoverview/lib/report.py
index 50cca87d70f3240395011db8241d06d5c83dbe59..b61ab9679d53c0f94b417d1fadfbfff5d5a5ad51 100755
--- a/LTA/ltastorageoverview/lib/report.py
+++ b/LTA/ltastorageoverview/lib/report.py
@@ -17,6 +17,8 @@
 # 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:
+
 import logging
 import time
 from datetime import datetime, timedelta
diff --git a/LTA/ltastorageoverview/lib/scraper.py b/LTA/ltastorageoverview/lib/scraper.py
index f03baa13bba73a5bd9a4266400b2bdeae927b1ef..02d25ddcdff47cbeff18c60ff5df6c5b7958a6fd 100755
--- a/LTA/ltastorageoverview/lib/scraper.py
+++ b/LTA/ltastorageoverview/lib/scraper.py
@@ -17,6 +17,8 @@
 # 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:
+
 import subprocess
 import logging
 import time
diff --git a/LTA/ltastorageoverview/lib/store.py b/LTA/ltastorageoverview/lib/store.py
index b580eaf37ce04e0281f76bc509cc2fc2e05e793e..78d0510d1c9af1abc5a6b5bb4759f5186d8eab83 100644
--- a/LTA/ltastorageoverview/lib/store.py
+++ b/LTA/ltastorageoverview/lib/store.py
@@ -17,6 +17,8 @@
 # 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:
+
 import os
 import os.path
 import sqlite3
diff --git a/LTA/ltastorageoverview/lib/utils.py b/LTA/ltastorageoverview/lib/utils.py
index c322876d8e4a32233c3a210bc66e82163e718790..17465b000c3cbe3f963365cdcb849f45e569d1c9 100644
--- a/LTA/ltastorageoverview/lib/utils.py
+++ b/LTA/ltastorageoverview/lib/utils.py
@@ -17,6 +17,8 @@
 # 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:
+
 from datetime import datetime, timedelta
 import sys
 import os
diff --git a/LTA/ltastorageoverview/test/test_store.py b/LTA/ltastorageoverview/test/test_store.py
index 8e15d770150261afe4197990b582cec800b3fcd6..b3987a8f70ff951fe989b27dfdd6e1bac8916181 100755
--- a/LTA/ltastorageoverview/test/test_store.py
+++ b/LTA/ltastorageoverview/test/test_store.py
@@ -1,4 +1,23 @@
-#!/usr/bin/env python
+#!/usr/bin/python
+
+# Copyright (C) 2012-2015    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:
 
 import unittest
 import datetime
diff --git a/LTA/ltastorageoverview/test/test_webservice.py b/LTA/ltastorageoverview/test/test_webservice.py
index 536c11da0f851a2263193d12dccef099c40f2bc8..cfd79c1d351af801da61f95813a5cfe25d7569b1 100755
--- a/LTA/ltastorageoverview/test/test_webservice.py
+++ b/LTA/ltastorageoverview/test/test_webservice.py
@@ -1,4 +1,23 @@
-#!/usr/bin/env python
+#!/usr/bin/python
+
+# Copyright (C) 2012-2015    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:
 
 import unittest
 import sys