From 959fff346958d7786b7032e342d24e81f68f5134 Mon Sep 17 00:00:00 2001 From: Antonio Ospite <ospite@studenti.unina.it> Date: Mon, 28 Feb 2011 12:30:14 +0100 Subject: [PATCH] Strip CVS Id keyword Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> --- README.txt | 2 -- TODO.txt | 2 -- ipv6_greeter.admin.inc | 1 - ipv6_greeter.css | 1 - ipv6_greeter.info | 1 - ipv6_greeter.module | 1 - 6 files changed, 8 deletions(-) diff --git a/README.txt b/README.txt index d73ecd0..7064886 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,3 @@ -; $Id$ - This module allows you to show a greeter block to the users accessing the site over IPv6, or to inform users on IPv4 that they are not using IPv6 yet. diff --git a/TODO.txt b/TODO.txt index eff652e..c5b9416 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,3 @@ -; $Id$ - Sort out how i18n should be done for block title, see the XXX comment in ipv6_greeter.module at line 34. diff --git a/ipv6_greeter.admin.inc b/ipv6_greeter.admin.inc index 1018dea..3f779f7 100644 --- a/ipv6_greeter.admin.inc +++ b/ipv6_greeter.admin.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file diff --git a/ipv6_greeter.css b/ipv6_greeter.css index dafde14..6634a83 100644 --- a/ipv6_greeter.css +++ b/ipv6_greeter.css @@ -1,4 +1,3 @@ -/* $Id$ */ .block-ipv6_greeter {} .block-ipv6_greeter .content { padding-top: .5em; diff --git a/ipv6_greeter.info b/ipv6_greeter.info index 351d4f9..c3202a6 100644 --- a/ipv6_greeter.info +++ b/ipv6_greeter.info @@ -1,4 +1,3 @@ -; $Id$ name = IPv6 Greeter description = "Greet IPv6 clients, show info about IPv6 to IPv4 clients" core = 6.x diff --git a/ipv6_greeter.module b/ipv6_greeter.module index 32bf580..cff5172 100644 --- a/ipv6_greeter.module +++ b/ipv6_greeter.module @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file -- 2.1.4