You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by ju...@apache.org on 2009/04/14 14:25:41 UTC

svn commit: r764754 - in /incubator/river/jtsk/trunk: LICENSE NOTICE tools/ tools/asm-3.1.jar tools/asm-commons-3.1.jar

Author: jukka
Date: Tue Apr 14 12:25:40 2009
New Revision: 764754

URL: http://svn.apache.org/viewvc?rev=764754&view=rev
Log:
RIVER-272: ClassDep.java relies on Sun specific Internal JDK API

Add the ASM 3.1 jars used by Peter Firmstone in his effort to replace the Sun dependencies.

Added:
    incubator/river/jtsk/trunk/tools/
    incubator/river/jtsk/trunk/tools/asm-3.1.jar   (with props)
    incubator/river/jtsk/trunk/tools/asm-commons-3.1.jar   (with props)
Modified:
    incubator/river/jtsk/trunk/LICENSE
    incubator/river/jtsk/trunk/NOTICE

Modified: incubator/river/jtsk/trunk/LICENSE
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/LICENSE?rev=764754&r1=764753&r2=764754&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/LICENSE (original)
+++ incubator/river/jtsk/trunk/LICENSE Tue Apr 14 12:25:40 2009
@@ -199,3 +199,39 @@
    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.
+
+
+APACHE RIVER SUBCOMPONENTS:
+
+Apache River includes some external software components. Your use of these
+components is subject to the terms and conditions of the following licenses:
+
+ASM libraries (tools/asm-3.1.jar and tools/asm-commons-3.1.jar)
+
+   ASM: a very small and fast Java bytecode manipulation framework
+   Copyright (c) 2000-2005 INRIA, France Telecom
+   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 copyright holders nor the names of its
+      contributors may be used to endorse or promote products derived from
+      this software without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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.

Modified: incubator/river/jtsk/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/NOTICE?rev=764754&r1=764753&r2=764754&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/NOTICE (original)
+++ incubator/river/jtsk/trunk/NOTICE Tue Apr 14 12:25:40 2009
@@ -23,3 +23,6 @@
 and code, are available from:
 
     http://www.artima.com/jini/serviceui/index.html
+
+Copyright (c) 2000-2005 INRIA, France Telecom
+This product includes the ASM library (http://asm.ow2.org/)

Added: incubator/river/jtsk/trunk/tools/asm-3.1.jar
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/tools/asm-3.1.jar?rev=764754&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/river/jtsk/trunk/tools/asm-3.1.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/river/jtsk/trunk/tools/asm-3.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/river/jtsk/trunk/tools/asm-commons-3.1.jar
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/tools/asm-commons-3.1.jar?rev=764754&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/river/jtsk/trunk/tools/asm-commons-3.1.jar
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/river/jtsk/trunk/tools/asm-commons-3.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream