diff options
| author | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-31 17:18:33 +0200 |
|---|---|---|
| committer | Ivan Kanakarakis <ivan.kanak@gmail.com> | 2011-12-31 17:18:33 +0200 |
| commit | 7a44355e562a857d8c6b973a3c2d6bb556b24ef4 (patch) | |
| tree | 4e2adc7d1aaf92d5b06b49defc1adb14029ee8d5 | |
| parent | add2969881171b70f661f270ea6602caa234b8f5 (diff) | |
add license information - closes #1
| -rw-r--r-- | LICENSE | 7 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 4 |
3 files changed, 6 insertions, 7 deletions
@@ -1,10 +1,3 @@ ---- --- --- --- --- --- --- --- --- --- --- --- --- -Based on: - - dwm : http://dwm.suckless.org/ - - dminiwm : https://github.com/moetunes/dminiwm - - catwm : https://github.com/pyknite/catwm ---- --- --- --- --- --- --- --- --- --- --- --- --- - MIT/X Consortium License © 2011 Ivan c00kiemon5ter Kanakarakis <ivan.kanak at gmail dot com> @@ -1,3 +1,5 @@ +# Makefile for monsterwm - see LICENSE for license and copyright information + VERSION = cookies-git WMNAME = monsterwm @@ -104,3 +104,7 @@ For any bug or request [fill an issue][bug] on [GitHub][ghp] or report on the [A [bug]: https://github.com/c00kiemon5ter/monsterwm/issues [ghp]: https://github.com/c00kiemon5ter/monsterwm +License +------- +Licensed under MIT/X Consortium License, see [LICENSE][law] file for more copyright and license information. + |
