diff options
author | xue <> | 2006-09-08 19:31:03 +0000 |
---|---|---|
committer | xue <> | 2006-09-08 19:31:03 +0000 |
commit | 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (patch) | |
tree | c321fedfe1339a1567766c375c600a738e6ac840 /framework/3rdParty/geshi | |
parent | a5dd2d8c17fcac8da117a9c8ae8af519b02c717a (diff) |
merge from 3.0 branch till 1397.
Diffstat (limited to 'framework/3rdParty/geshi')
-rw-r--r-- | framework/3rdParty/geshi/docs/README | 2 | ||||
-rw-r--r-- | framework/3rdParty/geshi/docs/THANKS | 2 | ||||
-rw-r--r-- | framework/3rdParty/geshi/geshi.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/3rdParty/geshi/docs/README b/framework/3rdParty/geshi/docs/README index 11857d5d..9a67fdf1 100644 --- a/framework/3rdParty/geshi/docs/README +++ b/framework/3rdParty/geshi/docs/README @@ -32,4 +32,4 @@ COPYING file for more information. If you do modify this program, please tell me about it! Perhaps you've made a good improvement that I can learn from :) - $Id: README,v 1.6 2005/10/22 07:52:59 oracleshinoda Exp $ + $Id$ diff --git a/framework/3rdParty/geshi/docs/THANKS b/framework/3rdParty/geshi/docs/THANKS index 540efbbe..2b2e5d99 100644 --- a/framework/3rdParty/geshi/docs/THANKS +++ b/framework/3rdParty/geshi/docs/THANKS @@ -84,4 +84,4 @@ PEOPE WHO MADE LANGUAGE FILES Do you want your name in here? Help me out! Make a language file, or suggest a new feature, or make a plugin for GeSHi for some other software, then tell me about it! - $Id: THANKS,v 1.7 2005/11/19 01:02:50 oracleshinoda Exp $ + $Id$ diff --git a/framework/3rdParty/geshi/geshi.php b/framework/3rdParty/geshi/geshi.php index b124c936..983a42a0 100644 --- a/framework/3rdParty/geshi/geshi.php +++ b/framework/3rdParty/geshi/geshi.php @@ -28,7 +28,7 @@ * @author Nigel McNie <nigel@geshi.org> * @copyright Copyright © 2004, 2005, Nigel McNie * @license http://gnu.org/copyleft/gpl.html GNU GPL - * @version $Id: geshi.php,v 1.23 2005/11/19 02:23:37 oracleshinoda Exp $ + * @version $Id$ * */ |