Return-Path: Delivered-To: apmail-labs-commits-archive@minotaur.apache.org Received: (qmail 65253 invoked from network); 21 Jul 2009 00:37:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jul 2009 00:37:23 -0000 Received: (qmail 82915 invoked by uid 500); 21 Jul 2009 00:38:28 -0000 Delivered-To: apmail-labs-commits-archive@labs.apache.org Received: (qmail 82789 invoked by uid 500); 21 Jul 2009 00:38:28 -0000 Mailing-List: contact commits-help@labs.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: labs@labs.apache.org Delivered-To: mailing list commits@labs.apache.org Received: (qmail 82780 invoked by uid 99); 21 Jul 2009 00:38:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:38:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jul 2009 00:38:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A4A12388902; Tue, 21 Jul 2009 00:38:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r796090 - in /labs/magma/trunk/email-commons: pom.xml src/main/java/org/apache/magma/email/CommonsEmail.java src/main/java/org/apache/magma/email/InstallCommonsEmails.aj Date: Tue, 21 Jul 2009 00:38:06 -0000 To: commits@labs.apache.org From: simoneg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090721003806.4A4A12388902@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simoneg Date: Tue Jul 21 00:38:05 2009 New Revision: 796090 URL: http://svn.apache.org/viewvc?rev=796090&view=rev Log: LABS-393 : missing Apache headers Modified: labs/magma/trunk/email-commons/pom.xml labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/CommonsEmail.java labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/InstallCommonsEmails.aj Modified: labs/magma/trunk/email-commons/pom.xml URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-commons/pom.xml?rev=796090&r1=796089&r2=796090&view=diff ============================================================================== --- labs/magma/trunk/email-commons/pom.xml (original) +++ labs/magma/trunk/email-commons/pom.xml Tue Jul 21 00:38:05 2009 @@ -1,4 +1,20 @@ + magma-parent Modified: labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/CommonsEmail.java URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/CommonsEmail.java?rev=796090&r1=796089&r2=796090&view=diff ============================================================================== --- labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/CommonsEmail.java (original) +++ labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/CommonsEmail.java Tue Jul 21 00:38:05 2009 @@ -1,3 +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. + */ package org.apache.magma.email; import java.io.UnsupportedEncodingException; Modified: labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/InstallCommonsEmails.aj URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/InstallCommonsEmails.aj?rev=796090&r1=796089&r2=796090&view=diff ============================================================================== --- labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/InstallCommonsEmails.aj (original) +++ labs/magma/trunk/email-commons/src/main/java/org/apache/magma/email/InstallCommonsEmails.aj Tue Jul 21 00:38:05 2009 @@ -1,3 +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. + */ package org.apache.magma.email; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org For additional commands, e-mail: commits-help@labs.apache.org