Skip to content

Commit 0062bb8

Browse files
committed
Update PHPDoc file headers
1 parent 261650a commit 0062bb8

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

contao/config/autoload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Andreas Isaak <info@andreas-isaak.de>
1616
* @author Sven Baumann <baumann.sv@gmail.com>
17-
* @copyright 2012-2018 The MetaModels team.
17+
* @copyright 2012-2019 The MetaModels team.
1818
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
2020
*/

contao/config/event_listeners.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313
* @package MetaModels/attribute_checkbox
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Stefan Heimes <stefan_heimes@hotmail.com>
16-
* @copyright 2012-2018 The MetaModels team.
16+
* @copyright 2012-2019 The MetaModels team.
1717
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1818
* @filesource
1919
*/

contao/dca/tl_metamodel_attribute.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -18,7 +18,7 @@
1818
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1919
* @author Sven Baumann <baumann.sv@gmail.com>
2020
* @author Ingolf Steinhardt <info@e-spin.de>
21-
* @copyright 2012-2018 The MetaModels team.
21+
* @copyright 2012-2019 The MetaModels team.
2222
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
2323
* @filesource
2424
*/

contao/dca/tl_metamodel_dcasetting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,7 @@
1616
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1717
* @author Sven Baumann <baumann.sv@gmail.com>
1818
* @author Ingolf Steinhardt <info@e-spin.de>
19-
* @copyright 2012-2018 The MetaModels team.
19+
* @copyright 2012-2019 The MetaModels team.
2020
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
2121
* @filesource
2222
*/

contao/dca/tl_metamodel_filtersetting.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -15,7 +15,7 @@
1515
* @author Andreas Isaak <info@andreas-isaak.de>
1616
* @author Ingolf Steinhardt <info@e-spin.de>
1717
* @author Sven Baumann <baumann.sv@gmail.com>
18-
* @copyright 2012-2018 The MetaModels team.
18+
* @copyright 2012-2019 The MetaModels team.
1919
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
2020
* @filesource
2121
*/

src/MetaModels/Attribute/Checkbox/AttributeTypeFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313
* @package MetaModels/attribute_checkbox
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Sven Baumann <baumann.sv@gmail.com>
16-
* @copyright 2012-2018 The MetaModels team.
16+
* @copyright 2012-2019 The MetaModels team.
1717
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1818
* @filesource
1919
*/

src/MetaModels/Attribute/Checkbox/Checkbox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,7 @@
1717
* @author David Maack <maack@men-at-work.de>
1818
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1919
* @author Sven Baumann <baumann.sv@gmail.com>
20-
* @copyright 2012-2018 The MetaModels team.
20+
* @copyright 2012-2019 The MetaModels team.
2121
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
2222
* @filesource
2323
*/

src/MetaModels/Events/Attribute/Checkbox/CheckboxOptionsProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313
* @package MetaModels/attribute_checkbox
1414
* @author Stefan Heimes <stefan_heimes@hotmail.com>
1515
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
16-
* @copyright 2012-2018 The MetaModels team.
16+
* @copyright 2012-2019 The MetaModels team.
1717
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1818
* @filesource
1919
*/

src/MetaModels/Events/Attribute/Checkbox/Listener.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,7 @@
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Christopher Boelter <c.boelter@cogizz.de>
1616
* @author Sven Baumann <baumann.sv@gmail.com>
17-
* @copyright 2012-2018 The MetaModels team.
17+
* @copyright 2012-2019 The MetaModels team.
1818
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1919
* @filesource
2020
*/

src/MetaModels/Events/Attribute/Checkbox/PublishedFilterSettingTypeRenderer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_checkbox.
55
*
6-
* (c) 2012-2018 The MetaModels team.
6+
* (c) 2012-2019 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,7 @@
1313
* @package MetaModels/attribute_checkbox
1414
* @author Christian Schiffler <c.schiffler@cyberspectrum.de>
1515
* @author Sven Baumann <baumann.sv@gmail.com>
16-
* @copyright 2012-2018 The MetaModels team.
16+
* @copyright 2012-2019 The MetaModels team.
1717
* @license https://github.com/MetaModels/attribute_checkbox/blob/master/LICENSE LGPL-3.0-or-later
1818
* @filesource
1919
*/

0 commit comments

Comments
 (0)