diff options
author | Morgan Astra <m@morganastra.me> | 2017-03-04 23:05:52 -0800 |
---|---|---|
committer | Morgan Astra <m@morganastra.me> | 2017-03-04 23:05:52 -0800 |
commit | b2aeacd131615f4bfc02de4dcfe87b43e3c1da60 (patch) | |
tree | 12d6e5e98207d5e995ddbfc885e6ac6086bc3c5b | |
parent | 349a4a220167de3d58a59107b423c1d08b53598c (diff) |
add Patreon link; update copyright years
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/pronouns/config.clj | 2 | ||||
-rw-r--r-- | src/pronouns/pages.clj | 6 | ||||
-rw-r--r-- | src/pronouns/util.clj | 2 | ||||
-rw-r--r-- | src/pronouns/web.clj | 2 |
5 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md index 6000a89..f4bdae5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ It is possible to use these example sentences to demonstrate the usage of words ## License -Copyright © 2014-2016 Morgan Astra <m@morganastra.me> +Copyright © 2014-2017 Morgan Astra <m@morganastra.me> 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/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 |