summaryrefslogtreecommitdiff
path: root/modules/profile
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/profile
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile-block.tpl.php1
-rw-r--r--modules/profile/profile-listing.tpl.php1
-rw-r--r--modules/profile/profile-wrapper.tpl.php1
-rw-r--r--modules/profile/profile.admin.inc1
-rw-r--r--modules/profile/profile.css1
-rw-r--r--modules/profile/profile.info1
-rw-r--r--modules/profile/profile.install1
-rw-r--r--modules/profile/profile.js1
-rw-r--r--modules/profile/profile.module1
-rw-r--r--modules/profile/profile.pages.inc1
-rw-r--r--modules/profile/profile.test1
11 files changed, 0 insertions, 11 deletions
diff --git a/modules/profile/profile-block.tpl.php b/modules/profile/profile-block.tpl.php
index 6466e05b2..0bd833148 100644
--- a/modules/profile/profile-block.tpl.php
+++ b/modules/profile/profile-block.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php
index cf8802d52..d484ed26b 100644
--- a/modules/profile/profile-listing.tpl.php
+++ b/modules/profile/profile-listing.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile-wrapper.tpl.php b/modules/profile/profile-wrapper.tpl.php
index 52de80279..997ab9860 100644
--- a/modules/profile/profile-wrapper.tpl.php
+++ b/modules/profile/profile-wrapper.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile.admin.inc b/modules/profile/profile.admin.inc
index 9c20d3239..d6ac3c310 100644
--- a/modules/profile/profile.admin.inc
+++ b/modules/profile/profile.admin.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile.css b/modules/profile/profile.css
index b64ef9c43..c3132f995 100644
--- a/modules/profile/profile.css
+++ b/modules/profile/profile.css
@@ -1,4 +1,3 @@
-/* $Id$ */
#profile-fields td.category {
font-weight: bold;
diff --git a/modules/profile/profile.info b/modules/profile/profile.info
index c9711b2ca..e45f4c569 100644
--- a/modules/profile/profile.info
+++ b/modules/profile/profile.info
@@ -1,4 +1,3 @@
-; $Id$
name = Profile
description = Supports configurable user profiles.
package = Core
diff --git a/modules/profile/profile.install b/modules/profile/profile.install
index 31ac41e19..5e4a17c26 100644
--- a/modules/profile/profile.install
+++ b/modules/profile/profile.install
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile.js b/modules/profile/profile.js
index 1a268ed19..f842aa08a 100644
--- a/modules/profile/profile.js
+++ b/modules/profile/profile.js
@@ -1,4 +1,3 @@
-// $Id$
(function ($) {
/**
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index dab0f68f0..2374fe8ea 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile.pages.inc b/modules/profile/profile.pages.inc
index 039bc5d44..06f963238 100644
--- a/modules/profile/profile.pages.inc
+++ b/modules/profile/profile.pages.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/profile/profile.test b/modules/profile/profile.test
index 1cf6067ec..83bed25a5 100644
--- a/modules/profile/profile.test
+++ b/modules/profile/profile.test
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file