From 7a44355e562a857d8c6b973a3c2d6bb556b24ef4 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sat, 31 Dec 2011 17:18:33 +0200 Subject: add license information - closes #1 --- LICENSE | 7 ------- Makefile | 2 ++ README.md | 4 ++++ 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index cd40132..174e546 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/Makefile b/Makefile index 1489af8..45f6575 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# Makefile for monsterwm - see LICENSE for license and copyright information + VERSION = cookies-git WMNAME = monsterwm diff --git a/README.md b/README.md index 987028a..70d5a7c 100644 --- a/README.md +++ b/README.md @@ -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. + -- cgit v1.3.1