From ecf08411e505edf5eef09e33e0faff500b6e26be Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 22 Jul 2021 02:04:29 +0200 Subject: [PATCH] Update document comments with correct details --- CODE_OF_CONDUCT.md | 2 +- brew | 6 +++--- install | 6 +++--- lamp-add | 6 +++--- lamp-upgrade | 6 +++--- scripts/apache_config.sh | 6 +++--- scripts/colour_palette.sh | 6 +++--- scripts/enter_domain.sh | 6 +++--- scripts/folder_and_git.sh | 6 +++--- scripts/folder_ownership.sh | 6 +++--- scripts/git_setup.sh | 6 +++--- scripts/globals.sh | 6 +++--- scripts/hosts_domain.sh | 6 +++--- scripts/hosts_file.sh | 6 +++--- scripts/keychain_certificate.sh | 6 +++--- scripts/openssl_command.sh | 6 +++--- scripts/openssl_config.sh | 6 +++--- scripts/restart_apache.sh | 6 +++--- scripts/setup_ssl.sh | 6 +++--- scripts/thirdparty_install.sh | 6 +++--- scripts/upgrade_software.sh | 6 +++--- scripts/website_folder_ownership.sh | 6 +++--- src/websites/localhost/.gitignore | 2 +- tests/install | 12 ++++++------ 24 files changed, 71 insertions(+), 71 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index bde78df..cd10426 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at justin@hartman.me. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at code@justinhartman.co. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/brew b/brew index b02751f..bf83ced 100755 --- a/brew +++ b/brew @@ -3,11 +3,11 @@ # Fully automated LAMP installation and configuration using Trusted localhost # SSL Certificates # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.5.0 # # This program is free software: you can redistribute it and/or modify diff --git a/install b/install index 617f730..f293b1f 100755 --- a/install +++ b/install @@ -3,11 +3,11 @@ # The main install script that sets up and installs everything required # by the application. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/lamp-add b/lamp-add index 0357328..7b3b54b 100755 --- a/lamp-add +++ b/lamp-add @@ -4,11 +4,11 @@ # /etc/hosts file, creates a SSL certificate and sets up a git project for you # to begin using. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.1.0 # # This program is free software: you can redistribute it and/or modify diff --git a/lamp-upgrade b/lamp-upgrade index b0c900b..e8ce08f 100755 --- a/lamp-upgrade +++ b/lamp-upgrade @@ -2,11 +2,11 @@ # # Upgrade all the software. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 1.1.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/apache_config.sh b/scripts/apache_config.sh index 3b38247..ac487cc 100644 --- a/scripts/apache_config.sh +++ b/scripts/apache_config.sh @@ -2,11 +2,11 @@ # # Apache 2.4 Setup and Configuration # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.3.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/colour_palette.sh b/scripts/colour_palette.sh index 46e59cb..12b0f5b 100644 --- a/scripts/colour_palette.sh +++ b/scripts/colour_palette.sh @@ -3,11 +3,11 @@ # Fully automated LAMP installation and configuration using Trusted localhost # SSL Certificates # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/enter_domain.sh b/scripts/enter_domain.sh index 70d51aa..144234f 100644 --- a/scripts/enter_domain.sh +++ b/scripts/enter_domain.sh @@ -2,11 +2,11 @@ # # User input to specify the domain name to add. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/folder_and_git.sh b/scripts/folder_and_git.sh index b83e85d..25ae8a2 100644 --- a/scripts/folder_and_git.sh +++ b/scripts/folder_and_git.sh @@ -4,11 +4,11 @@ # name and creates a symlink. We also initialise a new git repo so that # everything is under SCM. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/folder_ownership.sh b/scripts/folder_ownership.sh index 1f8644e..2d92520 100644 --- a/scripts/folder_ownership.sh +++ b/scripts/folder_ownership.sh @@ -2,11 +2,11 @@ # # Modfies the folder permissions to the default user. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/git_setup.sh b/scripts/git_setup.sh index 6d93958..1385746 100644 --- a/scripts/git_setup.sh +++ b/scripts/git_setup.sh @@ -2,11 +2,11 @@ # # Creates and commits new repo files under SCM. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/globals.sh b/scripts/globals.sh index 8747485..c8342e5 100644 --- a/scripts/globals.sh +++ b/scripts/globals.sh @@ -2,11 +2,11 @@ # # Global variables for the app to use. These are included on all main scripts. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/hosts_domain.sh b/scripts/hosts_domain.sh index 0ee4512..758445e 100644 --- a/scripts/hosts_domain.sh +++ b/scripts/hosts_domain.sh @@ -2,11 +2,11 @@ # # Adds the new domain name to `/etc/hosts`. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/hosts_file.sh b/scripts/hosts_file.sh index b27421d..9ea9b77 100644 --- a/scripts/hosts_file.sh +++ b/scripts/hosts_file.sh @@ -3,11 +3,11 @@ # Fully automated LAMP installation and configuration using Trusted localhost # SSL Certificates # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.2.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/keychain_certificate.sh b/scripts/keychain_certificate.sh index 9f01765..7d279e1 100644 --- a/scripts/keychain_certificate.sh +++ b/scripts/keychain_certificate.sh @@ -2,11 +2,11 @@ # # Adds the updated server certificate to macOS' Keychain. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/openssl_command.sh b/scripts/openssl_command.sh index 31dfdfa..b1b5bbc 100644 --- a/scripts/openssl_command.sh +++ b/scripts/openssl_command.sh @@ -2,11 +2,11 @@ # # Creates new SSL certificates for the new domain name. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/openssl_config.sh b/scripts/openssl_config.sh index 75eca00..778774b 100644 --- a/scripts/openssl_config.sh +++ b/scripts/openssl_config.sh @@ -2,11 +2,11 @@ # # Adds new domain to `openssl.conf`. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.4.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/restart_apache.sh b/scripts/restart_apache.sh index 82042f2..06ca424 100644 --- a/scripts/restart_apache.sh +++ b/scripts/restart_apache.sh @@ -2,11 +2,11 @@ # # Restarts Apache. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 1.0.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/setup_ssl.sh b/scripts/setup_ssl.sh index ec69ebf..0806b6e 100644 --- a/scripts/setup_ssl.sh +++ b/scripts/setup_ssl.sh @@ -3,11 +3,11 @@ # Sets up the self-signed SSL certificates for Apache 2 and adds them as # trusted certificates to Apple's Keychain. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.1.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/thirdparty_install.sh b/scripts/thirdparty_install.sh index 5272731..9c3628e 100644 --- a/scripts/thirdparty_install.sh +++ b/scripts/thirdparty_install.sh @@ -2,11 +2,11 @@ # # Fetches all third-party sub-modules and installs them in place. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.2.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/upgrade_software.sh b/scripts/upgrade_software.sh index 3ed53e3..97b0511 100644 --- a/scripts/upgrade_software.sh +++ b/scripts/upgrade_software.sh @@ -2,11 +2,11 @@ # # Upgrades the thirdparty software linked to the project. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 0.2.0 # # This program is free software: you can redistribute it and/or modify diff --git a/scripts/website_folder_ownership.sh b/scripts/website_folder_ownership.sh index 291b07b..ff77181 100644 --- a/scripts/website_folder_ownership.sh +++ b/scripts/website_folder_ownership.sh @@ -3,11 +3,11 @@ # Modfies the folder permissions to the default user on the newly created # website folder. # -# Copyright: Copyright 2018-2020 Justin Hartman (https://hartman.me) -# Author : Justin Hartman (https://hartman.me) +# Copyright: Copyright 2018-2020 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.2.2 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL +# Link : https://github.com/justinhartman/lamp-ssl # Since : 1.0.2 # # This program is free software: you can redistribute it and/or modify diff --git a/src/websites/localhost/.gitignore b/src/websites/localhost/.gitignore index 4fc205e..a71c801 100644 --- a/src/websites/localhost/.gitignore +++ b/src/websites/localhost/.gitignore @@ -1,4 +1,4 @@ -# Copyright (C) 2018 Justin Hartman (https://justin.hartman.me). +# Copyright (C) 2021 Justin Hartman (https://justinhartman.co). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/tests/install b/tests/install index e059dba..11ec007 100755 --- a/tests/install +++ b/tests/install @@ -2,15 +2,15 @@ # # The main install script that sets up and installs everything required # by the application. -# -# Copyright: Copyright (C) 2018 Justin Hartman (https://justin.hartman.me) -# Author : Justin Hartman (https://justin.hartman.me) +# +# Copyright: Copyright (C) 2018 Justin Hartman (https://justinhartman.co) +# Author : Justin Hartman (https://justinhartman.co) # License : https://opensource.org/licenses/AGPL-3.0 AGPL-3.0 # Version : 1.1.0 -# Link : https://github.com/22digital/Automated-LAMP-trusted-localhost-SSL -# Link : https://justin.hartman.me +# Link : https://github.com/justinhartman/lamp-ssl +# Link : https://justinhartman.co # Since : 0.5.0 -# +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the