[Carbon-commits] [Carbon] svn commit r114655 - branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0

asela at wso2.com asela at wso2.com
Fri Oct 21 06:21:07 EDT 2011


Author: asela
Date: Fri Oct 21 03:21:07 2011
New Revision: 114655
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=114655

Log:
version is changed Readme is added

Added:
   branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/README.txt
Removed:
   branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/license.txt
Modified:
   branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/pom.xml

Added: branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/README.txt
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/README.txt?pathrev=114655
==============================================================================
--- (empty file)
+++ branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/README.txt	Fri Oct 21 03:21:07 2011
@@ -0,0 +1,12 @@
+		WSO2 XACML Implementation
+		=========================
+
+	This is WSO2 XACML implementation which is based on Sun's XACML Implementation [1] . All further development is done on
+top of the source code of Sun's XACML Implementation. Base source code has been copied from [2] with SVN revision 137.  License of
+Sun's XACML Implementation can be found at here [3]. But in future WSO2 XACML implementation would be released under Apache2 license [4]
+ 
+
+[1] http://sunxacml.sourceforge.net/
+[2] https://sunxacml.svn.sourceforge.net/svnroot/sunxacml/branches/seth
+[3] http://sunxacml.sourceforge.net/license.txt
+[4] http://www.apache.org/licenses/LICENSE-2.0

Deleted: branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/license.txt
URL: http://wso2.org/svn/browse/wso2/None?pathrev=114654

Modified: branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/pom.xml
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/pom.xml?rev=114655&r1=114654&r2=114655&view=diff
==============================================================================
--- branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/pom.xml	(original)
+++ branches/carbon/3.2.0/dependencies/commons/xacml/1.0.0/pom.xml	Fri Oct 21 03:21:07 2011
@@ -1,48 +1,37 @@
 <!--
- Copyright 2003-2007 Sun Microsystems, Inc. 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. Redistribution of source code must retain the above copyright notice,
-      this list of conditions and the following disclaimer.
- 
-   2. Redistribution 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.
-
- Neither the name of Sun Microsystems, Inc. or the names of contributors may
- be used to endorse or promote products derived from this software without
- specific prior written permission.
- 
- This software is provided "AS IS," without a warranty of any kind. ALL
- EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
- ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
- OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN MICROSYSTEMS, INC. ("SUN")
- AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE
- AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS
- DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
- REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
- INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY
- OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE THIS SOFTWARE,
- EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- You acknowledge that this software is not designed or intended for use in
- the design, construction, operation or maintenance of any nuclear facility.
+/*
+*  Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
+*
+*  WSO2 Inc. 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
+*
+*    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">
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>sun-xacml</groupId>
-    <artifactId>sun-xacml</artifactId>
+    <groupId>org.wso2.xacml</groupId>
+    <artifactId>org.wso2.xacml</artifactId>
     <packaging>jar</packaging>
-    <name>sun-xacml</name>
-    <version>2.0.1-wso2v1</version>
+    <name>XACML implementation of WSO2</name>
+    <version>1.0.0</version>
     <description>
-    This is the pom file that defines the build process for the SunXACML
-    open source project.
+    This is the pom file that defines the build process for the WSO2 XACML
+    open source project which is based on the sunxacml http://sunxacml.sourceforge.net/ under the license 
+    http://sunxacml.sourceforge.net/license.txt. But future development is released under Apache2 license
+    http://www.apache.org/licenses/LICENSE-2.0
     </description>
     <url>http://wso2.org</url>
 


More information about the Carbon-commits mailing list