Add missing license header for test class This closes #32
Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/40ab2ccf Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/40ab2ccf Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/40ab2ccf Branch: refs/heads/master Commit: 40ab2ccf48eca2d8a019e3264187634af8590484 Parents: 611c3bb Author: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Authored: Sun Dec 24 00:02:37 2017 +1300 Committer: Bruno P. Kinoshita <brunodepau...@yahoo.com.br> Committed: Sun Dec 24 00:02:46 2017 +1300 ---------------------------------------------------------------------- .../tiff/datareaders/DataReaderStripsTest.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/40ab2ccf/src/test/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderStripsTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderStripsTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderStripsTest.java index 42de961..8bcf0c0 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderStripsTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReaderStripsTest.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.imaging.formats.tiff.datareaders; import org.junit.Test;