aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-14 15:35:15 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-14 17:25:23 +0200
commit903a47e74bae60ce9ba4bf4884040363b6aaa79c (patch)
tree5c86b2fdbad10a1b12cb0afbb3db87d3072f1e07
parent4d1679c63cb115ede90a6d9d6bbc64fba245b1d0 (diff)
downloadvcs-rebuild-903a47e74bae60ce9ba4bf4884040363b6aaa79c.tar.xz
Make README rst, include license
-rw-r--r--LICENSE21
-rw-r--r--README.md12
-rw-r--r--README.rst34
3 files changed, 45 insertions, 22 deletions
diff --git a/LICENSE b/LICENSE
index e8123d4..5452c3b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,13 +1,14 @@
Copyright (c) 2014, Johannes Löthberg <johannes@kyriasis.com>
-Permission to use, copy, modify, and/or distribute this software for any purpose
-with or without fee is hereby granted, provided that the above copyright notice
-and this permission notice appear in all copies.
+Permission to use, copy, modify, and/or distribute this software for
+any purpose with or without fee is hereby granted, provided that the
+above copyright notice and this permission notice appear in all
+copies.
-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.
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC 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.md b/README.md
deleted file mode 100644
index 42f631a..0000000
--- a/README.md
+++ /dev/null
@@ -1,12 +0,0 @@
-vcs-rebuild
-===========
-
-This repo contains two scripts, a service and a timer unit for automatically
-rebuilding VCS packages for Arch Linux. They're sort of hacky and will need
-modifying for your set-up, but they seem to work as they should..
-
-License
--------
-
-Everything in this repo is licensed under the ISC license. See LICENSE for
-the full license text.
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..19039fd
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,34 @@
+===========
+vcs-rebuild
+===========
+
+This repo contains two scripts, a service and a timer unit for automatically
+rebuilding VCS packages for Arch Linux. They're sort of hacky and will need
+modifying for your set-up, but they seem to work as they should..
+
+License
+=======
+
+Everything in this repo is licensed under the ISC license unless otherwise
+specified in either the file itself, or alternatively in a LICENSE or README
+file located in the same directory as, or a parent directory of, the file.
+
+ISC License
+-----------
+
+::
+
+ Copyright (c) 2014, Johannes Löthberg <johannes@kyriasis.com>
+
+ Permission to use, copy, modify, and/or distribute this software for
+ any purpose with or without fee is hereby granted, provided that the
+ above copyright notice and this permission notice appear in all
+ copies.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC 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.