Remove old SVN keywords substitutions

When the PHP source code was versioned in Subversion, there was
possible to substitute certain keywords such as $Id$ with revision
number, last change time and author name. Such approach is not used
in Git so this patch removes these outdated artifacts from source
code files.
This commit is contained in:
Peter Kokot 2018-06-12 20:01:37 +02:00 committed by Christoph M. Becker
parent 5651b1a7ca
commit be49d61b19
75 changed files with 0 additions and 97 deletions

View file

@ -17,7 +17,6 @@
| Hartmut Holzgraefe <hholzgra@php.net> |
+----------------------------------------------------------------------+
*/
/* $Id: */
#include "php.h"
#include "php_calendar.h"