COMMONSRDF-33 log4j.properties ASF license header
Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/a423c41a Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/a423c41a Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/a423c41a Branch: refs/heads/jena Commit: a423c41ac1b280d845a64c0f2494cb6e7f0d4f53 Parents: 059aa82 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Sep 28 14:57:02 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Sep 28 14:57:02 2016 +0100 ---------------------------------------------------------------------- jena/src/test/resources/log4j.properties | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/a423c41a/jena/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/jena/src/test/resources/log4j.properties b/jena/src/test/resources/log4j.properties index 5cedb50..794559f 100644 --- a/jena/src/test/resources/log4j.properties +++ b/jena/src/test/resources/log4j.properties @@ -1,3 +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. log4j.rootLogger=INFO, stdlog log4j.appender.stdlog=org.apache.log4j.ConsoleAppender
