From be6bc937361155dae15211f8db64281431a197d4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 14 Oct 2019 00:08:43 +0300 Subject: [PATCH] docs: update --- LICENSE.md | 42 +++++++++++++++--------------------------- README.md | 18 ++++++++++++++++-- 2 files changed, 31 insertions(+), 29 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 13c71ac..b3eccf2 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,33 +1,21 @@ -MIT/X Consortium License +The MIT License (MIT) -© 2019- Dylan Araps -© 2006-2011 Anselm R Garbe -© 2007-2011 Peter Hartlich -© 2010-2011 Connor Lane Smith -© 2006-2009 Jukka Salmi -© 2007-2009 Premysl Hruby -© 2007-2009 Szabolcs Nagy -© 2007-2009 Christof Musik -© 2009 Mate Nagy -© 2007-2008 Enno Gottox Boland -© 2008 Martin Hurton -© 2008 Neale Pickett -© 2006-2007 Sander van Dijk +Copyright (c) 2019 Dylan Araps -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: +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 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. +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 8cb0017..2754e7b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ - # sowm -An itsy bitsy floating window manager with roots in `catwm`. +An itsy bitsy floating window manager. - Floating only. - Fullscreen toggle. @@ -60,9 +59,24 @@ An itsy bitsy floating window manager with roots in `catwm`. - `xlib` (*usually `libX11`*). + ## Installation 1) Modify `config.h` to suit your needs. 2) Run `make` to build `sowm`. 3) Copy it to your path or run `make install`. - `DESTDIR` and `PREFIX` are supported. + + +## Thanks + +- 2bwm +- SmallWM +- catwm +- dminiwm +- dwm +- monsterwm +- openbox +- possumwm +- swm +- tinywm