Repository: commons-text Updated Branches: refs/heads/master ae91d3c51 -> 864cf6cf6
chore: adding proper header comment to SingleLookupTranslator Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/864cf6cf Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/864cf6cf Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/864cf6cf Branch: refs/heads/master Commit: 864cf6cf6a645accebeda5cb3dfdbf9d4b910fa7 Parents: ae91d3c Author: Rob Tompkins <[email protected]> Authored: Mon Jan 2 13:30:07 2017 -0500 Committer: Rob Tompkins <[email protected]> Committed: Mon Jan 2 13:30:07 2017 -0500 ---------------------------------------------------------------------- .../text/translate/SingleLookupTranslator.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/864cf6cf/src/main/java/org/apache/commons/text/translate/SingleLookupTranslator.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/text/translate/SingleLookupTranslator.java b/src/main/java/org/apache/commons/text/translate/SingleLookupTranslator.java index e52daf8..2b89e6c 100644 --- a/src/main/java/org/apache/commons/text/translate/SingleLookupTranslator.java +++ b/src/main/java/org/apache/commons/text/translate/SingleLookupTranslator.java @@ -1,3 +1,19 @@ +/* + * 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.translate; import java.io.IOException;
