summary refs log tree commit diff
diff options
context:
space:
mode:
authoroga <oga>2008-01-16 16:14:55 +0000
committeroga <oga>2008-01-16 16:14:55 +0000
commitde72f62924b2a65077f56d22690b017a467361bd (patch)
treeb3982594eb655d7425dbcc046355b7a46c314b95
parent7fb2664f92a087762ab58158ab5c4f7c442bcd1b (diff)
downloadcwm-de72f62924b2a65077f56d22690b017a467361bd.tar.gz
cwm-de72f62924b2a65077f56d22690b017a467361bd.tar.xz
cwm-de72f62924b2a65077f56d22690b017a467361bd.zip
All of the 9wm code in cwm has been removed or re-written. Edit LICENSE
and the manpage to reflect this. While i'm here remove the note in todo
about cleaning up the menu code; it's been done.

ok ian@, okan@ (he also provided most of the manpage rework)
-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 .