Repository: commons-text Updated Branches: refs/heads/master 5768943f1 -> f8a2b9a3a
[TEXT-113] Add an interpolator string lookup. Add missing license header. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f8a2b9a3 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f8a2b9a3 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f8a2b9a3 Branch: refs/heads/master Commit: f8a2b9a3a66639d473465443230ff84040c99629 Parents: 5768943 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat Feb 10 17:19:03 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat Feb 10 17:19:03 2018 -0700 ---------------------------------------------------------------------- .../commons/text/lookup/NullStringLookup.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/f8a2b9a3/src/main/java/org/apache/commons/text/lookup/NullStringLookup.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/text/lookup/NullStringLookup.java b/src/main/java/org/apache/commons/text/lookup/NullStringLookup.java index befd3bc..53e2fa7 100644 --- a/src/main/java/org/apache/commons/text/lookup/NullStringLookup.java +++ b/src/main/java/org/apache/commons/text/lookup/NullStringLookup.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.text.lookup; /**