Repository: commons-pool
Updated Branches:
  refs/heads/master 78477eb77 -> 2bc516e96


Add missing headers.

Project: http://git-wip-us.apache.org/repos/asf/commons-pool/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-pool/commit/2bc516e9
Tree: http://git-wip-us.apache.org/repos/asf/commons-pool/tree/2bc516e9
Diff: http://git-wip-us.apache.org/repos/asf/commons-pool/diff/2bc516e9

Branch: refs/heads/master
Commit: 2bc516e96ef847dbac5d87b023a16770e0880bac
Parents: 78477eb
Author: Gary Gregory <ggreg...@apache.org>
Authored: Tue Oct 24 19:08:39 2017 -0600
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Tue Oct 24 19:08:39 2017 -0600

----------------------------------------------------------------------
 .../java/org/apache/commons/pool2/PoolTest.java    | 17 +++++++++++++++++
 .../impl/TestSynchronizedPooledObjectFactory.java  | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-pool/blob/2bc516e9/src/test/java/org/apache/commons/pool2/PoolTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/pool2/PoolTest.java 
b/src/test/java/org/apache/commons/pool2/PoolTest.java
index 4484979..0a96feb 100644
--- a/src/test/java/org/apache/commons/pool2/PoolTest.java
+++ b/src/test/java/org/apache/commons/pool2/PoolTest.java
@@ -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.
+ */
+
 package org.apache.commons.pool2;
 
 import static org.junit.Assert.assertFalse;

http://git-wip-us.apache.org/repos/asf/commons-pool/blob/2bc516e9/src/test/java/org/apache/commons/pool2/impl/TestSynchronizedPooledObjectFactory.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestSynchronizedPooledObjectFactory.java
 
b/src/test/java/org/apache/commons/pool2/impl/TestSynchronizedPooledObjectFactory.java
index 13d0b24..6087fdc 100644
--- 
a/src/test/java/org/apache/commons/pool2/impl/TestSynchronizedPooledObjectFactory.java
+++ 
b/src/test/java/org/apache/commons/pool2/impl/TestSynchronizedPooledObjectFactory.java
@@ -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.
+ */
+
 package org.apache.commons.pool2.impl;
 
 import java.util.concurrent.locks.ReentrantReadWriteLock;

Reply via email to