mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge PR #799 branch 'bantu/ticket/10881' into develop-olympus
* bantu/ticket/10881: [ticket/10881] Replace old (and unify) file headers in develop files.
This commit is contained in:
commit
12bf9b42fa
9 changed files with 53 additions and 94 deletions
|
@ -1,15 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
// -------------------------------------------------------------
|
/**
|
||||||
//
|
*
|
||||||
// $Id$
|
* @package phpBB3
|
||||||
//
|
* @copyright (c) 2004 phpBB Group
|
||||||
// FILENAME : add_permissions.php
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
// STARTED : Sat Nov 06, 2004
|
*
|
||||||
// COPYRIGHT : © 2004 phpBB Group
|
*/
|
||||||
// WWW : http://www.phpbb.com/
|
|
||||||
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
|
|
||||||
//
|
|
||||||
// -------------------------------------------------------------
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
// -------------------------------------------------------------
|
/**
|
||||||
//
|
*
|
||||||
// $Id$
|
* @package phpBB3
|
||||||
//
|
* @copyright (c) 2004 phpBB Group
|
||||||
// FILENAME : calc_email_hash.php
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
// STARTED : Tue Feb 03, 2004
|
*
|
||||||
// COPYRIGHT : © 2004 phpBB Group
|
*/
|
||||||
// WWW : http://www.phpbb.com/
|
|
||||||
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
|
|
||||||
//
|
|
||||||
// -------------------------------------------------------------
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
|
|
|
@ -1,21 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
/***************************************************************************
|
/**
|
||||||
* merge_clean_posts.php
|
*
|
||||||
* -------------------
|
* @package phpBB3
|
||||||
* begin : Tuesday, February 25, 2003
|
* @copyright (c) 2003 phpBB Group
|
||||||
* copyright : (C) 2003 The phpBB Group
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
* email : support@phpbb.com
|
*
|
||||||
*
|
*/
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
|
|
|
@ -5,10 +5,8 @@
|
||||||
* @copyright (c) 2009, 2010 phpBB Group
|
* @copyright (c) 2009, 2010 phpBB Group
|
||||||
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
*
|
*
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* This script will check your database for potentially dangerous flash BBCode tags
|
* This script will check your database for potentially dangerous flash BBCode tags
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,17 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
// -------------------------------------------------------------
|
/**
|
||||||
//
|
*
|
||||||
// FILENAME : create_variable_overview.php
|
* @package phpBB3
|
||||||
// STARTED : Fri Aug 15 2003
|
* @copyright (c) 2003 phpBB Group
|
||||||
// COPYRIGHT : © 2003 phpBB Group
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
// WWW : http://www.phpbb.com/
|
*
|
||||||
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
|
* This script generates an index of some template vars and their use within the templates.
|
||||||
//
|
* It writes down all language variables used by various templates.
|
||||||
// -------------------------------------------------------------
|
*
|
||||||
|
|
||||||
/*
|
|
||||||
This script generates an index of some template vars and their use within the templates.
|
|
||||||
It writes down all language variables used by various templates.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
// -------------------------------------------------------------
|
/**
|
||||||
//
|
*
|
||||||
// FILENAME : fill.php
|
* @package phpBB3
|
||||||
// STARTED : Mon Sep 15, 2003
|
* @copyright (c) 2001, 2003 phpBB Group
|
||||||
// COPYRIGHT : © 2001, 2003 phpBB Group
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
// WWW : http://www.phpbb.com/
|
*
|
||||||
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
|
*/
|
||||||
//
|
|
||||||
// -------------------------------------------------------------
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
//
|
//
|
||||||
|
|
|
@ -1,15 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
// -------------------------------------------------------------
|
/**
|
||||||
//
|
*
|
||||||
// $Id$
|
* @package phpBB3
|
||||||
//
|
* @copyright (c) 2001, 2003 phpBB Group
|
||||||
// FILENAME : merge_attachment_tables.php
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
// STARTED : Tue Nov 04, 2003
|
*
|
||||||
// COPYRIGHT : © 2001, 2003 phpBB Group
|
*/
|
||||||
// WWW : http://www.phpbb.com/
|
|
||||||
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
|
|
||||||
//
|
|
||||||
// -------------------------------------------------------------
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
|
|
|
@ -1,22 +1,11 @@
|
||||||
<?php
|
<?php
|
||||||
/***************************************************************************
|
/**
|
||||||
* merge_clean_posts.php
|
*
|
||||||
* -------------------
|
* @package phpBB3
|
||||||
* begin : Tuesday, February 25, 2003
|
* @copyright (c) 2003 phpBB Group
|
||||||
* copyright : (C) 2003 The phpBB Group
|
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
|
||||||
* email : support@phpbb.com
|
*
|
||||||
*
|
*/
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Security message:
|
// Security message:
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue