diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..2fca0bb1e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,6 @@
+[submodule "wiki"]
+ path = wiki
+ url = https://github.com/drewnoakes/metadata-extractor.wiki
+[submodule "wiki-images"]
+ path = wiki-images
+ url = https://github.com/drewnoakes/metadata-extractor-images.wiki.git
diff --git a/LICENSE b/LICENSE
index 571532914..8d1876c87 100644
--- a/LICENSE
+++ b/LICENSE
@@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2002-2017 Drew Noakes
+ Copyright 2002-2019 Drew Noakes and contributors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index c66c4d421..b5ae9f0e5 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The easiest way is to install the library via its [Maven package](http://search.
com.drewnoakes
metadata-extractor
- 2.11.0
+ 2.12.0
```
diff --git a/Samples/com/drew/metadata/GeoTagMapBuilder.java b/Samples/com/drew/metadata/GeoTagMapBuilder.java
index cd4de5ad0..44221e2bf 100644
--- a/Samples/com/drew/metadata/GeoTagMapBuilder.java
+++ b/Samples/com/drew/metadata/GeoTagMapBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Samples/com/drew/metadata/SampleUsage.java b/Samples/com/drew/metadata/SampleUsage.java
index 4d7900bf9..8f777c041 100644
--- a/Samples/com/drew/metadata/SampleUsage.java
+++ b/Samples/com/drew/metadata/SampleUsage.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Samples/com/drew/metadata/XmpSample.java b/Samples/com/drew/metadata/XmpSample.java
index f52459cf3..3661a55e0 100644
--- a/Samples/com/drew/metadata/XmpSample.java
+++ b/Samples/com/drew/metadata/XmpSample.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/FileType.java b/Source/com/drew/imaging/FileType.java
index 95dcb7fda..fd2b283d2 100644
--- a/Source/com/drew/imaging/FileType.java
+++ b/Source/com/drew/imaging/FileType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/FileTypeDetector.java b/Source/com/drew/imaging/FileTypeDetector.java
index b33dd0d07..c1ffeaf5b 100644
--- a/Source/com/drew/imaging/FileTypeDetector.java
+++ b/Source/com/drew/imaging/FileTypeDetector.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/ImageMetadataReader.java b/Source/com/drew/imaging/ImageMetadataReader.java
index 9a3dd0bd0..628ec9e50 100644
--- a/Source/com/drew/imaging/ImageMetadataReader.java
+++ b/Source/com/drew/imaging/ImageMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/ImageProcessingException.java b/Source/com/drew/imaging/ImageProcessingException.java
index 0d15ebad5..2399e20b0 100644
--- a/Source/com/drew/imaging/ImageProcessingException.java
+++ b/Source/com/drew/imaging/ImageProcessingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/PhotographicConversions.java b/Source/com/drew/imaging/PhotographicConversions.java
index 19a3a5c60..ff9927a73 100644
--- a/Source/com/drew/imaging/PhotographicConversions.java
+++ b/Source/com/drew/imaging/PhotographicConversions.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/avi/AviMetadataReader.java b/Source/com/drew/imaging/avi/AviMetadataReader.java
index a6f943865..a076b14c5 100644
--- a/Source/com/drew/imaging/avi/AviMetadataReader.java
+++ b/Source/com/drew/imaging/avi/AviMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/bmp/BmpMetadataReader.java b/Source/com/drew/imaging/bmp/BmpMetadataReader.java
index b2e0066a9..74e8ea787 100644
--- a/Source/com/drew/imaging/bmp/BmpMetadataReader.java
+++ b/Source/com/drew/imaging/bmp/BmpMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/gif/GifMetadataReader.java b/Source/com/drew/imaging/gif/GifMetadataReader.java
index c684f271c..0cf7bb539 100644
--- a/Source/com/drew/imaging/gif/GifMetadataReader.java
+++ b/Source/com/drew/imaging/gif/GifMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/heif/HeifHandler.java b/Source/com/drew/imaging/heif/HeifHandler.java
index 0dd544da1..318493129 100644
--- a/Source/com/drew/imaging/heif/HeifHandler.java
+++ b/Source/com/drew/imaging/heif/HeifHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/heif/HeifMetadataReader.java b/Source/com/drew/imaging/heif/HeifMetadataReader.java
index 3684762fd..e4ac4b9f7 100644
--- a/Source/com/drew/imaging/heif/HeifMetadataReader.java
+++ b/Source/com/drew/imaging/heif/HeifMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/heif/HeifReader.java b/Source/com/drew/imaging/heif/HeifReader.java
index 72b2c1a8b..e98b24397 100644
--- a/Source/com/drew/imaging/heif/HeifReader.java
+++ b/Source/com/drew/imaging/heif/HeifReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/ico/IcoMetadataReader.java b/Source/com/drew/imaging/ico/IcoMetadataReader.java
index f5a295daf..f97d86e60 100644
--- a/Source/com/drew/imaging/ico/IcoMetadataReader.java
+++ b/Source/com/drew/imaging/ico/IcoMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/jpeg/JpegMetadataReader.java b/Source/com/drew/imaging/jpeg/JpegMetadataReader.java
index e90b2ba66..4d92f09a7 100644
--- a/Source/com/drew/imaging/jpeg/JpegMetadataReader.java
+++ b/Source/com/drew/imaging/jpeg/JpegMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/jpeg/JpegProcessingException.java b/Source/com/drew/imaging/jpeg/JpegProcessingException.java
index 61e2b0918..618e47695 100644
--- a/Source/com/drew/imaging/jpeg/JpegProcessingException.java
+++ b/Source/com/drew/imaging/jpeg/JpegProcessingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/jpeg/JpegSegmentData.java b/Source/com/drew/imaging/jpeg/JpegSegmentData.java
index 11c367e18..25d766b14 100644
--- a/Source/com/drew/imaging/jpeg/JpegSegmentData.java
+++ b/Source/com/drew/imaging/jpeg/JpegSegmentData.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/jpeg/JpegSegmentReader.java b/Source/com/drew/imaging/jpeg/JpegSegmentReader.java
index 55e6bd01b..0cd033f1d 100644
--- a/Source/com/drew/imaging/jpeg/JpegSegmentReader.java
+++ b/Source/com/drew/imaging/jpeg/JpegSegmentReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/jpeg/JpegSegmentType.java b/Source/com/drew/imaging/jpeg/JpegSegmentType.java
index 521e47854..d6ad61cab 100644
--- a/Source/com/drew/imaging/jpeg/JpegSegmentType.java
+++ b/Source/com/drew/imaging/jpeg/JpegSegmentType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/mp3/Mp3MetadataReader.java b/Source/com/drew/imaging/mp3/Mp3MetadataReader.java
index 148c04f0d..268d8a7aa 100644
--- a/Source/com/drew/imaging/mp3/Mp3MetadataReader.java
+++ b/Source/com/drew/imaging/mp3/Mp3MetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/mp4/Mp4Handler.java b/Source/com/drew/imaging/mp4/Mp4Handler.java
index db85a5900..f4b68989e 100644
--- a/Source/com/drew/imaging/mp4/Mp4Handler.java
+++ b/Source/com/drew/imaging/mp4/Mp4Handler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/mp4/Mp4MetadataReader.java b/Source/com/drew/imaging/mp4/Mp4MetadataReader.java
index 00c1a402a..303890120 100644
--- a/Source/com/drew/imaging/mp4/Mp4MetadataReader.java
+++ b/Source/com/drew/imaging/mp4/Mp4MetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/mp4/Mp4Reader.java b/Source/com/drew/imaging/mp4/Mp4Reader.java
index 5a62ab0b3..7f2a8583d 100644
--- a/Source/com/drew/imaging/mp4/Mp4Reader.java
+++ b/Source/com/drew/imaging/mp4/Mp4Reader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/pcx/PcxMetadataReader.java b/Source/com/drew/imaging/pcx/PcxMetadataReader.java
index 15caabe79..530cad4eb 100644
--- a/Source/com/drew/imaging/pcx/PcxMetadataReader.java
+++ b/Source/com/drew/imaging/pcx/PcxMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngChromaticities.java b/Source/com/drew/imaging/png/PngChromaticities.java
index 094a89e2e..659bda4fc 100644
--- a/Source/com/drew/imaging/png/PngChromaticities.java
+++ b/Source/com/drew/imaging/png/PngChromaticities.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngChunk.java b/Source/com/drew/imaging/png/PngChunk.java
index cbc4bb3c9..2a85f54e4 100644
--- a/Source/com/drew/imaging/png/PngChunk.java
+++ b/Source/com/drew/imaging/png/PngChunk.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngChunkReader.java b/Source/com/drew/imaging/png/PngChunkReader.java
index 16e25defa..cbc4e5de5 100644
--- a/Source/com/drew/imaging/png/PngChunkReader.java
+++ b/Source/com/drew/imaging/png/PngChunkReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngChunkType.java b/Source/com/drew/imaging/png/PngChunkType.java
index 0a97219ff..3d33755e9 100644
--- a/Source/com/drew/imaging/png/PngChunkType.java
+++ b/Source/com/drew/imaging/png/PngChunkType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngColorType.java b/Source/com/drew/imaging/png/PngColorType.java
index 6d02bed50..c68f11430 100644
--- a/Source/com/drew/imaging/png/PngColorType.java
+++ b/Source/com/drew/imaging/png/PngColorType.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngHeader.java b/Source/com/drew/imaging/png/PngHeader.java
index 81fef4f57..4e96a5c2a 100644
--- a/Source/com/drew/imaging/png/PngHeader.java
+++ b/Source/com/drew/imaging/png/PngHeader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngMetadataReader.java b/Source/com/drew/imaging/png/PngMetadataReader.java
index a30012b62..acf037e6f 100644
--- a/Source/com/drew/imaging/png/PngMetadataReader.java
+++ b/Source/com/drew/imaging/png/PngMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/png/PngProcessingException.java b/Source/com/drew/imaging/png/PngProcessingException.java
index 3095069bd..58cdc2726 100644
--- a/Source/com/drew/imaging/png/PngProcessingException.java
+++ b/Source/com/drew/imaging/png/PngProcessingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/psd/PsdMetadataReader.java b/Source/com/drew/imaging/psd/PsdMetadataReader.java
index 8f2001ea7..e4cb28554 100644
--- a/Source/com/drew/imaging/psd/PsdMetadataReader.java
+++ b/Source/com/drew/imaging/psd/PsdMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/quicktime/QuickTimeHandler.java b/Source/com/drew/imaging/quicktime/QuickTimeHandler.java
index 3cba7ae36..422f37c8a 100644
--- a/Source/com/drew/imaging/quicktime/QuickTimeHandler.java
+++ b/Source/com/drew/imaging/quicktime/QuickTimeHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/quicktime/QuickTimeMetadataReader.java b/Source/com/drew/imaging/quicktime/QuickTimeMetadataReader.java
index b1fee85ce..67cdad153 100644
--- a/Source/com/drew/imaging/quicktime/QuickTimeMetadataReader.java
+++ b/Source/com/drew/imaging/quicktime/QuickTimeMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/quicktime/QuickTimeReader.java b/Source/com/drew/imaging/quicktime/QuickTimeReader.java
index b011b2e8f..2e1163a9e 100644
--- a/Source/com/drew/imaging/quicktime/QuickTimeReader.java
+++ b/Source/com/drew/imaging/quicktime/QuickTimeReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/raf/RafMetadataReader.java b/Source/com/drew/imaging/raf/RafMetadataReader.java
index c3e6842b7..12fc0b5ac 100644
--- a/Source/com/drew/imaging/raf/RafMetadataReader.java
+++ b/Source/com/drew/imaging/raf/RafMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/riff/RiffHandler.java b/Source/com/drew/imaging/riff/RiffHandler.java
index 465816fd3..4981de31f 100644
--- a/Source/com/drew/imaging/riff/RiffHandler.java
+++ b/Source/com/drew/imaging/riff/RiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/riff/RiffProcessingException.java b/Source/com/drew/imaging/riff/RiffProcessingException.java
index 8ffc0359d..23418ab1a 100644
--- a/Source/com/drew/imaging/riff/RiffProcessingException.java
+++ b/Source/com/drew/imaging/riff/RiffProcessingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/riff/RiffReader.java b/Source/com/drew/imaging/riff/RiffReader.java
index 402d25dce..615f8c622 100644
--- a/Source/com/drew/imaging/riff/RiffReader.java
+++ b/Source/com/drew/imaging/riff/RiffReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/tiff/TiffDataFormat.java b/Source/com/drew/imaging/tiff/TiffDataFormat.java
index bf99dc46f..83176b7fc 100644
--- a/Source/com/drew/imaging/tiff/TiffDataFormat.java
+++ b/Source/com/drew/imaging/tiff/TiffDataFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/tiff/TiffHandler.java b/Source/com/drew/imaging/tiff/TiffHandler.java
index fd24d06a3..bada4224a 100644
--- a/Source/com/drew/imaging/tiff/TiffHandler.java
+++ b/Source/com/drew/imaging/tiff/TiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/tiff/TiffMetadataReader.java b/Source/com/drew/imaging/tiff/TiffMetadataReader.java
index 1c0a7a53b..7137a0384 100644
--- a/Source/com/drew/imaging/tiff/TiffMetadataReader.java
+++ b/Source/com/drew/imaging/tiff/TiffMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/tiff/TiffProcessingException.java b/Source/com/drew/imaging/tiff/TiffProcessingException.java
index 123cc2172..4ec6d35a9 100644
--- a/Source/com/drew/imaging/tiff/TiffProcessingException.java
+++ b/Source/com/drew/imaging/tiff/TiffProcessingException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/tiff/TiffReader.java b/Source/com/drew/imaging/tiff/TiffReader.java
index dd4aefe50..b0e5c3241 100644
--- a/Source/com/drew/imaging/tiff/TiffReader.java
+++ b/Source/com/drew/imaging/tiff/TiffReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/wav/WavMetadataReader.java b/Source/com/drew/imaging/wav/WavMetadataReader.java
index d90a68a1b..d3ad12121 100644
--- a/Source/com/drew/imaging/wav/WavMetadataReader.java
+++ b/Source/com/drew/imaging/wav/WavMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/imaging/webp/WebpMetadataReader.java b/Source/com/drew/imaging/webp/WebpMetadataReader.java
index 5c150ae2b..d11880011 100644
--- a/Source/com/drew/imaging/webp/WebpMetadataReader.java
+++ b/Source/com/drew/imaging/webp/WebpMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/BufferBoundsException.java b/Source/com/drew/lang/BufferBoundsException.java
index 6045a0ac1..88de8456b 100644
--- a/Source/com/drew/lang/BufferBoundsException.java
+++ b/Source/com/drew/lang/BufferBoundsException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/ByteArrayReader.java b/Source/com/drew/lang/ByteArrayReader.java
index f5e58f071..3429192af 100644
--- a/Source/com/drew/lang/ByteArrayReader.java
+++ b/Source/com/drew/lang/ByteArrayReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/ByteConvert.java b/Source/com/drew/lang/ByteConvert.java
index 014e34b01..7a29d4d19 100644
--- a/Source/com/drew/lang/ByteConvert.java
+++ b/Source/com/drew/lang/ByteConvert.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/ByteTrie.java b/Source/com/drew/lang/ByteTrie.java
index 09ba6d521..0455fab8f 100644
--- a/Source/com/drew/lang/ByteTrie.java
+++ b/Source/com/drew/lang/ByteTrie.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/Charsets.java b/Source/com/drew/lang/Charsets.java
index 9e4c47850..70d401188 100644
--- a/Source/com/drew/lang/Charsets.java
+++ b/Source/com/drew/lang/Charsets.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/CompoundException.java b/Source/com/drew/lang/CompoundException.java
index d065fecd4..43fe1d159 100644
--- a/Source/com/drew/lang/CompoundException.java
+++ b/Source/com/drew/lang/CompoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/GeoLocation.java b/Source/com/drew/lang/GeoLocation.java
index a34648476..b4a1abff1 100644
--- a/Source/com/drew/lang/GeoLocation.java
+++ b/Source/com/drew/lang/GeoLocation.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/KeyValuePair.java b/Source/com/drew/lang/KeyValuePair.java
index bb2286862..6e49a5140 100644
--- a/Source/com/drew/lang/KeyValuePair.java
+++ b/Source/com/drew/lang/KeyValuePair.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/NullOutputStream.java b/Source/com/drew/lang/NullOutputStream.java
index 4be493303..b67554462 100644
--- a/Source/com/drew/lang/NullOutputStream.java
+++ b/Source/com/drew/lang/NullOutputStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/RandomAccessFileReader.java b/Source/com/drew/lang/RandomAccessFileReader.java
index 5f23fbe13..502feb55e 100644
--- a/Source/com/drew/lang/RandomAccessFileReader.java
+++ b/Source/com/drew/lang/RandomAccessFileReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/RandomAccessReader.java b/Source/com/drew/lang/RandomAccessReader.java
index 7e5987a42..0eb430a0d 100644
--- a/Source/com/drew/lang/RandomAccessReader.java
+++ b/Source/com/drew/lang/RandomAccessReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/RandomAccessStreamReader.java b/Source/com/drew/lang/RandomAccessStreamReader.java
index e9c4056fb..133bb4bf1 100644
--- a/Source/com/drew/lang/RandomAccessStreamReader.java
+++ b/Source/com/drew/lang/RandomAccessStreamReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/Rational.java b/Source/com/drew/lang/Rational.java
index 8a8300282..11b4547d0 100644
--- a/Source/com/drew/lang/Rational.java
+++ b/Source/com/drew/lang/Rational.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/SequentialByteArrayReader.java b/Source/com/drew/lang/SequentialByteArrayReader.java
index 846efeb6f..c4fd98a3e 100644
--- a/Source/com/drew/lang/SequentialByteArrayReader.java
+++ b/Source/com/drew/lang/SequentialByteArrayReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/SequentialReader.java b/Source/com/drew/lang/SequentialReader.java
index d172aa944..f9a3f5a15 100644
--- a/Source/com/drew/lang/SequentialReader.java
+++ b/Source/com/drew/lang/SequentialReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/StreamReader.java b/Source/com/drew/lang/StreamReader.java
index 1e30b12ef..92ccf3160 100644
--- a/Source/com/drew/lang/StreamReader.java
+++ b/Source/com/drew/lang/StreamReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/StreamUtil.java b/Source/com/drew/lang/StreamUtil.java
index d8dea165c..341b54b6e 100644
--- a/Source/com/drew/lang/StreamUtil.java
+++ b/Source/com/drew/lang/StreamUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/StringUtil.java b/Source/com/drew/lang/StringUtil.java
index 9423c35f8..586d9ce86 100644
--- a/Source/com/drew/lang/StringUtil.java
+++ b/Source/com/drew/lang/StringUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/annotations/NotNull.java b/Source/com/drew/lang/annotations/NotNull.java
index 0c483782b..e5fbed920 100644
--- a/Source/com/drew/lang/annotations/NotNull.java
+++ b/Source/com/drew/lang/annotations/NotNull.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/lang/annotations/Nullable.java b/Source/com/drew/lang/annotations/Nullable.java
index 017d2800e..973f49bc1 100644
--- a/Source/com/drew/lang/annotations/Nullable.java
+++ b/Source/com/drew/lang/annotations/Nullable.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Age.java b/Source/com/drew/metadata/Age.java
index 03d6cd63d..6a98ecb1f 100644
--- a/Source/com/drew/metadata/Age.java
+++ b/Source/com/drew/metadata/Age.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Directory.java b/Source/com/drew/metadata/Directory.java
index 6736c5649..c4e3d1436 100644
--- a/Source/com/drew/metadata/Directory.java
+++ b/Source/com/drew/metadata/Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/ErrorDirectory.java b/Source/com/drew/metadata/ErrorDirectory.java
index 7412421a3..b4a83b593 100644
--- a/Source/com/drew/metadata/ErrorDirectory.java
+++ b/Source/com/drew/metadata/ErrorDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Face.java b/Source/com/drew/metadata/Face.java
index 4178adbda..bb3e0b23e 100644
--- a/Source/com/drew/metadata/Face.java
+++ b/Source/com/drew/metadata/Face.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Metadata.java b/Source/com/drew/metadata/Metadata.java
index d8c9e2558..84b18d380 100644
--- a/Source/com/drew/metadata/Metadata.java
+++ b/Source/com/drew/metadata/Metadata.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/MetadataException.java b/Source/com/drew/metadata/MetadataException.java
index 25ba8bb06..be5cc60ce 100644
--- a/Source/com/drew/metadata/MetadataException.java
+++ b/Source/com/drew/metadata/MetadataException.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/MetadataReader.java b/Source/com/drew/metadata/MetadataReader.java
index 9459fd351..376fa0598 100644
--- a/Source/com/drew/metadata/MetadataReader.java
+++ b/Source/com/drew/metadata/MetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Schema.java b/Source/com/drew/metadata/Schema.java
index 13cfa912e..e7faea856 100644
--- a/Source/com/drew/metadata/Schema.java
+++ b/Source/com/drew/metadata/Schema.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/StringValue.java b/Source/com/drew/metadata/StringValue.java
index 8c656e911..e9f4ea502 100644
--- a/Source/com/drew/metadata/StringValue.java
+++ b/Source/com/drew/metadata/StringValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/Tag.java b/Source/com/drew/metadata/Tag.java
index 3a0552312..3ff095e8b 100644
--- a/Source/com/drew/metadata/Tag.java
+++ b/Source/com/drew/metadata/Tag.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/TagDescriptor.java b/Source/com/drew/metadata/TagDescriptor.java
index 117c25b5f..0e7eac311 100644
--- a/Source/com/drew/metadata/TagDescriptor.java
+++ b/Source/com/drew/metadata/TagDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java b/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java
index 26d74fb19..3427f82e9 100644
--- a/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java
+++ b/Source/com/drew/metadata/adobe/AdobeJpegDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/adobe/AdobeJpegDirectory.java b/Source/com/drew/metadata/adobe/AdobeJpegDirectory.java
index f77524927..6f44c0ede 100644
--- a/Source/com/drew/metadata/adobe/AdobeJpegDirectory.java
+++ b/Source/com/drew/metadata/adobe/AdobeJpegDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/adobe/AdobeJpegReader.java b/Source/com/drew/metadata/adobe/AdobeJpegReader.java
index d5d910150..78ca68280 100644
--- a/Source/com/drew/metadata/adobe/AdobeJpegReader.java
+++ b/Source/com/drew/metadata/adobe/AdobeJpegReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/avi/AviDescriptor.java b/Source/com/drew/metadata/avi/AviDescriptor.java
index f8e4c6f49..318d81f6a 100644
--- a/Source/com/drew/metadata/avi/AviDescriptor.java
+++ b/Source/com/drew/metadata/avi/AviDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/avi/AviDirectory.java b/Source/com/drew/metadata/avi/AviDirectory.java
index 682286992..3603e7101 100644
--- a/Source/com/drew/metadata/avi/AviDirectory.java
+++ b/Source/com/drew/metadata/avi/AviDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/avi/AviRiffHandler.java b/Source/com/drew/metadata/avi/AviRiffHandler.java
index 6ab3e6669..71463e2f2 100644
--- a/Source/com/drew/metadata/avi/AviRiffHandler.java
+++ b/Source/com/drew/metadata/avi/AviRiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/bmp/BmpHeaderDescriptor.java b/Source/com/drew/metadata/bmp/BmpHeaderDescriptor.java
index b0c1061e0..5b85905b0 100644
--- a/Source/com/drew/metadata/bmp/BmpHeaderDescriptor.java
+++ b/Source/com/drew/metadata/bmp/BmpHeaderDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/bmp/BmpHeaderDirectory.java b/Source/com/drew/metadata/bmp/BmpHeaderDirectory.java
index 81fab7ff2..d47204678 100644
--- a/Source/com/drew/metadata/bmp/BmpHeaderDirectory.java
+++ b/Source/com/drew/metadata/bmp/BmpHeaderDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/bmp/BmpReader.java b/Source/com/drew/metadata/bmp/BmpReader.java
index 019f2f7a1..a946e14db 100644
--- a/Source/com/drew/metadata/bmp/BmpReader.java
+++ b/Source/com/drew/metadata/bmp/BmpReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifDescriptorBase.java b/Source/com/drew/metadata/exif/ExifDescriptorBase.java
index cb98f0ff0..878d3b666 100644
--- a/Source/com/drew/metadata/exif/ExifDescriptorBase.java
+++ b/Source/com/drew/metadata/exif/ExifDescriptorBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifDirectoryBase.java b/Source/com/drew/metadata/exif/ExifDirectoryBase.java
index 8adafb388..d5cb52084 100644
--- a/Source/com/drew/metadata/exif/ExifDirectoryBase.java
+++ b/Source/com/drew/metadata/exif/ExifDirectoryBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifIFD0Descriptor.java b/Source/com/drew/metadata/exif/ExifIFD0Descriptor.java
index 6d8084b22..7b23c7cc7 100644
--- a/Source/com/drew/metadata/exif/ExifIFD0Descriptor.java
+++ b/Source/com/drew/metadata/exif/ExifIFD0Descriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifIFD0Directory.java b/Source/com/drew/metadata/exif/ExifIFD0Directory.java
index 1b393ba49..70066c57c 100644
--- a/Source/com/drew/metadata/exif/ExifIFD0Directory.java
+++ b/Source/com/drew/metadata/exif/ExifIFD0Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifImageDescriptor.java b/Source/com/drew/metadata/exif/ExifImageDescriptor.java
index 2e1115933..36a7bbc20 100644
--- a/Source/com/drew/metadata/exif/ExifImageDescriptor.java
+++ b/Source/com/drew/metadata/exif/ExifImageDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifImageDirectory.java b/Source/com/drew/metadata/exif/ExifImageDirectory.java
index 8da34c1dd..4bb2176bd 100644
--- a/Source/com/drew/metadata/exif/ExifImageDirectory.java
+++ b/Source/com/drew/metadata/exif/ExifImageDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifInteropDescriptor.java b/Source/com/drew/metadata/exif/ExifInteropDescriptor.java
index 2029f42a4..a1387f6db 100644
--- a/Source/com/drew/metadata/exif/ExifInteropDescriptor.java
+++ b/Source/com/drew/metadata/exif/ExifInteropDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifInteropDirectory.java b/Source/com/drew/metadata/exif/ExifInteropDirectory.java
index ee0f543bf..ec0d343bc 100644
--- a/Source/com/drew/metadata/exif/ExifInteropDirectory.java
+++ b/Source/com/drew/metadata/exif/ExifInteropDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifReader.java b/Source/com/drew/metadata/exif/ExifReader.java
index ffc77c67c..44a34e293 100644
--- a/Source/com/drew/metadata/exif/ExifReader.java
+++ b/Source/com/drew/metadata/exif/ExifReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifSubIFDDescriptor.java b/Source/com/drew/metadata/exif/ExifSubIFDDescriptor.java
index e00b17172..6943a9a29 100644
--- a/Source/com/drew/metadata/exif/ExifSubIFDDescriptor.java
+++ b/Source/com/drew/metadata/exif/ExifSubIFDDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifSubIFDDirectory.java b/Source/com/drew/metadata/exif/ExifSubIFDDirectory.java
index d5cdb3c19..74238ca2a 100644
--- a/Source/com/drew/metadata/exif/ExifSubIFDDirectory.java
+++ b/Source/com/drew/metadata/exif/ExifSubIFDDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifThumbnailDescriptor.java b/Source/com/drew/metadata/exif/ExifThumbnailDescriptor.java
index eb0014aba..430491772 100644
--- a/Source/com/drew/metadata/exif/ExifThumbnailDescriptor.java
+++ b/Source/com/drew/metadata/exif/ExifThumbnailDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifThumbnailDirectory.java b/Source/com/drew/metadata/exif/ExifThumbnailDirectory.java
index 56122e3ca..580bebf76 100644
--- a/Source/com/drew/metadata/exif/ExifThumbnailDirectory.java
+++ b/Source/com/drew/metadata/exif/ExifThumbnailDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/ExifTiffHandler.java b/Source/com/drew/metadata/exif/ExifTiffHandler.java
index ac8c3ad19..193c7674c 100644
--- a/Source/com/drew/metadata/exif/ExifTiffHandler.java
+++ b/Source/com/drew/metadata/exif/ExifTiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/GpsDescriptor.java b/Source/com/drew/metadata/exif/GpsDescriptor.java
index 28d7323ef..efc21dac2 100644
--- a/Source/com/drew/metadata/exif/GpsDescriptor.java
+++ b/Source/com/drew/metadata/exif/GpsDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/GpsDirectory.java b/Source/com/drew/metadata/exif/GpsDirectory.java
index d1c6d681e..ebc99ea4f 100644
--- a/Source/com/drew/metadata/exif/GpsDirectory.java
+++ b/Source/com/drew/metadata/exif/GpsDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawDistortionDescriptor.java b/Source/com/drew/metadata/exif/PanasonicRawDistortionDescriptor.java
index dd08840f5..9a6a9281a 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawDistortionDescriptor.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawDistortionDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawDistortionDirectory.java b/Source/com/drew/metadata/exif/PanasonicRawDistortionDirectory.java
index c86e66473..e04253907 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawDistortionDirectory.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawDistortionDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawIFD0Descriptor.java b/Source/com/drew/metadata/exif/PanasonicRawIFD0Descriptor.java
index 61efbac18..abe787dfb 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawIFD0Descriptor.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawIFD0Descriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawIFD0Directory.java b/Source/com/drew/metadata/exif/PanasonicRawIFD0Directory.java
index bc94052aa..5a04308bb 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawIFD0Directory.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawIFD0Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Descriptor.java b/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Descriptor.java
index 60af6473b..97bfc0850 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Descriptor.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Descriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Directory.java b/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Directory.java
index 2f29ab128..adf3921fd 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Directory.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawWbInfo2Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawWbInfoDescriptor.java b/Source/com/drew/metadata/exif/PanasonicRawWbInfoDescriptor.java
index 61ff4a29c..57cd4b8f8 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawWbInfoDescriptor.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawWbInfoDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PanasonicRawWbInfoDirectory.java b/Source/com/drew/metadata/exif/PanasonicRawWbInfoDirectory.java
index 036c761cc..1b00430f6 100644
--- a/Source/com/drew/metadata/exif/PanasonicRawWbInfoDirectory.java
+++ b/Source/com/drew/metadata/exif/PanasonicRawWbInfoDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PrintIMDescriptor.java b/Source/com/drew/metadata/exif/PrintIMDescriptor.java
index 50400ee27..4ea414f7c 100644
--- a/Source/com/drew/metadata/exif/PrintIMDescriptor.java
+++ b/Source/com/drew/metadata/exif/PrintIMDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/PrintIMDirectory.java b/Source/com/drew/metadata/exif/PrintIMDirectory.java
index abada9c23..6e6f72303 100644
--- a/Source/com/drew/metadata/exif/PrintIMDirectory.java
+++ b/Source/com/drew/metadata/exif/PrintIMDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDescriptor.java
index daabd185e..94ea50bf9 100644
--- a/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDirectory.java
index 604c73e29..aba799536 100644
--- a/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/AppleMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDescriptor.java
index 4eb035acb..12ce384f1 100644
--- a/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDirectory.java
index cfe9c5064..848b886da 100644
--- a/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/CanonMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDescriptor.java
index 5207cef9c..e4fc056d0 100644
--- a/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDirectory.java
index 04fcaad95..769d283c9 100644
--- a/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/CasioType1MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDescriptor.java
index 3cf2d1bc2..853edbddf 100644
--- a/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDirectory.java
index 55b273eb7..ec227b6c4 100644
--- a/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/CasioType2MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDescriptor.java
index e033998e4..cbe36c593 100644
--- a/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDirectory.java
index 047bbdbf5..f1d57dcae 100644
--- a/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/FujifilmMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDescriptor.java
index eedebe181..570f3c1c6 100644
--- a/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDirectory.java
index dbf9308b5..e94cbd79f 100644
--- a/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/KodakMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDescriptor.java
index 65b0b80a4..40b333e10 100644
--- a/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDirectory.java
index f67c0a73d..7a1ed1fa4 100644
--- a/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/KyoceraMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDescriptor.java
index af70827cb..a07caadbc 100644
--- a/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDirectory.java
index 3d23dc23d..ddea305ce 100644
--- a/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/LeicaMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDescriptor.java
index 3096cb1d1..f28e19f5a 100644
--- a/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDirectory.java
index ad8492ede..32d23e5d0 100644
--- a/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/LeicaType5MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDescriptor.java
index 0825052c0..7d669ada7 100644
--- a/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDirectory.java
index 53bf7e616..1b7ac736c 100644
--- a/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/NikonType1MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDescriptor.java
index 740e23c01..2df3f28ef 100644
--- a/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDirectory.java
index 577004908..a05565736 100644
--- a/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/NikonType2MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDescriptor.java
index 41a313d8f..112bcd105 100644
--- a/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDirectory.java
index 2856a6603..55bda3d55 100644
--- a/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/OlympusMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDescriptor.java
index d5e4943fb..964b0e135 100644
--- a/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDirectory.java
index b2b6c25d0..b4f721bc7 100644
--- a/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/PanasonicMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDescriptor.java
index 40ae317da..02cec9b33 100644
--- a/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDirectory.java
index 8915c6208..8b1508a27 100644
--- a/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/PentaxMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDescriptor.java
index 97f0190ed..b18135ef5 100644
--- a/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDirectory.java
index 74dbb2e84..aa64d1706 100644
--- a/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/ReconyxHyperFireMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDescriptor.java
index 86d4e7044..a57fd0f32 100644
--- a/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDirectory.java
index d518ba792..aaeff5199 100644
--- a/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/ReconyxUltraFireMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java
index ace1cbc4c..64b88cb93 100644
--- a/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDirectory.java
index da36a5813..7dc9738c3 100644
--- a/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/RicohMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDescriptor.java
index dc747ed83..4117fc560 100644
--- a/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDirectory.java
index 5af173cad..9aa6acc32 100644
--- a/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/SamsungType2MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDescriptor.java
index 3367fa13f..0ee5e47ec 100644
--- a/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java
index e22d1fbc4..d9bfe9983 100644
--- a/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/SanyoMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDescriptor.java
index 3111378e6..e93c5fdbc 100644
--- a/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDirectory.java
index c62b00226..eb81943b8 100644
--- a/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/SigmaMakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDescriptor.java
index 12e383bcc..ec33fc845 100644
--- a/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDirectory.java
index 2a23ffbf8..7b0f5e2a3 100644
--- a/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/SonyType1MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDescriptor.java b/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDescriptor.java
index c08f33aa8..15f010dad 100644
--- a/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDescriptor.java
+++ b/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDirectory.java b/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDirectory.java
index 90690a156..d2acab694 100644
--- a/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDirectory.java
+++ b/Source/com/drew/metadata/exif/makernotes/SonyType6MakernoteDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/file/FileSystemDescriptor.java b/Source/com/drew/metadata/file/FileSystemDescriptor.java
index 308f058dc..051615e91 100644
--- a/Source/com/drew/metadata/file/FileSystemDescriptor.java
+++ b/Source/com/drew/metadata/file/FileSystemDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/file/FileSystemDirectory.java b/Source/com/drew/metadata/file/FileSystemDirectory.java
index 6abfb7b3f..e8644cc88 100644
--- a/Source/com/drew/metadata/file/FileSystemDirectory.java
+++ b/Source/com/drew/metadata/file/FileSystemDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/file/FileSystemMetadataReader.java b/Source/com/drew/metadata/file/FileSystemMetadataReader.java
index ce58f4e93..5fecab29e 100644
--- a/Source/com/drew/metadata/file/FileSystemMetadataReader.java
+++ b/Source/com/drew/metadata/file/FileSystemMetadataReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/file/FileTypeDescriptor.java b/Source/com/drew/metadata/file/FileTypeDescriptor.java
index f89be7cd7..4900c190b 100644
--- a/Source/com/drew/metadata/file/FileTypeDescriptor.java
+++ b/Source/com/drew/metadata/file/FileTypeDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/file/FileTypeDirectory.java b/Source/com/drew/metadata/file/FileTypeDirectory.java
index 29a6a2976..cc0e78af0 100644
--- a/Source/com/drew/metadata/file/FileTypeDirectory.java
+++ b/Source/com/drew/metadata/file/FileTypeDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifAnimationDescriptor.java b/Source/com/drew/metadata/gif/GifAnimationDescriptor.java
index 69315ec36..dbabc6db4 100644
--- a/Source/com/drew/metadata/gif/GifAnimationDescriptor.java
+++ b/Source/com/drew/metadata/gif/GifAnimationDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifAnimationDirectory.java b/Source/com/drew/metadata/gif/GifAnimationDirectory.java
index 7e3734c12..ea1cd4441 100644
--- a/Source/com/drew/metadata/gif/GifAnimationDirectory.java
+++ b/Source/com/drew/metadata/gif/GifAnimationDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifCommentDescriptor.java b/Source/com/drew/metadata/gif/GifCommentDescriptor.java
index 06f2028b4..78a4cf0f7 100644
--- a/Source/com/drew/metadata/gif/GifCommentDescriptor.java
+++ b/Source/com/drew/metadata/gif/GifCommentDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifCommentDirectory.java b/Source/com/drew/metadata/gif/GifCommentDirectory.java
index eaa4b3e46..5b4c968ad 100644
--- a/Source/com/drew/metadata/gif/GifCommentDirectory.java
+++ b/Source/com/drew/metadata/gif/GifCommentDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifControlDescriptor.java b/Source/com/drew/metadata/gif/GifControlDescriptor.java
index 8e4cf15cc..b2e5ae451 100644
--- a/Source/com/drew/metadata/gif/GifControlDescriptor.java
+++ b/Source/com/drew/metadata/gif/GifControlDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifControlDirectory.java b/Source/com/drew/metadata/gif/GifControlDirectory.java
index 3a9112ae2..398711506 100644
--- a/Source/com/drew/metadata/gif/GifControlDirectory.java
+++ b/Source/com/drew/metadata/gif/GifControlDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifHeaderDescriptor.java b/Source/com/drew/metadata/gif/GifHeaderDescriptor.java
index c5fb5c028..c20173eaa 100644
--- a/Source/com/drew/metadata/gif/GifHeaderDescriptor.java
+++ b/Source/com/drew/metadata/gif/GifHeaderDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifHeaderDirectory.java b/Source/com/drew/metadata/gif/GifHeaderDirectory.java
index ec4bc8081..93412cb59 100644
--- a/Source/com/drew/metadata/gif/GifHeaderDirectory.java
+++ b/Source/com/drew/metadata/gif/GifHeaderDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifImageDescriptor.java b/Source/com/drew/metadata/gif/GifImageDescriptor.java
index 7fff4bf05..73366aa78 100644
--- a/Source/com/drew/metadata/gif/GifImageDescriptor.java
+++ b/Source/com/drew/metadata/gif/GifImageDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifImageDirectory.java b/Source/com/drew/metadata/gif/GifImageDirectory.java
index bffa2ffd7..7894571f9 100644
--- a/Source/com/drew/metadata/gif/GifImageDirectory.java
+++ b/Source/com/drew/metadata/gif/GifImageDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/gif/GifReader.java b/Source/com/drew/metadata/gif/GifReader.java
index 8dce8030b..cceb9ecee 100644
--- a/Source/com/drew/metadata/gif/GifReader.java
+++ b/Source/com/drew/metadata/gif/GifReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifBoxHandler.java b/Source/com/drew/metadata/heif/HeifBoxHandler.java
index f40ee2984..216e4f63e 100644
--- a/Source/com/drew/metadata/heif/HeifBoxHandler.java
+++ b/Source/com/drew/metadata/heif/HeifBoxHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifBoxTypes.java b/Source/com/drew/metadata/heif/HeifBoxTypes.java
index 57f22bcea..61cb814ff 100644
--- a/Source/com/drew/metadata/heif/HeifBoxTypes.java
+++ b/Source/com/drew/metadata/heif/HeifBoxTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifContainerTypes.java b/Source/com/drew/metadata/heif/HeifContainerTypes.java
index e27a49519..e169e8e76 100644
--- a/Source/com/drew/metadata/heif/HeifContainerTypes.java
+++ b/Source/com/drew/metadata/heif/HeifContainerTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifDescriptor.java b/Source/com/drew/metadata/heif/HeifDescriptor.java
index 8f1affa84..0228d03a5 100644
--- a/Source/com/drew/metadata/heif/HeifDescriptor.java
+++ b/Source/com/drew/metadata/heif/HeifDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifDirectory.java b/Source/com/drew/metadata/heif/HeifDirectory.java
index 03755e536..e632ec676 100644
--- a/Source/com/drew/metadata/heif/HeifDirectory.java
+++ b/Source/com/drew/metadata/heif/HeifDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifHandlerFactory.java b/Source/com/drew/metadata/heif/HeifHandlerFactory.java
index 416274adc..46a96f07d 100644
--- a/Source/com/drew/metadata/heif/HeifHandlerFactory.java
+++ b/Source/com/drew/metadata/heif/HeifHandlerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/HeifPictureHandler.java b/Source/com/drew/metadata/heif/HeifPictureHandler.java
index cfab197fa..8aab40e9c 100644
--- a/Source/com/drew/metadata/heif/HeifPictureHandler.java
+++ b/Source/com/drew/metadata/heif/HeifPictureHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/AuxiliaryTypeProperty.java b/Source/com/drew/metadata/heif/boxes/AuxiliaryTypeProperty.java
index 04f19cb5e..febdbe388 100644
--- a/Source/com/drew/metadata/heif/boxes/AuxiliaryTypeProperty.java
+++ b/Source/com/drew/metadata/heif/boxes/AuxiliaryTypeProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/Box.java b/Source/com/drew/metadata/heif/boxes/Box.java
index b436df8f7..3f1f31ded 100644
--- a/Source/com/drew/metadata/heif/boxes/Box.java
+++ b/Source/com/drew/metadata/heif/boxes/Box.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/FileTypeBox.java b/Source/com/drew/metadata/heif/boxes/FileTypeBox.java
index eaa1fc4e0..2162de968 100644
--- a/Source/com/drew/metadata/heif/boxes/FileTypeBox.java
+++ b/Source/com/drew/metadata/heif/boxes/FileTypeBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/FullBox.java b/Source/com/drew/metadata/heif/boxes/FullBox.java
index 382ca1483..936f602e9 100644
--- a/Source/com/drew/metadata/heif/boxes/FullBox.java
+++ b/Source/com/drew/metadata/heif/boxes/FullBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/HandlerBox.java b/Source/com/drew/metadata/heif/boxes/HandlerBox.java
index 004a38747..e3a29e76e 100644
--- a/Source/com/drew/metadata/heif/boxes/HandlerBox.java
+++ b/Source/com/drew/metadata/heif/boxes/HandlerBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/ImageSpatialExtentsProperty.java b/Source/com/drew/metadata/heif/boxes/ImageSpatialExtentsProperty.java
index d786c1786..c18b7ba99 100644
--- a/Source/com/drew/metadata/heif/boxes/ImageSpatialExtentsProperty.java
+++ b/Source/com/drew/metadata/heif/boxes/ImageSpatialExtentsProperty.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/ItemInfoBox.java b/Source/com/drew/metadata/heif/boxes/ItemInfoBox.java
index e703d616f..72218bfab 100644
--- a/Source/com/drew/metadata/heif/boxes/ItemInfoBox.java
+++ b/Source/com/drew/metadata/heif/boxes/ItemInfoBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/ItemLocationBox.java b/Source/com/drew/metadata/heif/boxes/ItemLocationBox.java
index f6ee812fc..c770da10f 100644
--- a/Source/com/drew/metadata/heif/boxes/ItemLocationBox.java
+++ b/Source/com/drew/metadata/heif/boxes/ItemLocationBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/ItemProtectionBox.java b/Source/com/drew/metadata/heif/boxes/ItemProtectionBox.java
index 4dfd42c94..976d2e21a 100644
--- a/Source/com/drew/metadata/heif/boxes/ItemProtectionBox.java
+++ b/Source/com/drew/metadata/heif/boxes/ItemProtectionBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/heif/boxes/PrimaryItemBox.java b/Source/com/drew/metadata/heif/boxes/PrimaryItemBox.java
index 8c41c4ce8..b5bc7ed96 100644
--- a/Source/com/drew/metadata/heif/boxes/PrimaryItemBox.java
+++ b/Source/com/drew/metadata/heif/boxes/PrimaryItemBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/icc/IccDescriptor.java b/Source/com/drew/metadata/icc/IccDescriptor.java
index 13363a650..98b11393c 100644
--- a/Source/com/drew/metadata/icc/IccDescriptor.java
+++ b/Source/com/drew/metadata/icc/IccDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/icc/IccDirectory.java b/Source/com/drew/metadata/icc/IccDirectory.java
index f43a508a6..259cc7ec9 100644
--- a/Source/com/drew/metadata/icc/IccDirectory.java
+++ b/Source/com/drew/metadata/icc/IccDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/icc/IccReader.java b/Source/com/drew/metadata/icc/IccReader.java
index 090c9b482..46b59bf10 100644
--- a/Source/com/drew/metadata/icc/IccReader.java
+++ b/Source/com/drew/metadata/icc/IccReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/ico/IcoDescriptor.java b/Source/com/drew/metadata/ico/IcoDescriptor.java
index 952abccc9..e5466a9dc 100644
--- a/Source/com/drew/metadata/ico/IcoDescriptor.java
+++ b/Source/com/drew/metadata/ico/IcoDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/ico/IcoDirectory.java b/Source/com/drew/metadata/ico/IcoDirectory.java
index a4a542323..348d25bf6 100644
--- a/Source/com/drew/metadata/ico/IcoDirectory.java
+++ b/Source/com/drew/metadata/ico/IcoDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/ico/IcoReader.java b/Source/com/drew/metadata/ico/IcoReader.java
index 49df0f2d1..90f869e63 100644
--- a/Source/com/drew/metadata/ico/IcoReader.java
+++ b/Source/com/drew/metadata/ico/IcoReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/iptc/IptcDescriptor.java b/Source/com/drew/metadata/iptc/IptcDescriptor.java
index 468dda5a7..139d15b2a 100644
--- a/Source/com/drew/metadata/iptc/IptcDescriptor.java
+++ b/Source/com/drew/metadata/iptc/IptcDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/iptc/IptcDirectory.java b/Source/com/drew/metadata/iptc/IptcDirectory.java
index 0e436df94..61bf26457 100644
--- a/Source/com/drew/metadata/iptc/IptcDirectory.java
+++ b/Source/com/drew/metadata/iptc/IptcDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/iptc/IptcReader.java b/Source/com/drew/metadata/iptc/IptcReader.java
index 7a21c0c2a..c1956c4fb 100644
--- a/Source/com/drew/metadata/iptc/IptcReader.java
+++ b/Source/com/drew/metadata/iptc/IptcReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/iptc/Iso2022Converter.java b/Source/com/drew/metadata/iptc/Iso2022Converter.java
index 8beb9a123..6234df435 100644
--- a/Source/com/drew/metadata/iptc/Iso2022Converter.java
+++ b/Source/com/drew/metadata/iptc/Iso2022Converter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfif/JfifDescriptor.java b/Source/com/drew/metadata/jfif/JfifDescriptor.java
index d6f175e54..1ab9a2c3e 100644
--- a/Source/com/drew/metadata/jfif/JfifDescriptor.java
+++ b/Source/com/drew/metadata/jfif/JfifDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfif/JfifDirectory.java b/Source/com/drew/metadata/jfif/JfifDirectory.java
index b9e477d5a..aaea93763 100644
--- a/Source/com/drew/metadata/jfif/JfifDirectory.java
+++ b/Source/com/drew/metadata/jfif/JfifDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfif/JfifReader.java b/Source/com/drew/metadata/jfif/JfifReader.java
index 55db301a1..5923ee20b 100644
--- a/Source/com/drew/metadata/jfif/JfifReader.java
+++ b/Source/com/drew/metadata/jfif/JfifReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfxx/JfxxDescriptor.java b/Source/com/drew/metadata/jfxx/JfxxDescriptor.java
index 4e0ce9829..3623736cb 100644
--- a/Source/com/drew/metadata/jfxx/JfxxDescriptor.java
+++ b/Source/com/drew/metadata/jfxx/JfxxDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfxx/JfxxDirectory.java b/Source/com/drew/metadata/jfxx/JfxxDirectory.java
index dd101da4b..dddad93dc 100644
--- a/Source/com/drew/metadata/jfxx/JfxxDirectory.java
+++ b/Source/com/drew/metadata/jfxx/JfxxDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jfxx/JfxxReader.java b/Source/com/drew/metadata/jfxx/JfxxReader.java
index ca68ad9c7..63fbb9ab7 100644
--- a/Source/com/drew/metadata/jfxx/JfxxReader.java
+++ b/Source/com/drew/metadata/jfxx/JfxxReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/HuffmanTablesDescriptor.java b/Source/com/drew/metadata/jpeg/HuffmanTablesDescriptor.java
index 6606b6c73..4b1d14527 100644
--- a/Source/com/drew/metadata/jpeg/HuffmanTablesDescriptor.java
+++ b/Source/com/drew/metadata/jpeg/HuffmanTablesDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/HuffmanTablesDirectory.java b/Source/com/drew/metadata/jpeg/HuffmanTablesDirectory.java
index cd175a6ff..b072e7ae1 100644
--- a/Source/com/drew/metadata/jpeg/HuffmanTablesDirectory.java
+++ b/Source/com/drew/metadata/jpeg/HuffmanTablesDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegCommentDescriptor.java b/Source/com/drew/metadata/jpeg/JpegCommentDescriptor.java
index 98f7f44b8..e44014cf5 100644
--- a/Source/com/drew/metadata/jpeg/JpegCommentDescriptor.java
+++ b/Source/com/drew/metadata/jpeg/JpegCommentDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegCommentDirectory.java b/Source/com/drew/metadata/jpeg/JpegCommentDirectory.java
index 69975de15..8eea36d3b 100644
--- a/Source/com/drew/metadata/jpeg/JpegCommentDirectory.java
+++ b/Source/com/drew/metadata/jpeg/JpegCommentDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegCommentReader.java b/Source/com/drew/metadata/jpeg/JpegCommentReader.java
index 8170ba5f2..f50bbf742 100644
--- a/Source/com/drew/metadata/jpeg/JpegCommentReader.java
+++ b/Source/com/drew/metadata/jpeg/JpegCommentReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegComponent.java b/Source/com/drew/metadata/jpeg/JpegComponent.java
index 755452361..bf7a59a4e 100644
--- a/Source/com/drew/metadata/jpeg/JpegComponent.java
+++ b/Source/com/drew/metadata/jpeg/JpegComponent.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegDescriptor.java b/Source/com/drew/metadata/jpeg/JpegDescriptor.java
index c9aeeb743..2f2d964c3 100644
--- a/Source/com/drew/metadata/jpeg/JpegDescriptor.java
+++ b/Source/com/drew/metadata/jpeg/JpegDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegDhtReader.java b/Source/com/drew/metadata/jpeg/JpegDhtReader.java
index f8f769151..cba2dda87 100644
--- a/Source/com/drew/metadata/jpeg/JpegDhtReader.java
+++ b/Source/com/drew/metadata/jpeg/JpegDhtReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegDirectory.java b/Source/com/drew/metadata/jpeg/JpegDirectory.java
index 09a3004de..3067fdd59 100644
--- a/Source/com/drew/metadata/jpeg/JpegDirectory.java
+++ b/Source/com/drew/metadata/jpeg/JpegDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegDnlReader.java b/Source/com/drew/metadata/jpeg/JpegDnlReader.java
index 6fc348747..784a2ef16 100644
--- a/Source/com/drew/metadata/jpeg/JpegDnlReader.java
+++ b/Source/com/drew/metadata/jpeg/JpegDnlReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/jpeg/JpegReader.java b/Source/com/drew/metadata/jpeg/JpegReader.java
index 9e6bf6619..077ee21aa 100644
--- a/Source/com/drew/metadata/jpeg/JpegReader.java
+++ b/Source/com/drew/metadata/jpeg/JpegReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeAtomHandler.java b/Source/com/drew/metadata/mov/QuickTimeAtomHandler.java
index 07f63f393..a7a45ff24 100644
--- a/Source/com/drew/metadata/mov/QuickTimeAtomHandler.java
+++ b/Source/com/drew/metadata/mov/QuickTimeAtomHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeAtomTypes.java b/Source/com/drew/metadata/mov/QuickTimeAtomTypes.java
index 76c6dcef3..2561aecc8 100644
--- a/Source/com/drew/metadata/mov/QuickTimeAtomTypes.java
+++ b/Source/com/drew/metadata/mov/QuickTimeAtomTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeContainerTypes.java b/Source/com/drew/metadata/mov/QuickTimeContainerTypes.java
index 1d6136c1d..7dca6e6f0 100644
--- a/Source/com/drew/metadata/mov/QuickTimeContainerTypes.java
+++ b/Source/com/drew/metadata/mov/QuickTimeContainerTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeDescriptor.java b/Source/com/drew/metadata/mov/QuickTimeDescriptor.java
index da72210e5..4ebced4f0 100644
--- a/Source/com/drew/metadata/mov/QuickTimeDescriptor.java
+++ b/Source/com/drew/metadata/mov/QuickTimeDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeDictionary.java b/Source/com/drew/metadata/mov/QuickTimeDictionary.java
index 65b7c460a..d030154bf 100644
--- a/Source/com/drew/metadata/mov/QuickTimeDictionary.java
+++ b/Source/com/drew/metadata/mov/QuickTimeDictionary.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeDirectory.java b/Source/com/drew/metadata/mov/QuickTimeDirectory.java
index a8ea0c311..815e0ed84 100644
--- a/Source/com/drew/metadata/mov/QuickTimeDirectory.java
+++ b/Source/com/drew/metadata/mov/QuickTimeDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeHandlerFactory.java b/Source/com/drew/metadata/mov/QuickTimeHandlerFactory.java
index 29811e71f..0daab5c6f 100644
--- a/Source/com/drew/metadata/mov/QuickTimeHandlerFactory.java
+++ b/Source/com/drew/metadata/mov/QuickTimeHandlerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeMediaHandler.java b/Source/com/drew/metadata/mov/QuickTimeMediaHandler.java
index 8dfc53dc0..8071df2db 100644
--- a/Source/com/drew/metadata/mov/QuickTimeMediaHandler.java
+++ b/Source/com/drew/metadata/mov/QuickTimeMediaHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/QuickTimeMetadataHandler.java b/Source/com/drew/metadata/mov/QuickTimeMetadataHandler.java
index 55d4da4eb..d9b6d4c39 100644
--- a/Source/com/drew/metadata/mov/QuickTimeMetadataHandler.java
+++ b/Source/com/drew/metadata/mov/QuickTimeMetadataHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/Atom.java b/Source/com/drew/metadata/mov/atoms/Atom.java
index 1754ee637..5b4dc1bba 100644
--- a/Source/com/drew/metadata/mov/atoms/Atom.java
+++ b/Source/com/drew/metadata/mov/atoms/Atom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/FileTypeCompatibilityAtom.java b/Source/com/drew/metadata/mov/atoms/FileTypeCompatibilityAtom.java
index e0dcefaaf..28c2bbee5 100644
--- a/Source/com/drew/metadata/mov/atoms/FileTypeCompatibilityAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/FileTypeCompatibilityAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/FullAtom.java b/Source/com/drew/metadata/mov/atoms/FullAtom.java
index e2383485f..69328015c 100644
--- a/Source/com/drew/metadata/mov/atoms/FullAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/FullAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/HandlerReferenceAtom.java b/Source/com/drew/metadata/mov/atoms/HandlerReferenceAtom.java
index 4f0bf83c4..9bcf56432 100644
--- a/Source/com/drew/metadata/mov/atoms/HandlerReferenceAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/HandlerReferenceAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/MediaHeaderAtom.java b/Source/com/drew/metadata/mov/atoms/MediaHeaderAtom.java
index 28343653d..f6a95ecfb 100644
--- a/Source/com/drew/metadata/mov/atoms/MediaHeaderAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/MediaHeaderAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/MovieHeaderAtom.java b/Source/com/drew/metadata/mov/atoms/MovieHeaderAtom.java
index 1cfd2aecc..e1c09877c 100644
--- a/Source/com/drew/metadata/mov/atoms/MovieHeaderAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/MovieHeaderAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/MusicSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/MusicSampleDescriptionAtom.java
index 1369fc6e0..948322ae7 100644
--- a/Source/com/drew/metadata/mov/atoms/MusicSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/MusicSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/SampleDescription.java b/Source/com/drew/metadata/mov/atoms/SampleDescription.java
index 9fe4188fa..e363da6b2 100644
--- a/Source/com/drew/metadata/mov/atoms/SampleDescription.java
+++ b/Source/com/drew/metadata/mov/atoms/SampleDescription.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/SampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/SampleDescriptionAtom.java
index a1b2e27d2..f845e077e 100644
--- a/Source/com/drew/metadata/mov/atoms/SampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/SampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/SoundInformationMediaHeaderAtom.java b/Source/com/drew/metadata/mov/atoms/SoundInformationMediaHeaderAtom.java
index 4566db16b..ff4201aab 100644
--- a/Source/com/drew/metadata/mov/atoms/SoundInformationMediaHeaderAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/SoundInformationMediaHeaderAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/SoundSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/SoundSampleDescriptionAtom.java
index 0112753e7..db3e6613c 100644
--- a/Source/com/drew/metadata/mov/atoms/SoundSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/SoundSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/SubtitleSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/SubtitleSampleDescriptionAtom.java
index 805417e58..a44e52de9 100644
--- a/Source/com/drew/metadata/mov/atoms/SubtitleSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/SubtitleSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/TextSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/TextSampleDescriptionAtom.java
index afdbcf6a9..1adbfd981 100644
--- a/Source/com/drew/metadata/mov/atoms/TextSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/TextSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/TimeToSampleAtom.java b/Source/com/drew/metadata/mov/atoms/TimeToSampleAtom.java
index f06294c33..f6e5d07df 100644
--- a/Source/com/drew/metadata/mov/atoms/TimeToSampleAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/TimeToSampleAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/TimecodeInformationMediaAtom.java b/Source/com/drew/metadata/mov/atoms/TimecodeInformationMediaAtom.java
index d12a42ec7..b8399bdfd 100644
--- a/Source/com/drew/metadata/mov/atoms/TimecodeInformationMediaAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/TimecodeInformationMediaAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/TimecodeSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/TimecodeSampleDescriptionAtom.java
index e0feefa77..437d57d4b 100644
--- a/Source/com/drew/metadata/mov/atoms/TimecodeSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/TimecodeSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/VideoInformationMediaHeaderAtom.java b/Source/com/drew/metadata/mov/atoms/VideoInformationMediaHeaderAtom.java
index 6727c8920..086f00255 100644
--- a/Source/com/drew/metadata/mov/atoms/VideoInformationMediaHeaderAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/VideoInformationMediaHeaderAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/atoms/VideoSampleDescriptionAtom.java b/Source/com/drew/metadata/mov/atoms/VideoSampleDescriptionAtom.java
index 503b9012c..1200b95a0 100644
--- a/Source/com/drew/metadata/mov/atoms/VideoSampleDescriptionAtom.java
+++ b/Source/com/drew/metadata/mov/atoms/VideoSampleDescriptionAtom.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeMediaDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeMediaDirectory.java
index 0f85e71fd..45a14294a 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeMediaDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeMediaDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeMusicDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeMusicDescriptor.java
index c3223542a..94f9260f3 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeMusicDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeMusicDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeMusicDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeMusicDirectory.java
index e28bee8c3..7099f50f6 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeMusicDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeMusicDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeMusicHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeMusicHandler.java
index 6a3c2b8a4..42fdad74d 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeMusicHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeMusicHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSoundDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeSoundDescriptor.java
index 70fb2d7c2..26554dc8f 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSoundDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSoundDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSoundDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeSoundDirectory.java
index 9704e10f2..6daca5489 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSoundDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSoundDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSoundHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeSoundHandler.java
index 0f3787ff0..9ffdd5b94 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSoundHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSoundHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDescriptor.java
index b4e4b51ae..32b790af4 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDirectory.java
index 7ea290d2b..64df11369 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleHandler.java
index 819383c17..60369b0a4 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeSubtitleHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeSubtitleHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTextDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeTextDescriptor.java
index d9fbd9aa9..a203984b6 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTextDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTextDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTextDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeTextDirectory.java
index 7a77b222c..1aeb5cd38 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTextDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTextDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTextHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeTextHandler.java
index c136f2173..d21a91afa 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTextHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTextHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDescriptor.java
index c8ee93f5a..3fa2cf8c1 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDirectory.java
index b9dade646..9c2d1d50f 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeHandler.java
index 72fb7bf09..a8a73b1ba 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeTimecodeHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeTimecodeHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeVideoDescriptor.java b/Source/com/drew/metadata/mov/media/QuickTimeVideoDescriptor.java
index 67f19e739..434fdd575 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeVideoDescriptor.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeVideoDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeVideoDirectory.java b/Source/com/drew/metadata/mov/media/QuickTimeVideoDirectory.java
index 680334eb0..9489b113c 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeVideoDirectory.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeVideoDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/media/QuickTimeVideoHandler.java b/Source/com/drew/metadata/mov/media/QuickTimeVideoHandler.java
index ba34266e7..248808fa8 100644
--- a/Source/com/drew/metadata/mov/media/QuickTimeVideoHandler.java
+++ b/Source/com/drew/metadata/mov/media/QuickTimeVideoHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/metadata/QuickTimeDataHandler.java b/Source/com/drew/metadata/mov/metadata/QuickTimeDataHandler.java
index 1729883b5..10d29cc42 100644
--- a/Source/com/drew/metadata/mov/metadata/QuickTimeDataHandler.java
+++ b/Source/com/drew/metadata/mov/metadata/QuickTimeDataHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/metadata/QuickTimeDirectoryHandler.java b/Source/com/drew/metadata/mov/metadata/QuickTimeDirectoryHandler.java
index e0a624ef0..02cc66db2 100644
--- a/Source/com/drew/metadata/mov/metadata/QuickTimeDirectoryHandler.java
+++ b/Source/com/drew/metadata/mov/metadata/QuickTimeDirectoryHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDescriptor.java b/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDescriptor.java
index d9b5ad6c3..22bc715d1 100644
--- a/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDescriptor.java
+++ b/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDirectory.java b/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDirectory.java
index 1a0e5dd51..03d4c2f5c 100644
--- a/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDirectory.java
+++ b/Source/com/drew/metadata/mov/metadata/QuickTimeMetadataDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp3/Mp3Descriptor.java b/Source/com/drew/metadata/mp3/Mp3Descriptor.java
index 55a86cd9e..31f695724 100644
--- a/Source/com/drew/metadata/mp3/Mp3Descriptor.java
+++ b/Source/com/drew/metadata/mp3/Mp3Descriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp3/Mp3Directory.java b/Source/com/drew/metadata/mp3/Mp3Directory.java
index 758bf3263..4491097eb 100644
--- a/Source/com/drew/metadata/mp3/Mp3Directory.java
+++ b/Source/com/drew/metadata/mp3/Mp3Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp3/Mp3Reader.java b/Source/com/drew/metadata/mp3/Mp3Reader.java
index 3af21af27..0c7bad0d2 100644
--- a/Source/com/drew/metadata/mp3/Mp3Reader.java
+++ b/Source/com/drew/metadata/mp3/Mp3Reader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4BoxHandler.java b/Source/com/drew/metadata/mp4/Mp4BoxHandler.java
index ed2af4464..26d7a8c65 100644
--- a/Source/com/drew/metadata/mp4/Mp4BoxHandler.java
+++ b/Source/com/drew/metadata/mp4/Mp4BoxHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4BoxTypes.java b/Source/com/drew/metadata/mp4/Mp4BoxTypes.java
index 584eb097b..b4f495815 100644
--- a/Source/com/drew/metadata/mp4/Mp4BoxTypes.java
+++ b/Source/com/drew/metadata/mp4/Mp4BoxTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4ContainerTypes.java b/Source/com/drew/metadata/mp4/Mp4ContainerTypes.java
index 13467bc10..129698fc0 100644
--- a/Source/com/drew/metadata/mp4/Mp4ContainerTypes.java
+++ b/Source/com/drew/metadata/mp4/Mp4ContainerTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4Descriptor.java b/Source/com/drew/metadata/mp4/Mp4Descriptor.java
index 5995d90b2..337db5b5c 100644
--- a/Source/com/drew/metadata/mp4/Mp4Descriptor.java
+++ b/Source/com/drew/metadata/mp4/Mp4Descriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4Dictionary.java b/Source/com/drew/metadata/mp4/Mp4Dictionary.java
index 58c3fc834..d3ce0e3a1 100644
--- a/Source/com/drew/metadata/mp4/Mp4Dictionary.java
+++ b/Source/com/drew/metadata/mp4/Mp4Dictionary.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4Directory.java b/Source/com/drew/metadata/mp4/Mp4Directory.java
index 0e7eca639..20eaa2908 100644
--- a/Source/com/drew/metadata/mp4/Mp4Directory.java
+++ b/Source/com/drew/metadata/mp4/Mp4Directory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4HandlerFactory.java b/Source/com/drew/metadata/mp4/Mp4HandlerFactory.java
index bc09bf1d2..244b15283 100644
--- a/Source/com/drew/metadata/mp4/Mp4HandlerFactory.java
+++ b/Source/com/drew/metadata/mp4/Mp4HandlerFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/Mp4MediaHandler.java b/Source/com/drew/metadata/mp4/Mp4MediaHandler.java
index c757a9fe7..7233738fc 100644
--- a/Source/com/drew/metadata/mp4/Mp4MediaHandler.java
+++ b/Source/com/drew/metadata/mp4/Mp4MediaHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/AudioSampleEntry.java b/Source/com/drew/metadata/mp4/boxes/AudioSampleEntry.java
index 78de479ec..984c86622 100644
--- a/Source/com/drew/metadata/mp4/boxes/AudioSampleEntry.java
+++ b/Source/com/drew/metadata/mp4/boxes/AudioSampleEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/Box.java b/Source/com/drew/metadata/mp4/boxes/Box.java
index 578f017d9..2acb8707e 100644
--- a/Source/com/drew/metadata/mp4/boxes/Box.java
+++ b/Source/com/drew/metadata/mp4/boxes/Box.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/FileTypeBox.java b/Source/com/drew/metadata/mp4/boxes/FileTypeBox.java
index 569d1153a..531e57ff2 100644
--- a/Source/com/drew/metadata/mp4/boxes/FileTypeBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/FileTypeBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/FullBox.java b/Source/com/drew/metadata/mp4/boxes/FullBox.java
index aad0e7d68..5e9d9acbd 100644
--- a/Source/com/drew/metadata/mp4/boxes/FullBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/FullBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/HandlerBox.java b/Source/com/drew/metadata/mp4/boxes/HandlerBox.java
index bd061e5d9..a2d1868a6 100644
--- a/Source/com/drew/metadata/mp4/boxes/HandlerBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/HandlerBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/HintMediaHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/HintMediaHeaderBox.java
index 843d0ca83..6a58fa94a 100644
--- a/Source/com/drew/metadata/mp4/boxes/HintMediaHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/HintMediaHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/MediaHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/MediaHeaderBox.java
index b3c665dd1..df1e279fa 100644
--- a/Source/com/drew/metadata/mp4/boxes/MediaHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/MediaHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/MovieHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/MovieHeaderBox.java
index 6b1cc9b4e..1e49b2a41 100644
--- a/Source/com/drew/metadata/mp4/boxes/MovieHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/MovieHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/SampleEntry.java b/Source/com/drew/metadata/mp4/boxes/SampleEntry.java
index b76eba551..e8cc03fa5 100644
--- a/Source/com/drew/metadata/mp4/boxes/SampleEntry.java
+++ b/Source/com/drew/metadata/mp4/boxes/SampleEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/SoundMediaHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/SoundMediaHeaderBox.java
index df6957083..160613365 100644
--- a/Source/com/drew/metadata/mp4/boxes/SoundMediaHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/SoundMediaHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/TimeToSampleBox.java b/Source/com/drew/metadata/mp4/boxes/TimeToSampleBox.java
index 7f1b4946c..f824c7c59 100644
--- a/Source/com/drew/metadata/mp4/boxes/TimeToSampleBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/TimeToSampleBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/TrackHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/TrackHeaderBox.java
index 6b228ca50..e65803536 100644
--- a/Source/com/drew/metadata/mp4/boxes/TrackHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/TrackHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/VideoMediaHeaderBox.java b/Source/com/drew/metadata/mp4/boxes/VideoMediaHeaderBox.java
index dada8f535..17e5ed66d 100644
--- a/Source/com/drew/metadata/mp4/boxes/VideoMediaHeaderBox.java
+++ b/Source/com/drew/metadata/mp4/boxes/VideoMediaHeaderBox.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/boxes/VisualSampleEntry.java b/Source/com/drew/metadata/mp4/boxes/VisualSampleEntry.java
index c3c009d37..243f158cc 100644
--- a/Source/com/drew/metadata/mp4/boxes/VisualSampleEntry.java
+++ b/Source/com/drew/metadata/mp4/boxes/VisualSampleEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4HintDescriptor.java b/Source/com/drew/metadata/mp4/media/Mp4HintDescriptor.java
index 86b9b79b8..3ebfd4a8d 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4HintDescriptor.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4HintDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4HintDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4HintDirectory.java
index 9592978a9..be1ed708a 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4HintDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4HintDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4HintHandler.java b/Source/com/drew/metadata/mp4/media/Mp4HintHandler.java
index 48c0343e9..eeb8c53f4 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4HintHandler.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4HintHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4MediaDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4MediaDirectory.java
index 2a457d6aa..d846bb77e 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4MediaDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4MediaDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4MetaDescriptor.java b/Source/com/drew/metadata/mp4/media/Mp4MetaDescriptor.java
index 620c43490..b3bc791f9 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4MetaDescriptor.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4MetaDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4MetaDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4MetaDirectory.java
index b948f8652..1a221cfeb 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4MetaDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4MetaDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4MetaHandler.java b/Source/com/drew/metadata/mp4/media/Mp4MetaHandler.java
index efadcf0d4..d86d36983 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4MetaHandler.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4MetaHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4SoundDescriptor.java b/Source/com/drew/metadata/mp4/media/Mp4SoundDescriptor.java
index f62baac72..160c23c6b 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4SoundDescriptor.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4SoundDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4SoundDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4SoundDirectory.java
index 5cc0bb724..5c0de9400 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4SoundDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4SoundDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4SoundHandler.java b/Source/com/drew/metadata/mp4/media/Mp4SoundHandler.java
index 0739751c5..b5c044f69 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4SoundHandler.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4SoundHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4TextDescriptor.java b/Source/com/drew/metadata/mp4/media/Mp4TextDescriptor.java
index 21506d0cf..cfab468f3 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4TextDescriptor.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4TextDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4TextDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4TextDirectory.java
index 40643e221..0c0e0c6e0 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4TextDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4TextDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4TextHandler.java b/Source/com/drew/metadata/mp4/media/Mp4TextHandler.java
index cce092792..13f818a89 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4TextHandler.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4TextHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4VideoDescriptor.java b/Source/com/drew/metadata/mp4/media/Mp4VideoDescriptor.java
index 1bc57a729..1bda0a5b8 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4VideoDescriptor.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4VideoDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4VideoDirectory.java b/Source/com/drew/metadata/mp4/media/Mp4VideoDirectory.java
index bb6aa3df1..68241b2e2 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4VideoDirectory.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4VideoDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/mp4/media/Mp4VideoHandler.java b/Source/com/drew/metadata/mp4/media/Mp4VideoHandler.java
index c938117d3..1a0564317 100644
--- a/Source/com/drew/metadata/mp4/media/Mp4VideoHandler.java
+++ b/Source/com/drew/metadata/mp4/media/Mp4VideoHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/pcx/PcxDescriptor.java b/Source/com/drew/metadata/pcx/PcxDescriptor.java
index 6800624c4..36471a0aa 100644
--- a/Source/com/drew/metadata/pcx/PcxDescriptor.java
+++ b/Source/com/drew/metadata/pcx/PcxDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/pcx/PcxDirectory.java b/Source/com/drew/metadata/pcx/PcxDirectory.java
index 5af228f11..80d502341 100644
--- a/Source/com/drew/metadata/pcx/PcxDirectory.java
+++ b/Source/com/drew/metadata/pcx/PcxDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/pcx/PcxReader.java b/Source/com/drew/metadata/pcx/PcxReader.java
index 4acf82de0..2c2e0e83a 100644
--- a/Source/com/drew/metadata/pcx/PcxReader.java
+++ b/Source/com/drew/metadata/pcx/PcxReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/DuckyDirectory.java b/Source/com/drew/metadata/photoshop/DuckyDirectory.java
index 5a9c41cda..15e13d6e5 100644
--- a/Source/com/drew/metadata/photoshop/DuckyDirectory.java
+++ b/Source/com/drew/metadata/photoshop/DuckyDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/DuckyReader.java b/Source/com/drew/metadata/photoshop/DuckyReader.java
index f740acaf7..b8e90fad9 100644
--- a/Source/com/drew/metadata/photoshop/DuckyReader.java
+++ b/Source/com/drew/metadata/photoshop/DuckyReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PhotoshopDescriptor.java b/Source/com/drew/metadata/photoshop/PhotoshopDescriptor.java
index a43672f5c..9977994f5 100644
--- a/Source/com/drew/metadata/photoshop/PhotoshopDescriptor.java
+++ b/Source/com/drew/metadata/photoshop/PhotoshopDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PhotoshopDirectory.java b/Source/com/drew/metadata/photoshop/PhotoshopDirectory.java
index 36998ef9b..5003cc306 100644
--- a/Source/com/drew/metadata/photoshop/PhotoshopDirectory.java
+++ b/Source/com/drew/metadata/photoshop/PhotoshopDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PhotoshopReader.java b/Source/com/drew/metadata/photoshop/PhotoshopReader.java
index 037ad2443..e47faed3c 100644
--- a/Source/com/drew/metadata/photoshop/PhotoshopReader.java
+++ b/Source/com/drew/metadata/photoshop/PhotoshopReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PsdHeaderDescriptor.java b/Source/com/drew/metadata/photoshop/PsdHeaderDescriptor.java
index b651ec9d5..e37b55382 100644
--- a/Source/com/drew/metadata/photoshop/PsdHeaderDescriptor.java
+++ b/Source/com/drew/metadata/photoshop/PsdHeaderDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PsdHeaderDirectory.java b/Source/com/drew/metadata/photoshop/PsdHeaderDirectory.java
index 43bbe5e9c..0747491a9 100644
--- a/Source/com/drew/metadata/photoshop/PsdHeaderDirectory.java
+++ b/Source/com/drew/metadata/photoshop/PsdHeaderDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/photoshop/PsdReader.java b/Source/com/drew/metadata/photoshop/PsdReader.java
index 55542d79c..3f5b99afa 100644
--- a/Source/com/drew/metadata/photoshop/PsdReader.java
+++ b/Source/com/drew/metadata/photoshop/PsdReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/png/PngChromaticitiesDirectory.java b/Source/com/drew/metadata/png/PngChromaticitiesDirectory.java
index c64b88e2d..2f2c3aa95 100644
--- a/Source/com/drew/metadata/png/PngChromaticitiesDirectory.java
+++ b/Source/com/drew/metadata/png/PngChromaticitiesDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/png/PngDescriptor.java b/Source/com/drew/metadata/png/PngDescriptor.java
index b59d4d8cc..aea1ba14c 100644
--- a/Source/com/drew/metadata/png/PngDescriptor.java
+++ b/Source/com/drew/metadata/png/PngDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/png/PngDirectory.java b/Source/com/drew/metadata/png/PngDirectory.java
index 194063083..e9ec26f67 100644
--- a/Source/com/drew/metadata/png/PngDirectory.java
+++ b/Source/com/drew/metadata/png/PngDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/tiff/DirectoryTiffHandler.java b/Source/com/drew/metadata/tiff/DirectoryTiffHandler.java
index 9a06e95d4..a327bd808 100644
--- a/Source/com/drew/metadata/tiff/DirectoryTiffHandler.java
+++ b/Source/com/drew/metadata/tiff/DirectoryTiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/webp/WebpDescriptor.java b/Source/com/drew/metadata/webp/WebpDescriptor.java
index 7876f4438..2a982d449 100644
--- a/Source/com/drew/metadata/webp/WebpDescriptor.java
+++ b/Source/com/drew/metadata/webp/WebpDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/webp/WebpDirectory.java b/Source/com/drew/metadata/webp/WebpDirectory.java
index a470d82fc..f4740e990 100644
--- a/Source/com/drew/metadata/webp/WebpDirectory.java
+++ b/Source/com/drew/metadata/webp/WebpDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/webp/WebpRiffHandler.java b/Source/com/drew/metadata/webp/WebpRiffHandler.java
index eb27b66af..57ca18507 100644
--- a/Source/com/drew/metadata/webp/WebpRiffHandler.java
+++ b/Source/com/drew/metadata/webp/WebpRiffHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/xmp/XmpDescriptor.java b/Source/com/drew/metadata/xmp/XmpDescriptor.java
index 475f27f24..0158c61af 100644
--- a/Source/com/drew/metadata/xmp/XmpDescriptor.java
+++ b/Source/com/drew/metadata/xmp/XmpDescriptor.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/xmp/XmpDirectory.java b/Source/com/drew/metadata/xmp/XmpDirectory.java
index e5a138bf7..ab56010ed 100644
--- a/Source/com/drew/metadata/xmp/XmpDirectory.java
+++ b/Source/com/drew/metadata/xmp/XmpDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/metadata/xmp/XmpReader.java b/Source/com/drew/metadata/xmp/XmpReader.java
index dd6bbfda8..0935ee6ce 100644
--- a/Source/com/drew/metadata/xmp/XmpReader.java
+++ b/Source/com/drew/metadata/xmp/XmpReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/tools/ExtractJpegSegmentTool.java b/Source/com/drew/tools/ExtractJpegSegmentTool.java
index e62c8763e..d83f16419 100644
--- a/Source/com/drew/tools/ExtractJpegSegmentTool.java
+++ b/Source/com/drew/tools/ExtractJpegSegmentTool.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/tools/FileUtil.java b/Source/com/drew/tools/FileUtil.java
index 3c8deba54..a2212c94c 100644
--- a/Source/com/drew/tools/FileUtil.java
+++ b/Source/com/drew/tools/FileUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/tools/ProcessAllImagesInFolderUtility.java b/Source/com/drew/tools/ProcessAllImagesInFolderUtility.java
index b0ef5e499..c8288e571 100644
--- a/Source/com/drew/tools/ProcessAllImagesInFolderUtility.java
+++ b/Source/com/drew/tools/ProcessAllImagesInFolderUtility.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Source/com/drew/tools/ProcessUrlUtility.java b/Source/com/drew/tools/ProcessUrlUtility.java
index 8308e7ac7..4b586c967 100644
--- a/Source/com/drew/tools/ProcessUrlUtility.java
+++ b/Source/com/drew/tools/ProcessUrlUtility.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/FileTypeTest.java b/Tests/com/drew/imaging/FileTypeTest.java
index 61a271ac4..5ca58e180 100644
--- a/Tests/com/drew/imaging/FileTypeTest.java
+++ b/Tests/com/drew/imaging/FileTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/jpeg/JpegMetadataReaderTest.java b/Tests/com/drew/imaging/jpeg/JpegMetadataReaderTest.java
index cda6d5447..0d0a16074 100644
--- a/Tests/com/drew/imaging/jpeg/JpegMetadataReaderTest.java
+++ b/Tests/com/drew/imaging/jpeg/JpegMetadataReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/jpeg/JpegSegmentDataTest.java b/Tests/com/drew/imaging/jpeg/JpegSegmentDataTest.java
index 7474b2b2c..0c6bc4d3a 100644
--- a/Tests/com/drew/imaging/jpeg/JpegSegmentDataTest.java
+++ b/Tests/com/drew/imaging/jpeg/JpegSegmentDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/jpeg/JpegSegmentReaderTest.java b/Tests/com/drew/imaging/jpeg/JpegSegmentReaderTest.java
index edea9ab1a..a5dae2a78 100644
--- a/Tests/com/drew/imaging/jpeg/JpegSegmentReaderTest.java
+++ b/Tests/com/drew/imaging/jpeg/JpegSegmentReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/png/PngChunkReaderTest.java b/Tests/com/drew/imaging/png/PngChunkReaderTest.java
index d9ba01b1c..89ae249bd 100644
--- a/Tests/com/drew/imaging/png/PngChunkReaderTest.java
+++ b/Tests/com/drew/imaging/png/PngChunkReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/png/PngChunkTypeTest.java b/Tests/com/drew/imaging/png/PngChunkTypeTest.java
index af8893c6d..072048100 100644
--- a/Tests/com/drew/imaging/png/PngChunkTypeTest.java
+++ b/Tests/com/drew/imaging/png/PngChunkTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
index 6bf880932..a32f6e469 100644
--- a/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
+++ b/Tests/com/drew/imaging/png/PngMetadataReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/ByteArrayReaderTest.java b/Tests/com/drew/lang/ByteArrayReaderTest.java
index 01403c97e..3b72458a7 100644
--- a/Tests/com/drew/lang/ByteArrayReaderTest.java
+++ b/Tests/com/drew/lang/ByteArrayReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/ByteTrieTest.java b/Tests/com/drew/lang/ByteTrieTest.java
index 081a3efa2..f9256d43f 100644
--- a/Tests/com/drew/lang/ByteTrieTest.java
+++ b/Tests/com/drew/lang/ByteTrieTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/CompoundExceptionTest.java b/Tests/com/drew/lang/CompoundExceptionTest.java
index 9b82de85f..f836d1767 100644
--- a/Tests/com/drew/lang/CompoundExceptionTest.java
+++ b/Tests/com/drew/lang/CompoundExceptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/GeoLocationTest.java b/Tests/com/drew/lang/GeoLocationTest.java
index e51ea8ce1..b045bee63 100644
--- a/Tests/com/drew/lang/GeoLocationTest.java
+++ b/Tests/com/drew/lang/GeoLocationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/NullOutputStreamTest.java b/Tests/com/drew/lang/NullOutputStreamTest.java
index d707388c7..25f181a42 100644
--- a/Tests/com/drew/lang/NullOutputStreamTest.java
+++ b/Tests/com/drew/lang/NullOutputStreamTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/RandomAccessFileReaderTest.java b/Tests/com/drew/lang/RandomAccessFileReaderTest.java
index 173cdeea1..dae45067d 100644
--- a/Tests/com/drew/lang/RandomAccessFileReaderTest.java
+++ b/Tests/com/drew/lang/RandomAccessFileReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/RandomAccessStreamReaderTest.java b/Tests/com/drew/lang/RandomAccessStreamReaderTest.java
index 8295965c7..eb7e1ec93 100644
--- a/Tests/com/drew/lang/RandomAccessStreamReaderTest.java
+++ b/Tests/com/drew/lang/RandomAccessStreamReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/RandomAccessTestBase.java b/Tests/com/drew/lang/RandomAccessTestBase.java
index 809c2e2a4..7d9ac418f 100644
--- a/Tests/com/drew/lang/RandomAccessTestBase.java
+++ b/Tests/com/drew/lang/RandomAccessTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/RationalTest.java b/Tests/com/drew/lang/RationalTest.java
index c92da464c..f5fceaa54 100644
--- a/Tests/com/drew/lang/RationalTest.java
+++ b/Tests/com/drew/lang/RationalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/SequentialAccessTestBase.java b/Tests/com/drew/lang/SequentialAccessTestBase.java
index 57e4b5e95..a1f223787 100644
--- a/Tests/com/drew/lang/SequentialAccessTestBase.java
+++ b/Tests/com/drew/lang/SequentialAccessTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/SequentialByteArrayReaderTest.java b/Tests/com/drew/lang/SequentialByteArrayReaderTest.java
index 44ab50490..415857958 100644
--- a/Tests/com/drew/lang/SequentialByteArrayReaderTest.java
+++ b/Tests/com/drew/lang/SequentialByteArrayReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/StreamReaderTest.java b/Tests/com/drew/lang/StreamReaderTest.java
index 537a88834..b7ed180d6 100644
--- a/Tests/com/drew/lang/StreamReaderTest.java
+++ b/Tests/com/drew/lang/StreamReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/lang/StringUtilTest.java b/Tests/com/drew/lang/StringUtilTest.java
index bd91cc481..d2b979ac8 100644
--- a/Tests/com/drew/lang/StringUtilTest.java
+++ b/Tests/com/drew/lang/StringUtilTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/AgeTest.java b/Tests/com/drew/metadata/AgeTest.java
index 7cd49c1b2..9eb14a215 100644
--- a/Tests/com/drew/metadata/AgeTest.java
+++ b/Tests/com/drew/metadata/AgeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/DirectoryTest.java b/Tests/com/drew/metadata/DirectoryTest.java
index b638dc075..a0817956d 100644
--- a/Tests/com/drew/metadata/DirectoryTest.java
+++ b/Tests/com/drew/metadata/DirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/MetadataTest.java b/Tests/com/drew/metadata/MetadataTest.java
index 25356416e..7a10e52a2 100644
--- a/Tests/com/drew/metadata/MetadataTest.java
+++ b/Tests/com/drew/metadata/MetadataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/MockDirectory.java b/Tests/com/drew/metadata/MockDirectory.java
index 61541dd5a..ae9aeabbd 100644
--- a/Tests/com/drew/metadata/MockDirectory.java
+++ b/Tests/com/drew/metadata/MockDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/adobe/AdobeJpegReaderTest.java b/Tests/com/drew/metadata/adobe/AdobeJpegReaderTest.java
index d3b1dfe23..ee9baf3b7 100644
--- a/Tests/com/drew/metadata/adobe/AdobeJpegReaderTest.java
+++ b/Tests/com/drew/metadata/adobe/AdobeJpegReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/bmp/BmpReaderTest.java b/Tests/com/drew/metadata/bmp/BmpReaderTest.java
index 10fc40e4a..77a1e53fd 100644
--- a/Tests/com/drew/metadata/bmp/BmpReaderTest.java
+++ b/Tests/com/drew/metadata/bmp/BmpReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/CanonMakernoteDescriptorTest.java b/Tests/com/drew/metadata/exif/CanonMakernoteDescriptorTest.java
index c81fb57ca..a658a704f 100644
--- a/Tests/com/drew/metadata/exif/CanonMakernoteDescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/CanonMakernoteDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifDirectoryTest.java b/Tests/com/drew/metadata/exif/ExifDirectoryTest.java
index 2e80651a9..d818dcbac 100644
--- a/Tests/com/drew/metadata/exif/ExifDirectoryTest.java
+++ b/Tests/com/drew/metadata/exif/ExifDirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifIFD0DescriptorTest.java b/Tests/com/drew/metadata/exif/ExifIFD0DescriptorTest.java
index 8b1ca9a19..2d725e4ee 100644
--- a/Tests/com/drew/metadata/exif/ExifIFD0DescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/ExifIFD0DescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifInteropDescriptorTest.java b/Tests/com/drew/metadata/exif/ExifInteropDescriptorTest.java
index 8bb07fbbc..545d27519 100644
--- a/Tests/com/drew/metadata/exif/ExifInteropDescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/ExifInteropDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifReaderTest.java b/Tests/com/drew/metadata/exif/ExifReaderTest.java
index 1bf4cebfd..3cd95547b 100644
--- a/Tests/com/drew/metadata/exif/ExifReaderTest.java
+++ b/Tests/com/drew/metadata/exif/ExifReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifSubIFDDescriptorTest.java b/Tests/com/drew/metadata/exif/ExifSubIFDDescriptorTest.java
index d394ecaee..e05dc5afd 100644
--- a/Tests/com/drew/metadata/exif/ExifSubIFDDescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/ExifSubIFDDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/ExifThumbnailDescriptorTest.java b/Tests/com/drew/metadata/exif/ExifThumbnailDescriptorTest.java
index d3c46bdc9..a223eab42 100644
--- a/Tests/com/drew/metadata/exif/ExifThumbnailDescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/ExifThumbnailDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/NikonType1MakernoteTest.java b/Tests/com/drew/metadata/exif/NikonType1MakernoteTest.java
index 94e99cdd4..302c27d6a 100644
--- a/Tests/com/drew/metadata/exif/NikonType1MakernoteTest.java
+++ b/Tests/com/drew/metadata/exif/NikonType1MakernoteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/NikonType2MakernoteTest1.java b/Tests/com/drew/metadata/exif/NikonType2MakernoteTest1.java
index a8685efde..4f1a9a1a0 100644
--- a/Tests/com/drew/metadata/exif/NikonType2MakernoteTest1.java
+++ b/Tests/com/drew/metadata/exif/NikonType2MakernoteTest1.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/NikonType2MakernoteTest2.java b/Tests/com/drew/metadata/exif/NikonType2MakernoteTest2.java
index a77c3992a..ba16a992d 100644
--- a/Tests/com/drew/metadata/exif/NikonType2MakernoteTest2.java
+++ b/Tests/com/drew/metadata/exif/NikonType2MakernoteTest2.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/PanasonicMakernoteDescriptorTest.java b/Tests/com/drew/metadata/exif/PanasonicMakernoteDescriptorTest.java
index e71f941c4..eb61977e3 100644
--- a/Tests/com/drew/metadata/exif/PanasonicMakernoteDescriptorTest.java
+++ b/Tests/com/drew/metadata/exif/PanasonicMakernoteDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/SonyType1MakernoteTest.java b/Tests/com/drew/metadata/exif/SonyType1MakernoteTest.java
index 38466a954..beb2966e5 100644
--- a/Tests/com/drew/metadata/exif/SonyType1MakernoteTest.java
+++ b/Tests/com/drew/metadata/exif/SonyType1MakernoteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/exif/SonyType6MakernoteTest.java b/Tests/com/drew/metadata/exif/SonyType6MakernoteTest.java
index eca2ee19c..fe55196d9 100644
--- a/Tests/com/drew/metadata/exif/SonyType6MakernoteTest.java
+++ b/Tests/com/drew/metadata/exif/SonyType6MakernoteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/gif/GifReaderTest.java b/Tests/com/drew/metadata/gif/GifReaderTest.java
index 08fbd481f..744845e6e 100644
--- a/Tests/com/drew/metadata/gif/GifReaderTest.java
+++ b/Tests/com/drew/metadata/gif/GifReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/icc/IccReaderTest.java b/Tests/com/drew/metadata/icc/IccReaderTest.java
index 04dd6bcc6..6ed5e5678 100644
--- a/Tests/com/drew/metadata/icc/IccReaderTest.java
+++ b/Tests/com/drew/metadata/icc/IccReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/iptc/IptcDirectoryTest.java b/Tests/com/drew/metadata/iptc/IptcDirectoryTest.java
index 95efa9f9e..c7a14f4ca 100644
--- a/Tests/com/drew/metadata/iptc/IptcDirectoryTest.java
+++ b/Tests/com/drew/metadata/iptc/IptcDirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/iptc/IptcReaderTest.java b/Tests/com/drew/metadata/iptc/IptcReaderTest.java
index 23e058130..3544a2ccb 100644
--- a/Tests/com/drew/metadata/iptc/IptcReaderTest.java
+++ b/Tests/com/drew/metadata/iptc/IptcReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/iptc/Iso2022ConverterTest.java b/Tests/com/drew/metadata/iptc/Iso2022ConverterTest.java
index 25dbc8a18..88c901814 100644
--- a/Tests/com/drew/metadata/iptc/Iso2022ConverterTest.java
+++ b/Tests/com/drew/metadata/iptc/Iso2022ConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jfif/JfifReaderTest.java b/Tests/com/drew/metadata/jfif/JfifReaderTest.java
index 3fb4b4928..4fc0bf03f 100644
--- a/Tests/com/drew/metadata/jfif/JfifReaderTest.java
+++ b/Tests/com/drew/metadata/jfif/JfifReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/HuffmanTablesDescriptorTest.java b/Tests/com/drew/metadata/jpeg/HuffmanTablesDescriptorTest.java
index 567d4385d..19f59d273 100644
--- a/Tests/com/drew/metadata/jpeg/HuffmanTablesDescriptorTest.java
+++ b/Tests/com/drew/metadata/jpeg/HuffmanTablesDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/HuffmanTablesDirectoryTest.java b/Tests/com/drew/metadata/jpeg/HuffmanTablesDirectoryTest.java
index 3f77faf9a..288e9dd69 100644
--- a/Tests/com/drew/metadata/jpeg/HuffmanTablesDirectoryTest.java
+++ b/Tests/com/drew/metadata/jpeg/HuffmanTablesDirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/JpegComponentTest.java b/Tests/com/drew/metadata/jpeg/JpegComponentTest.java
index 12a74665d..3b446f7e2 100644
--- a/Tests/com/drew/metadata/jpeg/JpegComponentTest.java
+++ b/Tests/com/drew/metadata/jpeg/JpegComponentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/JpegDescriptorTest.java b/Tests/com/drew/metadata/jpeg/JpegDescriptorTest.java
index efdaf84c2..357cd96d7 100644
--- a/Tests/com/drew/metadata/jpeg/JpegDescriptorTest.java
+++ b/Tests/com/drew/metadata/jpeg/JpegDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/JpegDhtReaderTest.java b/Tests/com/drew/metadata/jpeg/JpegDhtReaderTest.java
index 1bda3fe5a..97fdf58d9 100644
--- a/Tests/com/drew/metadata/jpeg/JpegDhtReaderTest.java
+++ b/Tests/com/drew/metadata/jpeg/JpegDhtReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/JpegDirectoryTest.java b/Tests/com/drew/metadata/jpeg/JpegDirectoryTest.java
index 5e2a5651a..a7c4c131d 100644
--- a/Tests/com/drew/metadata/jpeg/JpegDirectoryTest.java
+++ b/Tests/com/drew/metadata/jpeg/JpegDirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/jpeg/JpegReaderTest.java b/Tests/com/drew/metadata/jpeg/JpegReaderTest.java
index 766de5f2f..f0e87a15d 100644
--- a/Tests/com/drew/metadata/jpeg/JpegReaderTest.java
+++ b/Tests/com/drew/metadata/jpeg/JpegReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/photoshop/PsdReaderTest.java b/Tests/com/drew/metadata/photoshop/PsdReaderTest.java
index 8d77df008..9cbc1698a 100644
--- a/Tests/com/drew/metadata/photoshop/PsdReaderTest.java
+++ b/Tests/com/drew/metadata/photoshop/PsdReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/png/PngDescriptorTest.java b/Tests/com/drew/metadata/png/PngDescriptorTest.java
index 3d8ed1263..42bd130b2 100644
--- a/Tests/com/drew/metadata/png/PngDescriptorTest.java
+++ b/Tests/com/drew/metadata/png/PngDescriptorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/metadata/xmp/XmpReaderTest.java b/Tests/com/drew/metadata/xmp/XmpReaderTest.java
index f83d31636..9a0fe0b37 100644
--- a/Tests/com/drew/metadata/xmp/XmpReaderTest.java
+++ b/Tests/com/drew/metadata/xmp/XmpReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/com/drew/testing/TestHelper.java b/Tests/com/drew/testing/TestHelper.java
index d17edd25a..f735c0f8e 100644
--- a/Tests/com/drew/testing/TestHelper.java
+++ b/Tests/com/drew/testing/TestHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2017 Drew Noakes
+ * Copyright 2002-2019 Drew Noakes and contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/metadata-extractor.iml b/metadata-extractor.iml
index b9696a356..beda29441 100644
--- a/metadata-extractor.iml
+++ b/metadata-extractor.iml
@@ -13,7 +13,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 50df9b8e6..d27cda1ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,11 +14,11 @@
com.drewnoakes
metadata-extractor
- 2.11.1-SNAPSHOT
+ 2.12.0
jar
${project.groupId}:${project.artifactId}
- Java library for extracting EXIF, IPTC, XMP, ICC and other metadata from image files.
+ Java library for extracting EXIF, IPTC, XMP, ICC and other metadata from image and video files.
https://drewnoakes.com/code/exif/
@@ -104,7 +104,7 @@
org.apache.maven.plugins
maven-source-plugin
- 3.0.1
+ 3.1.0
attach-sources
@@ -117,7 +117,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.6.1
+ 3.8.1
1.6
@@ -126,7 +126,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.19.1
+ 2.22.2
**/*Test*.java
@@ -136,7 +136,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.0.2
+ 3.1.2
@@ -155,18 +155,16 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.0.0-M1
+ 3.1.0
- ${javadoc.opts}
+ ${javadoc.opts}
${basedir}/src/main/javadoc/stylesheet.css
public
- metadata-extractor - Javadoc - Extracts Exif, IPTC, XMP, ICC and other metadata from
- image files
-
+ metadata-extractor - Javadoc - Extracts Exif, IPTC, XMP, ICC and other metadata from image and video files
true
]]>
- Copyright © 2002-2017 Drew Noakes. All Rights Reserved.]]>
+ Copyright © 2002-2019 Drew Noakes. All Rights Reserved.]]>
com.drew.tools
${project.basedir}/Resources/javadoc-stylesheet.css
@@ -196,7 +194,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.7
+ 1.6.8
true
ossrh
diff --git a/wiki b/wiki
new file mode 160000
index 000000000..8487e7856
--- /dev/null
+++ b/wiki
@@ -0,0 +1 @@
+Subproject commit 8487e7856d424c1d7bd071eedd565cf5c18edb74
diff --git a/wiki-images b/wiki-images
new file mode 160000
index 000000000..637fc76c9
--- /dev/null
+++ b/wiki-images
@@ -0,0 +1 @@
+Subproject commit 637fc76c9de2e1364b2cf4829ce5c0666d54bf8d