summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE44
1 files changed, 44 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE b/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE
index 6b0b1270ff..6e42c7155c 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE
+++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-web-runtime/LICENSE
@@ -201,3 +201,47 @@
See the License for the specific language governing permissions and
limitations under the License.
+
+================================================================================
+
+APACHE TUSCANY SCA SUBCOMPONENTS:
+
+Apache Tuscany SCA for Java includes a number of subcomponents with
+separate copyright notices and license terms. Your use of these subcomponents
+is subject to the terms and conditions of the following licenses.
+
+================================================================================
+
+This module implementation-web-runtime includes the file jsonrpc.js under the
+following copyright and license:
+
+/*
+ * JSON-RPC JavaScript client
+ *
+ * $Id: jsonrpc.js,v 1.36.2.3 2006/03/08 15:09:37 mclark Exp $
+ *
+ * Copyright (c) 2003-2004 Jan-Klaas Kollhof
+ * Copyright (c) 2005 Michael Clark, Metaparadigm Pte Ltd
+ *
+ * This code is based on Jan-Klaas' JavaScript o lait library (jsolait).
+ *
+ * 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.
+ *
+ */
+
+/*
+ * Modifications for Apache Tuscany:
+ * - JSONRpcClient_createMethod changed so callback is last arg
+ */
+
+================================================================================