summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--LICENSE18
-rw-r--r--TODO2
-rw-r--r--cwm.128
3 files changed, 13 insertions, 35 deletions
diff --git a/LICENSE b/LICENSE
index ad66888..de3b872 100644
--- a/LICENSE
+++ b/LICENSE
@@ -12,21 +12,3 @@
   WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
   OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-Parts derived from 9wm:
-
-  9wm is free software, and is Copyright (c) 1994 by David Hogan.
-  Permission is granted to all sentient beings to use this software,
-  to make copies of it, and to distribute those copies, provided
-  that:
-
-      (1) the copyright and licence notices are left intact
-      (2) the recipients are aware that it is free software
-      (3) any unapproved changes in functionality are either
-            (i) only distributed as patches
-        or (ii) distributed as a new program which is not called 9wm
-                and whose documentation gives credit where it is due
-      (4) the author is not held responsible for any defects
-          or shortcomings in the software, or damages caused by it.
-
-  There is no warranty for this software.  Have a nice day.
diff --git a/TODO b/TODO
index a050836..a241197 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,3 @@
-- clean up menu code from 9wm
-
 - window initial position
 
 - don't map windows if it's within [some time increment] of active typing,
diff --git a/cwm.1 b/cwm.1
index 2ba3ec8..9acff85 100644
--- a/cwm.1
+++ b/cwm.1
@@ -29,13 +29,8 @@
 .Op Fl f Ar fontname
 .Sh DESCRIPTION
 .Nm
-is a window manager for X11.
-It was originally inspired by evilwm, but was rewritten from scratch
-due to limitations in the evilwm codebase.
-The from-scratch rewrite borrowed some code from 9wm.
-.Nm
-contains many new features which all concentrate on the efficiency and
-transparency of window management.
+is a window manager for X11 which contains many features that
+concentrate on the efficiency and transparency of window management.
 .Nm
 also aims to maintain the simplest and most pleasant aesthetic.
 .Pp
@@ -356,11 +351,7 @@ $ ln -s "unmap" 4-o
 .An -nosplit
 .Pp
 .Nm
-contains some code from 9wm.
-.Pp
-The
-.Nm
-software has been developed by
+was developed by
 .An Marius Aamodt Eriksen Aq marius@monkey.org
 with contributions from
 .An Andy Adamson Aq dros@monkey.org ,
@@ -368,6 +359,13 @@ with contributions from
 and
 .An Antti Nykänen Aq aon@iki.fi .
 Ideas, discussion with many others.
-.\" .Sh HISTORY
-.\".Aq marius@monkey.org .
-.\" .Sh CAVEATS
+.Sh HISTORY
+.Nm
+was originally inspired by evilwm, but was rewritten from scratch
+due to limitations in the evilwm codebase.
+The from-scratch rewrite borrowed some code from 9wm, however that code
+has since been removed or rewritten.
+.Pp
+.Nm
+first appeared in
+.Ox 4.2 .