You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/04/20 15:08:21 UTC

[5/6] [lang] LANG-1167: Added license to top of ReflectionToStringBuilderExcludeNullValuesTest.java

LANG-1167: Added license to top of ReflectionToStringBuilderExcludeNullValuesTest.java


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

Branch: refs/heads/master
Commit: e423b0bc2dea4167ad98fffc1afd9243ba73aad6
Parents: 3c2673e
Author: MarkDacek <ma...@richmond.edu>
Authored: Sat Mar 18 18:49:40 2017 -0400
Committer: MarkDacek <ma...@richmond.edu>
Committed: Sat Mar 18 18:49:40 2017 -0400

----------------------------------------------------------------------
 ...ectionToStringBuilderExcludeNullValuesTest.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e423b0bc/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeNullValuesTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeNullValuesTest.java b/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeNullValuesTest.java
index 7c0c68a..0a91609 100644
--- a/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeNullValuesTest.java
+++ b/src/test/java/org/apache/commons/lang3/builder/ReflectionToStringBuilderExcludeNullValuesTest.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.lang3.builder;
 
 import static org.junit.Assert.*;