Move license links to https

This commit is contained in:
Morgan Astra 2018-11-14 14:17:47 -08:00
parent fde31a129a
commit b507619c7c
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
Version 3, 19 November 2007
Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/> Everyone is
Copyright © 2007 Free Software Foundation, Inc. <https://fsf.org/> Everyone is
permitted to copy and distribute verbatim copies of this license document, but
changing it is not allowed. Preamble

View File

@ -12,7 +12,7 @@
;; GNU Affero General Public License for more details.
;; 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/>
(ns pronouns.config
(:require [pronouns.util :as u]))

View File

@ -12,7 +12,7 @@
;; GNU Affero General Public License for more details.
;; 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/>
(ns pronouns.pages
(:require [clojure.string :as s]

View File

@ -12,7 +12,7 @@
;; GNU Affero General Public License for more details.
;; 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/>
(ns pronouns.util
(:require [clojure.string :as s]))

View File

@ -12,7 +12,7 @@
;; GNU Affero General Public License for more details.
;; 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/>
(ns pronouns.web
(:require [compojure.core :refer [defroutes GET PUT POST DELETE ANY]]