Skip to content

Commit 1b40b02

Browse files
committed
Fix php file headers and license.
1 parent 4bcb7e1 commit 1b40b02

File tree

246 files changed

+2490
-2109
lines changed

Some content is hidden

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

246 files changed

+2490
-2109
lines changed

LICENSE.md renamed to LICENSE

File renamed without changes.

contao/config/autoload.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -14,8 +17,8 @@
1417
* @author Christopher Bölter <[email protected]>
1518
* @author Ondrej <[email protected]>
1619
* @author Tim Gatzky <[email protected]>
17-
* @copyright The MetaModels team.
18-
* @license LGPL.
20+
* @copyright 2012-2015 The MetaModels team.
21+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1922
* @filesource
2023
*/
2124

contao/config/config.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -16,8 +19,8 @@
1619
* @author Tim Becker <[email protected]>
1720
* @author Tim Gatzky <[email protected]>
1821
* @author Christopher Boelter <[email protected]>
19-
* @copyright The MetaModels team.
20-
* @license LGPL.
22+
* @copyright 2012-2015 The MetaModels team.
23+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
2124
* @filesource
2225
*/
2326

contao/config/event_listeners.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
1316
* @author Christopher Boelter <[email protected]>
1417
* @author Stefan Heimes <[email protected]>
1518
* @author David Molineus <[email protected]>
16-
* @copyright The MetaModels team.
17-
* @license LGPL.
19+
* @copyright 2012-2015 The MetaModels team.
20+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1821
* @filesource
1922
*/
2023

contao/config/services.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
13-
* @copyright The MetaModels team.
14-
* @license LGPL.
16+
* @copyright 2012-2015 The MetaModels team.
17+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1518
* @filesource
1619
*/
1720

contao/dca/tl_content.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
1316
* @author Andreas Isaak <[email protected]>
1417
* @author David Maack <[email protected]>
1518
* @author Stefan Heimes <[email protected]>
16-
* @copyright The MetaModels team.
17-
* @license LGPL.
19+
* @copyright 2012-2015 The MetaModels team.
20+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1821
* @filesource
1922
*/
2023

contao/dca/tl_metamodel.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -15,8 +18,8 @@
1518
* @author David Maack <[email protected]>
1619
* @author Stefan Heimes <[email protected]>
1720
* @author Tim Becker <[email protected]>
18-
* @copyright The MetaModels team.
19-
* @license LGPL.
21+
* @copyright 2012-2015 The MetaModels team.
22+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
2023
* @filesource
2124
*/
2225

contao/dca/tl_metamodel_attribute.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
1316
* @author Andreas Isaak <[email protected]>
1417
* @author David Maack <[email protected]>
1518
* @author Stefan Heimes <[email protected]>
16-
* @copyright The MetaModels team.
17-
* @license LGPL.
19+
* @copyright 2012-2015 The MetaModels team.
20+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1821
* @filesource
1922
*/
2023

contao/dca/tl_metamodel_dca.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -15,8 +18,8 @@
1518
* @author Stefan Heimes <[email protected]>
1619
* @author Tim Becker <[email protected]>
1720
* @author Alexander Menk <[email protected]>
18-
* @copyright The MetaModels team.
19-
* @license LGPL.
21+
* @copyright 2012-2015 The MetaModels team.
22+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
2023
* @filesource
2124
*/
2225

contao/dca/tl_metamodel_dca_combine.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
1316
* @author Andreas Isaak <[email protected]>
1417
* @author Stefan Heimes <[email protected]>
15-
* @copyright The MetaModels team.
16-
* @license LGPL.
18+
* @copyright 2012-2015 The MetaModels team.
19+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1720
* @filesource
1821
*/
1922

contao/dca/tl_metamodel_dca_sortgroup.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -14,8 +17,8 @@
1417
* @author David Maack <[email protected]>
1518
* @author Stefan Heimes <[email protected]>
1619
* @author David Molineus <[email protected]>
17-
* @copyright The MetaModels team.
18-
* @license LGPL.
20+
* @copyright 2012-2015 The MetaModels team.
21+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1922
* @filesource
2023
*/
2124

contao/dca/tl_metamodel_dcasetting.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -15,8 +18,8 @@
1518
* @author David Maack <[email protected]>
1619
* @author Oliver Hoff <[email protected]>
1720
* @author Stefan Heimes <[email protected]>
18-
* @copyright The MetaModels team.
19-
* @license LGPL.
21+
* @copyright 2012-2015 The MetaModels team.
22+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
2023
* @filesource
2124
*/
2225

contao/dca/tl_metamodel_dcasetting_condition.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
@@ -14,8 +17,8 @@
1417
* @author David Maack <[email protected]>
1518
* @author Stefan Heimes <[email protected]>
1619
* @author Christopher Boelter <[email protected]>
17-
* @copyright The MetaModels team.
18-
* @license LGPL.
20+
* @copyright 2012-2015 The MetaModels team.
21+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1922
* @filesource
2023
*/
2124

contao/dca/tl_metamodel_filter.php

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
<?php
2+
23
/**
3-
* The MetaModels extension allows the creation of multiple collections of custom items,
4-
* each with its own unique set of selectable attributes, with attribute extendability.
5-
* The Front-End modules allow you to build powerful listing and filtering of the
6-
* data in each collection.
4+
* This file is part of MetaModels/core.
5+
*
6+
* (c) 2012-2015 The MetaModels team.
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
710
*
8-
* PHP version 5
11+
* This project is provided in good faith and hope to be usable by anyone.
912
*
1013
* @package MetaModels
1114
* @subpackage Core
1215
* @author Christian Schiffler <[email protected]>
1316
* @author Andreas Isaak <[email protected]>
1417
* @author David Maack <[email protected]>
1518
* @author Stefan Heimes <[email protected]>
16-
* @copyright The MetaModels team.
17-
* @license LGPL.
19+
* @copyright 2012-2015 The MetaModels team.
20+
* @license https://github.com/MetaModels/core/blob/master/LICENSE LGPL-3.0
1821
* @filesource
1922
*/
2023

0 commit comments

Comments
 (0)