Skip to content

Commit f160207

Browse files
committed
Updated copyright info.
1 parent 85d4bd3 commit f160207

32 files changed

+127
-127
lines changed

.htaccess

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Advanced PHP 7 eCommerce Website (https://22digital.agency)
1+
# Advanced PHP 7 eCommerce Website (https://22digital.co.za)
22
#
33
# (!) Using `.htaccess` files slows down Apache, therefore, if you have
44
# access to the main server configuration file (which is usually called
@@ -20,9 +20,9 @@
2020
# You should have received a copy of the GNU Affero General Public License
2121
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2222
#
23-
# @copyright Copyright (c) 22 Digital (https://22digital.agency)
24-
# @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
25-
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
23+
# @copyright Copyright (c) 22 Digital (https://22digital.co.za)
24+
# @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
25+
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2626
# @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2727
# @since 0.5.0
2828
# @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

addtocart.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

addtowishlist.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

admin/index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

admin/login.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

cancel-order.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

cart.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

checkout.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
* Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Affero General Public License as
@@ -15,9 +15,9 @@
1515
* You should have received a copy of the GNU Affero General Public License
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*
18-
* @copyright Copyright (c) 22 Digital (https://22digital.agency)
19-
* @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
20-
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
18+
* @copyright Copyright (c) 22 Digital (https://22digital.co.za)
19+
* @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
20+
* @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2121
* @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
2222
* @since 0.1.0
2323
* @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

config/.env.dev

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
# Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
#
55
# This file enables you to use environment variables to configure the aspects of
66
# your application that vary by environment. Uncomment any of the variables that
@@ -23,9 +23,9 @@
2323
# You should have received a copy of the GNU Affero General Public License
2424
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2525
#
26-
# @copyright Copyright (c) 22 Digital (https://22digital.agency)
27-
# @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
28-
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
26+
# @copyright Copyright (c) 22 Digital (https://22digital.co.za)
27+
# @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
28+
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2929
# @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
3030
# @since 0.1.0
3131
# @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

config/.env.prod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Advanced PHP 7 eCommerce Website (https://22digital.agency)
3+
# Advanced PHP 7 eCommerce Website (https://22digital.co.za)
44
#
55
# This file enables you to use environment variables to configure the aspects of
66
# your application that vary by environment. Uncomment any of the variables that
@@ -23,9 +23,9 @@
2323
# You should have received a copy of the GNU Affero General Public License
2424
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2525
#
26-
# @copyright Copyright (c) 22 Digital (https://22digital.agency)
27-
# @copyright Copyright (c) Justin Hartman (https://justinhartman.blog)
28-
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.blog)
26+
# @copyright Copyright (c) 22 Digital (https://22digital.co.za)
27+
# @copyright Copyright (c) Justin Hartman (https://justinhartman.co)
28+
# @author Justin Hartman <justin@hartman.me> (https://justinhartman.co)
2929
# @link https://github.com/justinhartman/complete-php7-ecom-website GitHub Project
3030
# @since 0.1.0
3131
# @license https://opensource.org/licenses/AGPL-3.0 AGPL-3.0

0 commit comments

Comments
 (0)