From e33d7efdab08332e3ab9751bd3d2947adc9f68ee Mon Sep 17 00:00:00 2001
From: Vitus Ortner <vitusortner.dev@gmail.com>
Date: Sat, 26 Jan 2019 23:33:31 +0100
Subject: [PATCH] Add license

---
 README.md                 | 22 +++++++++++++++++++---
 example/README.md         | 22 ++++++++++++++++++++--
 floor_generator/README.md | 22 ++++++++++++++++++++--
 3 files changed, 59 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 309f6279..084408f4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,22 @@
 # Floor
 **A supportive SQLite abstraction for your Flutter applications.**
 
----
-*As this Flutter library is influenced by the [Room](https://developer.android.com/topic/libraries/architecture/room) database abstraction layer
-and given, that the database layer usually is the bottom layer of an application - Floor.*
+*Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*
+
+## Bugs and Feedback
+For bugs, questions and discussions please use the [Github Issues](https://github.com/vitusortner/floor/issues).
+
+## License
+    Copyright 2019 Vitus Ortner
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
diff --git a/example/README.md b/example/README.md
index d228c142..9a815cd0 100644
--- a/example/README.md
+++ b/example/README.md
@@ -4,5 +4,23 @@
 This is an example on how to use the library.
 
 ---
-*As this Flutter library is influenced by the [Room](https://developer.android.com/topic/libraries/architecture/room) database abstraction layer
-and given, that the database layer usually is the bottom layer of an application - Floor.*
+
+*Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*
+
+## Bugs and Feedback
+For bugs, questions and discussions please use the [Github Issues](https://github.com/vitusortner/floor/issues).
+
+## License
+    Copyright 2019 Vitus Ortner
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
diff --git a/floor_generator/README.md b/floor_generator/README.md
index 8b400891..030f278f 100644
--- a/floor_generator/README.md
+++ b/floor_generator/README.md
@@ -4,5 +4,23 @@
 This is the dev dependency and contains the code generator.
 
 ---
-*As this Flutter library is influenced by the [Room](https://developer.android.com/topic/libraries/architecture/room) database abstraction layer
-and given, that the database layer usually is the bottom layer of an application - Floor.*
+
+*Floor - the bottom layer of a [Room](https://developer.android.com/topic/libraries/architecture/room).*
+
+## Bugs and Feedback
+For bugs, questions and discussions please use the [Github Issues](https://github.com/vitusortner/floor/issues).
+
+## License
+    Copyright 2019 Vitus Ortner
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.