summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-07-24 14:26:57 +0100
committerJavier Jardón <jjardon@gnome.org>2018-07-24 14:29:03 +0100
commit4dcb48a6f1d3cf64e5d31785c26e10661369b551 (patch)
treeacebf3b015c3f5088c1811cb02d2f0e446d41f46
parentdbd5f6fccededb3bd18791eac43fd88d36e90f00 (diff)
downloaddefinitions-jjardon/license.tar.gz
Add MIT licensejjardon/license
-rw-r--r--LICENSE21
-rw-r--r--README.md5
2 files changed, 26 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 00000000..f76c7fca
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2011-2018 baserock
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.md b/README.md
index 9b90ec8a..85b6e062 100644
--- a/README.md
+++ b/README.md
@@ -111,3 +111,8 @@ been updated, which may take up to a minute.
In future we should would GPG sign the release binaries, and we would automate
the whole process in GitLab CI.
+
+License
+-------
+If not specified otherwise, all the contents in this repo are licensed under the
+MIT license (see LICENSE file on the root folder)