You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/11/27 14:41:36 UTC

[commons-vfs] 03/04: Add missing license header.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit a85edd203c78df8e81d1829f187e003e68b5d96b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 27 09:40:57 2021 -0500

    Add missing license header.
---
 .../apache/commons/vfs2/filter/TestFalseFileFilter.java  | 16 ++++++++++++++++
 .../apache/commons/vfs2/filter/TestTrueFileFilter.java   | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestFalseFileFilter.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestFalseFileFilter.java
index b2f92bf..4eeb62f 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestFalseFileFilter.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestFalseFileFilter.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.vfs2.filter;
 
 import org.apache.commons.vfs2.FileFilter;
diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestTrueFileFilter.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestTrueFileFilter.java
index 08d995a..5af90ec 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestTrueFileFilter.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/filter/TestTrueFileFilter.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.vfs2.filter;
 
 import org.apache.commons.vfs2.FileFilter;