summaryrefslogtreecommitdiff
path: root/modules/book
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/book
parent80aacdb000b36bf87185eda0de960086f31ae2fe (diff)
downloadbrdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.gz
brdo-79bcdb8b7dd9d81a6289ab60f4ee48b8e6148035.tar.bz2
Stripping CVS keywords
Diffstat (limited to 'modules/book')
-rw-r--r--modules/book/book-all-books-block.tpl.php1
-rw-r--r--modules/book/book-export-html.tpl.php1
-rw-r--r--modules/book/book-navigation.tpl.php1
-rw-r--r--modules/book/book-node-export-html.tpl.php1
-rw-r--r--modules/book/book-rtl.css1
-rw-r--r--modules/book/book.admin.inc1
-rw-r--r--modules/book/book.css1
-rw-r--r--modules/book/book.info1
-rw-r--r--modules/book/book.install1
-rw-r--r--modules/book/book.js1
-rw-r--r--modules/book/book.module1
-rw-r--r--modules/book/book.pages.inc1
-rw-r--r--modules/book/book.test1
13 files changed, 0 insertions, 13 deletions
diff --git a/modules/book/book-all-books-block.tpl.php b/modules/book/book-all-books-block.tpl.php
index 7006307d2..d22ff2ccc 100644
--- a/modules/book/book-all-books-block.tpl.php
+++ b/modules/book/book-all-books-block.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book-export-html.tpl.php b/modules/book/book-export-html.tpl.php
index 0af42a306..180f3ae77 100644
--- a/modules/book/book-export-html.tpl.php
+++ b/modules/book/book-export-html.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book-navigation.tpl.php b/modules/book/book-navigation.tpl.php
index 8ec9bd7e5..e5883dc56 100644
--- a/modules/book/book-navigation.tpl.php
+++ b/modules/book/book-navigation.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book-node-export-html.tpl.php b/modules/book/book-node-export-html.tpl.php
index e58b84ca3..ef6c3224c 100644
--- a/modules/book/book-node-export-html.tpl.php
+++ b/modules/book/book-node-export-html.tpl.php
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book-rtl.css b/modules/book/book-rtl.css
index 049034776..f3a84c20e 100644
--- a/modules/book/book-rtl.css
+++ b/modules/book/book-rtl.css
@@ -1,4 +1,3 @@
-/* $Id$ */
.book-navigation .menu {
padding: 1em 3em 0 0;
diff --git a/modules/book/book.admin.inc b/modules/book/book.admin.inc
index 50ec79336..7b9dea390 100644
--- a/modules/book/book.admin.inc
+++ b/modules/book/book.admin.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book.css b/modules/book/book.css
index e84f18e93..a8d2136df 100644
--- a/modules/book/book.css
+++ b/modules/book/book.css
@@ -1,4 +1,3 @@
-/* $Id$ */
.book-navigation .menu {
border-top: 1px solid #888;
diff --git a/modules/book/book.info b/modules/book/book.info
index 14b72d041..2c7311f4d 100644
--- a/modules/book/book.info
+++ b/modules/book/book.info
@@ -1,4 +1,3 @@
-; $Id$
name = Book
description = Allows users to create and organize related content in an outline.
package = Core
diff --git a/modules/book/book.install b/modules/book/book.install
index 93c712b05..1bd094c23 100644
--- a/modules/book/book.install
+++ b/modules/book/book.install
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book.js b/modules/book/book.js
index c529e5821..5b953f164 100644
--- a/modules/book/book.js
+++ b/modules/book/book.js
@@ -1,4 +1,3 @@
-// $Id$
(function ($) {
diff --git a/modules/book/book.module b/modules/book/book.module
index 6a94c979d..82d38f713 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book.pages.inc b/modules/book/book.pages.inc
index f6f7b0e85..1617f0085 100644
--- a/modules/book/book.pages.inc
+++ b/modules/book/book.pages.inc
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file
diff --git a/modules/book/book.test b/modules/book/book.test
index c48a2cbfd..cc61778b9 100644
--- a/modules/book/book.test
+++ b/modules/book/book.test
@@ -1,5 +1,4 @@
<?php
-// $Id$
/**
* @file