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

svn commit: r1807636 - in /maven/plugins/trunk/maven-jmod-plugin/src/it: base-config-cmds/src/main/cmds/ base-config-cmds/src/main/configs/ base-config-headerfiles/src/main/cmds/ base-config-headerfiles/src/main/configs/ base-config-headerfiles/src/mai...

Author: khmarbaise
Date: Thu Sep  7 19:19:47 2017
New Revision: 1807636

URL: http://svn.apache.org/viewvc?rev=1807636&view=rev
Log:
o ease apache-rat by adding appropriate copyright headers.

Modified:
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/cmds/first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/configs/config.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/cmds/first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/configs/config.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/headerfiles/first.h
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/src/main/legalnotices/first.md
    maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/src/main/configs/config.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-directory/non-default-first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-sub-directory/non-default-sub-first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/cmds/first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/cmds/first.sh
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/configs/config.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/headerfiles/first.h
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/non-headerfiles/non-first.h
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/legalnotices/first.md
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/non-legalnotices/non-first.md
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-directory/config.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-sub-directory/config-sub.test
    maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/configs/default-config.test

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/cmds/first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/cmds/first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/cmds/first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/cmds/first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This first.sh should be located into bin directory into the resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/configs/config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/configs/config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/configs/config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-cmds/src/main/configs/config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file which should be located in config/config.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/cmds/first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/cmds/first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/cmds/first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/cmds/first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This first.sh should be located into bin directory into the resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/configs/config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/configs/config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/configs/config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/configs/config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file which should be located in config/config.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/headerfiles/first.h
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/headerfiles/first.h?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/headerfiles/first.h (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-headerfiles/src/main/headerfiles/first.h Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test header file which should be located in include/first.h in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/src/main/legalnotices/first.md
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/src/main/legalnotices/first.md?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/src/main/legalnotices/first.md (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config-legalnotices/src/main/legalnotices/first.md Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test legal notices file which will stay in legal/first.md in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/src/main/configs/config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/src/main/configs/config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/src/main/configs/config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/base-config/src/main/configs/config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file which should be located in config/config.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-directory/non-default-first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-directory/non-default-first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-directory/non-default-first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-directory/non-default-first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This non-default-first.sh should be located into bin directory into the resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-sub-directory/non-default-sub-first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-sub-directory/non-default-sub-first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-sub-directory/non-default-sub-first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/another-sub-directory/non-default-sub-first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This non-default-sub-first.sh should be located into bin directory into the resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/cmds/first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/cmds/first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/cmds/first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-cmds/src/main/cmds/first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This first.sh should never be located into bin directory into the resulting jmod file based on the non default configuration.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/cmds/first.sh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/cmds/first.sh?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/cmds/first.sh (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/cmds/first.sh Thu Sep  7 19:19:47 2017
@@ -1 +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.
+ */
+
 This first.sh should be located into bin directory into the resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/configs/config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/configs/config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/configs/config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/configs/config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file which should be located in config/config.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/headerfiles/first.h
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/headerfiles/first.h?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/headerfiles/first.h (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/headerfiles/first.h Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test header file which should be located in include/first.h in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/non-headerfiles/non-first.h
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/non-headerfiles/non-first.h?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/non-headerfiles/non-first.h (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-headerfiles/src/main/non-headerfiles/non-first.h Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test header file which should be never located in include/first.h in
 resulting jmod file based non default configuration.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/legalnotices/first.md
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/legalnotices/first.md?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/legalnotices/first.md (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/legalnotices/first.md Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test legal notices file which will never be legal/first.md in
 resulting jmod file based on the non default configuration.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/non-legalnotices/non-first.md
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/non-legalnotices/non-first.md?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/non-legalnotices/non-first.md (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config-legalnotices/src/main/non-legalnotices/non-first.md Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test legal notices file which will stay in legal/first.md in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-directory/config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-directory/config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-directory/config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-directory/config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file from another-directory which should be located in config/config.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-sub-directory/config-sub.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-sub-directory/config-sub.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-sub-directory/config-sub.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/another-sub-directory/config-sub.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file from another-sub-directory which should be located in config/config-sub.test in
 resulting jmod file.
\ No newline at end of file

Modified: maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/configs/default-config.test
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/configs/default-config.test?rev=1807636&r1=1807635&r2=1807636&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/configs/default-config.test (original)
+++ maven/plugins/trunk/maven-jmod-plugin/src/it/non-default-config/src/main/configs/default-config.test Thu Sep  7 19:19:47 2017
@@ -1,2 +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.
+ */
+
 Test configuration file which should never be put into the config/config.test in
 resulting jmod file based on the non default configuration.
\ No newline at end of file