0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
ajax
/
xajax
/
[
Home
]
File: copyright.inc.php
<?php /* File: copyright.inc.php This file contains detailed information regarding the xajax project, current version, copyrights, licnese and documentation. You do not need to include this file in your project for xajax to function properly. */ /* Section: Current Version xajax version 0.5 */ /* Section: Copyright - copyright (c) 2005-2007 by Jared White & J. Max Wilson - copyright (c) 2008-2009 by Joseph Woolley, Steffen Konerow, Jared White & J. Max Wilson */ /* Section: Description xajax is an open source PHP class library for easily creating powerful PHP-driven, web-based Ajax Applications. Using xajax, you can asynchronously call PHP functions and update the content of your your webpage without reloading the page. */ /* Section: License xajax is released under the terms of the BSD license http://www.xajaxproject.org/bsd_license.txt */ /* @package xajax @version $Id: copyright.inc.php 327 2007-02-28 16:55:26Z calltoconstruct $ @copyright (c) 2005-2007 by Jared White & J. Max Wilson @copyright (c) 2008-2009 by Joseph Woolley, Steffen Konerow, Jared White & J. Max Wilson @license http://www.xajaxproject.org/bsd_license.txt BSD License */ /* Section: Online documentation Online documentation for this class is available on the xajax wiki at: http://xajaxproject.org/en/docs-tutorials/ */