From 1fd881458b0599c9be682684675ff1c8c10d5d7b Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sun, 12 Jan 2020 23:07:26 +0530 Subject: [PATCH] Add licenses, changelog --- CHANGELOG.md | 7 +++++++ LICENSE | 24 ++++++++++++++++++++++++ LICENSE.1 | 13 +++++++++++++ README.md | 17 ++++++++++++++++- 4 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE create mode 100644 LICENSE.1 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a86db6d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2020-01-12 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/LICENSE.1 b/LICENSE.1 new file mode 100644 index 0000000..c6c7def --- /dev/null +++ b/LICENSE.1 @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2004 Sam Hocevar + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md index 475f27a..2ec079f 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,20 @@ Run it from a text file containing one file name per line to open the listed fil * When running with a lot of files, sxiv may take some time to start. Signal to the user that it is starting, and let them kill it if they want. * What should be the behavior when we open Dired-marked files, then mark files within sxiv? -## Bugs +## Limitations * `sxiv-dired-marked-files-p` doesn't work as intended with non '*' markers (e.g. C or D) + +## Contributions and contact +Feedback and MRs very welcome. 🙂 + +Contact the creator and other Emacs users in the Emacs room on the Jabber network - [xmpp:emacs@salas.suchat.org?join](xmpp:emacs@salas.suchat.org?join) ([web chat](https://inverse.chat/#converse/room?jid=emacs@salas.suchat.org)) + +(For help in getting started with Jabber, [click here](https://xmpp.org/getting-started/)) + +## License +sxiv.el is released under your choice of [Unlicense](https://unlicense.org/) and the [WTFPL](http://www.wtfpl.net/). + +(See files [LICENSE](LICENSE) and [LICENSE.1](LICENSE.1)). + +## Thanks +wasamasa, bpalmer and #emacs for all their help and support