From fd82d25cdbb37c5dc16be62000b90d1324a2e75e Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sat, 2 Feb 2002 07:10:37 +0000 Subject: [PATCH] Add the JDepend binary and license to CVS git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271063 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/lib/LICENSE.jdepend.txt | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 proposal/myrmidon/lib/LICENSE.jdepend.txt diff --git a/proposal/myrmidon/lib/LICENSE.jdepend.txt b/proposal/myrmidon/lib/LICENSE.jdepend.txt new file mode 100644 index 000000000..50b326dd8 --- /dev/null +++ b/proposal/myrmidon/lib/LICENSE.jdepend.txt @@ -0,0 +1,29 @@ +Copyright (C) 2001 Clarkware Consulting, Inc. +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 Clarkware Consulting, Inc. nor the names of its + contributors may be used to endorse or promote products derived + from this software without prior written permission. For written + permission, please contact clarkware@clarkware.com. + +THIS SOFTWARE IS PROVIDED ``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 +CLARKWARE CONSULTING 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.