You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/10/19 10:09:49 UTC

svn commit: r1632884 - in /maven/site/trunk/content/apt: guides/mini/guide-ide-netbeans/ plugin-developers/ plugin-developers/cookbook/ run-maven/ shared/ skins/ users/

Author: hboutemy
Date: Sun Oct 19 08:09:49 2014
New Revision: 1632884

URL: http://svn.apache.org/r1632884
Log:
added license headers

Modified:
    maven/site/trunk/content/apt/guides/mini/guide-ide-netbeans/guide-ide-netbeans.apt
    maven/site/trunk/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt
    maven/site/trunk/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt
    maven/site/trunk/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt
    maven/site/trunk/content/apt/plugin-developers/cookbook/generate-assembly.apt
    maven/site/trunk/content/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt
    maven/site/trunk/content/apt/plugin-developers/index.apt
    maven/site/trunk/content/apt/run-maven/index.apt
    maven/site/trunk/content/apt/shared/index.apt
    maven/site/trunk/content/apt/skins/index.apt
    maven/site/trunk/content/apt/users/getting-help.apt
    maven/site/trunk/content/apt/users/index.apt

Modified: maven/site/trunk/content/apt/guides/mini/guide-ide-netbeans/guide-ide-netbeans.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/mini/guide-ide-netbeans/guide-ide-netbeans.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/mini/guide-ide-netbeans/guide-ide-netbeans.apt (original)
+++ maven/site/trunk/content/apt/guides/mini/guide-ide-netbeans/guide-ide-netbeans.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
     2005-08-09
     ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Using Maven 2 in NetBeans 4.0 (4.1 and 5.0)
 
     This mini guide explain by examples how to use Maven 2 in NetBeans IDE.

Modified: maven/site/trunk/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/cookbook/add-build-time-to-manifest.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2008-01-01
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Cookbook: How To Add Build Time To A JAR Manifest?
 
 * Summary

Modified: maven/site/trunk/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/cookbook/add-svn-revision-to-manifest.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2008-01-01
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Cookbook: How To Add SVN Revision To A JAR Manifest?
 
 * Summary

Modified: maven/site/trunk/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/cookbook/attach-source-javadoc-artifacts.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2008-01-01
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Cookbook: How to attach source and javadoc artifacts?
 
 * Summary

Modified: maven/site/trunk/content/apt/plugin-developers/cookbook/generate-assembly.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/cookbook/generate-assembly.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/cookbook/generate-assembly.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/cookbook/generate-assembly.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2008-01-01
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Cookbook: How To Generate Assembly?
 
 * Summary

Modified: maven/site/trunk/content/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/cookbook/plexus-plugin-upgrade.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2012-06-02
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Cookbook: How To Upgrade from Plexus Javadoc Tags to Plexus Java Annotations?
 
 * Summary

Modified: maven/site/trunk/content/apt/plugin-developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugin-developers/index.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/plugin-developers/index.apt (original)
+++ maven/site/trunk/content/apt/plugin-developers/index.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2008-01-01
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Plugin Developers Centre
 
   This documentation centre is for those that are developing Maven plugins. This might be for your own build, or as

Modified: maven/site/trunk/content/apt/run-maven/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/run-maven/index.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/run-maven/index.apt (original)
+++ maven/site/trunk/content/apt/run-maven/index.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2006-11-03
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Building a Project with Maven
 
   This document centre is for those that have the source code to a project that builds with Maven, and would like to

Modified: maven/site/trunk/content/apt/shared/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/shared/index.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/shared/index.apt (original)
+++ maven/site/trunk/content/apt/shared/index.apt Sun Oct 19 08:09:49 2014
@@ -7,6 +7,26 @@
  2012-11-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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Shared Components
 
 

Modified: maven/site/trunk/content/apt/skins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/skins/index.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/skins/index.apt (original)
+++ maven/site/trunk/content/apt/skins/index.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2012-04-05
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Skins
 
   The following table lists skins that are available for you to use in your

Modified: maven/site/trunk/content/apt/users/getting-help.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/users/getting-help.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/users/getting-help.apt (original)
+++ maven/site/trunk/content/apt/users/getting-help.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,25 @@
  2007-07-24
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
 
 Getting Help
 

Modified: maven/site/trunk/content/apt/users/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/users/index.apt?rev=1632884&r1=1632883&r2=1632884&view=diff
==============================================================================
--- maven/site/trunk/content/apt/users/index.apt (original)
+++ maven/site/trunk/content/apt/users/index.apt Sun Oct 19 08:09:49 2014
@@ -6,6 +6,26 @@
  2006-11-03
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Maven Users Centre
 
   This documentation centre is for those that have decided to use Maven to build their project, and would like to get