Files
tms/libraries/xajax/copyright.inc.php
TMS eb299c9131 Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions:
- Budget tracking (ki_budget)
- Change request form (ki_changerequest)
- Invoice generation (ki_invoice)
- Expense tracking (ki_expenses)
- Flexi time (ki_flexitime)
- Export, admin panel, timesheets, tasks, summary

Database: ~900K time entries, 2,000+ users, 439 projects.
Config: includes/autoconf.php — localhost/kimai/kimai
2026-06-18 21:20:26 +00:00

55 lines
1.2 KiB
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 (beta 4)
*/
/*
Section: Copyright
- copyright (c) 2005-2007 by Jared White & J. Max Wilson
- portions copyright (c) 2006-2007 by Joseph Woolley
*/
/*
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 Copyright (c) 2005-2006 by 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://wiki.xajaxproject.org/Documentation:xajax.inc.php
*/