From 2e424038a2ed624ffe5c30ffff261ac37f29f621 Mon Sep 17 00:00:00 2001 From: aj Date: Thu, 4 Nov 2010 22:15:49 -0700 Subject: [PATCH] README smithing. License update --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aabfc9b..75eb312 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,14 @@ ezic is a set of erlang utilities for the Olsen timezone database files. See the License ------- -This project is in the public domain. +I have dedicated this work to the [public domain](http://en.wikipedia.org/wiki/Public_Domain). + + + +Contributed Code +---------------- + +To maintain ezic's status as a public domain work, all contributions must also be dedicated to the public domain. @@ -68,3 +75,9 @@ The [recommended way](http://www.erlang.org/pipermail/erlang-questions/2006-Dece ezic doesn't have these problems. ezic is, however, a young project with who-knows-how-many problems of its own ;) + + +Acknowledgements +---------------- + +I was inspired by the (anti-) license of the [SQLite project](http://www.sqlite.org/copyright.html) in my decision to release this into the public domain.