summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-02-04 17:29:15 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2016-03-11 08:38:22 (GMT)
commit59173bf6aaac9c06212d426b3055042eac5cfb59 (patch)
tree9870e44764b3fef89f9204a64f5805d26363bd37
parentc1cb0691dc2a28c606cc77ddc85e01be4f42b12e (diff)
downloadengagement-59173bf6aaac9c06212d426b3055042eac5cfb59.zip
engagement-59173bf6aaac9c06212d426b3055042eac5cfb59.tar.gz
engagement-59173bf6aaac9c06212d426b3055042eac5cfb59.tar.bz2
Add preliminary README, AUTHORS and LICENSE content
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
-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.