aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-11-20 14:57:01 +0100
committerReyk Floeter <reyk@esdenera.com>2014-11-20 14:57:01 +0100
commit6b5c5db9e19e210eb8300b4fde967e4235223397 (patch)
treeb423374fc1d3d2fb0379cce54d6ba3770ca85a56
parent683da8cfabc4850fdf7e1df7184299604cb00533 (diff)
downloadhttpd-6b5c5db9e19e210eb8300b4fde967e4235223397.tar.gz
httpd-6b5c5db9e19e210eb8300b4fde967e4235223397.zip
Add LICENSE.md and README.md
-rw-r--r--LICENSE.md24
-rw-r--r--README.md9
2 files changed, 33 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..b69250d
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,24 @@
+License
+=======
+
+httpd is free software under OpenBSD's ISC-style license.
+
+* httpd is based on OpenBSD relayd
+* Most of the code has been written by Reyk Floeter <reyk@openbsd.org>
+* And initially also by Pierre-Yves Ritschard <pyr@openbsd.org>
+* FastCGI code has been written by Florian Obser <florian@openbsd.org>
+* Please refer to the individual source files for other copyright holders!
+
+> Copyright (c) 2007-2014 Reyk Floeter <reyk@openbsd.org>
+>
+> Permission to use, copy, modify, and 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.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..234aefd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+OpenBSD httpd
+=============
+
+httpd(8) is OpenBSD's web server.
+
+* http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/httpd/
+
+See [`LICENSE.md`](https://github.com/reyk/httpd/blob/master/LICENSE.md)
+for information about copyright and licensing.