aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/md5_phpbb2.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-06-01 21:36:53 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-06-01 21:36:53 +0200
commit94b2b64ca199f3db66818c3830c96ea9ff7eeff9 (patch)
tree1268fc96e15cc273d70c0552d93e3b5e41d2dee3 /phpBB/phpbb/passwords/driver/md5_phpbb2.php
parent6f5f0d6d8d5d3afcabccaa9da7c64108af5d4ab7 (diff)
downloadforums-94b2b64ca199f3db66818c3830c96ea9ff7eeff9.tar
forums-94b2b64ca199f3db66818c3830c96ea9ff7eeff9.tar.gz
forums-94b2b64ca199f3db66818c3830c96ea9ff7eeff9.tar.bz2
forums-94b2b64ca199f3db66818c3830c96ea9ff7eeff9.tar.xz
forums-94b2b64ca199f3db66818c3830c96ea9ff7eeff9.zip
[ticket/12352] Update file headers to fit new format
PHPBB3-12352
Diffstat (limited to 'phpBB/phpbb/passwords/driver/md5_phpbb2.php')
-rw-r--r--phpBB/phpbb/passwords/driver/md5_phpbb2.php13
1 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/phpbb/passwords/driver/md5_phpbb2.php b/phpBB/phpbb/passwords/driver/md5_phpbb2.php
index 093e3b4c65..de1993e8a1 100644
--- a/phpBB/phpbb/passwords/driver/md5_phpbb2.php
+++ b/phpBB/phpbb/passwords/driver/md5_phpbb2.php
@@ -1,17 +1,18 @@
<?php
/**
*
-* @package phpBB3
-* @copyright (c) 2014 phpBB Group
-* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
+* This file is part of the phpBB Forum Software package.
+*
+* @copyright (c) phpBB Limited <https://www.phpbb.com>
+* @license GNU General Public License, version 2 (GPL-2.0)
+*
+* For full copyright and license information, please see
+* the docs/CREDITS.txt file.
*
*/
namespace phpbb\passwords\driver;
-/**
-* @package passwords
-*/
class md5_phpbb2 extends base
{
const PREFIX = '$md5_phpbb2$';