Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 15D82200D54 for ; Fri, 8 Dec 2017 07:54:40 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1406D160C0D; Fri, 8 Dec 2017 06:54:40 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5E152160BF2 for ; Fri, 8 Dec 2017 07:54:38 +0100 (CET) Received: (qmail 85706 invoked by uid 500); 8 Dec 2017 06:54:37 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 85697 invoked by uid 99); 8 Dec 2017 06:54:37 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 06:54:37 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 17594F5F9A; Fri, 8 Dec 2017 06:54:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kinow@apache.org To: commits@commons.apache.org Message-Id: <939297d7885b4a65b1cede5004e048dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-imaging git commit: Added missing license headers. Date: Fri, 8 Dec 2017 06:54:36 +0000 (UTC) archived-at: Fri, 08 Dec 2017 06:54:40 -0000 Repository: commons-imaging Updated Branches: refs/heads/master ae548ab33 -> 41d5cf52d Added missing license headers. This closes #31 Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/41d5cf52 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/41d5cf52 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/41d5cf52 Branch: refs/heads/master Commit: 41d5cf52d24f954f7e2b2d2d26c786c1956c68f0 Parents: ae548ab Author: Michael Hausegger Authored: Tue Sep 19 20:54:53 2017 +0200 Committer: Bruno P. Kinoshita Committed: Fri Dec 8 19:53:42 2017 +1300 ---------------------------------------------------------------------- .../commons/imaging/formats/tiff/TiffImageData.java | 1 - .../imaging/formats/wbmp/WbmpImageParser.java | 1 - .../commons/imaging/formats/xbm/XbmImageParser.java | 1 - .../commons/imaging/formats/xpm/XpmImageParser.java | 1 - .../commons/imaging/icc/CachingInputStream.java | 1 - .../org/apache/commons/imaging/ImageDumpTest.java | 16 ++++++++++++++++ .../imaging/common/RgbBufferedImageFactoryTest.java | 16 ++++++++++++++++ .../imaging/common/bytesource/ByteSourceTest.java | 1 - .../common/itu_t4/HuffmanTreeExceptionTest.java | 16 ++++++++++++++++ .../imaging/common/itu_t4/T4_T6_TablesTest.java | 16 ++++++++++++++++ .../commons/imaging/formats/bmp/BmpBaseTest.java | 1 - .../commons/imaging/formats/bmp/BmpReadTest.java | 1 - .../imaging/formats/bmp/BmpWriterRgbTest.java | 16 ++++++++++++++++ .../formats/jpeg/iptc/IptcTypeLookupTest.java | 16 ++++++++++++++++ .../formats/jpeg/segments/JfifSegmentTest.java | 16 ++++++++++++++++ .../imaging/formats/pnm/PbmFileInfoTest.java | 16 ++++++++++++++++ .../imaging/formats/tiff/JpegImageDataTest.java | 16 ++++++++++++++++ .../commons/imaging/formats/tiff/TiffTagsTest.java | 16 ++++++++++++++++ .../formats/tiff/fieldtypes/FieldTypeByteTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoByteTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoSByteTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoSBytesTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoSLongTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoSShortTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoSShortsTest.java | 16 ++++++++++++++++ .../formats/tiff/taginfos/TagInfoUnknownTest.java | 16 ++++++++++++++++ .../commons/imaging/formats/wbmp/WbmpBaseTest.java | 1 - .../commons/imaging/formats/wbmp/WbmpReadTest.java | 1 - .../commons/imaging/formats/xbm/XbmBaseTest.java | 1 - .../commons/imaging/formats/xbm/XbmReadTest.java | 1 - .../commons/imaging/formats/xmp/XmpDumpTest.java | 1 - .../commons/imaging/formats/xmp/XmpUpdateTest.java | 1 - .../commons/imaging/formats/xpm/XpmBaseTest.java | 1 - .../commons/imaging/formats/xpm/XpmReadTest.java | 1 - .../commons/imaging/palette/SimplePaletteTest.java | 16 ++++++++++++++++ .../commons/imaging/roundtrip/RoundtripBase.java | 1 - .../commons/imaging/roundtrip/TestImages.java | 1 - .../imaging/test/util/FileSystemTraversal.java | 1 - 38 files changed, 304 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java index 2996229..19831b7 100644 --- a/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java +++ b/src/main/java/org/apache/commons/imaging/formats/tiff/TiffImageData.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.formats.tiff; import java.io.IOException; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java b/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java index 79b1454..bd1b787 100644 --- a/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java +++ b/src/main/java/org/apache/commons/imaging/formats/wbmp/WbmpImageParser.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.wbmp; import static org.apache.commons.imaging.ImagingConstants.PARAM_KEY_FORMAT; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java b/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java index 757a314..c263dbc 100644 --- a/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java +++ b/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xbm; import static org.apache.commons.imaging.ImagingConstants.PARAM_KEY_FORMAT; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java b/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java index e03c0ca..291d8d2 100644 --- a/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java +++ b/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xpm; import static org.apache.commons.imaging.ImagingConstants.PARAM_KEY_FORMAT; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/main/java/org/apache/commons/imaging/icc/CachingInputStream.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/imaging/icc/CachingInputStream.java b/src/main/java/org/apache/commons/imaging/icc/CachingInputStream.java index 879919a..d580b8a 100644 --- a/src/main/java/org/apache/commons/imaging/icc/CachingInputStream.java +++ b/src/main/java/org/apache/commons/imaging/icc/CachingInputStream.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.icc; import java.io.ByteArrayOutputStream; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/ImageDumpTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/ImageDumpTest.java b/src/test/java/org/apache/commons/imaging/ImageDumpTest.java index 8ee5e0c..4bb9a5d 100644 --- a/src/test/java/org/apache/commons/imaging/ImageDumpTest.java +++ b/src/test/java/org/apache/commons/imaging/ImageDumpTest.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; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/common/RgbBufferedImageFactoryTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/common/RgbBufferedImageFactoryTest.java b/src/test/java/org/apache/commons/imaging/common/RgbBufferedImageFactoryTest.java index a608a7c..12565be 100644 --- a/src/test/java/org/apache/commons/imaging/common/RgbBufferedImageFactoryTest.java +++ b/src/test/java/org/apache/commons/imaging/common/RgbBufferedImageFactoryTest.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.common; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java b/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java index 65f791c..beabeca 100644 --- a/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java +++ b/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceTest.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.common.bytesource; import org.apache.commons.imaging.ImagingTest; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/common/itu_t4/HuffmanTreeExceptionTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/common/itu_t4/HuffmanTreeExceptionTest.java b/src/test/java/org/apache/commons/imaging/common/itu_t4/HuffmanTreeExceptionTest.java index 5d14550..55fdb1b 100644 --- a/src/test/java/org/apache/commons/imaging/common/itu_t4/HuffmanTreeExceptionTest.java +++ b/src/test/java/org/apache/commons/imaging/common/itu_t4/HuffmanTreeExceptionTest.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.common.itu_t4; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/common/itu_t4/T4_T6_TablesTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/common/itu_t4/T4_T6_TablesTest.java b/src/test/java/org/apache/commons/imaging/common/itu_t4/T4_T6_TablesTest.java index 1820011..07bf929 100644 --- a/src/test/java/org/apache/commons/imaging/common/itu_t4/T4_T6_TablesTest.java +++ b/src/test/java/org/apache/commons/imaging/common/itu_t4/T4_T6_TablesTest.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.common.itu_t4; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/bmp/BmpBaseTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpBaseTest.java b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpBaseTest.java index 3305868..819b1e7 100644 --- a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpBaseTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpBaseTest.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.formats.bmp; import java.io.File; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/bmp/BmpReadTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpReadTest.java b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpReadTest.java index 7327cf7..0d22290 100644 --- a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpReadTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpReadTest.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.formats.bmp; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/bmp/BmpWriterRgbTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpWriterRgbTest.java b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpWriterRgbTest.java index 081dd4e..60a4895 100644 --- a/src/test/java/org/apache/commons/imaging/formats/bmp/BmpWriterRgbTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/bmp/BmpWriterRgbTest.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.bmp; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcTypeLookupTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcTypeLookupTest.java b/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcTypeLookupTest.java index 4e66f8a..bc7d878 100644 --- a/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcTypeLookupTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcTypeLookupTest.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.jpeg.iptc; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/jpeg/segments/JfifSegmentTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/jpeg/segments/JfifSegmentTest.java b/src/test/java/org/apache/commons/imaging/formats/jpeg/segments/JfifSegmentTest.java index 65ebfe8..101d1f2 100644 --- a/src/test/java/org/apache/commons/imaging/formats/jpeg/segments/JfifSegmentTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/jpeg/segments/JfifSegmentTest.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.jpeg.segments; import org.apache.commons.imaging.ImageReadException; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/pnm/PbmFileInfoTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/pnm/PbmFileInfoTest.java b/src/test/java/org/apache/commons/imaging/formats/pnm/PbmFileInfoTest.java index b9241cd..f69dea3 100644 --- a/src/test/java/org/apache/commons/imaging/formats/pnm/PbmFileInfoTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/pnm/PbmFileInfoTest.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.pnm; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/JpegImageDataTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/JpegImageDataTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/JpegImageDataTest.java index 7786748..1edecb3 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/JpegImageDataTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/JpegImageDataTest.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; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/TiffTagsTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffTagsTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffTagsTest.java index ef0f81b..78b4bea 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffTagsTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffTagsTest.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; import org.apache.commons.imaging.formats.tiff.taginfos.TagInfo; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeByteTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeByteTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeByteTest.java index d0b2ba4..cf5c71b 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeByteTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/fieldtypes/FieldTypeByteTest.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.fieldtypes; import org.apache.commons.imaging.ImageWriteException; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteTest.java index 17eb219..06d2689 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoByteTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSByteTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSByteTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSByteTest.java index 12bcadc..6515418 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSByteTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSByteTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSBytesTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSBytesTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSBytesTest.java index 60796a7..68b2e7d 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSBytesTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSBytesTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLongTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLongTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLongTest.java index 966bc07..150d369 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLongTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSLongTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortTest.java index 063448b..054c1a6 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortsTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortsTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortsTest.java index 4292d07..e9993d9 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortsTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoSShortsTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoUnknownTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoUnknownTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoUnknownTest.java index e2d2cb0..8091f55 100644 --- a/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoUnknownTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfoUnknownTest.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.taginfos; import org.apache.commons.imaging.formats.tiff.constants.TiffDirectoryType; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpBaseTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpBaseTest.java b/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpBaseTest.java index ff19418..32ff33c 100644 --- a/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpBaseTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpBaseTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.wbmp; import java.io.File; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpReadTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpReadTest.java b/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpReadTest.java index d5318a9..65c69f9 100644 --- a/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpReadTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/wbmp/WbmpReadTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.wbmp; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xbm/XbmBaseTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xbm/XbmBaseTest.java b/src/test/java/org/apache/commons/imaging/formats/xbm/XbmBaseTest.java index e235195..9dde918 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xbm/XbmBaseTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xbm/XbmBaseTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xbm; import java.io.File; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xbm/XbmReadTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xbm/XbmReadTest.java b/src/test/java/org/apache/commons/imaging/formats/xbm/XbmReadTest.java index d45366c..e931b09 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xbm/XbmReadTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xbm/XbmReadTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xbm; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xmp/XmpDumpTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xmp/XmpDumpTest.java b/src/test/java/org/apache/commons/imaging/formats/xmp/XmpDumpTest.java index fc82923..577042a 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xmp/XmpDumpTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xmp/XmpDumpTest.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.formats.xmp; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xmp/XmpUpdateTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xmp/XmpUpdateTest.java b/src/test/java/org/apache/commons/imaging/formats/xmp/XmpUpdateTest.java index 7022f1c..57b2294 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xmp/XmpUpdateTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xmp/XmpUpdateTest.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.formats.xmp; import static org.junit.Assert.assertEquals; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xpm/XpmBaseTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xpm/XpmBaseTest.java b/src/test/java/org/apache/commons/imaging/formats/xpm/XpmBaseTest.java index 7a85f55..7fae8f2 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xpm/XpmBaseTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xpm/XpmBaseTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xpm; import java.io.File; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/formats/xpm/XpmReadTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/formats/xpm/XpmReadTest.java b/src/test/java/org/apache/commons/imaging/formats/xpm/XpmReadTest.java index c9d32a0..981e833 100644 --- a/src/test/java/org/apache/commons/imaging/formats/xpm/XpmReadTest.java +++ b/src/test/java/org/apache/commons/imaging/formats/xpm/XpmReadTest.java @@ -12,7 +12,6 @@ * limitations under the License. * under the License. */ - package org.apache.commons.imaging.formats.xpm; import static org.junit.Assert.assertNotNull; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/palette/SimplePaletteTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/palette/SimplePaletteTest.java b/src/test/java/org/apache/commons/imaging/palette/SimplePaletteTest.java index 831a038..2c8f14a 100644 --- a/src/test/java/org/apache/commons/imaging/palette/SimplePaletteTest.java +++ b/src/test/java/org/apache/commons/imaging/palette/SimplePaletteTest.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.palette; import org.junit.Test; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/roundtrip/RoundtripBase.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/roundtrip/RoundtripBase.java b/src/test/java/org/apache/commons/imaging/roundtrip/RoundtripBase.java index 5b39c25..98d73fc 100644 --- a/src/test/java/org/apache/commons/imaging/roundtrip/RoundtripBase.java +++ b/src/test/java/org/apache/commons/imaging/roundtrip/RoundtripBase.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.roundtrip; import java.awt.image.BufferedImage; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/roundtrip/TestImages.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/roundtrip/TestImages.java b/src/test/java/org/apache/commons/imaging/roundtrip/TestImages.java index 5cb125e..ffd410b 100644 --- a/src/test/java/org/apache/commons/imaging/roundtrip/TestImages.java +++ b/src/test/java/org/apache/commons/imaging/roundtrip/TestImages.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.roundtrip; import java.awt.image.BufferedImage; http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/41d5cf52/src/test/java/org/apache/commons/imaging/test/util/FileSystemTraversal.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/imaging/test/util/FileSystemTraversal.java b/src/test/java/org/apache/commons/imaging/test/util/FileSystemTraversal.java index cf866d3..e71fe5a 100644 --- a/src/test/java/org/apache/commons/imaging/test/util/FileSystemTraversal.java +++ b/src/test/java/org/apache/commons/imaging/test/util/FileSystemTraversal.java @@ -14,7 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.apache.commons.imaging.test.util; import java.io.File;