Update README, add LICENSE
This commit is contained in:
parent
3495eca5ad
commit
361e0e52e0
12
LICENSE
Normal file
12
LICENSE
Normal file
@ -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.
|
22
README.adoc
22
README.adoc
@ -3,8 +3,9 @@ acme-tinier
|
|||||||
:compact-option:
|
:compact-option:
|
||||||
|
|
||||||
'acme-tinier' is a simplified rewrite of acme-tiny in Perl, since Python 3
|
'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
|
wanted to take 125 MiB of space on my machine while Perl is practically
|
||||||
the JSON::PP package seems to be present in most of its default installations.
|
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
|
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
|
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
|
Contributing and Support
|
||||||
------------------------
|
------------------------
|
||||||
Use this project's GitHub to report any bugs, request features, or submit pull
|
Use https://git.janouch.name/p/acme-tinier to report any bugs, request features,
|
||||||
requests. If you want to discuss this project, or maybe just hang out with
|
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
||||||
the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
|
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
||||||
|
|
||||||
Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
'acme-tinier' is written by Přemysl Janouch <p.janouch@gmail.com>.
|
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.
|
||||||
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
|
|
||||||
|
Reference in New Issue
Block a user