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)
This commit is contained in:
oga
2008-01-16 16:14:55 +00:00
parent 7fb2664f92
commit de72f62924
3 changed files with 13 additions and 35 deletions

18
LICENSE
View File

@ -12,21 +12,3 @@
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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.

2
TODO
View File

@ -1,5 +1,3 @@
- clean up menu code from 9wm
- window initial position - window initial position
- don't map windows if it's within [some time increment] of active typing, - don't map windows if it's within [some time increment] of active typing,

28
cwm.1
View File

@ -29,13 +29,8 @@
.Op Fl f Ar fontname .Op Fl f Ar fontname
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
is a window manager for X11. is a window manager for X11 which contains many features that
It was originally inspired by evilwm, but was rewritten from scratch concentrate on the efficiency and transparency of window management.
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.
.Nm .Nm
also aims to maintain the simplest and most pleasant aesthetic. also aims to maintain the simplest and most pleasant aesthetic.
.Pp .Pp
@ -356,11 +351,7 @@ $ ln -s "unmap" 4-o
.An -nosplit .An -nosplit
.Pp .Pp
.Nm .Nm
contains some code from 9wm. was developed by
.Pp
The
.Nm
software has been developed by
.An Marius Aamodt Eriksen Aq marius@monkey.org .An Marius Aamodt Eriksen Aq marius@monkey.org
with contributions from with contributions from
.An Andy Adamson Aq dros@monkey.org , .An Andy Adamson Aq dros@monkey.org ,
@ -368,6 +359,13 @@ with contributions from
and and
.An Antti Nyk<EFBFBD>nen Aq aon@iki.fi . .An Antti Nyk<EFBFBD>nen Aq aon@iki.fi .
Ideas, discussion with many others. Ideas, discussion with many others.
.\" .Sh HISTORY .Sh HISTORY
.\".Aq marius@monkey.org . .Nm
.\" .Sh CAVEATS 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 .