From d26112bd21fd8bfa44c2decb5c46c871969d61b8 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 14 Jan 2021 02:27:16 -0800 Subject: [PATCH] Update license, contact, donate for many projects. --- CONTACT.md | 14 ++++++++++++++ CONTRIBUTING.md | 11 ----------- DONATE.md | 8 ++++++++ LICENSE.txt | 18 +++++++++++------- 4 files changed, 33 insertions(+), 18 deletions(-) create mode 100644 CONTACT.md delete mode 100644 CONTRIBUTING.md create mode 100644 DONATE.md diff --git a/CONTACT.md b/CONTACT.md new file mode 100644 index 0000000..924990b --- /dev/null +++ b/CONTACT.md @@ -0,0 +1,14 @@ +Contact +======= + +Please do not open pull requests without talking to me first. For serious issues and bugs, open a GitHub issue. If you just have a question, please send an email to `contact@voussoir.net`. + +If you want to chat in real time, I am `voussoir` on [freenode](https://webchat.freenode.net/) and `voussoir#7582` on Discord. Please email me first so we can coordinate. + +I also mirror my work to other git services: + +- https://github.com/voussoir + +- https://gitlab.com/voussoir + +- https://codeberg.org/voussoir diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 8246075..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,11 +0,0 @@ -Contributing -============ - -I am using Etiquette to learn and practice. Breaking changes are very common. Bugs, while not intended, are not surprising. - -Please do not open pull requests without talking to me first. For serious issues and bugs, open a Github issue. If you just have a question, please: - -- send an email to `etiquette@voussoir.net`, or -- send a reddit PM to [/u/GoldenSights](https://old.reddit.com/message/compose?to=GoldenSights) - -If you want to chat in real time, I am `voussoir` on [freenode](https://webchat.freenode.net/) and `voussoir#7582` on Discord. Please message me the other ways first because I don't log in to these often. diff --git a/DONATE.md b/DONATE.md new file mode 100644 index 0000000..aa33c71 --- /dev/null +++ b/DONATE.md @@ -0,0 +1,8 @@ +Donate +====== + +Thank you for your interest in my work. If my software has been helpful to you, I would enjoy hearing about it in an email. If you'd like to make a small donation, click one of these finely crafted artisanal links: + +https://www.paypal.com/donate?business=AFXM36ZYB6S5A + +https://buymeacoffee.com/voussoir diff --git a/LICENSE.txt b/LICENSE.txt index a7e4c82..3caf10a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,17 +1,21 @@ -BSD 2-Clause License +BSD 3-Clause License -Copyright (c) 2017, Ethan Dalool +Copyright (c) 2021, Ethan Dalool aka voussoir All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE