This is an automated email from the ASF dual-hosted git repository.

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-pool.git

commit 62af6a6f91ac2ef4f14fb74a91d55682ccaf23e6
Author: Jeffery Painter <[email protected]>
AuthorDate: Wed Oct 24 19:37:00 2018 +0000

    Minor maven pom cleanup from Eclipse complaints, adding missing license 
headers found from rat report
    
    git-svn-id: 
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/pool@1844788 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml                                          |  1 -
 src/java/org/apache/fulcrum/pool/PoolBuffer.java | 19 +++++++++++++++++++
 src/java/org/apache/fulcrum/pool/Recycler.java   | 19 +++++++++++++++++++
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af95989..1ad71da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,6 @@
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
-                   <version>3.6.1</version>
                    <configuration>
                        <source>${maven.compiler.source}</source>
                        <target>${maven.compiler.target}</target>
diff --git a/src/java/org/apache/fulcrum/pool/PoolBuffer.java 
b/src/java/org/apache/fulcrum/pool/PoolBuffer.java
index 73f54c5..1c1e97d 100644
--- a/src/java/org/apache/fulcrum/pool/PoolBuffer.java
+++ b/src/java/org/apache/fulcrum/pool/PoolBuffer.java
@@ -1,5 +1,24 @@
 package org.apache.fulcrum.pool;
 
+/*
+ * 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.
+ */
+
 import java.lang.reflect.Method;
 import java.util.ArrayList;
 import java.util.Iterator;
diff --git a/src/java/org/apache/fulcrum/pool/Recycler.java 
b/src/java/org/apache/fulcrum/pool/Recycler.java
index 19bb1fc..b078318 100644
--- a/src/java/org/apache/fulcrum/pool/Recycler.java
+++ b/src/java/org/apache/fulcrum/pool/Recycler.java
@@ -1,5 +1,24 @@
 package org.apache.fulcrum.pool;
 
+/*
+ * 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.
+ */
+
 import java.lang.reflect.Method;
 
 /**

Reply via email to