Author: simoneg
Date: Tue Jul 21 02:15:58 2009
New Revision: 796120

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

Modified:
    
labs/magma/trunk/beans-richtext/src/test/resources/org/apache/magma/beans/wordmess.html
    labs/magma/trunk/fragment-content-domain/pom.xml
    labs/magma/trunk/fragment-content-main-domain/pom.xml
    labs/magma/trunk/fragment-content-main-web/pom.xml
    labs/magma/trunk/fragment-content-order-domain/pom.xml
    labs/magma/trunk/fragment-content-order-web/pom.xml
    labs/magma/trunk/fragment-content-web/pom.xml
    labs/magma/trunk/fragment-google-ads-xhtml/pom.xml
    labs/magma/trunk/fragment-google-analytics/pom.xml
    labs/magma/trunk/fragment-user-domain/pom.xml
    labs/magma/trunk/fragment-user-web/pom.xml
    labs/magma/trunk/magma-domain-archetype/pom.xml
    
labs/magma/trunk/magma-domain-archetype/src/main/resources/META-INF/maven/__archetype.xml
    
labs/magma/trunk/magma-domain-archetype/src/main/resources/archetype-resources/pom.xml
    labs/magma/trunk/magma-webcomponent-archetype/pom.xml
    
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/META-INF/maven/__archetype.xml
    
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/archetype-resources/pom.xml
    
labs/magma/trunk/website-administration-inline/src/main/resources/org/apache/magma/website/admin/inlinedAdminTemplate.html
    
labs/magma/trunk/website-administration/src/main/resources/org/apache/magma/website/admin/adminTemplate.html
    labs/magma/trunk/website-dojo-textareas-youtubevideo/pom.xml

Modified: 
labs/magma/trunk/beans-richtext/src/test/resources/org/apache/magma/beans/wordmess.html
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/beans-richtext/src/test/resources/org/apache/magma/beans/wordmess.html?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/beans-richtext/src/test/resources/org/apache/magma/beans/wordmess.html
 (original)
+++ 
labs/magma/trunk/beans-richtext/src/test/resources/org/apache/magma/beans/wordmess.html
 Tue Jul 21 02:15:58 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.
+-->
 <P class=MsoNormal
        style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; mso-hyphenate: none">
 <?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />
@@ -64,4 +80,4 @@
 <A href="http://www.birmaniademocratica.org/";><U><FONT color=#800080 
size=3>zzzz</FONT></U></A><o:p></o:p></SPAN></B></P>
 <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; TEXT-ALIGN: justify; 
mso-layout-grid-align: none">
 <SPAN style="FONT-FAMILY: Arial; mso-ansi-language: IT; mso-bidi-font-family: 
'Times New Roman'"><o:p>
-<FONT color=#000000 size=3> </FONT></o:p></SPAN></P>
\ No newline at end of file
+<FONT color=#000000 size=3> </FONT></o:p></SPAN></P>

Modified: labs/magma/trunk/fragment-content-domain/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-domain/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-domain/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,84 +1,100 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-       <groupId>org.apache.magma</groupId>
-       <artifactId>magma-parent</artifactId>
-       <version>2</version>
-  </parent>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-domain</artifactId>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <packaging>magma</packaging>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-beans</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>beans-richtext</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-beans-view</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-database</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>database-openjpa</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-i18n</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-validation</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>   
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.4</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
-   <repositories>      
-    <repository>
-      <id>semeru-snaps</id>
-      <name>Semeru snapshots</name>
-      <url>http://svn.semeru.it/maven-snaps</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </repository>
-  </repositories>      
-   <pluginRepositories>        
-    <pluginRepository>
-      <id>semeru-snaps</id>
-      <name>Semeru snapshots</name>
-      <url>http://svn.semeru.it/maven-snaps</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-    </pluginRepository>
-  </pluginRepositories>
-  
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+       <groupId>org.apache.magma</groupId>
+       <artifactId>magma-parent</artifactId>
+       <version>2</version>
+  </parent>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-domain</artifactId>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <packaging>magma</packaging>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-beans</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>beans-richtext</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-beans-view</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-database</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>database-openjpa</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-i18n</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-validation</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>   
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.4</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
+   <repositories>      
+    <repository>
+      <id>semeru-snaps</id>
+      <name>Semeru snapshots</name>
+      <url>http://svn.semeru.it/maven-snaps</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>      
+   <pluginRepositories>        
+    <pluginRepository>
+      <id>semeru-snaps</id>
+      <name>Semeru snapshots</name>
+      <url>http://svn.semeru.it/maven-snaps</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
+  
+</project>

Modified: labs/magma/trunk/fragment-content-main-domain/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-main-domain/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-main-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-main-domain/pom.xml Tue Jul 21 02:15:58 
2009
@@ -1,21 +1,37 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>magma-parent</artifactId>
-    <groupId>org.apache.magma</groupId>
-    <version>2</version>
-  </parent>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-main-domain</artifactId>
-  <packaging>magma</packaging>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-domain</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-  </dependencies>
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>magma-parent</artifactId>
+    <groupId>org.apache.magma</groupId>
+    <version>2</version>
+  </parent>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-main-domain</artifactId>
+  <packaging>magma</packaging>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-domain</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+  </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-content-main-web/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-main-web/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-main-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-main-web/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,26 +1,42 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>magma-parent</artifactId>
-    <groupId>org.apache.magma</groupId>
-    <version>2</version>
-  </parent>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-main-web</artifactId>
-  <packaging>magma</packaging>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-web</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-main-domain</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-  </dependencies>
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>magma-parent</artifactId>
+    <groupId>org.apache.magma</groupId>
+    <version>2</version>
+  </parent>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-main-web</artifactId>
+  <packaging>magma</packaging>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-web</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-main-domain</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+  </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-content-order-domain/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-order-domain/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-order-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-content-order-domain/pom.xml Tue Jul 21 02:15:58 
2009
@@ -1,21 +1,37 @@
-<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>
-    <groupId>org.apache.magma</groupId>
-    <version>2</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-order-domain</artifactId>
-  <packaging>magma</packaging>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-domain</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-  </dependencies>
-</project>
+<!-- 
+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>
+    <groupId>org.apache.magma</groupId>
+    <version>2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-order-domain</artifactId>
+  <packaging>magma</packaging>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-domain</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+  </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-content-order-web/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-order-web/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-order-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-order-web/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,21 +1,37 @@
-<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>
-    <groupId>org.apache.magma</groupId>
-    <version>2</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-order-web</artifactId>
-  <packaging>magma</packaging>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-web</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-  </dependencies>
-</project>
+<!-- 
+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>
+    <groupId>org.apache.magma</groupId>
+    <version>2</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-order-web</artifactId>
+  <packaging>magma</packaging>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-web</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+  </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-content-web/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-content-web/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-content-web/pom.xml (original)
+++ labs/magma/trunk/fragment-content-web/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,51 +1,67 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-       <groupId>org.apache.magma</groupId>
-       <artifactId>magma-parent</artifactId>
-       <version>2</version>
-  </parent>    
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-content-web</artifactId>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <packaging>magma</packaging>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-content-domain</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-website</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-beans-view</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-database</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-beansview</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-velocity</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-             <groupId>org.apache.magma</groupId>
-             <artifactId>website-administration</artifactId>
-             <version>0.0.2-SNAPSHOT</version>
-           </dependency>               
-       </dependencies>
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+       <groupId>org.apache.magma</groupId>
+       <artifactId>magma-parent</artifactId>
+       <version>2</version>
+  </parent>    
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-content-web</artifactId>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <packaging>magma</packaging>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-content-domain</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-website</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-beans-view</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-database</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-beansview</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-velocity</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+             <groupId>org.apache.magma</groupId>
+             <artifactId>website-administration</artifactId>
+             <version>0.0.2-SNAPSHOT</version>
+           </dependency>               
+       </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-google-ads-xhtml/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-ads-xhtml/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-ads-xhtml/pom.xml (original)
+++ labs/magma/trunk/fragment-google-ads-xhtml/pom.xml Tue Jul 21 02:15:58 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.
+-->
 <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>
@@ -21,4 +37,4 @@
       <version>0.0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: labs/magma/trunk/fragment-google-analytics/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-google-analytics/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-google-analytics/pom.xml (original)
+++ labs/magma/trunk/fragment-google-analytics/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,27 +1,43 @@
-<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";>
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.apache.magma</groupId>
-               <artifactId>magma-parent</artifactId>
-               <version>2</version>
-       </parent>               
-       <groupId>org.apache.magma</groupId>
-       <artifactId>fragment-google-analytics</artifactId>
-       <version>0.0.2-SNAPSHOT</version>
-       <name>Google Analytics Fragment</name>
-       <packaging>magma</packaging> 
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-website</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-velocity</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
-</project>
+<!-- 
+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";>
+       <modelVersion>4.0.0</modelVersion>
+       <parent>
+               <groupId>org.apache.magma</groupId>
+               <artifactId>magma-parent</artifactId>
+               <version>2</version>
+       </parent>               
+       <groupId>org.apache.magma</groupId>
+       <artifactId>fragment-google-analytics</artifactId>
+       <version>0.0.2-SNAPSHOT</version>
+       <name>Google Analytics Fragment</name>
+       <packaging>magma</packaging> 
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-website</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-velocity</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+       </dependencies>
+</project>

Modified: labs/magma/trunk/fragment-user-domain/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-user-domain/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-user-domain/pom.xml (original)
+++ labs/magma/trunk/fragment-user-domain/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,42 +1,58 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-       <groupId>org.apache.magma</groupId>
-       <artifactId>magma-parent</artifactId>
-       <version>2</version>
-  </parent>
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-user-domain</artifactId>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <packaging>magma</packaging>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-beans</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-beans-view</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-database</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-validation</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>   
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.4</version>
-                       <scope>test</scope>
-               </dependency>           
-       </dependencies>  
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+       <groupId>org.apache.magma</groupId>
+       <artifactId>magma-parent</artifactId>
+       <version>2</version>
+  </parent>
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-user-domain</artifactId>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <packaging>magma</packaging>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-beans</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-beans-view</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-database</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-validation</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>   
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.4</version>
+                       <scope>test</scope>
+               </dependency>           
+       </dependencies>  
+</project>

Modified: labs/magma/trunk/fragment-user-web/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/fragment-user-web/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/fragment-user-web/pom.xml (original)
+++ labs/magma/trunk/fragment-user-web/pom.xml Tue Jul 21 02:15:58 2009
@@ -1,62 +1,78 @@
-<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";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-       <groupId>org.apache.magma</groupId>
-       <artifactId>magma-parent</artifactId>
-       <version>2</version>
-  </parent>    
-  <groupId>org.apache.magma</groupId>
-  <artifactId>fragment-user-web</artifactId>
-  <name/>
-  <version>0.0.2-SNAPSHOT</version>
-  <packaging>magma</packaging>
-  <description/>
-  <dependencies>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>fragment-user-domain</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-website</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-beansview</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-email</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>           
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-velocity</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-validation</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>   
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>foundation-database</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>   
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.4</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.apache.magma</groupId>
-                       <artifactId>website-administration</artifactId>
-                       <version>0.0.2-SNAPSHOT</version>
-               </dependency>           
-       </dependencies>
-</project>
+<!-- 
+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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+       <groupId>org.apache.magma</groupId>
+       <artifactId>magma-parent</artifactId>
+       <version>2</version>
+  </parent>    
+  <groupId>org.apache.magma</groupId>
+  <artifactId>fragment-user-web</artifactId>
+  <name/>
+  <version>0.0.2-SNAPSHOT</version>
+  <packaging>magma</packaging>
+  <description/>
+  <dependencies>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>fragment-user-domain</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-website</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-beansview</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-email</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>           
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-velocity</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-validation</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>   
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>foundation-database</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>   
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.4</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.magma</groupId>
+                       <artifactId>website-administration</artifactId>
+                       <version>0.0.2-SNAPSHOT</version>
+               </dependency>           
+       </dependencies>
+</project>

Modified: labs/magma/trunk/magma-domain-archetype/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-domain-archetype/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/magma-domain-archetype/pom.xml (original)
+++ labs/magma/trunk/magma-domain-archetype/pom.xml Tue Jul 21 02:15:58 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.
+-->
 <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";>

Modified: 
labs/magma/trunk/magma-domain-archetype/src/main/resources/META-INF/maven/__archetype.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-domain-archetype/src/main/resources/META-INF/maven/__archetype.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/magma-domain-archetype/src/main/resources/META-INF/maven/__archetype.xml
 (original)
+++ 
labs/magma/trunk/magma-domain-archetype/src/main/resources/META-INF/maven/__archetype.xml
 Tue Jul 21 02:15:58 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.
+-->
 <archetype>
   <id>magma-domain-archetype</id>
   <sources>

Modified: 
labs/magma/trunk/magma-domain-archetype/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-domain-archetype/src/main/resources/archetype-resources/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/magma-domain-archetype/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
labs/magma/trunk/magma-domain-archetype/src/main/resources/archetype-resources/pom.xml
 Tue Jul 21 02:15:58 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.
+-->
 <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";>

Modified: labs/magma/trunk/magma-webcomponent-archetype/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-webcomponent-archetype/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/magma-webcomponent-archetype/pom.xml (original)
+++ labs/magma/trunk/magma-webcomponent-archetype/pom.xml Tue Jul 21 02:15:58 
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.
+-->
 <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";>

Modified: 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/META-INF/maven/__archetype.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/META-INF/maven/__archetype.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/META-INF/maven/__archetype.xml
 (original)
+++ 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/META-INF/maven/__archetype.xml
 Tue Jul 21 02:15:58 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.
+-->
 <archetype>
   <id>maven-webcomponent-archetype</id>
   <sources>
@@ -9,4 +25,4 @@
     <resource>src/main/resources/count.vm</resource>
     <resource>src/main/resources/sideBox.vm</resource>
   </resources>
-</archetype>
\ No newline at end of file
+</archetype>

Modified: 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/archetype-resources/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
labs/magma/trunk/magma-webcomponent-archetype/src/main/resources/archetype-resources/pom.xml
 Tue Jul 21 02:15:58 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.
+-->
 <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";>

Modified: 
labs/magma/trunk/website-administration-inline/src/main/resources/org/apache/magma/website/admin/inlinedAdminTemplate.html
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/website-administration-inline/src/main/resources/org/apache/magma/website/admin/inlinedAdminTemplate.html?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/website-administration-inline/src/main/resources/org/apache/magma/website/admin/inlinedAdminTemplate.html
 (original)
+++ 
labs/magma/trunk/website-administration-inline/src/main/resources/org/apache/magma/website/admin/inlinedAdminTemplate.html
 Tue Jul 21 02:15:58 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.
+-->
 <html>
   <head>
     <link rel="stylesheet" href="inlinedAdminTemplate.css" type="text/css"/>
@@ -6,4 +22,4 @@
     <div id="zoneMain"></div>
     <div id="zoneRight"></div>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: 
labs/magma/trunk/website-administration/src/main/resources/org/apache/magma/website/admin/adminTemplate.html
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/website-administration/src/main/resources/org/apache/magma/website/admin/adminTemplate.html?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- 
labs/magma/trunk/website-administration/src/main/resources/org/apache/magma/website/admin/adminTemplate.html
 (original)
+++ 
labs/magma/trunk/website-administration/src/main/resources/org/apache/magma/website/admin/adminTemplate.html
 Tue Jul 21 02:15:58 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.
+-->
 <html>
   <head>
     <link rel="stylesheet" href="adminTemplate.css" type="text/css"/>
@@ -10,4 +26,4 @@
            <div id="zoneRight" class="fa-item"></div>
        </div>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: labs/magma/trunk/website-dojo-textareas-youtubevideo/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/magma/trunk/website-dojo-textareas-youtubevideo/pom.xml?rev=796120&r1=796119&r2=796120&view=diff
==============================================================================
--- labs/magma/trunk/website-dojo-textareas-youtubevideo/pom.xml (original)
+++ labs/magma/trunk/website-dojo-textareas-youtubevideo/pom.xml Tue Jul 21 
02:15:58 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.
+-->
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to