diff --git a/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql b/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
index ec8bdea1dc64322a78c6fb4f200e35634ed60e98..74cfe0e189cd843816d933a3b36cc7a1a8bcaf72 100644
--- a/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
+++ b/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
@@ -17,7 +17,7 @@
 # with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>.
 */
 
--- $Id:
+-- $Id: $
 
 -- sqlite3 create script for ltastorageoverview database
 
diff --git a/LTA/ltastorageoverview/lib/report.py b/LTA/ltastorageoverview/lib/report.py
index b61ab9679d53c0f94b417d1fadfbfff5d5a5ad51..4f39d44404406f174b847a9fbb4d28aee55f279f 100755
--- a/LTA/ltastorageoverview/lib/report.py
+++ b/LTA/ltastorageoverview/lib/report.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 import logging
 import time
diff --git a/LTA/ltastorageoverview/lib/scraper.py b/LTA/ltastorageoverview/lib/scraper.py
index 02d25ddcdff47cbeff18c60ff5df6c5b7958a6fd..0c63a85f37362d265796b1420ff0f8ea668cc2be 100755
--- a/LTA/ltastorageoverview/lib/scraper.py
+++ b/LTA/ltastorageoverview/lib/scraper.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 import subprocess
 import logging
diff --git a/LTA/ltastorageoverview/lib/store.py b/LTA/ltastorageoverview/lib/store.py
index 78d0510d1c9af1abc5a6b5bb4759f5186d8eab83..0198f0579af3fee82131cc64db3a07033d2aab85 100644
--- a/LTA/ltastorageoverview/lib/store.py
+++ b/LTA/ltastorageoverview/lib/store.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 import os
 import os.path
diff --git a/LTA/ltastorageoverview/lib/utils.py b/LTA/ltastorageoverview/lib/utils.py
index 17465b000c3cbe3f963365cdcb849f45e569d1c9..8d61ab77b29f2acb8d90e2ac245e5f92bc8466b5 100644
--- a/LTA/ltastorageoverview/lib/utils.py
+++ b/LTA/ltastorageoverview/lib/utils.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 from datetime import datetime, timedelta
 import sys
diff --git a/LTA/ltastorageoverview/lib/webservice/templates/index.html b/LTA/ltastorageoverview/lib/webservice/templates/index.html
index b086b833c28cd0ae74304b7efffe03bce2b029ad..0fd467b356ec1da66839e45df1eef6f17cb9ab94 100644
--- a/LTA/ltastorageoverview/lib/webservice/templates/index.html
+++ b/LTA/ltastorageoverview/lib/webservice/templates/index.html
@@ -1,4 +1,5 @@
 <!DOCTYPE html>
+<!--$Id: $-->
 <html lang="en">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
diff --git a/LTA/ltastorageoverview/test/test_store.py b/LTA/ltastorageoverview/test/test_store.py
index b3987a8f70ff951fe989b27dfdd6e1bac8916181..a2cfa66a1acc32ac3652d732936d41cf2f525584 100755
--- a/LTA/ltastorageoverview/test/test_store.py
+++ b/LTA/ltastorageoverview/test/test_store.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 import unittest
 import datetime
diff --git a/LTA/ltastorageoverview/test/test_webservice.py b/LTA/ltastorageoverview/test/test_webservice.py
index cfd79c1d351af801da61f95813a5cfe25d7569b1..c741c89120cb240995ef813c63725ffcf38d1cab 100755
--- a/LTA/ltastorageoverview/test/test_webservice.py
+++ b/LTA/ltastorageoverview/test/test_webservice.py
@@ -17,7 +17,7 @@
 # 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:
+# $Id: $
 
 import unittest
 import sys