Skip to content

Commit 66782e2

Browse files
committed
cosmetic: http -> https
1 parent 7d6dbd3 commit 66782e2

12 files changed

Lines changed: 14 additions & 14 deletions

File tree

contrib/cryptpass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python
2-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
2+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
33
#
44
# This file is part of Fab
55
#

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright (c) 2011-2014 TurnKey GNU/Linux - http://www.turnkeylinux.org
2-
Copyright (c) 2020-2021 TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
Copyright (c) 2011-2014 TurnKey GNU/Linux - https://www.turnkeylinux.org
2+
Copyright (c) 2020-2021 TurnKey GNU/Linux - https://www.turnkeylinux.org
33

44
Fab is free software; you can redistribute it and/or modify it
55
under the terms of the GNU Affero General Public License as published by the

docs/GNU-AGPL-3.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
643643
GNU Affero General Public License for more details.
644644

645645
You should have received a copy of the GNU Affero General Public License
646-
along with this program. If not, see <http://www.gnu.org/licenses/>.
646+
along with this program. If not, see <https://www.gnu.org/licenses/>.
647647

648648
Also add information on how to contact you by electronic and paper mail.
649649

@@ -658,4 +658,4 @@ specific requirements.
658658
You should also get your employer (if you work as a programmer) or school,
659659
if any, to sign a "copyright disclaimer" for the program, if necessary.
660660
For more information on this, and how to apply and follow the GNU AGPL, see
661-
<http://www.gnu.org/licenses/>.
661+
<https://www.gnu.org/licenses/>.

fab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
2+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
33
#
44
# This file is part of Fab
55
#

fablib/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
22
#
33
# This file is part of Fab
44
#

fablib/cpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
22
#
33
# This file is part of Fab
44
#

fablib/help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
22
#
33
# This file is part of Fab
44
#

fablib/installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
22
#
33
# This file is part of Fab
44
#

fablib/plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
1+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
22
#
33
# This file is part of Fab
44
#

share/make-release-deb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
# Copyright (c) TurnKey GNU/Linux - http://www.turnkeylinux.org
2+
# Copyright (c) TurnKey GNU/Linux - https://www.turnkeylinux.org
33
#
44
# This file is part of Fab
55
#

0 commit comments

Comments
 (0)