Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 9ce532c

Browse files
author
Michael Babker
committed
Bump copyright in all files
1 parent 7a56fb9 commit 9ce532c

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

build/hash_generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package Joomla.Plugin
99
* @subpackage Installer.webinstaller
1010
*
11-
* @copyright Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
11+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
1212
* @license GNU General Public License version 2 or later; see LICENSE
1313
*/
1414

media/plg_installer_webinstaller/js/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @copyright Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
2+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
33
* @license GNU General Public License version 2 or later; see LICENSE.txt
44
*/
55

plugins/installer/webinstaller/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Joomla.Plugin
44
* @subpackage Installer.webinstaller
55
*
6-
* @copyright Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
6+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
77
* @license GNU General Public License version 2 or later; see LICENSE
88
*/
99

plugins/installer/webinstaller/tmpl/hathor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Joomla.Plugin
44
* @subpackage Installer.webinstaller
55
*
6-
* @copyright Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
6+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
77
* @license GNU General Public License version 2 or later; see LICENSE
88
*/
99

plugins/installer/webinstaller/webinstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Joomla.Plugin
44
* @subpackage Installer.webinstaller
55
*
6-
* @copyright Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
6+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
77
* @license GNU General Public License version 2 or later; see LICENSE
88
*/
99

plugins/installer/webinstaller/webinstaller.script.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @package Joomla.Plugin
44
* @subpackage Installer.webinstaller
55
*
6-
* @copyright Copyright (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.
6+
* @copyright Copyright (C) 2013 - 2019 Open Source Matters, Inc. All rights reserved.
77
* @license GNU General Public License version 2 or later; see LICENSE
88
*/
99

@@ -75,6 +75,7 @@ public function preflight($type, $parent)
7575
}
7676
}
7777
}
78+
7879
/**
7980
* Support for the "Install from Web" tab
8081
*

plugins/installer/webinstaller/webinstaller.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>plg_installer_webinstaller</name>
44
<author>Joomla! Project</author>
55
<creationDate>28 April 2017</creationDate>
6-
<copyright>Copyright (C) 2013 - 2018 Open Source Matters. All rights reserved.</copyright>
6+
<copyright>Copyright (C) 2013 - 2019 Open Source Matters. All rights reserved.</copyright>
77
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
88
<authorEmail>[email protected]</authorEmail>
99
<authorUrl>www.joomla.org</authorUrl>

0 commit comments

Comments
 (0)