Corrected year in some copyrights and templates

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2012-01-02 14:36:48 +01:00
parent 83ee756ae7
commit 4ab80e6144
10 changed files with 13 additions and 13 deletions

View File

@@ -2,14 +2,14 @@
/**
* This file is part of the Froxlor project.
* Copyright (c) 2011 the Froxlor Team (see authors).
* Copyright (c) 2011- the Froxlor Team (see authors).
*
* For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the
* COPYING file online at http://files.froxlor.org/misc/COPYING.txt
*
* @copyright (c) the authors
* @author Froxlor team <team@froxlor.org> (2010-)
* @author Froxlor team <team@froxlor.org> (2011-)
* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt
* @package Functions
*
@@ -25,4 +25,4 @@ function generatePassword()
return substr(md5(uniqid(microtime(), 1)), 24, 10);
}
?>
?>