You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/08/02 19:40:59 UTC

svn commit: r1153216 - in /james/app/branches/3_0_beta3/src/mpt: adduser.mpt john.smith.sieve

Author: rdonkin
Date: Tue Aug  2 17:40:58 2011
New Revision: 1153216

URL: http://svn.apache.org/viewvc?rev=1153216&view=rev
Log:
Added license headers for protocol smoke tests unintentionally missed.

Modified:
    james/app/branches/3_0_beta3/src/mpt/adduser.mpt
    james/app/branches/3_0_beta3/src/mpt/john.smith.sieve

Modified: james/app/branches/3_0_beta3/src/mpt/adduser.mpt
URL: http://svn.apache.org/viewvc/james/app/branches/3_0_beta3/src/mpt/adduser.mpt?rev=1153216&r1=1153215&r2=1153216&view=diff
==============================================================================
--- james/app/branches/3_0_beta3/src/mpt/adduser.mpt (original)
+++ james/app/branches/3_0_beta3/src/mpt/adduser.mpt Tue Aug  2 17:40:58 2011
@@ -1,3 +1,22 @@
+################################################################
+# 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.                                           #
+################################################################
+
 S: JAMES Remote Administration Tool.*
 S: Please enter your login and password
 S: Login id:
@@ -16,4 +35,4 @@ S: User john.smith a.*
 C: removemapping support@example.org john.smith@localhost
 S: .*
 C: addmapping support@example.org john.smith@localhost
-S: Adding mapping successful: true
\ No newline at end of file
+S: Adding mapping successful: true

Modified: james/app/branches/3_0_beta3/src/mpt/john.smith.sieve
URL: http://svn.apache.org/viewvc/james/app/branches/3_0_beta3/src/mpt/john.smith.sieve?rev=1153216&r1=1153215&r2=1153216&view=diff
==============================================================================
--- james/app/branches/3_0_beta3/src/mpt/john.smith.sieve (original)
+++ james/app/branches/3_0_beta3/src/mpt/john.smith.sieve Tue Aug  2 17:40:58 2011
@@ -1,6 +1,25 @@
+################################################################
+# 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.                                           #
+################################################################
+
 require ["fileinto"];
 
 if header :is "Subject" "Hello"
 {
    fileinto "sub";
-}
\ No newline at end of file
+}



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org