From b2aeacd131615f4bfc02de4dcfe87b43e3c1da60 Mon Sep 17 00:00:00 2001 From: Morgan Astra Date: Sat, 4 Mar 2017 23:05:52 -0800 Subject: [PATCH] add Patreon link; update copyright years --- README.md | 2 +- src/pronouns/config.clj | 2 +- src/pronouns/pages.clj | 6 +++++- src/pronouns/util.clj | 2 +- 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 +Copyright © 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/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