You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/02/26 08:24:55 UTC

svn commit: r1293757 - in /incubator/hama/branches/0.4: LICENSE.txt core/pom.xml dist/pom.xml examples/pom.xml graph/pom.xml pom.xml

Author: edwardyoon
Date: Sun Feb 26 07:24:55 2012
New Revision: 1293757

URL: http://svn.apache.org/viewvc?rev=1293757&view=rev
Log:
Add license

Modified:
    incubator/hama/branches/0.4/LICENSE.txt
    incubator/hama/branches/0.4/core/pom.xml
    incubator/hama/branches/0.4/dist/pom.xml
    incubator/hama/branches/0.4/examples/pom.xml
    incubator/hama/branches/0.4/graph/pom.xml
    incubator/hama/branches/0.4/pom.xml

Modified: incubator/hama/branches/0.4/LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/LICENSE.txt?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/LICENSE.txt (original)
+++ incubator/hama/branches/0.4/LICENSE.txt Sun Feb 26 07:24:55 2012
@@ -413,3 +413,72 @@ Definitions. 
 
 NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) The code released under the CDDL shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. 
 
+--
+W3C® SOFTWARE NOTICE AND LICENSE
+http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+This work (and included software, documentation such as READMEs, or other
+related items) is being provided by the copyright holders under the following
+license. By obtaining, using and/or copying this work, you (the licensee) agree
+that you have read, understood, and will comply with the following terms and
+conditions.
+
+Permission to copy, modify, and distribute this software and its documentation,
+with or without modification, for any purpose and without fee or royalty is
+hereby granted, provided that you include the following on ALL copies of the
+software and documentation or portions thereof, including modifications:
+
+  1. The full text of this NOTICE in a location viewable to users of the
+     redistributed or derivative work. 
+  2. Any pre-existing intellectual property disclaimers, notices, or terms
+     and conditions. If none exist, the W3C Software Short Notice should be
+     included (hypertext is preferred, text is permitted) within the body
+     of any redistributed or derivative code.
+  3. Notice of any changes or modifications to the files, including the date
+     changes were made. (We recommend you provide URIs to the location from
+     which the code is derived.)
+     
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE
+NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
+TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
+THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
+PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
+CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in advertising or
+publicity pertaining to the software without specific, written prior permission.
+Title to copyright in this software and any associated documentation will at
+all times remain with copyright holders.
+
+____________________________________
+
+This formulation of W3C's notice and license became active on December 31 2002.
+This version removes the copyright ownership notice such that this license can
+be used with materials other than those owned by the W3C, reflects that ERCIM
+is now a host of the W3C, includes references to this specific dated version of
+the license, and removes the ambiguous grant of "use". Otherwise, this version
+is the same as the previous version and is written so as to preserve the Free
+Software Foundation's assessment of GPL compatibility and OSI's certification
+under the Open Source Definition. Please see our Copyright FAQ for common
+questions about using materials from our site, including specific terms and
+conditions for packages like libwww, Amaya, and Jigsaw. Other questions about
+this notice can be directed to site-policy@w3.org.
+ 
+Joseph Reagle <si...@w3.org> 
+
+This license came from: http://www.megginson.com/SAX/copying.html
+  However please note future versions of SAX may be covered 
+  under http://saxproject.org/?selected=pd
+
+SAX2 is Free!
+
+I hereby abandon any property rights to SAX 2.0 (the Simple API for
+XML), and release all of the SAX 2.0 source code, compiled code, and
+documentation contained in this distribution into the Public Domain.
+SAX comes with NO WARRANTY or guarantee of fitness for any
+purpose.
+
+David Megginson, david@megginson.com
+2000-05-05

Modified: incubator/hama/branches/0.4/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/core/pom.xml?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/core/pom.xml (original)
+++ incubator/hama/branches/0.4/core/pom.xml Sun Feb 26 07:24:55 2012
@@ -20,23 +20,23 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-core</artifactId>
   <name>core</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core
+      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/core/tags/hama-parent-0.4.0-incubating-SNAPSHOT/core
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core
+      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/core/tags/hama-parent-0.4.0-incubating-SNAPSHOT/core
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent/hama-core</url>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/hama-parent-0.4.0-incubating-SNAPSHOT/hama-core</url>
   </scm>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/dist/pom.xml?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/dist/pom.xml (original)
+++ incubator/hama/branches/0.4/dist/pom.xml Sun Feb 26 07:24:55 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
   
   <artifactId>hama-dist</artifactId>

Modified: incubator/hama/branches/0.4/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/examples/pom.xml?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/examples/pom.xml (original)
+++ incubator/hama/branches/0.4/examples/pom.xml Sun Feb 26 07:24:55 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-examples</artifactId>
   <name>examples</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/graph/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/graph/pom.xml?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/graph/pom.xml (original)
+++ incubator/hama/branches/0.4/graph/pom.xml Sun Feb 26 07:24:55 2012
@@ -20,14 +20,14 @@
   <parent>
     <groupId>org.apache.hama</groupId>
     <artifactId>hama-parent</artifactId>
-    <version>0.4.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-graph</artifactId>
   <name>graph</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <packaging>jar</packaging>
 
   <dependencies>

Modified: incubator/hama/branches/0.4/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/branches/0.4/pom.xml?rev=1293757&r1=1293756&r2=1293757&view=diff
==============================================================================
--- incubator/hama/branches/0.4/pom.xml (original)
+++ incubator/hama/branches/0.4/pom.xml Sun Feb 26 07:24:55 2012
@@ -27,7 +27,7 @@
   <groupId>org.apache.hama</groupId>
   <artifactId>hama-parent</artifactId>
   <name>Apache Hama parent POM</name>
-  <version>0.4.0-incubating-SNAPSHOT</version>
+  <version>0.4.0-incubating</version>
   <url>http://incubator.apache.org/hama</url>
   <packaging>pom</packaging>
   <prerequisites>
@@ -76,12 +76,12 @@
   </licenses>
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/incubator/hama
+      scm:svn:http://svn.apache.org/repos/asf/incubator/hama/tags/hama-parent-0.4.0-incubating-SNAPSHOT
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/incubator/hama
+      scm:svn:https://svn.apache.org/repos/asf/incubator/hama/tags/hama-parent-0.4.0-incubating-SNAPSHOT
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/pom/tags/apache-8/hama-parent</url>
+    <url>http://svn.apache.org/viewvc/maven/pom/tags/hama-parent-0.4.0-incubating-SNAPSHOT</url>
   </scm>
 
   <properties>