You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/06/06 02:06:56 UTC

svn commit: r1490090 - /jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java

Author: rvesse
Date: Thu Jun  6 00:06:56 2013
New Revision: 1490090

URL: http://svn.apache.org/r1490090
Log:
Correct license header

Modified:
    jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java

Modified: jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java?rev=1490090&r1=1490089&r2=1490090&view=diff
==============================================================================
--- jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java (original)
+++ jena/Experimental/jena-jdbc/jena-jdbc-driver-mem/src/test/java/org/apache/jena/jdbc/mem/statements/TestMemStatements.java Thu Jun  6 00:06:56 2013
@@ -1,6 +1,20 @@
-/*
- * Copyright 2013 YarcData LLC All Rights Reserved.
- */ 
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF 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.
+ */
 
 package org.apache.jena.jdbc.mem.statements;
 
@@ -16,7 +30,6 @@ import com.hp.hpl.jena.query.DatasetFact
 
 /**
  * Tests for statements produced by {@link MemConnection} instances
- * @author rvesse
  *
  */
 public class TestMemStatements extends AbstractJenaStatementTests {