Skip to content

Commit 6f59622

Browse files
author
Leinad4Mind
committed
Uniformize copyright structure
1 parent 1cae6e9 commit 6f59622

File tree

183 files changed

+1726
-1500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+1726
-1500
lines changed

acpcleanup/acp/main_info.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
*/
3+
* phpBB Gallery - ACP CleanUp Extension
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
*/
912

1013
namespace phpbbgallery\acpcleanup\acp;
1114

acpcleanup/acp/main_module.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
*/
3+
* phpBB Gallery - ACP CleanUp Extension
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
*/
912

1013
namespace phpbbgallery\acpcleanup\acp;
1114

acpcleanup/cleanup.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery
5-
* @version $Id$
6-
* @copyright (c) 2007 nickvergessen nickvergessen@gmx.de http://www.flying-bits.org
7-
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
8-
*
9-
*/
3+
* phpBB Gallery - ACP CleanUp Extension
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007 nickvergessen, 2014 satanasov, 2025 Leinad4Mind
10+
* @license GPL-2.0-only
11+
*/
1012

1113
namespace phpbbgallery\acpcleanup;
1214

acpcleanup/ext.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php
2+
/**
3+
* phpBB Gallery - ACP CleanUp Extension
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author Leinad4Mind
7+
* @copyright 2018- Leinad4Mind
8+
* @license GPL-2.0-only
9+
*/
210

311
// this file is not really needed, when empty it can be omitted
412
// however you can override the default methods and add custom

acpcleanup/language/bg/info_acp_gallery_cleanup.php

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [English]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [Bulgarian Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
* @translator Lucifer <https://www.anavaro.com>
12+
*/
913

1014
/**
1115
* DO NOT CHANGE

acpcleanup/language/de/info_acp_gallery_cleanup.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [German]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
* German translation by franki (http://dieahnen.de/ahnenforum/)
9-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [German Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
* @translator franki <https://dieahnen.de/ahnenforum>
12+
*/
1013

1114
/**
1215
* DO NOT CHANGE

acpcleanup/language/en/info_acp_gallery_cleanup.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [English]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [German Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
*/
912

1013
/**
1114
* DO NOT CHANGE

acpcleanup/language/fr/info_acp_gallery_cleanup.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [French]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
* @translator fr (c) pokyto aka le.poke http://www.lestontonsfraggers.com inspired by darky - http://www.foruminfopc.fr/ and Team http://www.phpbb-fr.com/
8-
*
9-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [French Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
* @translator pokyto (aka le.poke) <https://www.lestontonsfraggers.com>, inspired by darky <https://www.foruminfopc.fr/> and the phpBB-fr.com Team
12+
*/
1013

1114
/**
1215
* DO NOT CHANGE

acpcleanup/language/it/info_acp_gallery_cleanup.php

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [English]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [Italian Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
* @translator
12+
*/
913

1014
/**
1115
* DO NOT CHANGE

acpcleanup/language/ru/info_acp_gallery_cleanup.php

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
<?php
22
/**
3-
*
4-
* @package phpBB Gallery - ACP CleanUp Extension [Russian]
5-
* @copyright (c) 2012 nickvergessen - http://www.flying-bits.org/
6-
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
7-
*
8-
* Translation from Eduard Schlak (http://translations.schlak.info/)
9-
*/
3+
* phpBB Gallery - ACP CleanUp Extension [Russian Translation]
4+
*
5+
* @package phpbbgallery/acpcleanup
6+
* @author nickvergessen
7+
* @author satanasov
8+
* @author Leinad4Mind
9+
* @copyright 2007-2012 nickvergessen, 2014- satanasov, 2018- Leinad4Mind
10+
* @license GPL-2.0-only
11+
* @translator Eduard Schlak <https://translations.schlak.info>
12+
*/
1013

1114
/**
1215
* DO NOT CHANGE

0 commit comments

Comments
 (0)