You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sv...@apache.org on 2007/06/27 09:01:34 UTC

svn commit: r551079 - in /incubator/tuscany/branches/sca-java-0.91: distribution/src/main/release/bin/LICENSE distribution/src/main/release/bin/NOTICE pom.xml

Author: svkrish
Date: Wed Jun 27 00:01:32 2007
New Revision: 551079

URL: http://svn.apache.org/viewvc?view=rev&rev=551079
Log:
adding license info for rome, jdom

Modified:
    incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/LICENSE
    incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/NOTICE
    incubator/tuscany/branches/sca-java-0.91/pom.xml

Modified: incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/LICENSE
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/LICENSE?view=diff&rev=551079&r1=551078&r2=551079
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/LICENSE (original)
+++ incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/LICENSE Wed Jun 27 00:01:32 2007
@@ -1685,5 +1685,75 @@
     facility."
 
 ===============================================================================
+rome-0.9.jar
 
+Copyright 2004 Sun Microsystems, Inc.
 
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+===============================================================================
+jdom-1.0.jar :
+
+$Id: LICENSE.txt,v 1.11 2004/02/06 09:32:57 jhunter Exp $
+
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin.
+ 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 disclaimer that follows 
+    these conditions in the documentation and/or other materials 
+    provided with the distribution.
+
+ 3. The name "JDOM" must not be used to endorse or promote products
+    derived from this software without prior written permission.  For
+    written permission, please contact <request_AT_jdom_DOT_org>.
+ 
+ 4. Products derived from this software may not be called "JDOM", nor
+    may "JDOM" appear in their name, without prior written permission
+    from the JDOM Project Management <request_AT_jdom_DOT_org>.
+ 
+ In addition, we request (but do not require) that you include in the 
+ end-user documentation provided with the redistribution and/or in the 
+ software itself an acknowledgement equivalent to the following:
+     "This product includes software developed by the
+      JDOM Project (http://www.jdom.org/)."
+ Alternatively, the acknowledgment may be graphical using the logos 
+ available at http://www.jdom.org/images/logos.
+
+ 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 THE JDOM AUTHORS OR THE PROJECT
+ 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.
+
+ This software consists of voluntary contributions made by many 
+ individuals on behalf of the JDOM Project and was originally 
+ created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
+ Brett McLaughlin <brett_AT_jdom_DOT_org>.  For more information
+ on the JDOM Project, please see <http://www.jdom.org/>. 
+
+========================================================================

Modified: incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/NOTICE
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/NOTICE?view=diff&rev=551079&r1=551078&r2=551079
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/NOTICE (original)
+++ incubator/tuscany/branches/sca-java-0.91/distribution/src/main/release/bin/NOTICE Wed Jun 27 00:01:32 2007
@@ -29,10 +29,16 @@
 
 This product includes software from the GlassFish project (https://glassfish.dev.java.net/)
     Copyright (c) 2006, Sun Microsystems, Inc.
+    
+This product includes software from the Rome project (https://rome.dev.java.net/)
+    Copyright (c) 2006, Sun Microsystems, Inc.
 
 This product also includes software developed by:
 - the Eclipse Modeling Framework project (http://www.eclipse.org/emf/)
 - the Mozilla Rhino project (http://www.mozilla.org/rhino/)
+
+This product includes/uses JDOM (http://www.jdom.org/)
+ Copyright (C) 2000-2004 Jason Hunter & Brett McLaughlin. All rights reserved.
 
 Please see the LICENSE file present in the root directory of this
 distribution.

Modified: incubator/tuscany/branches/sca-java-0.91/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-0.91/pom.xml?view=diff&rev=551079&r1=551078&r2=551079
==============================================================================
--- incubator/tuscany/branches/sca-java-0.91/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-0.91/pom.xml Wed Jun 27 00:01:32 2007
@@ -102,6 +102,18 @@
 
         <pluginManagement>
             <plugins>
+                <plugin>
+                    <inherited>true</inherited>
+                    <artifactId>maven-gpg-plugin</artifactId>
+                    <executions>
+                      <execution>
+                        <goals>
+                          <goal>sign</goal>
+                        </goals>
+                      </execution>
+                    </executions>
+                </plugin>
+
 
                 <!-- compiler plugin configuration -->
                 <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org