Skip to content

Commit 048256b

Browse files
authored
Remove $Revision$ (#240)
We don't use SVN anymore.
1 parent 67c9c84 commit 048256b

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

entities/acronyms.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- $Revision$ -->
32

43
<!-- All Acronyms should be listed in Alphabetical order -->
54
<!-- To use them, use the <acronym> tag -->

scripts/docgen/docgen.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,6 @@ function get_default_role ($role, $funcname, $default) {
11081108

11091109
$arropts = array(
11101110
'verbose' => 'v', /* verbose */
1111-
'version' => 'V', /* version */
11121111
'quiet' => 'q', /* quiet */
11131112
'include:' => 'i:', /* include */
11141113
'help' => 'h', /* help */
@@ -1136,10 +1135,6 @@ function get_default_role ($role, $funcname, $default) {
11361135
foreach ($options as $opt => $value) {
11371136
switch ($opt) {
11381137
case 'v':
1139-
case 'version':
1140-
printf("%s\n", '$Revision$');
1141-
break;
1142-
case 'V':
11431138
case 'verbose':
11441139
$OPTION['verbose'] = false;
11451140
break;

scripts/gen-phpdoc-tz-list.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
$groupedList['Others'] = $others;
3434
?>
3535
<?php echo '<?'; ?>xml version="1.0" encoding="UTF-8"?>
36-
<!-- $Revision$ -->
3736
<!-- AUTO GENERATED, DO NOT TRANSLATE OR MODIFY BY HAND -->
3837

3938
<!-- The script to generate this file is scripts/gen-phpdoc-tz-list.php -->

scripts/genPHP_INI_ENTRY.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
<?xml version="1.0" encoding="iso-8859-1"?>
3131
<!-- Automatically generated using gen_PHP_INI_ENTRY.php -->
3232
<!-- DO NOT EDIT. -->
33-
<!-- \$Revision$ -->
3433
<section id="##ID##.configuration">
3534
&reftitle.runtime;
3635
&extension.runtime;\n\n

0 commit comments

Comments
 (0)