Repository: commons-cli
Updated Branches:
  refs/heads/master 23d13f5c3 -> 34fe9e525


add apache license header to existing-readable.file to make rat check pass


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

Branch: refs/heads/master
Commit: 3637948608c5fa1d465f4b97da915ea8e0f1774f
Parents: 23d13f5
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Tue Aug 1 19:25:46 2017 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Tue Aug 1 19:25:46 2017 +0200

----------------------------------------------------------------------
 src/test/resources/existing-readable.file | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/36379486/src/test/resources/existing-readable.file
----------------------------------------------------------------------
diff --git a/src/test/resources/existing-readable.file 
b/src/test/resources/existing-readable.file
index 5c3118d..2e0deb9 100644
--- a/src/test/resources/existing-readable.file
+++ b/src/test/resources/existing-readable.file
@@ -1 +1,16 @@
+# 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.
+
 dummy file

Reply via email to