diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2017-01-07 17:21:28 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2017-03-28 20:23:28 +0200 |
commit | 2952b68db88f38be8d34b80c7a7d2c7eb5b2484d (patch) | |
tree | 5f7c2ef09c6a78c1137c93aba455945046f088c6 /LICENSE | |
parent | bb3bd6fec37174e8d4bb9457ca815c00609e5157 (diff) | |
download | dwm-2952b68db88f38be8d34b80c7a7d2c7eb5b2484d.tar.gz |
cleanup
- unify multi-line expression alignment style. - unify multi-line function call alignment style. - simplify client moving on monitor count decrease. - clarify comment for focusin(). - remove old confusing comment about input focus fix in focusmon(). The explanation is already in the old commit message, so no need to keep it in the code. - remove old comment describing even older state of the code in focus(). - unify comment style. - break up some long lines. - fix some typos and grammar.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE index 90121f5..fc41d77 100644 --- a/LICENSE +++ b/LICENSE @@ -16,7 +16,7 @@ MIT/X Consortium License © 2011 Christoph Lohmann <20h@r-36.net> © 2015-2016 Quentin Rameau <quinq@fifth.space> © 2015-2016 Eric Pruitt <eric.pruitt@gmail.com> -© 2016 Markus Teich <markus.teich@stusta.mhn.de> +© 2016-2017 Markus Teich <markus.teich@stusta.mhn.de> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), |