You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/07/17 20:34:37 UTC

svn commit: r1504227 - in /manifoldcf/trunk/test-materials/alfresco-4-war/src/main: resources/alfresco/extension/dev-log4j.properties resources/log4j.properties webapp/WEB-INF/web.xml

Author: kwright
Date: Wed Jul 17 18:34:37 2013
New Revision: 1504227

URL: http://svn.apache.org/r1504227
Log:
Attach appropriate apache headers to the checked-in configuration files.  Part of CONNECTORS-755.

Modified:
    manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties
    manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties
    manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml

Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties?rev=1504227&r1=1504226&r2=1504227&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/alfresco/extension/dev-log4j.properties Wed Jul 17 18:34:37 2013
@@ -1,2 +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.
+
 # You can add here custom log4j classes. This will be merged with the main log4j.properties
 # See http://wiki.alfresco.com/wiki/Developing_an_Alfresco_Module#Best_Log4j_Configuration_Practices
\ No newline at end of file

Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties?rev=1504227&r1=1504226&r2=1504227&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/resources/log4j.properties Wed Jul 17 18:34:37 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.
+
 # This is a full override of Alfresco 4.2.b log4j.properties
 # This file overwrites the alfresco.war log4j.properties
 

Modified: manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml?rev=1504227&r1=1504226&r2=1504227&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WEB-INF/web.xml Wed Jul 17 18:34:37 2013
@@ -4,6 +4,23 @@
   "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
   "http://java.sun.com/dtd/web-app_2_3.dtd">
 
+<!--
+ 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.
+-->
+
 <web-app>
    <display-name>Alfresco Web Client</display-name>