Author: simoneg
Date: Tue Jul 21 00:55:32 2009
New Revision: 796096
URL: http://svn.apache.org/viewvc?rev=796096&view=rev
Log:
LABS-393 : missing Apache headers
Modified:
labs/magma/trunk/foundation-email/pom.xml
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/Email.java
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/InitEmail.aj
Modified: labs/magma/trunk/foundation-email/pom.xml
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/foundation-email/pom.xml?rev=796096&r1=796095&r2=796096&view=diff
==============================================================================
--- labs/magma/trunk/foundation-email/pom.xml (original)
+++ labs/magma/trunk/foundation-email/pom.xml Tue Jul 21 00:55:32 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 xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>magma-parent</artifactId>
Modified:
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/Email.java
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/Email.java?rev=796096&r1=796095&r2=796096&view=diff
==============================================================================
---
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/Email.java
(original)
+++
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/Email.java
Tue Jul 21 00:55:32 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 org.apache.magma.settings.Settings;
Modified:
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/InitEmail.aj
URL:
http://svn.apache.org/viewvc/labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/InitEmail.aj?rev=796096&r1=796095&r2=796096&view=diff
==============================================================================
---
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/InitEmail.aj
(original)
+++
labs/magma/trunk/foundation-email/src/main/java/org/apache/magma/email/InitEmail.aj
Tue Jul 21 00:55:32 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;
public aspect InitEmail {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]