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 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +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. +--> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <parent> <artifactId>magma-parent</artifactId> 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-unsubscr...@labs.apache.org For additional commands, e-mail: commits-h...@labs.apache.org