Author: ruwan
Date: Tue Mar  4 20:41:56 2008
New Revision: 14506

Log:

Fixing license and the changing the version to SNAPSHOT


Modified:
   branches/esb/java/1.6/esb/java/modules/core/pom.xml
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/MediatorDeployer.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/persistence/PersistenceManager.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/registry/ESBRegistry.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/AddressEndpointData.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/GraphData.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/ServerData.java
   
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/transport/HttpGetRequestProcessor.java
   branches/esb/java/1.6/esb/java/modules/distribution/pom.xml
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/conf/tomcat/tomcat-users.xml
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/XMLSchema.xsd
   
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/rss.xsl
   branches/esb/java/1.6/esb/java/modules/samples/pom.xml
   branches/esb/java/1.6/esb/java/pom.xml

Modified: branches/esb/java/1.6/esb/java/modules/core/pom.xml
==============================================================================
--- branches/esb/java/1.6/esb/java/modules/core/pom.xml (original)
+++ branches/esb/java/1.6/esb/java/modules/core/pom.xml Tue Mar  4 20:41:56 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/MediatorDeployer.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/MediatorDeployer.java
        (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/MediatorDeployer.java
        Tue Mar  4 20:41:56 2008
@@ -1,20 +1,17 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you 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
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
  *
- *   http://www.apache.org/licenses/LICENSE-2.0
+ * 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
  *
- *  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.
+ *      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.
  */
 
 package org.wso2.esb;

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/persistence/PersistenceManager.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/persistence/PersistenceManager.java
  (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/persistence/PersistenceManager.java
  Tue Mar  4 20:41:56 2008
@@ -1,18 +1,19 @@
 /*
-* Copyright 2004,2005 The Apache Software Foundation.
-*
-* 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.
-*/
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ *
+ * 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.
+ */
+
 package org.wso2.esb.persistence;
 
 import org.apache.commons.logging.Log;

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/registry/ESBRegistry.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/registry/ESBRegistry.java
    (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/registry/ESBRegistry.java
    Tue Mar  4 20:41:56 2008
@@ -1,20 +1,17 @@
 /*
- *  Licensed to the Apache Software Foundation (ASF) under one
- *  or more contributor license agreements.  See the NOTICE file
- *  distributed with this work for additional information
- *  regarding copyright ownership.  The ASF licenses this file
- *  to you 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
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
  *
- *   http://www.apache.org/licenses/LICENSE-2.0
+ * 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
  *
- *  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.
+ *      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.
  */
 
 package org.wso2.esb.registry;

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/AddressEndpointData.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/AddressEndpointData.java
        (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/AddressEndpointData.java
        Tue Mar  4 20:41:56 2008
@@ -1,18 +1,19 @@
 /*
-* Copyright 2004,2005 The Apache Software Foundation.
-*
-* 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.
-*/
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ *
+ * 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.
+ */
+
 package org.wso2.esb.services.tos;
 
 import org.apache.synapse.endpoints.utils.EndpointDefinition;
@@ -23,7 +24,7 @@
  */
 
 public class AddressEndpointData implements EndpointData {
-    
+
     private int type = 0;
 
     private String name;

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/GraphData.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/GraphData.java
  (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/GraphData.java
  Tue Mar  4 20:41:56 2008
@@ -1,18 +1,19 @@
 /*
-* Copyright 2004,2005 The Apache Software Foundation.
-*
-* 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.
-*/
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ *
+ * 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.
+ */
+
 package org.wso2.esb.services.tos;
 
 /**

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/ServerData.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/ServerData.java
 (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/services/tos/ServerData.java
 Tue Mar  4 20:41:56 2008
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ *
+ * 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.
+ */
+
 package org.wso2.esb.services.tos;
 
 import org.wso2.esb.ServiceBusConfiguration;

Modified: 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/transport/HttpGetRequestProcessor.java
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/transport/HttpGetRequestProcessor.java
       (original)
+++ 
branches/esb/java/1.6/esb/java/modules/core/src/main/java/org/wso2/esb/transport/HttpGetRequestProcessor.java
       Tue Mar  4 20:41:56 2008
@@ -1,11 +1,11 @@
 /*
- * Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+ * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
  *
  * 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
+ *      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,

Modified: branches/esb/java/1.6/esb/java/modules/distribution/pom.xml
==============================================================================
--- branches/esb/java/1.6/esb/java/modules/distribution/pom.xml (original)
+++ branches/esb/java/1.6/esb/java/modules/distribution/pom.xml Tue Mar  4 
20:41:56 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/conf/tomcat/tomcat-users.xml
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/conf/tomcat/tomcat-users.xml
   (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/conf/tomcat/tomcat-users.xml
   Tue Mar  4 20:41:56 2008
@@ -1,11 +1,11 @@
 <!--
-  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
   ~
   ~ 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
+  ~      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,

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/XMLSchema.xsd
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/XMLSchema.xsd
       (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/XMLSchema.xsd
       Tue Mar  4 20:41:56 2008
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="annotated-xsd.xsl"?>
 <!--
-  ~ Copyright 2005-2007 WSO2, Inc. (http://wso2.com)
+  ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
   ~
   ~ 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
+  ~      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,

Modified: 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/rss.xsl
==============================================================================
--- 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/rss.xsl 
    (original)
+++ 
branches/esb/java/1.6/esb/java/modules/distribution/src/main/www/styles/rss.xsl 
    Tue Mar  4 20:41:56 2008
@@ -1,19 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright 2005-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.
-  -->
+ ~ Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+ ~
+ ~ 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.
+ -->
 
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
     <xsl:output method="html"/>

Modified: branches/esb/java/1.6/esb/java/modules/samples/pom.xml
==============================================================================
--- branches/esb/java/1.6/esb/java/modules/samples/pom.xml      (original)
+++ branches/esb/java/1.6/esb/java/modules/samples/pom.xml      Tue Mar  4 
20:41:56 2008
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.wso2.esb</groupId>
         <artifactId>wso2-esb</artifactId>
-        <version>1.6</version>
+        <version>SNAPSHOT</version>
     </parent>
 
     <groupId>org.wso2.esb</groupId>

Modified: branches/esb/java/1.6/esb/java/pom.xml
==============================================================================
--- branches/esb/java/1.6/esb/java/pom.xml      (original)
+++ branches/esb/java/1.6/esb/java/pom.xml      Tue Mar  4 20:41:56 2008
@@ -21,7 +21,7 @@
     <groupId>org.wso2.esb</groupId>
     <artifactId>wso2-esb</artifactId>
     <packaging>pom</packaging>
-    <version>1.6</version>
+    <version>SNAPSHOT</version>
     <name>WSO2 Enterprise Service Bus (ESB)</name>
     <url>http://www.wso2.org/projects/esb/java</url>
     <licenses>
@@ -758,7 +758,7 @@
         <server.short.name>WSO2 ESB</server.short.name>
 
         <!-- WSO2 components -->
-        <wso2.esb.version>1.6</wso2.esb.version>
+        <wso2.esb.version>SNAPSHOT</wso2.esb.version>
         <wso2commons.version>1.2</wso2commons.version>
         <wso2.adminui.version>1.2</wso2.adminui.version>
         <wso2.adminui.version.graphs>1.1</wso2.adminui.version.graphs>

_______________________________________________
Esb-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev

Reply via email to