Author: felixk
Date: Wed Sep 28 17:58:07 2011
New Revision: 1176991
URL: http://svn.apache.org/viewvc?rev=1176991&view=rev
Log:
Add license header / add to exclude for rat check
Modified:
james/mailbox/trunk/pom.xml
james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/maildir.properties
Modified: james/mailbox/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/pom.xml?rev=1176991&r1=1176990&r2=1176991&view=diff
==============================================================================
--- james/mailbox/trunk/pom.xml (original)
+++ james/mailbox/trunk/pom.xml Wed Sep 28 17:58:07 2011
@@ -296,6 +296,7 @@
<!-- Generated by Maven -->
<exclude>release.properties</exclude>
<exclude>dist/**/*</exclude>
+ <exclude>**/derby.log</exclude>
<!-- Eclipse -->
<exclude>**/.*</exclude>
<exclude>.*/**/*</exclude>
Modified:
james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/maildir.properties
URL:
http://svn.apache.org/viewvc/james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/maildir.properties?rev=1176991&r1=1176990&r2=1176991&view=diff
==============================================================================
---
james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/maildir.properties
(original)
+++
james/mailbox/trunk/spring/src/main/resources/META-INF/org/apache/james/maildir.properties
Wed Sep 28 17:58:07 2011
@@ -1 +1,19 @@
+# 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.
+#
+
maildir.folder=../var/store/maildir/%domain/%user
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]