diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs-active-record.htm | 2 | ||||
| -rw-r--r-- | docs/docs-adodb.htm | 2 | ||||
| -rw-r--r-- | docs/docs-datadict.htm | 2 | ||||
| -rw-r--r-- | docs/docs-oracle.htm | 2 | ||||
| -rw-r--r-- | docs/docs-perf.htm | 2 | ||||
| -rw-r--r-- | docs/docs-session.htm | 2 | ||||
| -rw-r--r-- | docs/docs-session.old.htm | 2 | ||||
| -rw-r--r-- | docs/tips_portable_sql.htm | 2 | ||||
| -rw-r--r-- | docs/tute.htm | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/docs/docs-active-record.htm b/docs/docs-active-record.htm index 9fa191d4..70435c12 100644 --- a/docs/docs-active-record.htm +++ b/docs/docs-active-record.htm @@ -14,7 +14,7 @@ font-family: Arial, Helvetica, sans-serif ; <title>ADOdb Active Record</title> <body> <h1>ADOdb Active Record</h1> -<p> (c) 2000-2010 John Lim (jlim#natsoft.com)</p> +<p> (c) 2000-2014 John Lim (jlim#natsoft.com)</p> <p><font size="1">This software is dual licensed using BSD-Style and LGPL. This means you can use it in compiled proprietary and commercial products.</font></p> <p><hr> diff --git a/docs/docs-adodb.htm b/docs/docs-adodb.htm index b94bef8e..393554f0 100644 --- a/docs/docs-adodb.htm +++ b/docs/docs-adodb.htm @@ -620,7 +620,7 @@ ul <h2>ADOdb Library for PHP</h2> -<p>V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com)</p> +<p>V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com)</p> <p><span style='font-size:7.5pt'>This software is dual licensed using BSD-Style and LGPL. This means you can use it in compiled proprietary and commercial diff --git a/docs/docs-datadict.htm b/docs/docs-datadict.htm index 999bd2cc..3c3af9a8 100644 --- a/docs/docs-datadict.htm +++ b/docs/docs-datadict.htm @@ -20,7 +20,7 @@ </head> <body style="background-color: rgb(255, 255, 255);"> <h2>ADOdb Data Dictionary Library for PHP</h2> -<p>V5.18 3 Sep 2012 (c) 2000-2010 John Lim (<a +<p>V5.19dev ??-???-2014 (c) 2000-2014 John Lim (<a href="mailto:jlim#natsoft.com">jlim#natsoft.com</a>).<br> AXMLS (c) 2004 ars Cognita, Inc</p> <p><font size="1">This software is dual licensed using BSD-Style and diff --git a/docs/docs-oracle.htm b/docs/docs-oracle.htm index 1217d56b..5e8992e3 100644 --- a/docs/docs-oracle.htm +++ b/docs/docs-oracle.htm @@ -25,7 +25,7 @@ pre { <table width=100%><tr><td> <h2>Using ADOdb with PHP and Oracle: an advanced tutorial</h2> </td><td><div align="right"><img src=cute_icons_for_site/adodb.gif width="88" height="31"></div></tr></table> -<p><font size="1">(c)2004-2005 John Lim. All rights reserved.</font></p> +<p><font size="1">(c) 2004-2014 John Lim. All rights reserved.</font></p> <h3>1. Introduction</h3> <p>Oracle is the most popular commercial database used with PHP. There are many ways of accessing Oracle databases in PHP. These include:</p> <ul> diff --git a/docs/docs-perf.htm b/docs/docs-perf.htm index 53889c1a..0b285c85 100644 --- a/docs/docs-perf.htm +++ b/docs/docs-perf.htm @@ -18,7 +18,7 @@ font-size: 8pt; </head> <body> <h3>The ADOdb Performance Monitoring Library</h3> -<p>V5.18 3 Sep 2012 (c) 2000-2010 John Lim (jlim#natsoft.com)</p> +<p>V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com)</p> <p><font size="1">This software is dual licensed using BSD-Style and LGPL. This means you can use it in compiled proprietary and commercial products.</font></p> diff --git a/docs/docs-session.htm b/docs/docs-session.htm index dcf97e08..2544c2db 100644 --- a/docs/docs-session.htm +++ b/docs/docs-session.htm @@ -21,7 +21,7 @@ font-size: 8pt; <body style="background-color: rgb(255, 255, 255);"> <h1>ADODB Session 2 Management Manual</h1> <p> -V5.18 3 Sep 2012 (c) 2000-2012 John Lim (jlim#natsoft.com) +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com) </p> <p> <font size="1">This software is dual licensed using BSD-Style and LGPL. This means you can use it in compiled proprietary and commercial diff --git a/docs/docs-session.old.htm b/docs/docs-session.old.htm index b1aeb92c..1679cad8 100644 --- a/docs/docs-session.old.htm +++ b/docs/docs-session.old.htm @@ -21,7 +21,7 @@ font-size: 8pt; <body style="background-color: rgb(255, 255, 255);"> <h3>ADODB Session Management Manual</h3> <p> -V5.18 3 Sep 2012 (c) 2000-2010 John Lim (jlim#natsoft.com) +V5.19dev ??-???-2014 (c) 2000-2014 John Lim (jlim#natsoft.com) </p> <p> <font size="1">This software is dual licensed using BSD-Style and LGPL. This means you can use it in compiled proprietary and commercial diff --git a/docs/tips_portable_sql.htm b/docs/tips_portable_sql.htm index 7681d017..53743572 100644 --- a/docs/tips_portable_sql.htm +++ b/docs/tips_portable_sql.htm @@ -361,7 +361,7 @@ your data carefully. Understand how joins and indexes work and how they are used <a href="http://php.weblogs.com/sql_tutorial">http://php.weblogs.com/sql_tutorial</a>. Also read this article on <a href=http://phplens.com/lens/php-book/optimizing-debugging-php.php>Optimizing PHP</a>. <p> -<font size=1>(c) 2002-2003 John Lim.</font> +<font size=1>(c) 2002-2014 John Lim.</font> </body> </html> diff --git a/docs/tute.htm b/docs/tute.htm index 5f347e65..6f32da48 100644 --- a/docs/tute.htm +++ b/docs/tute.htm @@ -284,7 +284,7 @@ And oh, if we ever part, then that might break my heart. <p><font size=2>Song and lyrics by George and Ira Gershwin, introduced by Fred Astaire and Ginger Rogers in the film "Shall We Dance?" </font><p> <p> -(c)2001-2002 John Lim. +(c) 2001-2014 John Lim. </body> </html> |
