aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-06-24 00:45:45 +0200
committerPřemysl Janouch <p@janouch.name>2018-06-24 00:45:45 +0200
commit361e0e52e0d50552dabc57091002a56245611539 (patch)
tree4b5591cbda796af29b782a2332c39fb1c787e047
parent3495eca5ad752d189f3aaf830b4bbadf73300639 (diff)
downloadacme-tinier-361e0e52e0d50552dabc57091002a56245611539.tar.gz
acme-tinier-361e0e52e0d50552dabc57091002a56245611539.tar.xz
acme-tinier-361e0e52e0d50552dabc57091002a56245611539.zip
Update README, add LICENSE
-rw-r--r--LICENSE12
-rw-r--r--README.adoc22
2 files changed, 21 insertions, 13 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..24b34c0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,12 @@
+Copyright (c) 2017, Přemysl Janouch <p@janouch.name>
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
+OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/README.adoc b/README.adoc
index a8c6f1a..ee69e6f 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,8 +3,9 @@ acme-tinier
:compact-option:
'acme-tinier' is a simplified rewrite of acme-tiny in Perl, since Python 3
-wanted to take 125 MiB on my machine while Perl is practically everywhere and
-the JSON::PP package seems to be present in most of its default installations.
+wanted to take 125 MiB of space on my machine while Perl is practically
+everywhere and the JSON::PP package seems to be present in most of its default
+installations.
It is not likely to work with any other provider than Let's Encrypt, as the
ACME protocol hasn't been finalised yet and there have been plenty of changes
@@ -40,18 +41,13 @@ upper limit for development, and you are advised to study it before use.
Contributing and Support
------------------------
-Use this project's GitHub to report any bugs, request features, or submit pull
-requests. If you want to discuss this project, or maybe just hang out with
-the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
+Use https://git.janouch.name/p/acme-tinier to report any bugs, request features,
+or submit pull requests. `git send-email` is tolerated. If you want to discuss
+the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
-Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
+Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
License
-------
-'acme-tinier' is written by Přemysl Janouch <p.janouch@gmail.com>.
-
-You may use the software under the terms of the ISC license, the text of which
-is included within the package, or, at your option, you may relicense the work
-under the MIT or the Modified BSD License, as listed at the following site:
-
-http://www.gnu.org/licenses/license-list.html
+This software is released under the terms of the 0BSD license, the text of which
+is included within the package along with the list of authors.