Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d905feb

Browse files
committed
Revert "make the CC link https"
This was not a good idea because it changed their occurrences in COPYING and LICENSE! Also, since it's http:// rather than https:// in the CC0 document, I think I'll hold off on applying the change to the files I wrote, too. This reverts commit a8abdbf.
1 parent a8abdbf commit d905feb

15 files changed

Lines changed: 15 additions & 15 deletions

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# You should have received a copy of the CC0 Public Domain Dedication along
1212
# with this software. If not, see
13-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
13+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1414

1515
/acl-repos text eol=lf
1616
/check text eol=lf

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# You should have received a copy of the CC0 Public Domain Dedication along
1212
# with this software. If not, see
13-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
13+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1414

1515
# editor tempfiles
1616
.*.swp

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Affirmer's express Statement of Purpose.
113113
CC0 or use of the Work.
114114

115115
For more information, please see
116-
<https://creativecommons.org/publicdomain/zero/1.0/>
116+
<http://creativecommons.org/publicdomain/zero/1.0/>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ Affirmer's express Statement of Purpose.
113113
CC0 or use of the Work.
114114

115115
For more information, please see
116-
<https://creativecommons.org/publicdomain/zero/1.0/>
116+
<http://creativecommons.org/publicdomain/zero/1.0/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ worldwide. This software is distributed without any warranty.*
88

99
*You should have received a copy of the CC0 Public Domain Dedication along with
1010
this software. If not, see
11-
<https://creativecommons.org/publicdomain/zero/1.0/>.*
11+
<http://creativecommons.org/publicdomain/zero/1.0/>.*
1212

1313
The scripts and associated files in this repository automate and document the
1414
installation and configuration of cgit that works well for me in the

acl-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# You should have received a copy of the CC0 Public Domain Dedication along
1515
# with this software. If not, see
16-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
16+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1717

1818
set -f
1919

cgitrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# You should have received a copy of the CC0 Public Domain Dedication along
1212
# with this software. If not, see
13-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
13+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1414

1515
# general layout/appearance and documentation
1616
css=/cgit-css/cgit.css

check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# You should have received a copy of the CC0 Public Domain Dedication along
1414
# with this software. If not, see
15-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
15+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1616

1717
looks_like_shell_script() {
1818
head -n 1 -- "$f" | grep -qE '^#!.*sh(?:[[:blank:]]|$)'

deploy-about-cgit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
#
1313
# You should have received a copy of the CC0 Public Domain Dedication along
1414
# with this software. If not, see
15-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
15+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1616

1717
install -m 644 about-cgit.md /var/www/html/

deploy-acl-repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# You should have received a copy of the CC0 Public Domain Dedication along
1414
# with this software. If not, see
15-
# <https://creativecommons.org/publicdomain/zero/1.0/>.
15+
# <http://creativecommons.org/publicdomain/zero/1.0/>.
1616

1717
set -e
1818
install -g mob -m 750 acl-repos /usr/local/bin

0 commit comments

Comments
 (0)