You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2011/08/30 17:33:46 UTC

svn commit: r1163263 - in /incubator/rave/trunk/rave-commons/src/test/resources: test-child.sql test-data.sql

Author: mfranklin
Date: Tue Aug 30 15:33:45 2011
New Revision: 1163263

URL: http://svn.apache.org/viewvc?rev=1163263&view=rev
Log:
Added license header to commons files that were missing it

Modified:
    incubator/rave/trunk/rave-commons/src/test/resources/test-child.sql
    incubator/rave/trunk/rave-commons/src/test/resources/test-data.sql

Modified: incubator/rave/trunk/rave-commons/src/test/resources/test-child.sql
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-commons/src/test/resources/test-child.sql?rev=1163263&r1=1163262&r2=1163263&view=diff
==============================================================================
--- incubator/rave/trunk/rave-commons/src/test/resources/test-child.sql (original)
+++ incubator/rave/trunk/rave-commons/src/test/resources/test-child.sql Tue Aug 30 15:33:45 2011
@@ -1 +1,17 @@
+ -- 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.
 INSERT INTO BAR VALUES('FOO');
\ No newline at end of file

Modified: incubator/rave/trunk/rave-commons/src/test/resources/test-data.sql
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-commons/src/test/resources/test-data.sql?rev=1163263&r1=1163262&r2=1163263&view=diff
==============================================================================
--- incubator/rave/trunk/rave-commons/src/test/resources/test-data.sql (original)
+++ incubator/rave/trunk/rave-commons/src/test/resources/test-data.sql Tue Aug 30 15:33:45 2011
@@ -1,2 +1,18 @@
+ -- 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.
 @@test-child.sql
 INSERT INTO FOO VALUES ('BAR');
\ No newline at end of file