diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-01-11 16:06:45 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-01-11 16:06:45 +0000 |
commit | 003357c3cf4ff086ff144763e9d70262e55bc940 (patch) | |
tree | d45b629d6d3bfc2bcdb38b17ee0e0a027b412596 /app/cwm | |
parent | 481731e37fe574d79f9fea3476a6c87a9453d6e5 (diff) |
- Remove the "all rights reserved" tag at the top of most of the source
files, and replace them with the actual ISC license.
- add license to the manpage (it was lacking before)
- correct license statement in the README
Permission given by Marius (copyright holder):
"1. please replace with the standard ISC license
2. you may add the ISC license to the man page
3. feel free to replace the information in the README as well"
and Dros (copyright holder for group.c):
"Please switch group.c to the ISC License."
ok ian@
Diffstat (limited to 'app/cwm')
-rw-r--r-- | app/cwm/README | 5 | ||||
-rw-r--r-- | app/cwm/calmwm.c | 15 | ||||
-rw-r--r-- | app/cwm/calmwm.h | 15 | ||||
-rw-r--r-- | app/cwm/client.c | 15 | ||||
-rw-r--r-- | app/cwm/conf.c | 15 | ||||
-rw-r--r-- | app/cwm/cwm.1 | 16 | ||||
-rw-r--r-- | app/cwm/grab.c | 15 | ||||
-rw-r--r-- | app/cwm/group.c | 15 | ||||
-rw-r--r-- | app/cwm/headers.h | 15 | ||||
-rw-r--r-- | app/cwm/input.c | 15 | ||||
-rw-r--r-- | app/cwm/kbfunc.c | 15 | ||||
-rw-r--r-- | app/cwm/screen.c | 15 | ||||
-rw-r--r-- | app/cwm/search.c | 14 | ||||
-rw-r--r-- | app/cwm/util.c | 15 | ||||
-rw-r--r-- | app/cwm/xevents.c | 15 | ||||
-rw-r--r-- | app/cwm/xmalloc.c | 15 | ||||
-rw-r--r-- | app/cwm/xutil.c | 15 |
17 files changed, 211 insertions, 34 deletions
diff --git a/app/cwm/README b/app/cwm/README index b48964315..2afc47fb7 100644 --- a/app/cwm/README +++ b/app/cwm/README @@ -52,8 +52,7 @@ DOCUMENTATION LICENSE - cwm is distributed under a BSD like license. Feel free to use, - modify and distribute in any form. See the LICENSE file for more - information. + cwm is distributed under a BSD like license. Please see the LICENSE + file or the top of any source file for more information. [1] http://evilwm.sourceforge.net/ diff --git a/app/cwm/calmwm.c b/app/cwm/calmwm.c index 6c37634f7..d54261818 100644 --- a/app/cwm/calmwm.c +++ b/app/cwm/calmwm.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: calmwm.c,v 1.4 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: calmwm.c,v 1.5 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 14deed465..7d2670f1d 100644 --- a/app/cwm/calmwm.h +++ b/app/cwm/calmwm.h @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: calmwm.h,v 1.16 2008/01/08 20:21:43 oga Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: calmwm.h,v 1.17 2008/01/11 16:06:44 oga Exp $ */ #ifndef _CALMWM_H_ diff --git a/app/cwm/client.c b/app/cwm/client.c index 386be5d95..c22dd4e58 100644 --- a/app/cwm/client.c +++ b/app/cwm/client.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: client.c,v 1.9 2008/01/03 20:20:20 marc Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: client.c,v 1.10 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/conf.c b/app/cwm/conf.c index 9dfe6184c..736daeaaa 100644 --- a/app/cwm/conf.c +++ b/app/cwm/conf.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: conf.c,v 1.18 2008/01/03 01:56:25 oga Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: conf.c,v 1.19 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/cwm.1 b/app/cwm/cwm.1 index 3d98d7bf1..c18381b87 100644 --- a/app/cwm/cwm.1 +++ b/app/cwm/cwm.1 @@ -1,4 +1,18 @@ -.\" $OpenBSD: cwm.1,v 1.17 2007/11/28 16:35:52 ian Exp $ +.\" $OpenBSD: cwm.1,v 1.18 2008/01/11 16:06:44 oga Exp $ +.\" +.\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" 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. .\" .\" The following requests are required for all man pages. .Dd June 29, 2007 diff --git a/app/cwm/grab.c b/app/cwm/grab.c index 9946497d4..d6a7f2281 100644 --- a/app/cwm/grab.c +++ b/app/cwm/grab.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: grab.c,v 1.5 2007/06/05 18:57:03 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: grab.c,v 1.6 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/group.c b/app/cwm/group.c index 63e4b8ffe..7ddfa06be 100644 --- a/app/cwm/group.c +++ b/app/cwm/group.c @@ -3,9 +3,20 @@ * * Copyright (c) 2004 Andy Adamson <dros@monkey.org> * Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: group.c,v 1.2 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: group.c,v 1.3 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/headers.h b/app/cwm/headers.h index 206271a8e..9f5ec728d 100644 --- a/app/cwm/headers.h +++ b/app/cwm/headers.h @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: headers.h,v 1.3 2007/05/22 22:14:42 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: headers.h,v 1.4 2008/01/11 16:06:44 oga Exp $ */ #ifndef _CALMWM_HEADERS_H_ diff --git a/app/cwm/input.c b/app/cwm/input.c index a68dc0160..d2d4b6b45 100644 --- a/app/cwm/input.c +++ b/app/cwm/input.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: input.c,v 1.3 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: input.c,v 1.4 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/kbfunc.c b/app/cwm/kbfunc.c index d14f87413..5ab243e11 100644 --- a/app/cwm/kbfunc.c +++ b/app/cwm/kbfunc.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Martin Murray <mmurray@monkey.org> - * All rights reserved. * - * $Id: kbfunc.c,v 1.11 2007/11/28 16:35:52 ian Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: kbfunc.c,v 1.12 2008/01/11 16:06:44 oga Exp $ */ #include <paths.h> diff --git a/app/cwm/screen.c b/app/cwm/screen.c index fb05636e3..8b1fada8c 100644 --- a/app/cwm/screen.c +++ b/app/cwm/screen.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: screen.c,v 1.2 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: screen.c,v 1.3 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/search.c b/app/cwm/search.c index 5a99a2e51..ffeec07e6 100644 --- a/app/cwm/search.c +++ b/app/cwm/search.c @@ -2,9 +2,19 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. * - * $Id: search.c,v 1.4 2007/10/02 18:01:45 jasper Exp $ + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: search.c,v 1.5 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/util.c b/app/cwm/util.c index 3b2ddbccc..31e6c30bc 100644 --- a/app/cwm/util.c +++ b/app/cwm/util.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: util.c,v 1.2 2007/11/28 16:35:52 ian Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: util.c,v 1.3 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/xevents.c b/app/cwm/xevents.c index 7a801d48b..6f59c20b3 100644 --- a/app/cwm/xevents.c +++ b/app/cwm/xevents.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: xevents.c,v 1.2 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: xevents.c,v 1.3 2008/01/11 16:06:44 oga Exp $ */ /* diff --git a/app/cwm/xmalloc.c b/app/cwm/xmalloc.c index 5da60e43f..7d763c330 100644 --- a/app/cwm/xmalloc.c +++ b/app/cwm/xmalloc.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: xmalloc.c,v 1.1 2007/04/27 17:58:48 bernd Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: xmalloc.c,v 1.2 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" diff --git a/app/cwm/xutil.c b/app/cwm/xutil.c index 20be5d376..b74b3f78c 100644 --- a/app/cwm/xutil.c +++ b/app/cwm/xutil.c @@ -2,9 +2,20 @@ * calmwm - the calm window manager * * Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org> - * All rights reserved. * - * $Id: xutil.c,v 1.2 2007/05/28 18:34:27 jasper Exp $ + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * 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. + * + * $Id: xutil.c,v 1.3 2008/01/11 16:06:44 oga Exp $ */ #include "headers.h" |