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

[02/50] [abbrv] commons-cli git commit: Add missing license header

Add missing license header

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1685375 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/3bd90dfd
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/3bd90dfd
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/3bd90dfd

Branch: refs/heads/master
Commit: 3bd90dfd1fd65ff4ae6cf90379e33576c597cbb7
Parents: 085a153
Author: Benedikt Ritter <br...@apache.org>
Authored: Sun Jun 14 09:50:14 2015 +0000
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sun Jun 14 09:50:14 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/3bd90dfd/src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java b/src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java
index 53b80ce..4631085 100644
--- a/src/test/java/org/apache/commons/cli/bug/BugCLI252Test.java
+++ b/src/test/java/org/apache/commons/cli/bug/BugCLI252Test.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.*;