[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-javascript-dev
Subject:    [wsf-javascript-dev] svn commit r8120 - in
From:       svn () wso2 ! org (svn () wso2 ! org)
Date:       2007-09-27 23:39:16
Message-ID: E1Ib9VJ-0006y5-HA () wso2 ! org
[Download RAW message or body]

Author: keith
Date: Thu Sep 27 23:38:47 2007
New Revision: 8120

Modified:
   trunk/wsf/javascript/rhino/message_receiver/pom.xml
   trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/META-INF/services.xml
  trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/converterService.js
  trunk/wsf/javascript/rhino/message_receiver/src/org/wso2/javascript/rhino/JavaScriptEngineUtils.java
  trunk/wsf/javascript/rhino/message_receiver/test-resources/Service.js
   trunk/wsf/javascript/rhino/message_receiver/test/Service.js
Log:
Adding missing license headers



Modified: trunk/wsf/javascript/rhino/message_receiver/pom.xml
==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/pom.xml	(original)
+++ trunk/wsf/javascript/rhino/message_receiver/pom.xml	Thu Sep 27 23:38:47 2007
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright 2007 WSO2, Inc. (http://wso2.com)
+  ~
+  ~ 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.
+  -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 \
http://maven.apache.org/maven-v4_0_0.xsd">

Modified: trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/META-INF/services.xml
 ==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/META-INF/services.xml	(original)
                
+++ trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/META-INF/services.xml	Thu \
Sep 27 23:38:47 2007 @@ -1,4 +1,4 @@
- <!--Copyright 2005,2006 WSO2, Inc. http://www.wso2.org-->
+ <!--Copyright 2006 WSO2, Inc. http://www.wso2.org-->
 
  <!--Licensed under the Apache License, Version 2.0 (the "License");-->
  <!--you may not use this file except in compliance with the License.-->
@@ -11,7 +11,7 @@
  <!--WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.-->
  <!--See the License for the specific language governing permissions and-->
  <!--limitations under the Licensed.-->
-
+         
 <service name="ConverterService">
     <parameter name="ServiceJS" locked="false">converterService.js</parameter>
     <parameter name="loadJSScripts" locked="false">WSRequest.js</parameter>

Modified: trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/converterService.js
 ==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/converterService.js	(original)
                
+++ trunk/wsf/javascript/rhino/message_receiver/samples/ConverterService/converterService.js	Thu \
Sep 27 23:38:47 2007 @@ -1,3 +1,19 @@
+/*
+ * Copyright 2007 WSO2, Inc. http://www.wso2.org
+ *
+ * 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.
+ */
+
 function convert(xmlstring) {
     var req = new XML(xmlstring);
 

Modified: trunk/wsf/javascript/rhino/message_receiver/src/org/wso2/javascript/rhino/JavaScriptEngineUtils.java
 ==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/src/org/wso2/javascript/rhino/JavaScriptEngineUtils.java	(original)
                
+++ trunk/wsf/javascript/rhino/message_receiver/src/org/wso2/javascript/rhino/JavaScriptEngineUtils.java	Thu \
Sep 27 23:38:47 2007 @@ -1,5 +1,5 @@
 /*
- * Copyright 2006,2007 WSO2, Inc. http://www.wso2.org
+ * Copyright 2007 WSO2, Inc. http://www.wso2.org
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: trunk/wsf/javascript/rhino/message_receiver/test-resources/Service.js
==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/test-resources/Service.js	(original)
+++ trunk/wsf/javascript/rhino/message_receiver/test-resources/Service.js	Thu Sep 27 \
23:38:47 2007 @@ -1,5 +1,5 @@
 /*
- * Copyright 2005,2006 WSO2, Inc. http://www.wso2.org
+ * Copyright 2006 WSO2, Inc. http://www.wso2.org
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: trunk/wsf/javascript/rhino/message_receiver/test/Service.js
==============================================================================
--- trunk/wsf/javascript/rhino/message_receiver/test/Service.js	(original)
+++ trunk/wsf/javascript/rhino/message_receiver/test/Service.js	Thu Sep 27 23:38:47 \
2007 @@ -1,5 +1,5 @@
 /*
- * Copyright 2005,2006 WSO2, Inc. http://www.wso2.org
+ * Copyright 2007 WSO2, Inc. http://www.wso2.org
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic