From 5a4d499d8142fa4ff214b050880b1476bfc2cb0a Mon Sep 17 00:00:00 2001 From: nytpu Date: Fri, 19 Mar 2021 17:17:22 -0600 Subject: [PATCH] Move attributions above license notice in README --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6ececc9..5d83c77 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ output into a simple static Gemini document that you can put anywhere. ## why another aggregator? -There sare many Gemini aggregators out there, and yet not one does everything I +There are many Gemini aggregators out there, and yet not one does everything I want it to. I want an aggregator that: 1. Works with Gemini and Gopher (and possibly http) @@ -75,19 +75,6 @@ Send patches and issue reports to [~nytpu/public-inbox@lists.sr.ht][mailto:~nytpu/public-inbox@lists.sr.ht] -## license - -`comitium` is Copyright © 2021 nytpu. - -`comitium` is licensed under the terms of the GNU Affero General Public -License, either version 3 of the License, or (at your option) any later -version. For more information, see [LICENSE][] or the [GNU website][agpl-3] - - -[LICENSE]: LICENSE -[agpl-3]: https://www.gnu.org/licenses/agpl-3.0-standalone.html - - ## attributions `comitium` took inspiration and small code snippets from: @@ -112,3 +99,16 @@ version. For more information, see [LICENSE][] or the [GNU website][agpl-3] [gofeed]: https://github.com/mmcdole/gofeed [pflag]: https://github.com/spf13/pflag [go-homedir]: https://github.com/mitchellh/go-homedir + + +## license + +`comitium` is Copyright © 2021 nytpu. + +`comitium` is licensed under the terms of the GNU Affero General Public +License, either version 3 of the License, or (at your option) any later +version. For more information, see [LICENSE][] or the [GNU website][agpl-3] + + +[LICENSE]: LICENSE +[agpl-3]: https://www.gnu.org/licenses/agpl-3.0-standalone.html