buildframework/helium/licenses/plexus-utils-1.5.7_required notices.txt
changeset 1 be27ed110b50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/buildframework/helium/licenses/plexus-utils-1.5.7_required notices.txt	Wed Oct 28 14:39:48 2009 +0000
@@ -0,0 +1,235 @@
+
+The following texts need to be included in the product documentation:
+*********************
+
+
+----
+
+   21:  *       "This product includes software developed by the
+   22:  *        Apache Software Foundation (http://www.codehaus.org/)."
+
+----
+
+ 3249:  *      "This product includes software developed by the Indiana
+ 3250:  *      University Extreme! Lab.  For further information please visit
+ 3251:  *      http://www.extreme.indiana.edu/"
+
+----
+
+
+Additional texts for binary distributions: 
+**********************
+
+----
+
+    5: Copyright (c) 2002 Extreme! Lab, Indiana University. All rights reserved.
+    6: 
+    7: Redistribution and use in source and binary forms, with or without 
+    8: modification, are permitted provided that the following conditions 
+    9: are met:
+   10: 
+   11: 1. Redistributions of source code must retain the above copyright notice, 
+   12:    this list of conditions and the following disclaimer.
+   13: 
+   14: 2. Redistributions in binary form must reproduce the above copyright 
+   15:    notice, this list of conditions and the following disclaimer in 
+   16:    the documentation and/or other materials provided with the distribution.
+   17: 
+   18: 3. The end-user documentation included with the redistribution, if any, 
+   19:    must include the following acknowledgment:
+   20: 
+   21:   "This product includes software developed by the Indiana University 
+   22:   Extreme! Lab (http://www.extreme.indiana.edu/)."
+   23: 
+   24: Alternately, this acknowledgment may appear in the software itself, 
+   25: if and wherever such third-party acknowledgments normally appear.
+   26: 
+   27: 4. The names "Indiana Univeristy" and "Indiana Univeristy Extreme! Lab" 
+   28: must not be used to endorse or promote products derived from this 
+   29: software without prior written permission. For written permission, 
+   30: please contact http://www.extreme.indiana.edu/.
+   31: 
+   32: 5. Products derived from this software may not use "Indiana Univeristy" 
+   33: name nor may "Indiana Univeristy" appear in their name, without prior 
+   34: written permission of the Indiana University.
+   35: 
+   36: THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
+   37: WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+   38: MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+   39: IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS OR ITS CONTRIBUTORS
+   40: BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+   41: CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+   42: SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+   43: BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+   44: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+   45: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+   46: ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+----
+
+    1: Javolution - Java(TM) Solution for Real-Time and Embedded Systems
+    2: Copyright (c) 2006, Javolution (http://javolution.org)
+    3: All rights reserved.
+    4: 
+    5: Redistribution and use in source and binary forms, with or without modification,
+    6: are permitted provided that the following conditions are met:
+    7: 
+    8:     * Redistributions of source code must retain the above copyright notice,
+    9:       this list of conditions and the following disclaimer.
+   10:     * Redistributions in binary form must reproduce the above copyright notice,
+   11:       this list of conditions and the following disclaimer in the documentation
+   12:       and/or other materials provided with the distribution.
+   13: 
+   14: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+   15: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
+   16: WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
+   17: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 
+   18: ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
+   19: (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
+   20: LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+   21: ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+   22: (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+   23: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+----
+
+    2: /********************************************************************************
+    3:  * CruiseControl, a Continuous Integration Toolkit
+    4:  * Copyright (c) 2001-2003, ThoughtWorks, Inc.
+    5:  * 651 W Washington Ave. Suite 500
+    6:  * Chicago, IL 60661 USA
+    7:  * All rights reserved.
+    8:  *
+    9:  * Redistribution and use in source and binary forms, with or without
+   10:  * modification, are permitted provided that the following conditions
+   11:  * are met:
+   12:  *
+   13:  *     + Redistributions of source code must retain the above copyright
+   14:  *       notice, this list of conditions and the following disclaimer.
+   15:  *
+   16:  *     + Redistributions in binary form must reproduce the above
+   17:  *       copyright notice, this list of conditions and the following
+   18:  *       disclaimer in the documentation and/or other materials provided
+   19:  *       with the distribution.
+   20:  *
+   21:  *     + Neither the name of ThoughtWorks, Inc., CruiseControl, nor the
+   22:  *       names of its contributors may be used to endorse or promote
+   23:  *       products derived from this software without specific prior
+   24:  *       written permission.
+   25:  *
+   26:  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+   27:  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+   28:  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+   29:  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
+   30:  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+   31:  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+   32:  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+   33:  * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+   34:  * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+   35:  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+   36:  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+   37:  ********************************************************************************/
+
+----
+
+    4:  * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
+    5:  * reserved.
+    6:  *
+    7:  * Redistribution and use in source and binary forms, with or without
+    8:  * modification, are permitted provided that the following conditions
+    9:  * are met:
+   10:  *
+   11:  * 1. Redistributions of source code must retain the above copyright
+   12:  *    notice, this list of conditions and the following disclaimer.
+   13:  *
+   14:  * 2. Redistributions in binary form must reproduce the above copyright
+   15:  *    notice, this list of conditions and the following disclaimer in
+   16:  *    the documentation and/or other materials provided with the
+   17:  *    distribution.
+   18:  *
+   19:  * 3. The end-user documentation included with the redistribution, if
+   20:  *    any, must include the following acknowlegement:
+   21:  *       "This product includes software developed by the
+   22:  *        Apache Software Foundation (http://www.codehaus.org/)."
+   23:  *    Alternately, this acknowlegement may appear in the software itself,
+   24:  *    if and wherever such third-party acknowlegements normally appear.
+   25:  *
+   26:  * 4. The names "Ant" and "Apache Software
+   27:  *    Foundation" must not be used to endorse or promote products derived
+   28:  *    from this software without prior written permission. For written
+   29:  *    permission, please contact codehaus@codehaus.org.
+   30:  *
+   31:  * 5. Products derived from this software may not be called "Apache"
+   32:  *    nor may "Apache" appear in their names without prior written
+   33:  *    permission of the Apache Group.
+   34:  *
+   35:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+   36:  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+   37:  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+   38:  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+   39:  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+   40:  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+   41:  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+   42:  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+   43:  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+   44:  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+   45:  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+   46:  * SUCH DAMAGE.
+   47:  * ====================================================================
+
+----
+
+ 3229:  * Copyright (C) 2003 The Trustees of Indiana University.
+ 3230:  * All rights reserved.
+ 3231:  *
+ 3232:  * Redistribution and use in source and binary forms, with or without
+ 3233:  * modification, are permitted provided that the following conditions are
+ 3234:  * met:
+ 3235:  *
+ 3236:  * 1) All redistributions of source code must retain the above
+ 3237:  *    copyright notice, the list of authors in the original source
+ 3238:  *    code, this list of conditions and the disclaimer listed in this
+ 3239:  *    license;
+ 3240:  *
+ 3241:  * 2) All redistributions in binary form must reproduce the above
+ 3242:  *    copyright notice, this list of conditions and the disclaimer
+ 3243:  *    listed in this license in the documentation and/or other
+ 3244:  *    materials provided with the distribution;
+ 3245:  *
+ 3246:  * 3) Any documentation included with all redistributions must include
+ 3247:  *    the following acknowledgement:
+ 3248:  *
+ 3249:  *      "This product includes software developed by the Indiana
+ 3250:  *      University Extreme! Lab.  For further information please visit
+ 3251:  *      http://www.extreme.indiana.edu/"
+ 3252:  *
+ 3253:  *    Alternatively, this acknowledgment may appear in the software
+ 3254:  *    itself, and wherever such third-party acknowledgments normally
+ 3255:  *    appear.
+ 3256:  *
+ 3257:  * 4) The name "Indiana University" or "Indiana University
+ 3258:  *    Extreme! Lab" shall not be used to endorse or promote
+ 3259:  *    products derived from this software without prior written
+ 3260:  *    permission from Indiana University.  For written permission,
+ 3261:  *    please contact http://www.extreme.indiana.edu/.
+ 3262:  *
+ 3263:  * 5) Products derived from this software may not use "Indiana
+ 3264:  *    University" name nor may "Indiana University" appear in their name,
+ 3265:  *    without prior written permission of the Indiana University.
+ 3266:  *
+ 3267:  * Indiana University provides no reassurances that the source code
+ 3268:  * provided does not infringe the patent or any other intellectual
+ 3269:  * property rights of any other entity.  Indiana University disclaims any
+ 3270:  * liability to any recipient for claims brought by any other entity
+ 3271:  * based on infringement of intellectual property rights or otherwise.
+ 3272:  *
+ 3273:  * LICENSEE UNDERSTANDS THAT SOFTWARE IS PROVIDED "AS IS" FOR WHICH
+ 3274:  * NO WARRANTIES AS TO CAPABILITIES OR ACCURACY ARE MADE. INDIANA
+ 3275:  * UNIVERSITY GIVES NO WARRANTIES AND MAKES NO REPRESENTATION THAT
+ 3276:  * SOFTWARE IS FREE OF INFRINGEMENT OF THIRD PARTY PATENT, COPYRIGHT, OR
+ 3277:  * OTHER PROPRIETARY RIGHTS.  INDIANA UNIVERSITY MAKES NO WARRANTIES THAT
+ 3278:  * SOFTWARE IS FREE FROM "BUGS", "VIRUSES", "TROJAN HORSES", "TRAP
+ 3279:  * DOORS", "WORMS", OR OTHER HARMFUL CODE.  LICENSEE ASSUMES THE ENTIRE
+ 3280:  * RISK AS TO THE PERFORMANCE OF SOFTWARE AND/OR ASSOCIATED MATERIALS,
+ 3281:  * AND TO THE PERFORMANCE AND VALIDITY OF INFORMATION GENERATED USING
+ 3282:  * SOFTWARE.