1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-28 05:55:32 +02:00

[ticket/9916] Updating header license and removing Version $Id$

PHPBB3-9916
This commit is contained in:
Unknown
2011-12-31 13:32:52 +00:00
committed by Andreas Fischer
parent 69a725198b
commit 656a8ece6f
10 changed files with 10 additions and 12 deletions

View File

@ -15,10 +15,8 @@ die("Please read the first lines of this script for instructions on how to enabl
// -------------------------------------------------------------
//
// $Id$
//
// @copyright (c) 2005 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
//
// -------------------------------------------------------------
// Thanks to arod-1

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
# Remove ending PHP tags '?>'
# @author Oleg Pudeyev
# @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
import sys, os, os.path, optparse