You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/06/08 17:36:49 UTC

[20/50] [abbrv] commons-cli git commit: Add missing ALv2 header

Add missing ALv2 header

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1759671 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: fccdd04f642163c097eed7de124d04281e9a7976
Parents: bbaf99f
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Sep 7 19:29:47 2016 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Sep 7 19:29:47 2016 +0000

----------------------------------------------------------------------
 .../org/apache/commons/cli/bug/BugCLI266Test.java  | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/fccdd04f/src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java b/src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java
index 5d3a6c4..372b413 100644
--- a/src/test/java/org/apache/commons/cli/bug/BugCLI266Test.java
+++ b/src/test/java/org/apache/commons/cli/bug/BugCLI266Test.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.cli.bug;
 
 import org.apache.commons.cli.HelpFormatter;