update copyright notices, e-mail addresses

This commit is contained in:
mohrt
2005-01-21 16:41:52 +00:00
parent be3e9292a2
commit 215e8784b1
23 changed files with 33 additions and 33 deletions

View File

@@ -19,7 +19,7 @@
*
* @link http://smarty.php.net/
* @version 2.6.6-dev
* @copyright Copyright: 2001-2005 ispi of Lincoln, Inc.
* @copyright Copyright: 2001-2005 New Digital Group, Inc.
* @author Andrei Zmievski <andrei@php.net>
* @access public
* @package Smarty

View File

@@ -23,8 +23,8 @@
* smarty-general-subscribe@lists.php.net
*
* @link http://smarty.php.net/
* @copyright 2001-2005 ispi of Lincoln, Inc.
* @author Monte Ohrt <monte@ispi.net>
* @copyright 2001-2005 New Digital Group, Inc.
* @author Monte Ohrt <monte@ohrt.com>
* @author Andrei Zmievski <andrei@php.net>
* @package Smarty
* @version 2.6.6-dev

View File

@@ -19,10 +19,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* @link http://smarty.php.net/
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @author Andrei Zmievski <andrei@php.net>
* @version 2.6.6-dev
* @copyright 2001-2005 ispi of Lincoln, Inc.
* @copyright 2001-2005 New Digital Group, Inc.
* @package Smarty
*/

View File

@@ -32,7 +32,7 @@
* </pre>
* @link http://smarty.php.net/manual/en/language.function.cycle.php {cycle}
* (Smarty online manual)
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @author credit to Mark Priatel <mpriatel@rogers.com>
* @author credit to Gerard <gerard@interfold.com>
* @author credit to Jason Sweat <jsweat_php@yahoo.com>

View File

@@ -15,7 +15,7 @@
* Purpose: popup debug window
* @link http://smarty.php.net/manual/en/language.function.debug.php {debug}
* (Smarty online manual)
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @param array
* @param Smarty

View File

@@ -31,7 +31,7 @@
* @link http://smarty.php.net/manual/en/language.function.html.checkboxes.php {html_checkboxes}
* (Smarty online manual)
* @author Christopher Kvarme <christopher.kvarme@flashjab.com>
* @author credits to Monte Ohrt <monte@ispi.net>
* @author credits to Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @param array
* @param Smarty

View File

@@ -25,7 +25,7 @@
* Output: <img src="images/masthead.gif" border=0 width=400 height=23>
* @link http://smarty.php.net/manual/en/language.function.html.image.php {html_image}
* (Smarty online manual)
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @author credits to Duda <duda@big.hu> - wrote first image function
* in repository, helped with lots of functionality
* @version 1.0

View File

@@ -31,7 +31,7 @@
* @link http://smarty.php.net/manual/en/language.function.html.radios.php {html_radios}
* (Smarty online manual)
* @author Christopher Kvarme <christopher.kvarme@flashjab.com>
* @author credits to Monte Ohrt <monte@ispi.net>
* @author credits to Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @param array
* @param Smarty

View File

@@ -33,7 +33,7 @@
* {table loop=$data cols=4 tr_attr='"bgcolor=red"'}
* {table loop=$data cols=4 tr_attr=$colors}
* </pre>
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @link http://smarty.php.net/manual/en/language.function.html.table.php {html_table}
* (Smarty online manual)

View File

@@ -40,7 +40,7 @@
* @link http://smarty.php.net/manual/en/language.function.mailto.php {mailto}
* (Smarty online manual)
* @version 1.2
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @author credits to Jason Sweat (added cc, bcc and subject functionality)
* @param array
* @param Smarty

View File

@@ -17,7 +17,7 @@
* Example: {$var|cat:"foo"}
* @link http://smarty.php.net/manual/en/language.modifier.cat.php cat
* (Smarty online manual)
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @param string
* @param string

View File

@@ -21,7 +21,7 @@
* @link http://smarty.php.net/manual/en/language.modifier.nl2br.php
* nl2br (Smarty online manual)
* @version 1.0
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @param string
* @return string
*/

View File

@@ -17,7 +17,7 @@
* Date: September 25th, 2002
* @link http://smarty.php.net/manual/en/language.modifier.strip.php
* strip (Smarty online manual)
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @version 1.0
* @param string
* @param string

View File

@@ -19,7 +19,7 @@
* Install: Drop into the plugin directory, call
* <code>$smarty->load_filter('output','trimwhitespace');</code>
* from application.
* @author Monte Ohrt <monte@ispi.net>
* @author Monte Ohrt <monte@ohrt.com>
* @author Contributions from Lars Noschinski <lars@usenet.noschinski.de>
* @version 1.3
* @param string