1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/avatars] Correct license, copyright and package info

PHPBB3-10018
This commit is contained in:
Marc Alexander
2013-02-03 23:02:35 +01:00
parent 9c3538eb0e
commit f322f4eac9
8 changed files with 22 additions and 22 deletions

View File

@@ -1,9 +1,9 @@
<?php
/**
*
* @package avatar
* @package phpBB3
* @copyright (c) 2011 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
@@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
/**
* Handles avatars uploaded to the board
* @package avatars
* @package phpBB3
*/
class phpbb_avatar_driver_upload extends phpbb_avatar_driver
{