You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/07/05 20:43:02 UTC

[2/2] orc git commit: ORC-78. Add missing license headers. (omalley)

ORC-78. Add missing license headers. (omalley)

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/1b5544f7
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/1b5544f7
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/1b5544f7

Branch: refs/heads/branch-1.1
Commit: 1b5544f7eb1d046e3d59449c3de3a608453f41d5
Parents: 98fc562
Author: Owen O'Malley <om...@apache.org>
Authored: Tue Jul 5 13:41:28 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Jul 5 13:41:28 2016 -0700

----------------------------------------------------------------------
 c++/Doxyfile                                       | 12 ++++++++++++
 java/core/src/test/resources/log4j.properties      | 12 ++++++++++++
 java/mapreduce/src/test/resources/log4j.properties | 12 ++++++++++++
 3 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/1b5544f7/c++/Doxyfile
----------------------------------------------------------------------
diff --git a/c++/Doxyfile b/c++/Doxyfile
index 39fc4f7..3d8ea4d 100644
--- a/c++/Doxyfile
+++ b/c++/Doxyfile
@@ -1,3 +1,15 @@
+# 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.
+
 # Doxyfile 1.8.7
 
 # This file describes the settings to be used by the documentation system

http://git-wip-us.apache.org/repos/asf/orc/blob/1b5544f7/java/core/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/java/core/src/test/resources/log4j.properties b/java/core/src/test/resources/log4j.properties
index d5e89c3..d2c063d 100644
--- a/java/core/src/test/resources/log4j.properties
+++ b/java/core/src/test/resources/log4j.properties
@@ -1,3 +1,15 @@
+# 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.
+
 log4j.rootLogger=WARN,stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

http://git-wip-us.apache.org/repos/asf/orc/blob/1b5544f7/java/mapreduce/src/test/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/java/mapreduce/src/test/resources/log4j.properties b/java/mapreduce/src/test/resources/log4j.properties
index d5e89c3..d2c063d 100644
--- a/java/mapreduce/src/test/resources/log4j.properties
+++ b/java/mapreduce/src/test/resources/log4j.properties
@@ -1,3 +1,15 @@
+# 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.
+
 log4j.rootLogger=WARN,stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender