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:52 UTC

[23/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@1759696 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/5764b627
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/5764b627
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/5764b627

Branch: refs/heads/master
Commit: 5764b6270287a74d31cb83f70ab38bdd916e619e
Parents: 1bf9e6c
Author: Benedikt Ritter <br...@apache.org>
Authored: Wed Sep 7 20:20:04 2016 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Wed Sep 7 20:20:04 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/5764b627/src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java b/src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java
index 7eb6208..78ce239 100644
--- a/src/test/java/org/apache/commons/cli/bug/BugCLI265Test.java
+++ b/src/test/java/org/apache/commons/cli/bug/BugCLI265Test.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.CommandLine;