From 779fb609c49c55361a64b5d7efee0c0233de16b0 Mon Sep 17 00:00:00 2001 From: The Great Git Migration <tggm@no-reply.drupal.org> Date: Fri, 25 Feb 2011 02:05:57 +0000 Subject: [PATCH] Stripping CVS keywords --- admin.php | 1 - cron.php | 1 - error.php | 1 - includes/common.inc | 1 - includes/conf.php | 1 - includes/database.mysql.inc | 1 - includes/database.pear.inc | 1 - includes/module.inc | 1 - includes/theme.inc | 1 - includes/xmlrpc.inc | 1 - includes/xmlrpcs.inc | 1 - index.php | 1 - module.php | 1 - modules/archive.module | 1 - modules/block.module | 1 - modules/blog.module | 1 - modules/book.module | 1 - modules/cloud.module | 1 - modules/comment.module | 1 - modules/forum.module | 1 - modules/help.module | 1 - modules/import.module | 1 - modules/jabber.module | 1 - modules/locale.module | 1 - modules/node.module | 1 - modules/page.module | 1 - modules/poll.module | 1 - modules/queue.module | 1 - modules/rating.module | 1 - modules/search.module | 1 - modules/statistics.module | 1 - modules/story.module | 1 - modules/system.module | 1 - modules/taxonomy.module | 1 - modules/tracker.module | 1 - modules/user.module | 1 - modules/watchdog.module | 1 - modules/weblogs.module | 1 - node.php | 1 - scripts/code-style.pl | 1 - themes/example/example.theme | 1 - themes/goofy/goofy.theme | 1 - themes/marvin/marvin.theme | 1 - themes/unconed/unconed.theme | 1 - xmlrpc.php | 1 - 45 files changed, 45 deletions(-) diff --git a/admin.php b/admin.php index 617dc252ec7c..debd247fcb06 100644 --- a/admin.php +++ b/admin.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/cron.php b/cron.php index 37dd33192554..a29170219a86 100644 --- a/cron.php +++ b/cron.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/error.php b/error.php index 55f7aef80bd4..b87c425ef602 100644 --- a/error.php +++ b/error.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/includes/common.inc b/includes/common.inc index df6b4de6a5bb..123276ef5a54 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1,5 +1,4 @@ <?php -// $Id$ function conf_init() { global $HTTP_HOST; diff --git a/includes/conf.php b/includes/conf.php index 9014e7500e6e..1291c7b8a111 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -1,5 +1,4 @@ <?php -// $Id$ # # Database settings: diff --git a/includes/database.mysql.inc b/includes/database.mysql.inc index 5417eb305ee3..99f84794c3fa 100644 --- a/includes/database.mysql.inc +++ b/includes/database.mysql.inc @@ -1,5 +1,4 @@ <?php -// $Id$ function db_connect($url) { $url = parse_url($url); diff --git a/includes/database.pear.inc b/includes/database.pear.inc index 8f9e21bffee9..bb8d3f0f6d8f 100644 --- a/includes/database.pear.inc +++ b/includes/database.pear.inc @@ -1,5 +1,4 @@ <?php -// $Id$ require_once 'DB.php'; diff --git a/includes/module.inc b/includes/module.inc index deaace7803d5..fbc177862d1b 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -1,5 +1,4 @@ <?php -// $Id$ // initialize modules: function module_init() { diff --git a/includes/theme.inc b/includes/theme.inc index e04569161140..e8682ae1154c 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * Basic theme diff --git a/includes/xmlrpc.inc b/includes/xmlrpc.inc index db6d68b36eb8..c8937c3f8fd2 100644 --- a/includes/xmlrpc.inc +++ b/includes/xmlrpc.inc @@ -1,7 +1,6 @@ <?php // -*-c++-*- // by Edd Dumbill (C) 1999-2001 // <edd@usefulinc.com> -// $Id$ // Copyright (c) 1999,2000,2001 Edd Dumbill. diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc index 61ce1913ceb0..595600ece98c 100644 --- a/includes/xmlrpcs.inc +++ b/includes/xmlrpcs.inc @@ -1,7 +1,6 @@ <?php // by Edd Dumbill (C) 1999-2001 // <edd@usefulinc.com> -// $Id$ // Copyright (c) 1999,2000,2001 Edd Dumbill. // All rights reserved. diff --git a/index.php b/index.php index b9c0a285f452..d5b41b3e556e 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/module.php b/module.php index 4767459d0361..8ae001e9e018 100644 --- a/module.php +++ b/module.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/modules/archive.module b/modules/archive.module index 4c0cf4bc1c69..00a26a6f003c 100644 --- a/modules/archive.module +++ b/modules/archive.module @@ -1,5 +1,4 @@ <?php -// $Id$ function archive_system($field){ $system["description"] = t("Displays a calendar to navigation old content."); diff --git a/modules/block.module b/modules/block.module index c672855f45be..4b0a56b59389 100644 --- a/modules/block.module +++ b/modules/block.module @@ -1,5 +1,4 @@ <?php -// $Id$ function block_help() { ?> diff --git a/modules/blog.module b/modules/blog.module index 7aba6d5dc598..a3eccfa9d961 100644 --- a/modules/blog.module +++ b/modules/blog.module @@ -1,5 +1,4 @@ <?php -// $Id$ function blog_system($field){ $system["description"] = t("Enables keeping a blog or easily and regularly updated web page."); diff --git a/modules/book.module b/modules/book.module index 7579d6f24362..23565d1457cb 100644 --- a/modules/book.module +++ b/modules/book.module @@ -1,5 +1,4 @@ <?php -// $Id$ function book_system($field){ $system["description"] = t("Allows users to collaboratively author a book."); diff --git a/modules/cloud.module b/modules/cloud.module index 77817ba8b170..297d29c16174 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -1,5 +1,4 @@ <?php -// $Id$ function cloud_help($type = "administrator") { if ($type == "user") { diff --git a/modules/comment.module b/modules/comment.module index 1d8930f21bd6..07f3ddecb294 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1,5 +1,4 @@ <?php -// $Id$ $GLOBALS["cmodes"] = array(1 => "Flat list - collapsed", 2 => "Flat list - expanded", 3 => "Threaded list - collapsed", 4 => "Threaded list - expanded"); $GLOBALS["corder"] = array(1 => "Date - newest first", 2 => "Date - oldest first"); diff --git a/modules/forum.module b/modules/forum.module index a7dd3b2902be..4077445f2d7f 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -1,5 +1,4 @@ <?php -// $Id$ function forum_system($field){ $system["description"] = t("Allows threaded discussions about general topics."); diff --git a/modules/help.module b/modules/help.module index 423ac662cf5b..28d661dc259d 100644 --- a/modules/help.module +++ b/modules/help.module @@ -1,5 +1,4 @@ <?php -// $Id$ function help_system($field){ $system["description"] = t("Manages displaying online help."); diff --git a/modules/import.module b/modules/import.module index 2f48a9004ec1..162a42f811f5 100644 --- a/modules/import.module +++ b/modules/import.module @@ -1,5 +1,4 @@ <?php -// $Id$ function import_help() { ?> diff --git a/modules/jabber.module b/modules/jabber.module index 47be2babfd93..8f63081a9564 100644 --- a/modules/jabber.module +++ b/modules/jabber.module @@ -1,5 +1,4 @@ <?php -// $Id$ function jabber_system($field){ $system["description"] = t("Enables login with Jabber ID and password."); diff --git a/modules/locale.module b/modules/locale.module index 9de8fca32e20..e015ea5a8336 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -1,5 +1,4 @@ <?php -// $Id$ function locale_help() { ?> diff --git a/modules/node.module b/modules/node.module index a7853d6464d6..c3ba733fce0a 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1,5 +1,4 @@ <?php -// $Id$ function node_help() { global $mod; diff --git a/modules/page.module b/modules/page.module index 41e8e55c0f6b..d08f21edf4c8 100644 --- a/modules/page.module +++ b/modules/page.module @@ -1,5 +1,4 @@ <?php -// $Id$ function page_help() { $output .= "<p>The page module is used to create a <i>site page</i>. Unlike a story, a site page is a persistent web page on your site which usually shortcuts the typical lifecycle of user generated content (i.e. submit -> moderate -> post -> comment). A site page is usually linked from the main navigation bar, using whatever text the author wishes. To create a site page without this navigation link, simply skip the form field which requests link text. Administrators are the exclusive authors of site pages (i.e. requires the <i>administer nodes</i> in ". la("permission", array("mod" => "user", "op" => "permission")) .").</p>"; diff --git a/modules/poll.module b/modules/poll.module index 6a47fe451119..4c02604ca494 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -1,5 +1,4 @@ <?php -// $Id$ function poll_allowvotes(&$node) { /* diff --git a/modules/queue.module b/modules/queue.module index dc94db02b7d7..51ccc7412276 100644 --- a/modules/queue.module +++ b/modules/queue.module @@ -1,5 +1,4 @@ <?php -// $Id$ function queue_system($field){ $system["description"] = t("Enables content to be moderated by the community."); diff --git a/modules/rating.module b/modules/rating.module index 4f8fe48be4e1..57f4f1cce4ad 100644 --- a/modules/rating.module +++ b/modules/rating.module @@ -1,5 +1,4 @@ <?php -// $Id$ function rating_help() { $output .= "<p>Drupal uses <i>gravity</i> as an indication for each user's contributed value. The system can be compared with <a href=\"http://www.slashcode.com/\">SlashCode</a>'s Karma and is - in fact - even more similar to <a href=\"http://scoop.kuro5hin.org/\">Scoop</a>'s Mojo.</p>"; diff --git a/modules/search.module b/modules/search.module index 92f7807b54d3..f24f2157a70f 100644 --- a/modules/search.module +++ b/modules/search.module @@ -1,5 +1,4 @@ <?php -// $Id$ function search_help() { $output = "<b>". t("Search hints") ."</b>"; diff --git a/modules/statistics.module b/modules/statistics.module index da8be898db71..141bc642074f 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -1,5 +1,4 @@ <?php -// $Id$ if (variable_get("referrer", 0) && $referrer = getenv("HTTP_REFERER")) { db_query("INSERT INTO referrer (URL, timestamp) values ('%s', '%s')", $referrer, time()); diff --git a/modules/story.module b/modules/story.module index 475c7d78f16c..13e894b1e423 100644 --- a/modules/story.module +++ b/modules/story.module @@ -1,5 +1,4 @@ <?php -// $Id$ function story_help() { $output .= "<p>The story module enables to users to submit thoughful, cohesive posts for consideration by the rest of the community. Stories usually follow a specific content flow: <i>submit -> moderate -> post to home page -> comment</i>. Administrators are able to shortcut this flow as desired.</p>"; diff --git a/modules/system.module b/modules/system.module index a7913a2515e0..31739cb742ce 100644 --- a/modules/system.module +++ b/modules/system.module @@ -1,5 +1,4 @@ <?php -// $Id$ function system_help() { $output .= "<p>Drupal comes with system-wide defaults but the setting-module provides control over many Drupal preferences, behaviors including visual and operational settings.</p>"; diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 1718d0142669..f21c49b5894e 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1,5 +1,4 @@ <?php -// $Id$ function taxonomy_system($field){ $system["description"] = t("Enables the organization of content into categories."); diff --git a/modules/tracker.module b/modules/tracker.module index e643c8db592c..e662f8f10b92 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -1,5 +1,4 @@ <?php -// $Id$ function tracker_help() { $output .= "The tracker module is a handy module for displaying the most recent comments happenning all over your web site. By following the <i>view new comments</i> link in the user block, a user may quickly review all recent comments. When a user first arrives at the main tracker page, she sees all recent comments in reverse chronological order, grouped by post. In addition, a self-centered user may choose to display only his own comments.</p>"; diff --git a/modules/user.module b/modules/user.module index 2791895a6dec..0d3ab47dcbd9 100644 --- a/modules/user.module +++ b/modules/user.module @@ -1,5 +1,4 @@ <?php -// $Id$ session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc"); session_start(); diff --git a/modules/watchdog.module b/modules/watchdog.module index d4e7b654e4b7..64fa4d40573f 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -1,5 +1,4 @@ <?php -// $Id$ function watchdog_help() { ?> diff --git a/modules/weblogs.module b/modules/weblogs.module index 5c06b1a7ceab..c7dc25c04dda 100644 --- a/modules/weblogs.module +++ b/modules/weblogs.module @@ -1,5 +1,4 @@ <?php -// $Id$ function weblogs_help() { $output = "<p><a href=\"http://www.weblogs.com/\">Weblogs.com</a> is a website that tracks and displays links to changed weblogs and news-oriented websites. To get your Drupal site listed, weblogs.com must be informed about your site's updates. This is the job of the weblog module and when installed, the administrator doesn't have to do anything to participate in the <a href=\"http://www.weblogs.com/\">weblogs.com system</a>. The weblog module automatically notifies weblogs.com when your site is updated. To do so, Drupal implements the <a href=\"http://www.xmlrpc.com/weblogsCom/\">XML-RPC interface of weblogs.com</a>. Requires crontab.</p>"; diff --git a/node.php b/node.php index d00da60cc14a..e6b886919a31 100644 --- a/node.php +++ b/node.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/scripts/code-style.pl b/scripts/code-style.pl index 50d700543940..799208a8ad99 100644 --- a/scripts/code-style.pl +++ b/scripts/code-style.pl @@ -8,7 +8,6 @@ # code. This program tries to show as many improvements as possible with # no false positives. -# $Id$ $comment = 0; $program = 0; diff --git a/themes/example/example.theme b/themes/example/example.theme index ce5828fdc1bb..aa56b0c0e719 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -1,5 +1,4 @@ <?php -// $Id$ class Theme_example extends BaseTheme { diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 3c938f96c241..0d3f811e7db8 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -1,5 +1,4 @@ <?php -// $Id$ /********************************************************************* diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index b169c6ef495e..9a5799610d13 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -1,5 +1,4 @@ <?php -// $Id$ /********************************************************************* diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index a1e6683ebf4c..d3f90844d3d2 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -1,5 +1,4 @@ <?php -// $Id$ /********************************************************************* diff --git a/xmlrpc.php b/xmlrpc.php index e1eda8807f4c..c6a2466aab8d 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/xmlrpcs.inc"; include_once "includes/common.inc"; -- GitLab