From 9d97aabe2931fe6fc6bb2c28d9fe6eec95f60c52 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Mon, 26 Oct 2015 09:27:37 +0000
Subject: [PATCH] Task #8291: fixed typo in svn id

---
 LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql | 2 +-
 LTA/ltastorageoverview/lib/report.py                        | 2 +-
 LTA/ltastorageoverview/lib/scraper.py                       | 2 +-
 LTA/ltastorageoverview/lib/store.py                         | 2 +-
 LTA/ltastorageoverview/lib/utils.py                         | 2 +-
 LTA/ltastorageoverview/lib/webservice/templates/index.html  | 1 +
 LTA/ltastorageoverview/test/test_store.py                   | 2 +-
 LTA/ltastorageoverview/test/test_webservice.py              | 2 +-
 8 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql b/LTA/ltastorageoverview/lib/create_db_ltastorageoverview.sql
index ec8bdea1dc6..74cfe0e189c 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 b61ab9679d5..4f39d444044 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 02d25ddcdff..0c63a85f373 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 78d0510d1c9..0198f0579af 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 17465b000c3..8d61ab77b29 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 b086b833c28..0fd467b356e 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 b3987a8f70f..a2cfa66a1ac 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 cfd79c1d351..c741c89120c 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
-- 
GitLab