You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by ap...@apache.org on 2011/01/07 11:25:54 UTC

svn commit: r1056265 - in /incubator/npanday/trunk: ./ site/ site/src/site/ site/src/site/apt/ site/src/site/apt/developers/ site/src/site/apt/developers/design/ site/src/site/apt/guide/ site/src/site/apt/guide/devinfra/ site/src/site/apt/guide/install...

Author: apadilla
Date: Fri Jan  7 11:25:52 2011
New Revision: 1056265

URL: http://svn.apache.org/viewvc?rev=1056265&view=rev
Log:
* updated licenses
* added apache-rat-plugin to release profile to ensure all licenses are valid

Modified:
    incubator/npanday/trunk/pom.xml
    incubator/npanday/trunk/site/pom.xml
    incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm
    incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt
    incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt
    incubator/npanday/trunk/site/src/site/apt/developers/design/asp-projects.apt
    incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt
    incubator/npanday/trunk/site/src/site/apt/developers/design/dotnet-plugins.apt
    incubator/npanday/trunk/site/src/site/apt/developers/design/index.apt
    incubator/npanday/trunk/site/src/site/apt/developers/index.apt
    incubator/npanday/trunk/site/src/site/apt/developers/issue-workflow.apt
    incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt
    incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
    incubator/npanday/trunk/site/src/site/apt/faqs.apt
    incubator/npanday/trunk/site/src/site/apt/features.apt
    incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
    incubator/npanday/trunk/site/src/site/apt/guide/devinfra/continuum.apt
    incubator/npanday/trunk/site/src/site/apt/guide/devinfra/index.apt
    incubator/npanday/trunk/site/src/site/apt/guide/index.apt
    incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
    incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt
    incubator/npanday/trunk/site/src/site/apt/guide/maven/dependencies.apt
    incubator/npanday/trunk/site/src/site/apt/guide/maven/generate-project.apt
    incubator/npanday/trunk/site/src/site/apt/guide/maven/index.apt
    incubator/npanday/trunk/site/src/site/apt/guide/maven/integration-tests.apt
    incubator/npanday/trunk/site/src/site/apt/guide/maven/project-types.apt.vm
    incubator/npanday/trunk/site/src/site/apt/guide/maven/releasing.apt
    incubator/npanday/trunk/site/src/site/apt/guide/reference/supported-dir-structures.apt
    incubator/npanday/trunk/site/src/site/apt/guide/reference/troubleshooting.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/assemblyKey.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/index.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/resyncReferences.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/settings.apt
    incubator/npanday/trunk/site/src/site/apt/guide/vs/webReferences.apt
    incubator/npanday/trunk/site/src/site/apt/index.apt
    incubator/npanday/trunk/site/src/site/apt/release-notes.apt
    incubator/npanday/trunk/site/src/site/assembly/docs.xml
    incubator/npanday/trunk/site/src/site/pdf.xml
    incubator/npanday/trunk/site/src/site/resources/css/site.css
    incubator/npanday/trunk/site/src/site/site.xml
    incubator/npanday/trunk/src/assembly/src.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Fri Jan  7 11:25:52 2011
@@ -233,7 +233,7 @@ under the License.
     <module>misc/npanday-installer</module>	
   </modules>  
   <build> 
-    <plugins> 
+    <plugins>
       <plugin> 
         <groupId>org.apache.maven.plugins</groupId>      
         <artifactId>maven-release-plugin</artifactId>  
@@ -525,6 +525,19 @@ under the License.
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.7</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins> 
       </build>
     </profile>

Modified: incubator/npanday/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/pom.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/pom.xml (original)
+++ incubator/npanday/trunk/site/pom.xml Fri Jan  7 11:25:52 2011
@@ -1,5 +1,23 @@
 <?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> 
   <modelVersion>4.0.0</modelVersion>
   <parent>

Modified: incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/building.apt.vm Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Building NPanday
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/conventions.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  NPanday Conventions
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/debugging-addin.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Debugging the Visual Studio Add-in
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/design/asp-projects.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/design/asp-projects.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/design/asp-projects.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/design/asp-projects.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  NPanday and ASP.NET Projects
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/design/com-references.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  COM References
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/design/dotnet-plugins.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/design/dotnet-plugins.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/design/dotnet-plugins.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/design/dotnet-plugins.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Plugins Written in .NET
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/design/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/design/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/design/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/design/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  NPanday Architecture
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  NPanday Developer's Guide
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/issue-workflow.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/issue-workflow.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/issue-workflow.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/issue-workflow.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  NPanday Developer's Issue Workflow
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/publishing-docs.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Publishing the Documentation
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Releasing NPanday
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/faqs.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/faqs.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/faqs.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/faqs.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
   NPanday FAQ
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/features.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/features.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/features.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/features.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  NPanday Features
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/devinfra/artifact-repository.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Setting up an Artifact Repository
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/devinfra/continuum.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/devinfra/continuum.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/devinfra/continuum.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/devinfra/continuum.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Using Continuum to release .NET projects
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/devinfra/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/devinfra/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/devinfra/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/devinfra/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Using NPanday with your Maven Development Infrastructure
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  -----
  NPanday User's Guide
  -----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/installation/index.apt.vm Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  NPanday .NET Build Tool Installation and Configuration
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/installation/uninstall.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Uninstalling NPanday
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/dependencies.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/dependencies.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/dependencies.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/dependencies.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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 Dependencies
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/generate-project.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/generate-project.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/generate-project.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/generate-project.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Creating a Simple Project
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Maven Command Line Users's Guide
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/integration-tests.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/integration-tests.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/integration-tests.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/integration-tests.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Integration Tests
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/project-types.apt.vm
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/project-types.apt.vm?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/project-types.apt.vm (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/project-types.apt.vm Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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 Types
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/maven/releasing.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/maven/releasing.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/maven/releasing.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/maven/releasing.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Releasing .NET Projects with Maven
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/reference/supported-dir-structures.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/reference/supported-dir-structures.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/reference/supported-dir-structures.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/reference/supported-dir-structures.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Supported Directory Structures
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/reference/troubleshooting.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/reference/troubleshooting.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/reference/troubleshooting.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/reference/troubleshooting.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  -----
  Troubleshooting
  -----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/assemblyKey.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/assemblyKey.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/assemblyKey.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/assemblyKey.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Setting Assembly Keys
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/configureRepository.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Remote Repository Configuration
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/executeGoals.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Executing Maven Goals
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/importing.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Importing Projects
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ----
  Using the NPanday Visual Studio Add-in
  ----

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/quickstart.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Quick Start Guide
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/references.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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 Dependencies
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/resyncReferences.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/resyncReferences.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/resyncReferences.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/resyncReferences.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Making VS Project Files Portable
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/settings.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/settings.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/settings.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/settings.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Using Custom Settings
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/guide/vs/webReferences.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/guide/vs/webReferences.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/guide/vs/webReferences.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/guide/vs/webReferences.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  Web References
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/index.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/index.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/index.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  ------
  NPanday Overview
  ------

Modified: incubator/npanday/trunk/site/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/release-notes.apt?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/release-notes.apt (original)
+++ incubator/npanday/trunk/site/src/site/apt/release-notes.apt Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+#
+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.
+#
  -----
  Release Notes for NPanday 1.2
  -----

Modified: incubator/npanday/trunk/site/src/site/assembly/docs.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/assembly/docs.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/assembly/docs.xml (original)
+++ incubator/npanday/trunk/site/src/site/assembly/docs.xml Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <assembly>
   <id>docs</id>
   <formats>

Modified: incubator/npanday/trunk/site/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/pdf.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/pdf.xml (original)
+++ incubator/npanday/trunk/site/src/site/pdf.xml Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <document outputName="npanday">
 
  <meta>

Modified: incubator/npanday/trunk/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/resources/css/site.css?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/resources/css/site.css (original)
+++ incubator/npanday/trunk/site/src/site/resources/css/site.css Fri Jan  7 11:25:52 2011
@@ -1,3 +1,20 @@
+/*
+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.*/
 #banner {
 /*  background-color: rgb(166, 140, 125);*/
   background-color: white;

Modified: incubator/npanday/trunk/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/site.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/site.xml (original)
+++ incubator/npanday/trunk/site/src/site/site.xml Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+<!--
+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 name="NPanday">
   <bannerRight>
     <name>Apache Software Foundation Incubator</name>

Modified: incubator/npanday/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/src/assembly/src.xml?rev=1056265&r1=1056264&r2=1056265&view=diff
==============================================================================
--- incubator/npanday/trunk/src/assembly/src.xml (original)
+++ incubator/npanday/trunk/src/assembly/src.xml Fri Jan  7 11:25:52 2011
@@ -1,3 +1,21 @@
+<!--
+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.
+-->
 <assembly>
   <id>src</id>
   <formats>



Re: svn commit: r1056265 - in /incubator/npanday/trunk: ./ site/ site/src/site/ site/src/site/apt/ site/src/site/apt/developers/ site/src/site/apt/developers/design/ site/src/site/apt/guide/ site/src/site/apt/guide/devinfra/ site/src/site/apt/guide/install...

Posted by Adelita Padilla <ap...@g2ix.net>.
Hi Brett,


I'll revise the licenses and check on the format.

Thanks,

-- 

liit


----- "Brett Porter" <br...@apache.org> wrote:

> Thanks for doing this!
> 
> However, the licenses in the APT files now appear in the generated
> site. I think you meant to prefix each line with ~~ instead of using
> #. You may also need to put it under the top banners (title, etc) to
> comply with the format - I'm not entirely sure of that.
> 
> Cheers,
> Brett
> 
> On 07/01/2011, at 10:25 PM, apadilla@apache.org wrote:
> 
> > Author: apadilla
> > Date: Fri Jan  7 11:25:52 2011
> > New Revision: 1056265
> > 
> > URL: http://svn.apache.org/viewvc?rev=1056265&view=rev
> > Log:
> > * updated licenses
> > * added apache-rat-plugin to release profile to ensure all licenses
> are valid
> 
> --
> Brett Porter
> brett@apache.org
> http://brettporter.wordpress.com/
> http://au.linkedin.com/in/brettporter

Re: svn commit: r1056265 - in /incubator/npanday/trunk: ./ site/ site/src/site/ site/src/site/apt/ site/src/site/apt/developers/ site/src/site/apt/developers/design/ site/src/site/apt/guide/ site/src/site/apt/guide/devinfra/ site/src/site/apt/guide/install...

Posted by Brett Porter <br...@apache.org>.
Thanks for doing this!

However, the licenses in the APT files now appear in the generated site. I think you meant to prefix each line with ~~ instead of using #. You may also need to put it under the top banners (title, etc) to comply with the format - I'm not entirely sure of that.

Cheers,
Brett

On 07/01/2011, at 10:25 PM, apadilla@apache.org wrote:

> Author: apadilla
> Date: Fri Jan  7 11:25:52 2011
> New Revision: 1056265
> 
> URL: http://svn.apache.org/viewvc?rev=1056265&view=rev
> Log:
> * updated licenses
> * added apache-rat-plugin to release profile to ensure all licenses are valid

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter