Repository: james-project Updated Branches: refs/heads/master 0af4d200f -> 8b970f59d
IMAP-370 Missing license Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8a292171 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8a292171 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8a292171 Branch: refs/heads/master Commit: 8a292171f63472ac362a8a3f980f62a01a56baa7 Parents: 0af4d20 Author: Benoit Tellier <[email protected]> Authored: Wed Feb 24 16:57:45 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Fri Mar 4 19:32:17 2016 +0700 ---------------------------------------------------------------------- .../james/imap/message/request/MoveRequest.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8a292171/protocols/imap/src/main/java/org/apache/james/imap/message/request/MoveRequest.java ---------------------------------------------------------------------- diff --git a/protocols/imap/src/main/java/org/apache/james/imap/message/request/MoveRequest.java b/protocols/imap/src/main/java/org/apache/james/imap/message/request/MoveRequest.java index 3f5370f..9015ea0 100644 --- a/protocols/imap/src/main/java/org/apache/james/imap/message/request/MoveRequest.java +++ b/protocols/imap/src/main/java/org/apache/james/imap/message/request/MoveRequest.java @@ -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. * + ****************************************************************/ + package org.apache.james.imap.message.request; import org.apache.james.imap.api.ImapCommand; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
