[eluser]Sbioko[/eluser]
Hi all, i have a question for administrators or developers of CodeIgniter. I develop my own framework based on CI. And in license you said:
Quote:2. Redistributions of source code must retain the above copyright notice in
all source code files.
What copyright notice i must place in my source files?
This?:
Code:
/**
* CodeIgniter
*
* An open source application development framework for PHP 4.3.2 or newer
*
* @package CodeIgniter
* @author ExpressionEngine Dev Team
* @copyright Copyright (c) 2008, EllisLab, Inc.
* @license http://ellislab.com/codeigniter/user-guide/license.html
* @link http://codeigniter.com
* @since Version 1.0
* @filesource
*/
Thank you.
P.S. Maybe i place this topic in wrong forum. Excuse me.