[Mulgara-svn] r221 - trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix

pag at mulgara.org pag at mulgara.org
Wed Apr 11 21:34:27 UTC 2007


Author: pag
Date: 2007-04-11 16:34:26 -0500 (Wed, 11 Apr 2007)
New Revision: 221

Modified:
   trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolver.java
   trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolverFactory.java
   trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/TuplesWrapperResolution.java
Log:
Updated the license on code I have copyright for

Modified: trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolver.java
===================================================================
--- trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolver.java	2007-04-09 15:43:50 UTC (rev 220)
+++ trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolver.java	2007-04-11 21:34:26 UTC (rev 221)
@@ -1,30 +1,13 @@
 /*
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.1 (the "License"); you may not use this file except in
+ * The contents of this file are subject to the Open Software License
+ * Version 3.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.mozilla.org/MPL/
+ * http://www.opensource.org/licenses/osl-3.0.txt
  *
  * Software distributed under the License is distributed on an "AS IS"
  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  * the License for the specific language governing rights and limitations
  * under the License.
- *
- * The Original Code is the Kowari Metadata Store.
- *
- * The Initial Developer of the Original Code is Plugged In Software Pty
- * Ltd (http://www.pisoftware.com, mailto:info at pisoftware.com). Portions
- * created by Plugged In Software Pty Ltd are Copyright (C) 2001,2002
- * Plugged In Software Pty Ltd. All Rights Reserved.
- *
- * Contributor(s):
- *   getModel() contributed by Netymon Pty Ltd on behalf of
- *   The Australian Commonwealth Government under contract 4500507038.
- *
- * [NOTE: The text of this Exhibit A may differ slightly from the text
- * of the notices in the Source Code files of the Original Code. You
- * should use the text of this Exhibit A rather than the text found in the
- * Original Code Source Code for Your Modifications.]
- *
  */
 
 package org.mulgara.resolver.prefix;
@@ -58,11 +41,11 @@
  * Resolves constraints accessible through a session.
  *
  * @created 2005-4-19
- * @author <a href="mailto:gearon at users.sourceforge.net">Paul Gearon</a>
- * @version $Revision: 1.1 $
- * @modified $Date: 2005/05/15 00:58:05 $ @maintenanceAuthor $Author: pgearon $
+ * @author <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
+ * @version $Revision: $
+ * @modified $Date: $ @maintenanceAuthor $Author: $
  * @copyright &copy; 2005 <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
- * @licence <a href="{@docRoot}/../../LICENCE">Mozilla Public License v1.1</a>
+ * @licence <a href="{@docRoot}/../../LICENCE.txt">Open Software License v3.0</a>
  */
 public class PrefixResolver implements Resolver
 {

Modified: trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolverFactory.java
===================================================================
--- trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolverFactory.java	2007-04-09 15:43:50 UTC (rev 220)
+++ trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/PrefixResolverFactory.java	2007-04-11 21:34:26 UTC (rev 221)
@@ -1,28 +1,13 @@
 /*
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.1 (the "License"); you may not use this file except in
+ * The contents of this file are subject to the Open Software License
+ * Version 3.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.mozilla.org/MPL/
+ * http://www.opensource.org/licenses/osl-3.0.txt
  *
  * Software distributed under the License is distributed on an "AS IS"
  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  * the License for the specific language governing rights and limitations
  * under the License.
- *
- * The Original Code is the Kowari Metadata Store.
- *
- * The Initial Developer of the Original Code is Plugged In Software Pty
- * Ltd (http://www.pisoftware.com, mailto:info at pisoftware.com). Portions
- * created by Plugged In Software Pty Ltd are Copyright (C) 2001,2002
- * Plugged In Software Pty Ltd. All Rights Reserved.
- *
- * Contributor(s): N/A.
- *
- * [NOTE: The text of this Exhibit A may differ slightly from the text
- * of the notices in the Source Code files of the Original Code. You
- * should use the text of this Exhibit A rather than the text found in the
- * Original Code Source Code for Your Modifications.]
- *
  */
 
 package org.mulgara.resolver.prefix;
@@ -44,11 +29,11 @@
  * Factory for a resolver that gets type information from the string pool
  *
  * @created 2005-4-19
- * @author <a href="mailto:gearon at users.sourceforge.net">Paul Gearon</a>
- * @version $Revision: 1.1 $
- * @modified $Date: 2005/05/15 00:58:05 $ @maintenanceAuthor $Author: pgearon $
+ * @author <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
+ * @version $Revision: $
+ * @modified $Date: $ @maintenanceAuthor $Author: $
  * @copyright &copy; 2005 <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
- * @licence <a href="{@docRoot}/../../LICENCE">Mozilla Public License v1.1</a>
+ * @licence <a href="{@docRoot}/../../LICENCE.txt">Open Software License v3.0</a>
  */
 public class PrefixResolverFactory implements ResolverFactory
 {

Modified: trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/TuplesWrapperResolution.java
===================================================================
--- trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/TuplesWrapperResolution.java	2007-04-09 15:43:50 UTC (rev 220)
+++ trunk/src/jar/resolver-prefix/java/org/mulgara/resolver/prefix/TuplesWrapperResolution.java	2007-04-11 21:34:26 UTC (rev 221)
@@ -1,28 +1,13 @@
 /*
- * The contents of this file are subject to the Mozilla Public License
- * Version 1.1 (the "License"); you may not use this file except in
+ * The contents of this file are subject to the Open Software License
+ * Version 3.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.mozilla.org/MPL/
+ * http://www.opensource.org/licenses/osl-3.0.txt
  *
  * Software distributed under the License is distributed on an "AS IS"
  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  * the License for the specific language governing rights and limitations
  * under the License.
- *
- * The Original Code is the Kowari Metadata Store.
- *
- * The Initial Developer of the Original Code is Plugged In Software Pty
- * Ltd (http://www.pisoftware.com, mailto:info at pisoftware.com). Portions
- * created by Plugged In Software Pty Ltd are Copyright (C) 2001,2002
- * Plugged In Software Pty Ltd. All Rights Reserved.
- *
- * Contributor(s): N/A.
- *
- * [NOTE: The text of this Exhibit A may differ slightly from the text
- * of the notices in the Source Code files of the Original Code. You
- * should use the text of this Exhibit A rather than the text found in the
- * Original Code Source Code for Your Modifications.]
- *
  */
 
 package org.mulgara.resolver.prefix;
@@ -45,13 +30,11 @@
  * A {@link Resolution} which wraps a Tuples object.
  *
  * @created 2004-10-28
- * @author Paul Gearon
- * @version $Revision: 1.2 $
- * @modified $Date: 2005/05/16 11:07:07 $ @maintenanceAuthor $Author: amuys $
- * @company <a href="mailto:info at tucanatech.com">Plugged In Software</a>
- * @copyright &copy;2004 <a href="http://www.tucanatech.com/">Tucana
- *   Technologies, Inc.</a>
- * @licence <a href="{@docRoot}/../../LICENCE">Mozilla Public License v1.1</a>
+ * @author <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
+ * @version $Revision: $
+ * @modified $Date: $ @maintenanceAuthor $Author: $
+ * @copyright &copy; 2005 <a href="mailto:pgearon at users.sourceforge.net">Paul Gearon</a>
+ * @licence <a href="{@docRoot}/../../LICENCE">Open Software License v3.0</a>
  */
 class TuplesWrapperResolution implements Resolution {
 




More information about the Mulgara-svn mailing list