Repository: commons-collections
Updated Branches:
  refs/heads/master a424d2ff1 -> 2ec7843b9


[PATCH] Fix Rat check - add missing licence header. Closes #58.

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

Branch: refs/heads/master
Commit: 2ec7843b940424bdb7e0cf0093062dff67946d5d
Parents: a424d2f
Author: Nandor Kollar <nkol...@cloudera.com>
Authored: Tue Nov 13 15:18:43 2018 -0700
Committer: Gary Gregory <ggreg...@rocketsoftware.com>
Committed: Tue Nov 13 15:18:43 2018 -0700

----------------------------------------------------------------------
 .../collections4/list/Collections701Test.java       | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/2ec7843b/src/test/java/org/apache/commons/collections4/list/Collections701Test.java
----------------------------------------------------------------------
diff --git 
a/src/test/java/org/apache/commons/collections4/list/Collections701Test.java 
b/src/test/java/org/apache/commons/collections4/list/Collections701Test.java
index f0b92f7..118369c 100644
--- a/src/test/java/org/apache/commons/collections4/list/Collections701Test.java
+++ b/src/test/java/org/apache/commons/collections4/list/Collections701Test.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.collections4.list;
 
 import java.util.ArrayList;

Reply via email to