[Mulgara-svn] r1789 - trunk/src/jar/querylang/java/org/mulgara/protocol/http

pag at mulgara.org pag at mulgara.org
Thu Sep 24 21:33:54 UTC 2009


Author: pag
Date: 2009-09-24 14:33:53 -0700 (Thu, 24 Sep 2009)
New Revision: 1789

Modified:
   trunk/src/jar/querylang/java/org/mulgara/protocol/http/LocalTriple.java
   trunk/src/jar/querylang/java/org/mulgara/protocol/http/MulgaraServlet.java
Log:
Fixed license

Modified: trunk/src/jar/querylang/java/org/mulgara/protocol/http/LocalTriple.java
===================================================================
--- trunk/src/jar/querylang/java/org/mulgara/protocol/http/LocalTriple.java	2009-09-24 14:56:54 UTC (rev 1788)
+++ trunk/src/jar/querylang/java/org/mulgara/protocol/http/LocalTriple.java	2009-09-24 21:33:53 UTC (rev 1789)
@@ -1,13 +1,17 @@
 /*
- * 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.opensource.org/licenses/osl-3.0.txt
+ * Copyright 2009 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
+ *
+ * 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.mulgara.protocol.http;

Modified: trunk/src/jar/querylang/java/org/mulgara/protocol/http/MulgaraServlet.java
===================================================================
--- trunk/src/jar/querylang/java/org/mulgara/protocol/http/MulgaraServlet.java	2009-09-24 14:56:54 UTC (rev 1788)
+++ trunk/src/jar/querylang/java/org/mulgara/protocol/http/MulgaraServlet.java	2009-09-24 21:33:53 UTC (rev 1789)
@@ -1,3 +1,19 @@
+/*
+ * Copyright 2008 Fedora Commons, Inc.
+ *
+ * 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.mulgara.protocol.http;
 
 import java.io.IOException;




More information about the Mulgara-svn mailing list