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

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* This file is part of the Froxlor project. * 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 * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the

View File

@@ -2,7 +2,7 @@
/** /**
* This file is part of the Froxlor project. * 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 * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the

View File

@@ -2,7 +2,7 @@
/** /**
* This file is part of the Froxlor project. * This file is part of the Froxlor project.
* Copyright (c) 2003-2009 the SysCP Team (see authors). * Copyright (c) 2003-2009 the SysCP Team (see authors).
* Copyright (c) 2010-2011 the Froxlor Team (see authors). * Copyright (c) 2010- the Froxlor Team (see authors).
* *
* For the full copyright and license information, please view the COPYING * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the

View File

@@ -2,7 +2,7 @@
/** /**
* This file is part of the Froxlor project. * 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 * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the

View File

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

View File

@@ -2,7 +2,7 @@
/** /**
* This file is part of the Froxlor project. * 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 * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the
@@ -50,4 +50,4 @@ function getFilesystemQuota()
return $usedquota; return $usedquota;
} }
return false; return false;
} }

View File

@@ -60,7 +60,7 @@
</div> </div>
<div class="footer"> <div class="footer">
<ul><li>&copy; 2009-2011 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul> <ul><li>&copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
</div> </div>
</body> </body>

View File

@@ -30,7 +30,7 @@
</div> </div>
<footer> <footer>
<span> <span>
Froxlor &copy; 2009-2011 by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a> Froxlor &copy; 2009-2012 by <a href="http://www.froxlor.org/" rel="external">the Froxlor Team</a>
</span> </span>
</footer> </footer>
</body> </body>

View File

@@ -61,7 +61,7 @@
</div> </div>
<div class="footer"> <div class="footer">
<ul><li>&copy; 2009-2011 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul> <ul><li>&copy; 2009-2012 by <a href="http://www.froxlor.org">the Froxlor Team</a></li></ul>
</div> </div>
</body> </body>

View File

@@ -1,7 +1,7 @@
<?php <?php
/** /**
* This file is part of the Froxlor project. * This file is part of the Froxlor project.
* Copyright (c) 2011 the Froxlor Team (see authors). * Copyright (c) 2010- the Froxlor Team (see authors).
* *
* For the full copyright and license information, please view the COPYING * For the full copyright and license information, please view the COPYING
* file that was distributed with this source code. You can also view the * file that was distributed with this source code. You can also view the