aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-04-14 19:43:36 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-04-14 19:43:36 +0200
commiteed9c409c2d2d981fd976d1449a3b4b5a711dd01 (patch)
tree1ace5893c4bff660c5208659a2f528b32cc990e8
parent450c8195ff1caf695570759cb34f54d50c412391 (diff)
downloadntpd-setwait-eed9c409c2d2d981fd976d1449a3b4b5a711dd01.tar.gz
ntpd-setwait-eed9c409c2d2d981fd976d1449a3b4b5a711dd01.tar.bz2
ntpd-setwait-eed9c409c2d2d981fd976d1449a3b4b5a711dd01.zip
add some meta files: AUTHORS, LICENSE, INSTALL
Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rw-r--r--AUTHORS1
-rw-r--r--INSTALL9
-rw-r--r--LICENSE26
3 files changed, 36 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..e8d3abd
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Michał Łyszczek <michal.lyszczek@bofc.pl>
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..cd10b72
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,9 @@
+# in case when there is no configure script file (like when you clone from git)
+
+autoreconf -i
+
+# after that just do (or when you have downloaded source tarball)
+
+./configure
+make
+make install
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..5e01f73
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,26 @@
+Copyright 2019 Michał Łyszczek <michal.lyszczek@bofc.pl>
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+notice, this list of conditions and the following disclaimer.
+
+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.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+OF THE POSSIBILITY OF SUCH DAMAGE.