Author: rdonkin
Date: Wed May 20 10:56:31 2009
New Revision: 776658
URL: http://svn.apache.org/viewvc?rev=776658&view=rev
Log:
JAMES-907 Add missing license headers.
https://issues.apache.org/jira/browse/JAMES-907
Modified:
james/server/branches/v2.3/src/java/org/apache/james/mailrepository/MessageInputStream.java
Modified:
james/server/branches/v2.3/src/java/org/apache/james/mailrepository/MessageInputStream.java
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/mailrepository/MessageInputStream.java?rev=776658&r1=776657&r2=776658&view=diff
==============================================================================
---
james/server/branches/v2.3/src/java/org/apache/james/mailrepository/MessageInputStream.java
(original)
+++
james/server/branches/v2.3/src/java/org/apache/james/mailrepository/MessageInputStream.java
Wed May 20 10:56:31 2009
@@ -14,6 +14,25 @@
import java.io.PipedInputStream;
import java.io.PipedOutputStream;
+/****************************************************************
+ * 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 class provides an inputStream for a Mail object.
* If the Mail is larger than 4KB it uses Piped streams and a worker threads
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]