You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2013/07/06 16:59:41 UTC

svn commit: r1500292 - /cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties

Author: aadamchik
Date: Sat Jul  6 14:59:41 2013
New Revision: 1500292

URL: http://svn.apache.org/r1500292
Log:
missing license headers

Modified:
    cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties

Modified: cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties?rev=1500292&r1=1500291&r2=1500292&view=diff
==============================================================================
--- cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties (original)
+++ cayenne/main/branches/STABLE-3.1/itests/cayenne-runtime-itest/src/main/resources/log4j.properties Sat Jul  6 14:59:41 2013
@@ -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=WARN, A1
 log4j.appender.A1=org.apache.log4j.ConsoleAppender
 log4j.appender.A1.layout=org.apache.log4j.PatternLayout