From f67e3be84feed60394b2ca09012cfa8d34c76ca1 Mon Sep 17 00:00:00 2001 From: The Great Git Migration <tggm@no-reply.drupal.org> Date: Fri, 25 Feb 2011 02:05:58 +0000 Subject: [PATCH] Stripping CVS keywords --- INSTALL | 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/menu.inc | 1 - includes/module.inc | 1 - includes/pager.inc | 1 - includes/theme.inc | 1 - includes/xmlrpc.inc | 1 - includes/xmlrpcs.inc | 1 - index.php | 1 - modules/admin.module | 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/drupal.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/ping.module | 1 - modules/poll.module | 1 - modules/profile.module | 1 - modules/queue.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 - scripts/code-style.pl | 2 -- scripts/mail-to-sql.php | 1 - themes/example/example.theme | 1 - themes/marvin/marvin.theme | 1 - themes/unconed/unconed.theme | 1 - themes/xtemplate/xtemplate.inc | 1 - xmlrpc.php | 1 - 48 files changed, 49 deletions(-) diff --git a/INSTALL b/INSTALL index 85b24183e027..1276f295670a 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,3 @@ -// $Id$ REQUIREMENTS ------------ diff --git a/cron.php b/cron.php index 140a4202fee4..c656f89e14e5 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 0433593d595b..06fcd87b9c3c 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 795ac393c6a7..b3fcdcc434d5 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1,5 +1,4 @@ <?php -// $Id$ function conf_init() { diff --git a/includes/conf.php b/includes/conf.php index 920a94397bd1..87237d9dc2e6 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 c3ac12876859..b7d8285e3144 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 1b93096b2700..cd6078e8ee2e 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/menu.inc b/includes/menu.inc index 617e9ed2201e..4667c60f669a 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -1,5 +1,4 @@ <?php -// $Id$ function menu($path, $title, $callback = NULL, $help = NULL, $weight = 0, $hidden = 0) { global $_gmenu; diff --git a/includes/module.inc b/includes/module.inc index 1732104a27c8..0e0d15d2f376 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -1,5 +1,4 @@ <?php -// $Id$ // initialize modules: function module_init() { diff --git a/includes/pager.inc b/includes/pager.inc index a567499b2ee5..e51834074f2a 100644 --- a/includes/pager.inc +++ b/includes/pager.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /* *************************************************** * external functions (API) diff --git a/includes/theme.inc b/includes/theme.inc index 05880fbd8799..65cedd014425 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 77b1f7129275..5ec19241cb0e 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 723e7a919494..1feb0e3fe049 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 3d149eab22b7..5d55e390fc8c 100644 --- a/index.php +++ b/index.php @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/modules/admin.module b/modules/admin.module index 81e23fffa9d5..b785ad052246 100644 --- a/modules/admin.module +++ b/modules/admin.module @@ -1,5 +1,4 @@ <?php -// $Id$ include_once "includes/common.inc"; diff --git a/modules/archive.module b/modules/archive.module index 1afd48cc182f..0ff6a805db74 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 navigate old content."); diff --git a/modules/block.module b/modules/block.module index 5ac9d9f59aa6..ecbd85053a81 100644 --- a/modules/block.module +++ b/modules/block.module @@ -1,5 +1,4 @@ <?php -// $Id$ function block_help() { $output .= "<p>Blocks are the boxes visible in the sidebar(s) of your web site. These are usually generated automatically by modules (e.g. recent forum topics), but you can also create your own blocks using either static HTML or dynamic PHP content.</p>"; diff --git a/modules/blog.module b/modules/blog.module index 939ba82b1441..e107c1d6e72d 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 909542a153a0..724e589c6a00 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 bc22c6067022..1aa52e18bf77 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 03cc39d5542c..26622ca8071e 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1,5 +1,4 @@ <?php -// $Id$ $GLOBALS["cmodes"] = array(1 => t("Flat list - collapsed"), 2 => t("Flat list - expanded"), 3 => t("Threaded list - collapsed"), 4 => t("Threaded list - expanded")); $GLOBALS["corder"] = array(1 => t("Date - newest first"), 2 => t("Date - oldest first")); diff --git a/modules/drupal.module b/modules/drupal.module index dfd84738bca3..111de6200829 100644 --- a/modules/drupal.module +++ b/modules/drupal.module @@ -1,5 +1,4 @@ <?php -// $Id$ function drupal_help_directory() { diff --git a/modules/forum.module b/modules/forum.module index 434f7c1d4cf2..9a119ff28067 100644 --- a/modules/forum.module +++ b/modules/forum.module @@ -1,5 +1,4 @@ <?php -// $Id$ function forum_system($field){ $system["description"] = t("Enable threaded discussions about general topics."); diff --git a/modules/help.module b/modules/help.module index d07e77ff9793..da4e79c5c283 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 e6ce14b2febc..68e967694047 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 e9c4d7cc8312..25675e1a66f1 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 8a64bde42b70..0c7e80af1226 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -1,5 +1,4 @@ <?php -// $Id$ function locale_help() { $output .= "<p>Normally programs are written and documented in English, and use English to interact with users. This is true for a great deal of web sites. However, most people are less comfortable with English than with their own native language, and would prefer to use their mother tongue as much as possible. Many people love see their web site showing a lot less of English, and far more of their own language.</p>"; diff --git a/modules/node.module b/modules/node.module index 7e3a75f2b1fc..f9c7944dd689 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 de77eb2fae8d..a1863051564b 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>static page</i>. Unlike a story, a static 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 static page is usually linked from the main navigation bar, using whatever text the author wishes. To create a static page without this navigation link, simply skip the form field which requests link text.</p>"; diff --git a/modules/ping.module b/modules/ping.module index 4216164bdd59..b4d968114e3e 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -1,5 +1,4 @@ <?php -// $Id$ function ping_help() { $output = "<p>Drupal can pings sites automatically to notify them that your site has changed. It can ping the following sites :</p>"; diff --git a/modules/poll.module b/modules/poll.module index a2e8027607e4..7c843501bd3d 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -1,5 +1,4 @@ <?php -// $Id$ function poll_allowvotes(&$node) { /* diff --git a/modules/profile.module b/modules/profile.module index cb6dfb145b1c..4bbe2fa7bfea 100644 --- a/modules/profile.module +++ b/modules/profile.module @@ -1,5 +1,4 @@ <?php -// $Id$ function _profile_init() { /* diff --git a/modules/queue.module b/modules/queue.module index 95f68ac26949..44042958694b 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/search.module b/modules/search.module index 7eebf9f034b7..b72bc9c061e2 100644 --- a/modules/search.module +++ b/modules/search.module @@ -1,5 +1,4 @@ <?php -// $Id$ function search_help() { $output = "<b>". t("Search guidelines") ."</b>"; diff --git a/modules/statistics.module b/modules/statistics.module index 4e2cd55a7fee..4363409b7144 100644 --- a/modules/statistics.module +++ b/modules/statistics.module @@ -1,5 +1,4 @@ <?php -// $Id$ function statistics_init() { global $recent_activity; diff --git a/modules/story.module b/modules/story.module index 8434646ad099..fbbb6dc71f48 100644 --- a/modules/story.module +++ b/modules/story.module @@ -1,5 +1,4 @@ <?php -// $Id$ function story_help() { $output .= "<p>The story module lets your users submit articles for consideration by the rest of the community, who can vote on them if moderation is enabled. Stories usually follow a publishing flow of <b>submit -> moderate -> post to the main page -> comments</b>. Administrators are able to shortcut this flow as desired.</p>"; diff --git a/modules/system.module b/modules/system.module index 465d334634fb..a0a1b71efefb 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, behaviours including visual and operational settings.</p>"; diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 567a8e5e3ff8..00a98babbb05 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 c4c3e9607caf..e09b3e8b9ddc 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -1,5 +1,4 @@ <?php -// $Id$ function tracker_help() { $output .= "<p>The tracker module is a handy module for displaying the most recent posts. By following the <i>view recent posts</i> link in the user block, a user may quickly review all recent postings.</p>"; diff --git a/modules/user.module b/modules/user.module index 359a10e04bc8..92be8017400c 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 66bc986fe898..1a368c7c2023 100644 --- a/modules/watchdog.module +++ b/modules/watchdog.module @@ -1,5 +1,4 @@ <?php -// $Id$ function watchdog_help() { diff --git a/scripts/code-style.pl b/scripts/code-style.pl index f7d773e54845..598d0f5c03ef 100644 --- a/scripts/code-style.pl +++ b/scripts/code-style.pl @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id$ # Author: Alexander Schwartz (alexander.schwartz@gmx.net) # Licence: GPL @@ -9,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/scripts/mail-to-sql.php b/scripts/mail-to-sql.php index 4471b38d779f..68cdbf8e667a 100644 --- a/scripts/mail-to-sql.php +++ b/scripts/mail-to-sql.php @@ -1,6 +1,5 @@ #!/usr/local/bin/php -q <?php -// $Id$ ini_set("include_path", ".:/home/dries/personal/cvs/web/pear:/home/dries/personal/cvs/web/drupal.org/x.x.x"); include_once "includes/common.inc"; diff --git a/themes/example/example.theme b/themes/example/example.theme index d8ae776ede3e..ab4a371816c5 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/marvin/marvin.theme b/themes/marvin/marvin.theme index 4bce3d3a55f0..52ca4541ada5 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -1,5 +1,4 @@ <?php -// $Id$ class Theme_marvin extends BaseTheme { var $link = "#666699"; diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 4e5448e83602..44981ffd88b0 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -1,5 +1,4 @@ <?php -// $Id$ class Theme_unconed extends BaseTheme { var $foreground = "#000000"; diff --git a/themes/xtemplate/xtemplate.inc b/themes/xtemplate/xtemplate.inc index cc31e9a0064a..e3dd6999b145 100644 --- a/themes/xtemplate/xtemplate.inc +++ b/themes/xtemplate/xtemplate.inc @@ -33,7 +33,6 @@ class XTemplate { along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - $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