about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMorgan Astra <m@morganastra.me>2017-03-04 23:05:52 -0800
committerMorgan Astra <m@morganastra.me>2017-03-04 23:05:52 -0800
commitb2aeacd131615f4bfc02de4dcfe87b43e3c1da60 (patch)
tree12d6e5e98207d5e995ddbfc885e6ac6086bc3c5b /src
parent349a4a220167de3d58a59107b423c1d08b53598c (diff)
add Patreon link; update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/pronouns/config.clj2
-rw-r--r--src/pronouns/pages.clj6
-rw-r--r--src/pronouns/util.clj2
-rw-r--r--src/pronouns/web.clj2
4 files changed, 8 insertions, 4 deletions
diff --git a/src/pronouns/config.clj b/src/pronouns/config.clj
index b0c83d5..19e20f1 100644
--- a/src/pronouns/config.clj
+++ b/src/pronouns/config.clj
@@ -1,5 +1,5 @@
 ;; pronoun.is - a website for pronoun usage examples
-;; Copyright (C) 2014 - 2016 Morgan Astra
+;; Copyright (C) 2014 - 2017 Morgan Astra
 
 ;; 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/src/pronouns/pages.clj b/src/pronouns/pages.clj
index 9c1e02b..a9301e3 100644
--- a/src/pronouns/pages.clj
+++ b/src/pronouns/pages.clj
@@ -1,5 +1,5 @@
 ;; pronoun.is - a website for pronoun usage examples
-;; Copyright (C) 2014 - 2016 Morgan Astra
+;; Copyright (C) 2014 - 2017 Morgan Astra
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU Affero General Public License as
@@ -102,6 +102,10 @@
          (twitter-name "morganastra")
          ", whose "
          (href "http://pronoun.is/ze/zir?or=she" "pronoun.is/ze/zir?or=she")]
+     [:p "Want to support this and similar websites? "
+         "Join us on "
+         (href "https://www.patreon.com/user?u=5238484" "Patreon")
+         "!"]
      [:p "pronoun.is is free software under the "
          (href "https://www.gnu.org/licenses/agpl.html" "AGPLv3")
          "! visit the project on "
diff --git a/src/pronouns/util.clj b/src/pronouns/util.clj
index 6d8d37e..a000201 100644
--- a/src/pronouns/util.clj
+++ b/src/pronouns/util.clj
@@ -1,5 +1,5 @@
 ;; pronoun.is - a website for pronoun usage examples
-;; Copyright (C) 2014 - 2016 Morgan Astra
+;; Copyright (C) 2014 - 2017 Morgan Astra
 
 ;; 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/src/pronouns/web.clj b/src/pronouns/web.clj
index eda8376..e57d7ec 100644
--- a/src/pronouns/web.clj
+++ b/src/pronouns/web.clj
@@ -1,5 +1,5 @@
 ;; pronoun.is - a website for pronoun usage examples
-;; Copyright (C) 2014 - 2016 Morgan Astra
+;; Copyright (C) 2014 - 2017 Morgan Astra
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU Affero General Public License as