summaryrefslogtreecommitdiff
path: root/modules/translation
diff options
context:
space:
mode:
authorThe Great Git Migration <tggm@no-reply.drupal.org>2011-02-25 02:06:03 +0000
committerDrupal Git User (LDAP) <drupal-git@util.drupal.org>2011-02-25 02:06:03 +0000
commit79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035 (patch)
tree8d803b9ea3d7926d4407b11c5fbaf13d914d9b84 /modules/translation
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'modules/translation')
-rw-r--r--modules/translation/tests/translation_test.info1
-rw-r--r--modules/translation/tests/translation_test.module1
-rw-r--r--modules/translation/translation.info1
-rw-r--r--modules/translation/translation.module1
-rw-r--r--modules/translation/translation.pages.inc1
-rw-r--r--modules/translation/translation.test1
6 files changed, 0 insertions, 6 deletions
diff --git a/modules/translation/tests/translation_test.info b/modules/translation/tests/translation_test.info
index 0b9856f92..ee1d7ec26 100644
--- a/modules/translation/tests/translation_test.info
+++ b/modules/translation/tests/translation_test.info
@@ -1,4 +1,3 @@
-; $Id$
name = "Content Translation Test"
description = "Support module for the content translation tests."
core = 7.x
diff --git a/modules/translation/tests/translation_test.module b/modules/translation/tests/translation_test.module
index 2bb860d6f..e3bb4b5ff 100644
--- a/modules/translation/tests/translation_test.module
+++ b/modules/translation/tests/translation_test.module
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/translation/translation.info b/modules/translation/translation.info
index de3a31638..6c652a1cd 100644
--- a/modules/translation/translation.info
+++ b/modules/translation/translation.info
@@ -1,4 +1,3 @@
-; $Id$
name = Content translation
description = Allows content to be translated into different languages.
dependencies[] = locale
diff --git a/modules/translation/translation.module b/modules/translation/translation.module
index 2fb710e50..8b8614e4e 100644
--- a/modules/translation/translation.module
+++ b/modules/translation/translation.module
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc
index c70d93898..102d1b882 100644
--- a/modules/translation/translation.pages.inc
+++ b/modules/translation/translation.pages.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/translation/translation.test b/modules/translation/translation.test
index 4a640bc4b..f57875049 100644
--- a/modules/translation/translation.test
+++ b/modules/translation/translation.test
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file