You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2009/07/21 02:48:28 UTC

svn commit: r796091 - in /labs/magma/trunk/email-simulator: ./ src/main/java/org/apache/magma/email/ src/main/resources/org/apache/magma/email/ src/main/resources/org/apache/magma/website/developer/

Author: simoneg
Date: Tue Jul 21 00:48:28 2009
New Revision: 796091

URL: http://svn.apache.org/viewvc?rev=796091&view=rev
Log:
LABS-393 : missing Apache headers

Modified:
    labs/magma/trunk/email-simulator/pom.xml
    labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailDump.java
    labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolder.java
    labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolderWebHandler.java
    labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailInterceptor.aj
    labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/InstallEmailListInDeveloper.aj
    labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/dump.vm
    labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/list.vm
    labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/website/developer/emailPanel.vm

Modified: labs/magma/trunk/email-simulator/pom.xml
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/pom.xml?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/pom.xml (original)
+++ labs/magma/trunk/email-simulator/pom.xml Tue Jul 21 00:48:28 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>
@@ -34,4 +50,4 @@
       <version>0.0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailDump.java
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailDump.java?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailDump.java (original)
+++ labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailDump.java Tue Jul 21 00:48:28 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.util.Map;

Modified: labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolder.java
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolder.java?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolder.java (original)
+++ labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolder.java Tue Jul 21 00:48:28 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.util.ArrayList;

Modified: labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolderWebHandler.java
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolderWebHandler.java?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolderWebHandler.java (original)
+++ labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailHolderWebHandler.java Tue Jul 21 00:48:28 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.website.HtmlProducer;

Modified: labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailInterceptor.aj
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailInterceptor.aj?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailInterceptor.aj (original)
+++ labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/EmailInterceptor.aj Tue Jul 21 00:48:28 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.util.Map;

Modified: labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/InstallEmailListInDeveloper.aj
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/InstallEmailListInDeveloper.aj?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/InstallEmailListInDeveloper.aj (original)
+++ labs/magma/trunk/email-simulator/src/main/java/org/apache/magma/email/InstallEmailListInDeveloper.aj Tue Jul 21 00:48:28 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.website.CompoundType;

Modified: labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/dump.vm
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/dump.vm?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/dump.vm (original)
+++ labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/dump.vm Tue Jul 21 00:48:28 2009
@@ -1,4 +1,20 @@
 <h1>Mail $index</h1>
+<!-- 
+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.
+-->
 <div>
   <dl>   
 #foreach($field in $mail.dump.keySet())
@@ -6,4 +22,4 @@
   	<dd>$mail.dump.get($field)</dd>
 #end
   </dl>
-</div>
\ No newline at end of file
+</div>

Modified: labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/list.vm
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/list.vm?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/list.vm (original)
+++ labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/email/list.vm Tue Jul 21 00:48:28 2009
@@ -1,4 +1,20 @@
 <h1>E-mails</h1>
+<!-- 
+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.
+-->
 <p>
   <table>
     <thead>
@@ -18,4 +34,4 @@
       #end
     </tbody>
   </table>
-</p>
\ No newline at end of file
+</p>

Modified: labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/website/developer/emailPanel.vm
URL: http://svn.apache.org/viewvc/labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/website/developer/emailPanel.vm?rev=796091&r1=796090&r2=796091&view=diff
==============================================================================
--- labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/website/developer/emailPanel.vm (original)
+++ labs/magma/trunk/email-simulator/src/main/resources/org/apache/magma/website/developer/emailPanel.vm Tue Jul 21 00:48:28 2009
@@ -1,4 +1,20 @@
 <b>E-mail</b>
+<!-- 
+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.
+-->
 <ul>
     <li><a href="emails/list">List sent emails</a></li>
 </ul>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org