Skip to content

Commit

Permalink
Stripping CVS keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
The Great Git Migration authored and Drupal Git User (LDAP) committed Feb 25, 2011
1 parent 80aacdb commit 79bcdb8
Show file tree
Hide file tree
Showing 815 changed files with 0 additions and 815 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

Drupal 7.0, xxxx-xx-xx (development version)
----------------------
Expand Down
1 change: 0 additions & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

All Drupal code is Copyright 2001 - 2010 by the original authors.

Expand Down
1 change: 0 additions & 1 deletion INSTALL.mysql.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

CREATE THE MySQL DATABASE
--------------------------
Expand Down
1 change: 0 additions & 1 deletion INSTALL.pgsql.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

CREATE THE PostgreSQL DATABASE
------------------------------
Expand Down
1 change: 0 additions & 1 deletion INSTALL.sqlite.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

SQLITE REQUIREMENTS
-------------------
Expand Down
1 change: 0 additions & 1 deletion INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

CONTENTS OF THIS FILE
---------------------
Expand Down
1 change: 0 additions & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
1 change: 0 additions & 1 deletion MAINTAINERS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

Drupal core is maintained by the community. To participate, go to

Expand Down
1 change: 0 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

CONTENTS OF THIS FILE
---------------------
Expand Down
1 change: 0 additions & 1 deletion UPGRADE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// $Id$

INTRODUCTION
------------
Expand Down
1 change: 0 additions & 1 deletion authorize.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion cron.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/actions.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/ajax.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/archiver.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/authorize.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/batch.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$


/**
Expand Down
1 change: 0 additions & 1 deletion includes/batch.queue.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$


/**
Expand Down
1 change: 0 additions & 1 deletion includes/bootstrap.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/cache-install.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/cache.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* Get the cache object for a cache bin.
Expand Down
1 change: 0 additions & 1 deletion includes/common.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/database.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/log.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/mysql/database.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/mysql/install.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/mysql/query.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @ingroup database
Expand Down
1 change: 0 additions & 1 deletion includes/database/mysql/schema.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/pgsql/database.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/pgsql/install.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/pgsql/query.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @ingroup database
Expand Down
1 change: 0 additions & 1 deletion includes/database/pgsql/schema.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/pgsql/select.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/prefetch.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/query.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @ingroup database
Expand Down
1 change: 0 additions & 1 deletion includes/database/schema.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/select.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @ingroup database
Expand Down
1 change: 0 additions & 1 deletion includes/database/sqlite/database.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/sqlite/install.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/sqlite/query.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/sqlite/schema.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/database/sqlite/select.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/date.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/entity.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* Interface for entity controller classes.
Expand Down
1 change: 0 additions & 1 deletion includes/errors.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/file.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/file.mimetypes.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/filetransfer/filetransfer.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/*
* Base FileTransfer class.
Expand Down
1 change: 0 additions & 1 deletion includes/filetransfer/ftp.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* Base class for FTP implementations.
Expand Down
1 change: 0 additions & 1 deletion includes/filetransfer/local.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* The local connection class for copying files as the httpd user.
Expand Down
1 change: 0 additions & 1 deletion includes/filetransfer/ssh.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* The SSH connection class for the update module.
Expand Down
1 change: 0 additions & 1 deletion includes/form.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @defgroup forms Form builder functions
Expand Down
1 change: 0 additions & 1 deletion includes/graph.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/image.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/install.core.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/install.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* Indicates that a module has not been installed yet.
Expand Down
1 change: 0 additions & 1 deletion includes/iso.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/language.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/locale.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/lock.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/mail.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/menu.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/module.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/pager.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/password.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/path.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/registry.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
1 change: 0 additions & 1 deletion includes/session.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
// $Id$

/**
* @file
Expand Down
Loading

0 comments on commit 79bcdb8

Please sign in to comment.