From 59173bf6aaac9c06212d426b3055042eac5cfb59 Mon Sep 17 00:00:00 2001 From: Olliver Schinagl Date: Thu, 4 Feb 2016 18:29:15 +0100 Subject: Add preliminary README, AUTHORS and LICENSE content Signed-off-by: Olliver Schinagl --- AUTHORS | 1 + LICENSE | 4 ++-- README | 15 +++++++++++++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 README diff --git a/AUTHORS b/AUTHORS index e69de29..927a4e0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1 @@ +Olliver Schinagl 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. - - Copyright (C) + Engagement, meeting room calendar. + Copyright (C) 2016 Olliver Schinagl 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. -- cgit v0.12