summaryrefslogtreecommitdiff
path: root/adodb-memcache.lib.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-11-25 02:37:35 +0100
committerDamien Regad <dregad@mantisbt.org>2015-11-26 23:19:33 +0100
commitc90c8457aed6d950e3794e4936603352952e777e (patch)
tree3f1e2a308ee2bd8c9f24166da9c72785c74f1ffc /adodb-memcache.lib.inc.php
parent7d5d9f91842b78b145f371ccccfe051ac724635f (diff)
downloadadodb-c90c8457aed6d950e3794e4936603352952e777e.tar.gz
adodb-c90c8457aed6d950e3794e4936603352952e777e.tar.bz2
adodb-c90c8457aed6d950e3794e4936603352952e777e.zip
Adjust header comment blocks
- running SED script - manual adjustments for files not processed by regex
Diffstat (limited to 'adodb-memcache.lib.inc.php')
-rw-r--r--adodb-memcache.lib.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/adodb-memcache.lib.inc.php b/adodb-memcache.lib.inc.php
index 1ff43c9d..ea0fb2eb 100644
--- a/adodb-memcache.lib.inc.php
+++ b/adodb-memcache.lib.inc.php
@@ -11,7 +11,9 @@ if (empty($ADODB_INCLUDED_CSV)) include_once(ADODB_DIR.'/adodb-csvlib.inc.php');
/*
- V5.20dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved.
+ @version V5.20dev ??-???-2014
+ @copyright (c) 2000-2013 John Lim (jlim#natsoft.com). All rights reserved.
+ @copyright (c) 2014 Damien Regad, Mark Newnham and the ADOdb community
Released under both BSD license and Lesser GPL library license.
Whenever there is any discrepancy between the two licenses,
the BSD license will take precedence. See License.txt.