Skip to content

Commit 9c5beaa

Browse files
committed
Bumped version numbers, release dates and copyright headers.
1 parent bfb659b commit 9c5beaa

File tree

17 files changed

+26
-26
lines changed

17 files changed

+26
-26
lines changed

install.script.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package Catcher
4-
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
4+
* @copyright Copyright (C) 2011 - 2015 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
66
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/

packages/lib_catcher/catcher.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<name>Catcher Library</name>
33
<libraryname>catcher</libraryname>
44
<author>Timble</author>
5-
<creationDate>September 2014</creationDate>
6-
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
5+
<creationDate>October 2015</creationDate>
6+
<copyright>Copyright (C) 2015 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
88
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.2</version>
11+
<version>1.0.4</version>
1212
<description>Base classes for events catching plugins</description>
1313
<files>
1414
<folder>plugin</folder>

packages/lib_catcher/language/en-GB/en-GB.lib_catcher.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright © 2014 Timble CVBA. (http://www.timble.net)
1+
; Copyright © 2015 Timble CVBA. (http://www.timble.net)
22
; GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
33
; Note : All ini files need to be saved as UTF-8
44

packages/lib_catcher/plugin/abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package Catcher
4-
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
4+
* @copyright Copyright (C) 2011 - 2015 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
66
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/

packages/plg_content_catcher/catcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package Catcher
4-
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
4+
* @copyright Copyright (C) 2011 - 2015 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
66
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/

packages/plg_content_catcher/catcher.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<extension version="2.5" type="plugin" group="content" method="upgrade">
33
<name>plg_content_catcher</name>
44
<author>Timble</author>
5-
<creationDate>September 2014</creationDate>
6-
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
5+
<creationDate>October 2015</creationDate>
6+
<copyright>Copyright (C) 2015 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
88
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.2</version>
11+
<version>1.0.4</version>
1212
<description>PLG_CONTENT_CATCHER_XML_DESCRIPTION</description>
1313

1414
<files>

packages/plg_content_catcher/language/en-GB/en-GB.plg_content_catcher.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright © 2014 Timble CVBA. (http://www.timble.net)
1+
; Copyright © 2015 Timble CVBA. (http://www.timble.net)
22
; GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
33
; Note : All ini files need to be saved as UTF-8
44

packages/plg_extension_catcher/catcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package Catcher
4-
* @copyright Copyright (C) 2011 - 2014 Timble CVBA (http://www.timble.net)
4+
* @copyright Copyright (C) 2011 - 2015 Timble CVBA (http://www.timble.net)
55
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
66
* @link https://github.com/joomlatools/joomla-catcher for the canonical source repository
77
*/

packages/plg_extension_catcher/catcher.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<extension version="2.5" type="plugin" group="extension" method="upgrade">
33
<name>plg_extension_catcher</name>
44
<author>Timble</author>
5-
<creationDate>September 2014</creationDate>
6-
<copyright>Copyright (C) 2014 Timble CVBA</copyright>
5+
<creationDate>Ocotber 2015</creationDate>
6+
<copyright>Copyright (C) 2015 Timble CVBA</copyright>
77
<license>GNU GPLv3 - http://www.gnu.org/licenses/gpl.html</license>
88
<url>https://github.com/joomlatools/joomla-catcher</url>
99
<authorEmail>[email protected]</authorEmail>
1010
<authorUrl>www.timble.net</authorUrl>
11-
<version>1.0.2</version>
11+
<version>1.0.4</version>
1212
<description>PLG_EXTENSION_CATCHER_XML_DESCRIPTION</description>
1313

1414
<files>

packages/plg_extension_catcher/language/en-GB/en-GB.plg_extension_catcher.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Copyright © 2014 Timble CVBA. (http://www.timble.net)
1+
; Copyright © 2015 Timble CVBA. (http://www.timble.net)
22
; GNU GPLv3 <http://www.gnu.org/licenses/gpl.html>
33
; Note : All ini files need to be saved as UTF-8
44

0 commit comments

Comments
 (0)