From 15531b60fccf5157aef7bc6f748a97ba75e0d1fd Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 13 Feb 2005 17:54:31 +0000 Subject: [PATCH] MFH: missing $Id$ tags --- ext/session/mod_files.h | 2 ++ ext/session/mod_mm.h | 2 ++ ext/session/mod_user.h | 2 ++ ext/session/php_session.h | 2 ++ 4 files changed, 8 insertions(+) diff --git a/ext/session/mod_files.h b/ext/session/mod_files.h index c185a03b03..e460ca5014 100644 --- a/ext/session/mod_files.h +++ b/ext/session/mod_files.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef MOD_FILES_H #define MOD_FILES_H diff --git a/ext/session/mod_mm.h b/ext/session/mod_mm.h index 47c46acf1a..fc221794de 100644 --- a/ext/session/mod_mm.h +++ b/ext/session/mod_mm.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef MOD_MM_H #define MOD_MM_H diff --git a/ext/session/mod_user.h b/ext/session/mod_user.h index 79e28a3941..cb5d18744e 100644 --- a/ext/session/mod_user.h +++ b/ext/session/mod_user.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef MOD_USER_H #define MOD_USER_H diff --git a/ext/session/php_session.h b/ext/session/php_session.h index 19ce366f26..90f25e8dc2 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef PHP_SESSION_H #define PHP_SESSION_H -- 2.40.0