You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/05/29 01:33:14 UTC

commons-release-plugin git commit: (fix) rat issues

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 25d90a8d0 -> 451f5bd5b


(fix) rat issues


Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/451f5bd5
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/451f5bd5
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/451f5bd5

Branch: refs/heads/master
Commit: 451f5bd5b2204e6b281bd7e79f475970bad5e2f9
Parents: 25d90a8
Author: Rob Tompkins <ch...@apache.org>
Authored: Mon May 28 21:33:07 2018 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Mon May 28 21:33:07 2018 -0400

----------------------------------------------------------------------
 .../commons/release/plugin/velocity/HEADER.vm       | 16 ++++++++++++++++
 .../commons/release/plugin/velocity/README.vm       | 16 ++++++++++++++++
 .../velocity/HeaderHtmlVelocityDelegateTest.java    | 16 ++++++++++++++++
 3 files changed, 48 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/451f5bd5/src/main/resources/org/apache/commons/release/plugin/velocity/HEADER.vm
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/commons/release/plugin/velocity/HEADER.vm b/src/main/resources/org/apache/commons/release/plugin/velocity/HEADER.vm
index a470914..0a3676d 100755
--- a/src/main/resources/org/apache/commons/release/plugin/velocity/HEADER.vm
+++ b/src/main/resources/org/apache/commons/release/plugin/velocity/HEADER.vm
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <h2>Apache Commons Project Distributions</h2>
 
 <p>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/451f5bd5/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
----------------------------------------------------------------------
diff --git a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
index 517cd7c..1c3f364 100755
--- a/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
+++ b/src/main/resources/org/apache/commons/release/plugin/velocity/README.vm
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 <h1>${artifactIdWithFirstLetterscapitalized} v${version}.</h1>
 
 <p>This is the 1.3 version of commons-text. It is available in both binary and source distributions.</p>

http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/451f5bd5/src/test/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegateTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegateTest.java b/src/test/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegateTest.java
index 6da2c53..b49fd5f 100755
--- a/src/test/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegateTest.java
+++ b/src/test/java/org/apache/commons/release/plugin/velocity/HeaderHtmlVelocityDelegateTest.java
@@ -1,3 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.commons.release.plugin.velocity;
 
 import static junit.framework.TestCase.assertTrue;