[Mulgara-svn] r1749 - trunk/src/jar/tuples/java/org/mulgara/store/tuples

pag at mulgara.org pag at mulgara.org
Fri Jul 3 17:31:41 UTC 2009


Author: pag
Date: 2009-07-03 10:31:40 -0700 (Fri, 03 Jul 2009)
New Revision: 1749

Modified:
   trunk/src/jar/tuples/java/org/mulgara/store/tuples/FilteredTuples.java
Log:
Fixed the license

Modified: trunk/src/jar/tuples/java/org/mulgara/store/tuples/FilteredTuples.java
===================================================================
--- trunk/src/jar/tuples/java/org/mulgara/store/tuples/FilteredTuples.java	2009-07-03 17:31:08 UTC (rev 1748)
+++ trunk/src/jar/tuples/java/org/mulgara/store/tuples/FilteredTuples.java	2009-07-03 17:31:40 UTC (rev 1749)
@@ -1,28 +1,17 @@
 /*
- * 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
- * compliance with the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
+ * Copyright 2008 Fedora Commons, Inc.
  *
- * 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.
+ * 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
  *
- * The Original Code is the Kowari Metadata Store.
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
- * 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.]
- *
+ * 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.mulgara.store.tuples;
@@ -48,6 +37,8 @@
 /**
  * Filtering operation. This class wraps another Tuples, removing those elements that don't
  * pass the filter.
+ * @author Paul Gearon
+ * @copyright &copy; 2008 <a href="http://www.fedora-commons.org/">Fedora Commons</a>
  */
 public class FilteredTuples extends AbstractTuples implements ContextOwner {
 




More information about the Mulgara-svn mailing list