summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErik De Rijcke <derijcke.erik@gmail.com>2015-01-25 17:57:03 +0100
committerErik De Rijcke <derijcke.erik@gmail.com>2015-01-25 17:57:03 +0100
commit7d6b20b48504b92e802f89f0c09c2f787547b317 (patch)
tree696455d09fa57ee6398e18bebd650a482d95ca36 /README.md
parent478fa9cf9ff4649bfd557a63497bb99df8829593 (diff)
Add license section
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index a559de5..e883e04 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,6 @@ Building
========
Run `gradle install` in the root of the project.
-Add the maven dependency to your project: `org.freedesktop:wayland:1.1.0-SNAPSHOT`
-
Private protocol
================
The project allows you to generate your own private wayland protocol bindings.
@@ -33,3 +31,19 @@ Known Issues
TODO
====
- Unit tests.
+
+License
+=======
+ Copyright 2015 Erik De Rijcke
+
+ 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.