Skip to content

Commit 19133d3

Browse files
author
Nicholas K. Dionysopoulos
committed
Updated copyright headers. Happy New Year!
1 parent b1f117f commit 19133d3

156 files changed

Lines changed: 265 additions & 151 deletions

File tree

Some content is hidden

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

build/build.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0"?>
2+
<!--
3+
~ @package AkeebaDataCompliance
4+
~ @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
5+
~ @license GNU General Public License version 3, or later
6+
-->
7+
28
<project name="DataCompliance" description="DataCompliance for Joomla" default="git" >
39
<import file="${phing.dir}/../../buildfiles/phing/common.xml" />
410

build/templates/datacompliance.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<!--
2+
~ @package AkeebaDataCompliance
3+
~ @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
~ @license GNU General Public License version 3, or later
5+
-->
16
<extension type="component" version="2.5.0" method="upgrade">
27
<name>COM_DATACOMPLIANCE</name>
38
<creationDate>##DATE##</creationDate>

build/templates/file_datacompliance.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ @package AkeebaDataCompliance
4+
~ @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
5+
~ @license GNU General Public License version 3, or later
6+
-->
7+
28
<extension version="3.3.0" type="file" method="upgrade">
39
<name>file_datacompliance</name>
410
<author>Nicholas K. Dionysopoulos</author>

build/templates/link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

build/templates/pkg_datacompliance.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
~ @package AkeebaDataCompliance
4+
~ @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
5+
~ @license GNU General Public License version 3, or later
6+
-->
7+
28
<extension version="3.3.0" type="package" method="upgrade">
39
<name>Akeeba Data Compliance package</name>
410
<author>Nicholas K. Dionysopoulos</author>

build/templates/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

component/backend/Controller/AbstractBrowseOnly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

component/backend/Controller/Consenttrail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

component/backend/Controller/Consenttrails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

component/backend/Controller/ControlPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* @package AkeebaDataCompliance
4-
* @copyright Copyright (c)2018-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
4+
* @copyright Copyright (c)2018-2020 Nicholas K. Dionysopoulos / Akeeba Ltd
55
* @license GNU General Public License version 3, or later
66
*/
77

0 commit comments

Comments
 (0)