diff --git a/README.txt b/README.txt index 051135fada0bfddef215f146d9ffba12cfb7e244..eaad02ef1538389d2f6571225e4f33e2fb7d7a86 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ -$Id$ Drupal 6.x core provides a new module called 'Update status' which provides update notifications when new versions of core or contributed modules and diff --git a/update.info b/update.info index 8fd75033e394a1ad293775be0143c79affef5825..3893ad863217631447e8880b15426416a85e7f0c 100644 --- a/update.info +++ b/update.info @@ -1,4 +1,3 @@ -; $Id$ name = Update Notification Disable description = "Turns off core's update notification and removes warning about the Update status module not being enabled." core = 6.x diff --git a/update.module b/update.module index 163149bc5ba02b8fe2fa7aaacc143cd6767c410e..83e07967385a7f646304cfd8c616962b22bf9354 100644 --- a/update.module +++ b/update.module @@ -1,4 +1,3 @@ <?php -// $Id$ // This space intentionally left blank.