mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-22 15:43:37 +07:00
Upgrade hyperlinks to HTTPS
This commit is contained in:
parent
0da22c2031
commit
8f3896c3da
6
COPYING
6
COPYING
@ -8,7 +8,7 @@ License: AGPL-3+
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
Version 3, 19 November 2007
|
Version 3, 19 November 2007
|
||||||
.
|
.
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
.
|
.
|
||||||
@ -650,7 +650,7 @@ License: AGPL-3+
|
|||||||
GNU Affero General Public License for more details.
|
GNU Affero General Public License for more details.
|
||||||
.
|
.
|
||||||
You should have received a copy of the GNU Affero General Public License
|
You should have received a copy of the GNU Affero General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
.
|
.
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
.
|
.
|
||||||
@ -665,4 +665,4 @@ License: AGPL-3+
|
|||||||
You should also get your employer (if you work as a programmer) or school,
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||||
<http://www.gnu.org/licenses/>.
|
<https://www.gnu.org/licenses/>.
|
||||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -8,7 +8,7 @@ License: AGPL-3+
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
Version 3, 19 November 2007
|
Version 3, 19 November 2007
|
||||||
.
|
.
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
.
|
.
|
||||||
@ -650,7 +650,7 @@ License: AGPL-3+
|
|||||||
GNU Affero General Public License for more details.
|
GNU Affero General Public License for more details.
|
||||||
.
|
.
|
||||||
You should have received a copy of the GNU Affero General Public License
|
You should have received a copy of the GNU Affero General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
.
|
.
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
.
|
.
|
||||||
@ -665,4 +665,4 @@ License: AGPL-3+
|
|||||||
You should also get your employer (if you work as a programmer) or school,
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
For more information on this, and how to apply and follow the GNU AGPL, see
|
||||||
<http://www.gnu.org/licenses/>.
|
<https://www.gnu.org/licenses/>.
|
||||||
|
@ -282,13 +282,13 @@ display-charset utf-8
|
|||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
## BEGIN Some suggestions from Debian http://keyring.debian.org/creating-key.html
|
## BEGIN Some suggestions from Debian https://keyring.debian.org/creating-key.html
|
||||||
|
|
||||||
personal-digest-preferences SHA512
|
personal-digest-preferences SHA512
|
||||||
cert-digest-algo SHA512
|
cert-digest-algo SHA512
|
||||||
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
|
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
|
||||||
|
|
||||||
## END Some suggestions from Debian http://keyring.debian.org/creating-key.html
|
## END Some suggestions from Debian https://keyring.debian.org/creating-key.html
|
||||||
##################################################################
|
##################################################################
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
|
@ -34,7 +34,7 @@ switch_user=false
|
|||||||
original_args="$@"
|
original_args="$@"
|
||||||
|
|
||||||
## Thanks to:
|
## Thanks to:
|
||||||
## http://mywiki.wooledge.org/BashFAQ/035
|
## https://mywiki.wooledge.org/BashFAQ/035
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
@ -70,7 +70,7 @@ init() {
|
|||||||
|
|
||||||
parse_options() {
|
parse_options() {
|
||||||
## Thanks to:
|
## Thanks to:
|
||||||
## http://mywiki.wooledge.org/BashFAQ/035
|
## https://mywiki.wooledge.org/BashFAQ/035
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
@ -29,7 +29,7 @@ root_check() {
|
|||||||
|
|
||||||
parse_cmd_options() {
|
parse_cmd_options() {
|
||||||
## Thanks to:
|
## Thanks to:
|
||||||
## http://mywiki.wooledge.org/BashFAQ/035
|
## https://mywiki.wooledge.org/BashFAQ/035
|
||||||
|
|
||||||
while :
|
while :
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user