diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-05-03 17:59:32 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-05-03 17:59:32 +0000 |
commit | e8e9cbe9a941d2a3340745d0bd64bac6d4d8b5d5 (patch) | |
tree | 40774b2132f33691e293e8fc80f8201a7db05be9 /licenses | |
parent | updated metadata (Manifest recommit) (diff) | |
download | gentoo-2-e8e9cbe9a941d2a3340745d0bd64bac6d4d8b5d5.tar.gz gentoo-2-e8e9cbe9a941d2a3340745d0bd64bac6d4d8b5d5.tar.bz2 gentoo-2-e8e9cbe9a941d2a3340745d0bd64bac6d4d8b5d5.zip |
Added license for dev-java/groovy
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/codehaus-groovy | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/licenses/codehaus-groovy b/licenses/codehaus-groovy new file mode 100644 index 000000000000..17175ad4b5e9 --- /dev/null +++ b/licenses/codehaus-groovy @@ -0,0 +1,47 @@ + + +/* + $Id: codehaus-groovy,v 1.1 2004/05/03 17:59:32 karltk Exp $ + + Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved. + + Redistribution and use of this software and associated documentation + ("Software"), with or without modification, are permitted provided + that the following conditions are met: + + 1. Redistributions of source code must retain copyright + statements and notices. Redistributions must also contain a + copy of this document. + + 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. The name "groovy" must not be used to endorse or promote + products derived from this Software without prior written + permission of The Codehaus. For written permission, + please contact info@codehaus.org. + + 4. Products derived from this Software may not be called "groovy" + nor may "groovy" appear in their names without prior written + permission of The Codehaus. "groovy" is a registered + trademark of The Codehaus. + + 5. Due credit should be given to The Codehaus - + http://groovy.codehaus.org/ + + THIS SOFTWARE IS PROVIDED BY THE CODEHAUS AND CONTRIBUTORS + ``AS IS'' AND ANY EXPRESSED 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 CODEHAUS OR ITS 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. + + */ |