Author: bago
Date: Sun Sep 24 13:24:07 2006
New Revision: 449474
URL: http://svn.apache.org/viewvc?view=rev&rev=449474
Log:
Added few missing license headers
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/OnlyText.java
james/server/trunk/src/java/org/apache/james/transport/mailets/ReplaceContent.java
james/server/trunk/src/java/org/apache/james/transport/mailets/UnwrapText.java
james/server/trunk/src/java/org/apache/james/transport/mailets/WrapText.java
james/server/trunk/src/java/org/apache/james/util/mailet/FlowedMessageUtils.java
james/server/trunk/src/java/org/apache/james/util/mailet/StringUtils.java
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/OnlyText.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/OnlyText.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/OnlyText.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/OnlyText.java
Sun Sep 24 13:24:07 2006
@@ -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.transport.mailets;
import org.apache.mailet.GenericMailet;
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/ReplaceContent.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/ReplaceContent.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/ReplaceContent.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/ReplaceContent.java
Sun Sep 24 13:24:07 2006
@@ -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.transport.mailets;
import org.apache.james.util.mailet.StringUtils;
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/UnwrapText.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/UnwrapText.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/UnwrapText.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/UnwrapText.java
Sun Sep 24 13:24:07 2006
@@ -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.transport.mailets;
import org.apache.james.util.mailet.FlowedMessageUtils;
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/WrapText.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/WrapText.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/WrapText.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/WrapText.java
Sun Sep 24 13:24:07 2006
@@ -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.transport.mailets;
import org.apache.james.util.mailet.FlowedMessageUtils;
Modified:
james/server/trunk/src/java/org/apache/james/util/mailet/FlowedMessageUtils.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/util/mailet/FlowedMessageUtils.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
---
james/server/trunk/src/java/org/apache/james/util/mailet/FlowedMessageUtils.java
(original)
+++
james/server/trunk/src/java/org/apache/james/util/mailet/FlowedMessageUtils.java
Sun Sep 24 13:24:07 2006
@@ -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.util.mailet;
import javax.mail.Message;
Modified:
james/server/trunk/src/java/org/apache/james/util/mailet/StringUtils.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/util/mailet/StringUtils.java?view=diff&rev=449474&r1=449473&r2=449474
==============================================================================
--- james/server/trunk/src/java/org/apache/james/util/mailet/StringUtils.java
(original)
+++ james/server/trunk/src/java/org/apache/james/util/mailet/StringUtils.java
Sun Sep 24 13:24:07 2006
@@ -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.util.mailet;
import java.security.MessageDigest;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]