diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 03:22:52 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-07 03:22:52 +0100 |
commit | 2b9e2e9e40f6c0338db7228d37da40f8709596f3 (patch) | |
tree | f98ecd1ad62463496e62c216d1c018115d27c180 | |
parent | 05da2278128d1962dad3574bd12d8b5abd291924 (diff) | |
download | xmonad-2b9e2e9e40f6c0338db7228d37da40f8709596f3.tar.gz xmonad-2b9e2e9e40f6c0338db7228d37da40f8709596f3.tar.xz xmonad-2b9e2e9e40f6c0338db7228d37da40f8709596f3.zip |
add license stuff to .cabal
darcs-hash:20070307022252-9c5c1-9ccfbc5b20f4d27801126b43adfac42bb09c0be8.gz
Diffstat (limited to '')
-rw-r--r-- | LICENSE | 27 | ||||
-rw-r--r-- | thunk.cabal | 2 |
2 files changed, 29 insertions, 0 deletions
@@ -0,0 +1,27 @@ +Copyright (c) Spencer Janssen + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. diff --git a/thunk.cabal b/thunk.cabal index 2af8be8..42e3d4e 100644 --- a/thunk.cabal +++ b/thunk.cabal @@ -3,6 +3,8 @@ version: 0.0 description: A lightweight X11 window manager. synopsis: A lightweight X11 window manager. category: System +license: BSD3 +license-file: LICENSE author: Spencer Janssen maintainer: sjanssen@cse.unl.edu build-depends: base >= 2.0, X11, unix, mtl |