aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cache/driver/interface.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-01-02 17:54:54 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-01-02 17:54:54 +0100
commit69a725198b7abd54b985773d1049f4848a8de14c (patch)
tree4ae32a618f1a8e6f6142e1654d55462dd978a4e2 /phpBB/includes/cache/driver/interface.php
parenta01e916737c39c8d9d53c82647c92871f5c18caa (diff)
parent7a04c9048c110f0bd21ea3e9e869e17b408d640e (diff)
downloadforums-69a725198b7abd54b985773d1049f4848a8de14c.tar
forums-69a725198b7abd54b985773d1049f4848a8de14c.tar.gz
forums-69a725198b7abd54b985773d1049f4848a8de14c.tar.bz2
forums-69a725198b7abd54b985773d1049f4848a8de14c.tar.xz
forums-69a725198b7abd54b985773d1049f4848a8de14c.zip
Merge remote-tracking branch 'unknownbliss/ticket/9916' into develop
* unknownbliss/ticket/9916: [ticket/9916] Updating header license and removing Version $Id$
Diffstat (limited to 'phpBB/includes/cache/driver/interface.php')
-rw-r--r--phpBB/includes/cache/driver/interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/cache/driver/interface.php b/phpBB/includes/cache/driver/interface.php
index 91d364abf6..313a2d4b31 100644
--- a/phpBB/includes/cache/driver/interface.php
+++ b/phpBB/includes/cache/driver/interface.php
@@ -3,7 +3,7 @@
*
* @package acm
* @copyright (c) 2010 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
*
*/