diff options
Diffstat (limited to 'session')
| -rw-r--r-- | session/adodb-compress-bzip2.php | 2 | ||||
| -rw-r--r-- | session/adodb-compress-gzip.php | 2 | ||||
| -rw-r--r-- | session/adodb-cryptsession.php | 2 | ||||
| -rw-r--r-- | session/adodb-cryptsession2.php | 2 | ||||
| -rw-r--r-- | session/adodb-encrypt-mcrypt.php | 2 | ||||
| -rw-r--r-- | session/adodb-encrypt-md5.php | 2 | ||||
| -rw-r--r-- | session/adodb-encrypt-secret.php | 2 | ||||
| -rw-r--r-- | session/adodb-session-clob.php | 2 | ||||
| -rw-r--r-- | session/adodb-session-clob2.php | 2 | ||||
| -rw-r--r-- | session/adodb-session.php | 2 | ||||
| -rw-r--r-- | session/adodb-session2.php | 2 | ||||
| -rw-r--r-- | session/old/adodb-cryptsession.php | 2 | ||||
| -rw-r--r-- | session/old/adodb-session-clob.php | 2 | ||||
| -rw-r--r-- | session/old/adodb-session.php | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/session/adodb-compress-bzip2.php b/session/adodb-compress-bzip2.php index baa0ba34..f90f1a09 100644 --- a/session/adodb-compress-bzip2.php +++ b/session/adodb-compress-bzip2.php @@ -1,7 +1,7 @@ <?php /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-compress-gzip.php b/session/adodb-compress-gzip.php index 0992f1e0..13c6a5a5 100644 --- a/session/adodb-compress-gzip.php +++ b/session/adodb-compress-gzip.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-cryptsession.php b/session/adodb-cryptsession.php index 47cdccca..c17042f8 100644 --- a/session/adodb-cryptsession.php +++ b/session/adodb-cryptsession.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-cryptsession2.php b/session/adodb-cryptsession2.php index 6498515a..20101d82 100644 --- a/session/adodb-cryptsession2.php +++ b/session/adodb-cryptsession2.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-encrypt-mcrypt.php b/session/adodb-encrypt-mcrypt.php index 1ce881d5..23cbce67 100644 --- a/session/adodb-encrypt-mcrypt.php +++ b/session/adodb-encrypt-mcrypt.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-encrypt-md5.php b/session/adodb-encrypt-md5.php index 502fa291..8fd6fe55 100644 --- a/session/adodb-encrypt-md5.php +++ b/session/adodb-encrypt-md5.php @@ -1,7 +1,7 @@ <?php /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-encrypt-secret.php b/session/adodb-encrypt-secret.php index 5e33b1cf..1ffda134 100644 --- a/session/adodb-encrypt-secret.php +++ b/session/adodb-encrypt-secret.php @@ -1,7 +1,7 @@ <?php /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-session-clob.php b/session/adodb-session-clob.php index 0e5acb04..e4b4b5db 100644 --- a/session/adodb-session-clob.php +++ b/session/adodb-session-clob.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-session-clob2.php b/session/adodb-session-clob2.php index b2449fc0..771aaefc 100644 --- a/session/adodb-session-clob2.php +++ b/session/adodb-session-clob2.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-session.php b/session/adodb-session.php index 6aef1d16..495ae5ba 100644 --- a/session/adodb-session.php +++ b/session/adodb-session.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/adodb-session2.php b/session/adodb-session2.php index adf81195..579ec5a0 100644 --- a/session/adodb-session2.php +++ b/session/adodb-session2.php @@ -2,7 +2,7 @@ /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. Contributed by Ross Smith (adodb@netebb.com). Released under both BSD license and Lesser GPL library license. Whenever there is any discrepancy between the two licenses, diff --git a/session/old/adodb-cryptsession.php b/session/old/adodb-cryptsession.php index cfe7fcb4..2f81ee05 100644 --- a/session/old/adodb-cryptsession.php +++ b/session/old/adodb-cryptsession.php @@ -1,6 +1,6 @@ <?php /* -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. 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. diff --git a/session/old/adodb-session-clob.php b/session/old/adodb-session-clob.php index 3c4f47c5..d3ae8c94 100644 --- a/session/old/adodb-session-clob.php +++ b/session/old/adodb-session-clob.php @@ -1,6 +1,6 @@ <?php /* - V4.93 10 Oct 2006 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. + V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. 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. diff --git a/session/old/adodb-session.php b/session/old/adodb-session.php index dc1f8e87..1ca93d63 100644 --- a/session/old/adodb-session.php +++ b/session/old/adodb-session.php @@ -1,6 +1,6 @@ <?php /* -V4.93 10 Oct 2006 (c) 2000-2012 John Lim (jlim#natsoft.com). All rights reserved. +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com). All rights reserved. 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. |
