summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@intel.com>2014-01-09 16:41:42 -0200
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-07 11:57:35 +0100
commitd71b8d6eabde23f0b5684456650f8771d01880ad (patch)
tree744e9e356116f2929bbf1fcb8e08da27f0dc7e9d
parentfb87e257cb20f399c11f84b70418107141e2ed8a (diff)
downloadgraynard-d71b8d6eabde23f0b5684456650f8771d01880ad.tar.gz
graynard-d71b8d6eabde23f0b5684456650f8771d01880ad.zip
Fix README.md wording and add license section
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index dcdb585..9fe6c99 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,18 @@ on weston-gtk-shell, a project by Tiago Vignatti.
## Original idea
-The idea is that this client and any other based on any toolkit can be
-interchangeable to use with a single desktop plugin like the [weston desktop
+The idea is that this client, or any other based on any toolkit, can
+interchangeably be used with a single desktop plugin like the [weston desktop
plugin](https://github.com/tiagovignatti/weston-desktop-plugin). Therefore,
one compositor, with a single desktop plugin can be used as a foundation for
building different shell UIs based on different graphics toolkits.
+## License
+
+You are free to get this code and use to build real GTK+ shell clients as you
+wish. All you have to do is add the MIT license on your project, maintaining
+the [copyright](https://github.com/tiagovignatti/gtk-shell/blob/master/LICENSE) in there.
+
+## More
+
http://vignatti.wordpress.com/2013/03/05/ui-customization-on-wayland/