summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--LICENSE4
-rw-r--r--README15
3 files changed, 18 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..927a4e0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1 @@
+Olliver Schinagl <oliver@schinagl.nl>
diff --git a/LICENSE b/LICENSE
index dba13ed..89f130a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -629,8 +629,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
- <one line to give the program's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
+ Engagement, meeting room calendar.
+ Copyright (C) 2016 Olliver Schinagl <oliver@schinagl.nl>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/README b/README
new file mode 100644
index 0000000..aace0d8
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Engagement
+==========
+
+What is it?
+-----------
+Engagement is a tool to see and book a calendar resource such as a meeting
+room. It uses a plugin based architecture to allow for example to connect to a
+caldav server or via a REST API to a google calendar server.
+
+Engagement is written in C using the Enlightenment Foundation Libraries.
+
+LICENSE
+-------
+This program is Free Software and Licensed under the AGPLv3 or Later. See
+the LICENSE file in the root of this directory for more details.