Skip to content

Commit 79bcdb8

Browse files
The Great Git MigrationDrupal Git User (LDAP)
The Great Git Migration
authored and
Drupal Git User (LDAP)
committed
Stripping CVS keywords
1 parent 80aacdb commit 79bcdb8

File tree

815 files changed

+0
-815
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

815 files changed

+0
-815
lines changed

CHANGELOG.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
Drupal 7.0, xxxx-xx-xx (development version)
43
----------------------

COPYRIGHT.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

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

INSTALL.mysql.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
CREATE THE MySQL DATABASE
43
--------------------------

INSTALL.pgsql.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
CREATE THE PostgreSQL DATABASE
43
------------------------------

INSTALL.sqlite.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
SQLITE REQUIREMENTS
43
-------------------

INSTALL.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
CONTENTS OF THIS FILE
43
---------------------

LICENSE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21
GNU GENERAL PUBLIC LICENSE
32
Version 2, June 1991
43

MAINTAINERS.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

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

README.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
CONTENTS OF THIS FILE
43
---------------------

UPGRADE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// $Id$
21

32
INTRODUCTION
43
------------

authorize.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

cron.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/actions.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/ajax.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/archiver.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/authorize.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/batch.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43

54
/**

includes/batch.queue.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43

54
/**

includes/bootstrap.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/cache-install.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/cache.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Get the cache object for a cache bin.

includes/common.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/database.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/log.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/mysql/database.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/mysql/install.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/mysql/query.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @ingroup database

includes/database/mysql/schema.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/pgsql/database.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/pgsql/install.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/pgsql/query.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @ingroup database

includes/database/pgsql/schema.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/pgsql/select.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/prefetch.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/query.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @ingroup database

includes/database/schema.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/select.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @ingroup database

includes/database/sqlite/database.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/sqlite/install.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/sqlite/query.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/sqlite/schema.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/database/sqlite/select.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/date.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/entity.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Interface for entity controller classes.

includes/errors.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/file.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/file.mimetypes.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/filetransfer/filetransfer.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/*
54
* Base FileTransfer class.

includes/filetransfer/ftp.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Base class for FTP implementations.

includes/filetransfer/local.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* The local connection class for copying files as the httpd user.

includes/filetransfer/ssh.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* The SSH connection class for the update module.

includes/form.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @defgroup forms Form builder functions

includes/graph.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/image.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/install.core.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/install.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* Indicates that a module has not been installed yet.

includes/iso.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/language.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/locale.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/lock.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/mail.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/menu.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/module.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/pager.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/password.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/path.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/registry.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

includes/session.inc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
// $Id$
32

43
/**
54
* @file

0 commit comments

Comments
 (0)