summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarpitapanda05 <79362772+arpitapanda05@users.noreply.github.com>2021-09-01 14:16:15 +0530
committerGitHub <noreply@github.com>2021-09-01 14:16:15 +0530
commitf2340cff26eff425ccd2dbf082378dfc62816feb (patch)
tree8b72662eb2d26ea7594db6d57616cff367632494
parent16e53564ae6c2689387479c04770f492075d5b7b (diff)
changing copyRight year back to original year in CopyRight notice (#47)
-rw-r--r--XMPCommon/BaseClasses/MemoryManagedObject.h2
-rw-r--r--XMPCommon/BaseClasses/TSingleton.h2
-rw-r--r--XMPCommon/ImplHeaders/ConfigurableImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/ConfigurationManagerImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/DefaultErrorNotifierImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/ErrorImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/ErrorNotifierWrapperImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/MemoryAllocatorWrapperImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/SharedMutexImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/SharedObjectImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/ThreadSafeImpl.h2
-rw-r--r--XMPCommon/ImplHeaders/UTF8StringImpl.h2
-rw-r--r--XMPCommon/Interfaces/BaseInterfaces/IConfigurable_I.h2
-rw-r--r--XMPCommon/Interfaces/BaseInterfaces/ISharedObject_I.h2
-rw-r--r--XMPCommon/Interfaces/BaseInterfaces/IThreadSafe_I.h2
-rw-r--r--XMPCommon/Interfaces/IConfigurationManager_I.h2
-rw-r--r--XMPCommon/Interfaces/IErrorNotifier_I.h2
-rw-r--r--XMPCommon/Interfaces/IError_I.h2
-rw-r--r--XMPCommon/Interfaces/IMemoryAllocator_I.h2
-rw-r--r--XMPCommon/Interfaces/ISharedMutex.h2
-rw-r--r--XMPCommon/Interfaces/IUTF8String_I.h2
-rw-r--r--XMPCommon/Utilities/AutoSharedLock.h2
-rw-r--r--XMPCommon/Utilities/IUTF8StringComparator.h2
-rw-r--r--XMPCommon/Utilities/TAllocator.h2
-rw-r--r--XMPCommon/Utilities/TAtomicTypes.h2
-rw-r--r--XMPCommon/Utilities/TAtomicTypes_Android.h2
-rw-r--r--XMPCommon/Utilities/TAtomicTypes_Linux.h2
-rw-r--r--XMPCommon/Utilities/TAtomicTypes_Mac.h2
-rw-r--r--XMPCommon/Utilities/TAtomicTypes_Win.h2
-rw-r--r--XMPCommon/Utilities/TSmartPointers_I.h2
-rw-r--r--XMPCommon/Utilities/UTF8String.h2
-rw-r--r--XMPCommon/XMPCommonDefines_I.h2
-rw-r--r--XMPCommon/XMPCommonErrorCodes_I.h2
-rw-r--r--XMPCommon/XMPCommonFwdDeclarations_I.h2
-rw-r--r--XMPCommon/XMPCommon_I.h2
-rw-r--r--XMPCommon/source/AutoSharedLock.cpp2
-rw-r--r--XMPCommon/source/ConfigurableImpl.cpp2
-rw-r--r--XMPCommon/source/ConfigurationManagerImpl.cpp2
-rw-r--r--XMPCommon/source/DefaultErrorNotifierImpl.cpp2
-rw-r--r--XMPCommon/source/ErrorImpl.cpp2
-rw-r--r--XMPCommon/source/ErrorNotifierWrapperImpl.cpp2
-rw-r--r--XMPCommon/source/IConfigurable_I.cpp2
-rw-r--r--XMPCommon/source/IConfigurationManager_I.cpp2
-rw-r--r--XMPCommon/source/IErrorNotifier_I.cpp2
-rw-r--r--XMPCommon/source/IError_I.cpp2
-rw-r--r--XMPCommon/source/IMemoryAllocator_I.cpp2
-rw-r--r--XMPCommon/source/IUTF8StringComparator.cpp2
-rw-r--r--XMPCommon/source/IUTF8String_I.cpp2
-rw-r--r--XMPCommon/source/MemoryAllocatorWrapperImpl.cpp2
-rw-r--r--XMPCommon/source/MemoryManagedObject.cpp2
-rw-r--r--XMPCommon/source/SharedMutexImpl.cpp2
-rw-r--r--XMPCommon/source/SharedObjectImpl.cpp2
-rw-r--r--XMPCommon/source/ThreadSafeImpl.cpp2
-rw-r--r--XMPCommon/source/UTF8StringImpl.cpp2
-rw-r--r--XMPCommon/source/XMPCommon.cpp2
-rw-r--r--XMPCore/ImplHeaders/ArrayNodeImpl.h2
-rw-r--r--XMPCore/ImplHeaders/ClientDOMParserWrapperImpl.h2
-rw-r--r--XMPCore/ImplHeaders/ClientDOMSerializerWrapperImpl.h2
-rw-r--r--XMPCore/ImplHeaders/CompositeNodeImpl.h2
-rw-r--r--XMPCore/ImplHeaders/CoreConfigurationManagerImpl.h2
-rw-r--r--XMPCore/ImplHeaders/CoreObjectFactoryImpl.h2
-rw-r--r--XMPCore/ImplHeaders/DOMImplementationRegistryImpl.h2
-rw-r--r--XMPCore/ImplHeaders/DOMParserImpl.h2
-rw-r--r--XMPCore/ImplHeaders/DOMSerializerImpl.h2
-rw-r--r--XMPCore/ImplHeaders/MetadataConverterUtilsImpl.h2
-rw-r--r--XMPCore/ImplHeaders/MetadataImpl.h2
-rw-r--r--XMPCore/ImplHeaders/NameSpacePrefixMapImpl.h2
-rw-r--r--XMPCore/ImplHeaders/NodeImpl.h2
-rw-r--r--XMPCore/ImplHeaders/PathImpl.h2
-rw-r--r--XMPCore/ImplHeaders/PathSegmentImpl.h2
-rw-r--r--XMPCore/ImplHeaders/RDFDOMParserImpl.h2
-rw-r--r--XMPCore/ImplHeaders/RDFDOMSerializerImpl.h2
-rw-r--r--XMPCore/ImplHeaders/SimpleNodeImpl.h2
-rw-r--r--XMPCore/ImplHeaders/StructureNodeImpl.h2
-rw-r--r--XMPCore/ImplHeaders/TNodeIteratorImpl.h2
-rw-r--r--XMPCore/Interfaces/IArrayNode_I.h2
-rw-r--r--XMPCore/Interfaces/ICompositeNode_I.h2
-rw-r--r--XMPCore/Interfaces/ICoreConfigurationManager_I.h2
-rw-r--r--XMPCore/Interfaces/ICoreObjectFactory_I.h2
-rw-r--r--XMPCore/Interfaces/IDOMImplementationRegistry_I.h2
-rw-r--r--XMPCore/Interfaces/IDOMParser_I.h2
-rw-r--r--XMPCore/Interfaces/IDOMSerializer_I.h2
-rw-r--r--XMPCore/Interfaces/IMetadataConverterUtils_I.h2
-rw-r--r--XMPCore/Interfaces/IMetadata_I.h2
-rw-r--r--XMPCore/Interfaces/INameSpacePrefixMap_I.h2
-rw-r--r--XMPCore/Interfaces/INodeIterator_I.h2
-rw-r--r--XMPCore/Interfaces/INode_I.h2
-rw-r--r--XMPCore/Interfaces/IPathSegment_I.h2
-rw-r--r--XMPCore/Interfaces/IPath_I.h2
-rw-r--r--XMPCore/Interfaces/ISimpleNode_I.h2
-rw-r--r--XMPCore/Interfaces/IStructureNode_I.h2
-rw-r--r--XMPCore/Interfaces/IXMPLanguageAlternative_I.h2
-rw-r--r--XMPCore/XMPCoreDefines_I.h2
-rw-r--r--XMPCore/XMPCoreFwdDeclarations_I.h2
-rw-r--r--XMPCore/build/CMakeLists.txt2
-rw-r--r--XMPCore/source/ArrayNodeImpl.cpp2
-rw-r--r--XMPCore/source/ClientDOMParserWrapperImpl.cpp2
-rw-r--r--XMPCore/source/ClientDOMSerializerWrapperImpl.cpp2
-rw-r--r--XMPCore/source/CompositeNodeImpl.cpp2
-rw-r--r--XMPCore/source/CoreConfigurationManagerImpl.cpp2
-rw-r--r--XMPCore/source/CoreObjectFactoryImpl.cpp2
-rw-r--r--XMPCore/source/DOMImplementationRegistryImpl.cpp2
-rw-r--r--XMPCore/source/DOMParserImpl.cpp2
-rw-r--r--XMPCore/source/DOMSerializerImpl.cpp2
-rw-r--r--XMPCore/source/ExpatAdapter.cpp2
-rw-r--r--XMPCore/source/IArrayNode_I.cpp2
-rw-r--r--XMPCore/source/ICompositeNode_I.cpp2
-rw-r--r--XMPCore/source/ICoreConfigurationManager_I.cpp2
-rw-r--r--XMPCore/source/ICoreObjectFactory_I.cpp2
-rw-r--r--XMPCore/source/IDOMImplementationRegistry_I.cpp2
-rw-r--r--XMPCore/source/IDOMParser_I.cpp2
-rw-r--r--XMPCore/source/IDOMSerializer_I.cpp2
-rw-r--r--XMPCore/source/IMetadataConverterUtils_I.cpp2
-rw-r--r--XMPCore/source/IMetadata_I.cpp2
-rw-r--r--XMPCore/source/INameSpacePrefixMap_I.cpp2
-rw-r--r--XMPCore/source/INodeIterator_I.cpp2
-rw-r--r--XMPCore/source/INode_I.cpp2
-rw-r--r--XMPCore/source/IPathSegment_I.cpp2
-rw-r--r--XMPCore/source/IPath_I.cpp2
-rw-r--r--XMPCore/source/ISimpleNode_I.cpp2
-rw-r--r--XMPCore/source/IStructureNode_I.cpp2
-rw-r--r--XMPCore/source/MetadataConverterUtilsImpl.cpp2
-rw-r--r--XMPCore/source/MetadataImpl.cpp2
-rw-r--r--XMPCore/source/NameSpacePrefixMapImpl.cpp2
-rw-r--r--XMPCore/source/NodeImpl.cpp2
-rw-r--r--XMPCore/source/ParseRDF.cpp2
-rw-r--r--XMPCore/source/PathImpl.cpp2
-rw-r--r--XMPCore/source/PathSegmentImpl.cpp2
-rw-r--r--XMPCore/source/RDFDOMParserImpl.cpp2
-rw-r--r--XMPCore/source/RDFDOMSerializerImpl.cpp2
-rw-r--r--XMPCore/source/SimpleNodeImpl.cpp2
-rw-r--r--XMPCore/source/StructureNodeImpl.cpp2
-rw-r--r--XMPCore/source/WXMPIterator.cpp2
-rw-r--r--XMPCore/source/WXMPMeta.cpp2
-rw-r--r--XMPCore/source/WXMPUtils.cpp2
-rw-r--r--XMPCore/source/XMPCore_Impl.cpp2
-rw-r--r--XMPCore/source/XMPCore_Impl.hpp2
-rw-r--r--XMPCore/source/XMPIterator.cpp2
-rw-r--r--XMPCore/source/XMPIterator.hpp2
-rw-r--r--XMPCore/source/XMPIterator2.cpp2
-rw-r--r--XMPCore/source/XMPIterator2.hpp2
-rw-r--r--XMPCore/source/XMPMeta-GetSet.cpp2
-rw-r--r--XMPCore/source/XMPMeta-Parse.cpp2
-rw-r--r--XMPCore/source/XMPMeta.cpp2
-rw-r--r--XMPCore/source/XMPMeta.hpp2
-rw-r--r--XMPCore/source/XMPMeta2-GetSet.cpp2
-rw-r--r--XMPCore/source/XMPUtils-FileInfo.cpp2
-rw-r--r--XMPCore/source/XMPUtils.cpp2
-rw-r--r--XMPCore/source/XMPUtils.hpp2
-rw-r--r--XMPCore/source/XMPUtils2.cpp2
-rw-r--r--XMPFiles/build/CMakeLists.txt2
-rw-r--r--XMPFiles/source/FileHandlers/AIFF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/AIFF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/ASF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/ASF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/AVCHD_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/AVCHD_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/Basic_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/Basic_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/FLV_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/FLV_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/GIF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/GIF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/InDesign_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/InDesign_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/JPEG_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/JPEG_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/MP3_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/MP3_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/MPEG2_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/MPEG2_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/MPEG4_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/MPEG4_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/P2_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/P2_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/PNG_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/PNG_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/PSD_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/PSD_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/PostScript_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/PostScript_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/RIFF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/RIFF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/SVG_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/SVG_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/SWF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/SWF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/Scanner_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/Scanner_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/SonyHDV_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/TIFF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/TIFF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/Trivial_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/Trivial_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/UCF_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/UCF_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/WAVE_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/WAVE_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMEX_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMFAM_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMFAM_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMSAM_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAMSAM_Handler.hpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAM_Handler.cpp2
-rw-r--r--XMPFiles/source/FileHandlers/XDCAM_Handler.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.h2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.h2
-rw-r--r--XMPFiles/source/FormatSupport/ASF_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/ASF_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/ID3_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/ID3_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/Chunk.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/Chunk.h2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkController.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkController.h2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkPath.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkPath.h2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/IChunkBehavior.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/IChunkBehavior.h2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/IChunkContainer.h2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/IChunkData.h2
-rw-r--r--XMPFiles/source/FormatSupport/IPTC_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IPTC_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/ISOBaseMedia_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/ISOBaseMedia_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/META_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/META_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/MOOV_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/MOOV_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/P2_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/P2_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/PNG_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/PNG_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/PSIR_MemoryReader.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/PSIR_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/PackageFormat_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/PackageFormat_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/PostScript_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/PostScript_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/QuickTime_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/QuickTime_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/RIFF.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/RIFF.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/RIFF_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/RIFF_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/ReconcileIPTC.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/ReconcileLegacy.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/ReconcileLegacy.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/ReconcileTIFF.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/Reconcile_Impl.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/Reconcile_Impl.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/SVG_Adapter.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/SVG_Adapter.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/SWF_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/SWF_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/TIFF_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/TIFF_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/TimeConversionUtils.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/TimeConversionUtils.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/CartMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/CartMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/DISPMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/INFOMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/INFOMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.h2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.h2
-rw-r--r--XMPFiles/source/FormatSupport/XDCAM_Support.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/XDCAM_Support.hpp2
-rw-r--r--XMPFiles/source/FormatSupport/XMPScanner.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/XMPScanner.hpp2
-rw-r--r--XMPFiles/source/HandlerRegistry.cpp2
-rw-r--r--XMPFiles/source/HandlerRegistry.h2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/IMetadata.cpp2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/IMetadata.h2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/IReconcile.cpp2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/IReconcile.h2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/MetadataSet.cpp2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/MetadataSet.h2
-rw-r--r--XMPFiles/source/NativeMetadataSupport/ValueObject.h2
-rw-r--r--XMPFiles/source/PluginHandler/FileHandler.h2
-rw-r--r--XMPFiles/source/PluginHandler/FileHandlerInstance.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/FileHandlerInstance.h2
-rw-r--r--XMPFiles/source/PluginHandler/HostAPIImpl.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/Module.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/Module.h2
-rw-r--r--XMPFiles/source/PluginHandler/ModuleUtils.h2
-rw-r--r--XMPFiles/source/PluginHandler/OS_Utils_Android.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/OS_Utils_Mac.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/OS_Utils_WIN.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/PluginManager.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/PluginManager.h2
-rw-r--r--XMPFiles/source/PluginHandler/XMPAtoms.cpp2
-rw-r--r--XMPFiles/source/PluginHandler/XMPAtoms.h2
-rw-r--r--XMPFiles/source/WXMPFiles.cpp2
-rw-r--r--XMPFiles/source/XMPFiles.cpp2
-rw-r--r--XMPFiles/source/XMPFiles.hpp2
-rw-r--r--XMPFiles/source/XMPFiles_Impl.cpp2
-rw-r--r--XMPFiles/source/XMPFiles_Impl.hpp2
-rw-r--r--XMPFilesPlugins/PluginTemplate/build/CMakeLists.txt2
-rwxr-xr-xXMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_mac.sh2
-rwxr-xr-xXMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_win.bat2
-rw-r--r--XMPFilesPlugins/PluginTemplate/source/Template_Handler.cpp2
-rw-r--r--XMPFilesPlugins/api/source/HostAPI.h2
-rw-r--r--XMPFilesPlugins/api/source/HostAPIAccess.cpp2
-rw-r--r--XMPFilesPlugins/api/source/HostAPIAccess.h2
-rw-r--r--XMPFilesPlugins/api/source/PluginAPIImpl.cpp2
-rw-r--r--XMPFilesPlugins/api/source/PluginBase.cpp2
-rw-r--r--XMPFilesPlugins/api/source/PluginBase.h2
-rw-r--r--XMPFilesPlugins/api/source/PluginConst.h2
-rw-r--r--XMPFilesPlugins/api/source/PluginHandler.h2
-rw-r--r--XMPFilesPlugins/api/source/PluginRegistry.cpp2
-rw-r--r--XMPFilesPlugins/api/source/PluginRegistry.h2
-rw-r--r--XMPFilesPlugins/api/source/PluginUtils.cpp2
-rw-r--r--XMPFilesPlugins/api/source/PluginUtils.h2
-rw-r--r--build/CMakeLists.txt2
-rwxr-xr-xbuild/GenerateAndBuildXMPToolkitSDK_android.sh2
-rwxr-xr-xbuild/GenerateXMPToolkitSDK_mac.sh2
-rwxr-xr-xbuild/GenerateXMPToolkitSDK_win.bat2
-rw-r--r--build/XMP_BuildInfo.h2
-rw-r--r--build/XMP_Config.cmake2
-rw-r--r--build/XMP_ConfigCommon.cmake2
-rwxr-xr-xbuild/cmake.bat2
-rwxr-xr-xbuild/cmake_all.bat2
-rwxr-xr-xbuild/shared/CMakeUtils.bat2
-rw-r--r--build/shared/CMakeUtils.sh2
-rw-r--r--build/shared/SharedConfig.cmake2
-rw-r--r--build/shared/SharedConfig_Common.cmake2
-rw-r--r--build/shared/SharedConfig_Ios.cmake2
-rw-r--r--build/shared/SharedConfig_Linux.cmake2
-rw-r--r--build/shared/SharedConfig_Mac.cmake2
-rw-r--r--build/shared/SharedConfig_Win.cmake2
-rw-r--r--build/shared/ToolchainGCC.cmake2
-rw-r--r--build/shared/ToolchainLLVM.cmake2
-rw-r--r--build/shared/Toolchain_ios.cmake2
-rw-r--r--public/include/TXMPFiles.hpp2
-rw-r--r--public/include/TXMPIterator.hpp2
-rw-r--r--public/include/TXMPMeta.hpp2
-rw-r--r--public/include/TXMPUtils.hpp2
-rw-r--r--public/include/XMP.hpp2
-rw-r--r--public/include/XMPCommon/Interfaces/BaseInterfaces/IConfigurable.h2
-rw-r--r--public/include/XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h2
-rw-r--r--public/include/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe.h2
-rw-r--r--public/include/XMPCommon/Interfaces/BaseInterfaces/IVersionable.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IConfigurationManager.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IError.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IErrorNotifier.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IMemoryAllocator.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IObjectFactory.h2
-rw-r--r--public/include/XMPCommon/Interfaces/IUTF8String.h2
-rw-r--r--public/include/XMPCommon/Utilities/TWrapperFunctions.h2
-rw-r--r--public/include/XMPCommon/Utilities/TWrapperFunctions2.h2
-rw-r--r--public/include/XMPCommon/XMPCommonDefines.h2
-rw-r--r--public/include/XMPCommon/XMPCommonErrorCodes.h2
-rw-r--r--public/include/XMPCommon/XMPCommonFwdDeclarations.h2
-rw-r--r--public/include/XMPCommon/XMPCommonLatestInterfaceVersions.h2
-rw-r--r--public/include/XMPCommon/source/IConfigurable.cpp2
-rw-r--r--public/include/XMPCommon/source/IConfigurationManager.cpp2
-rw-r--r--public/include/XMPCommon/source/IError.cpp2
-rw-r--r--public/include/XMPCommon/source/IErrorNotifier.cpp2
-rw-r--r--public/include/XMPCommon/source/IUTF8String.cpp2
-rw-r--r--public/include/XMPCore/Interfaces/IArrayNode.h2
-rw-r--r--public/include/XMPCore/Interfaces/IClientDOMParser.h2
-rw-r--r--public/include/XMPCore/Interfaces/IClientDOMSerializer.h2
-rw-r--r--public/include/XMPCore/Interfaces/ICompositeNode.h2
-rw-r--r--public/include/XMPCore/Interfaces/ICoreConfigurationManager.h2
-rw-r--r--public/include/XMPCore/Interfaces/ICoreObjectFactory.h2
-rw-r--r--public/include/XMPCore/Interfaces/IDOMImplementationRegistry.h2
-rw-r--r--public/include/XMPCore/Interfaces/IDOMParser.h2
-rw-r--r--public/include/XMPCore/Interfaces/IDOMSerializer.h2
-rw-r--r--public/include/XMPCore/Interfaces/IMetadata.h2
-rw-r--r--public/include/XMPCore/Interfaces/IMetadataConverterUtils.h2
-rw-r--r--public/include/XMPCore/Interfaces/INameSpacePrefixMap.h2
-rw-r--r--public/include/XMPCore/Interfaces/INode.h2
-rw-r--r--public/include/XMPCore/Interfaces/INodeIterator.h2
-rw-r--r--public/include/XMPCore/Interfaces/IPath.h2
-rw-r--r--public/include/XMPCore/Interfaces/IPathSegment.h2
-rw-r--r--public/include/XMPCore/Interfaces/ISimpleNode.h2
-rw-r--r--public/include/XMPCore/Interfaces/IStructureNode.h2
-rw-r--r--public/include/XMPCore/XMPCoreDefines.h2
-rw-r--r--public/include/XMPCore/XMPCoreErrorCodes.h2
-rw-r--r--public/include/XMPCore/XMPCoreFwdDeclarations.h2
-rw-r--r--public/include/XMPCore/XMPCoreLatestInterfaceVersions.h2
-rw-r--r--public/include/XMPCore/source/IArrayNode.cpp2
-rw-r--r--public/include/XMPCore/source/IClientDOMParser.cpp2
-rw-r--r--public/include/XMPCore/source/IClientDOMSerializer.cpp2
-rw-r--r--public/include/XMPCore/source/ICompositeNode.cpp2
-rw-r--r--public/include/XMPCore/source/ICoreConfigurationManager.cpp2
-rw-r--r--public/include/XMPCore/source/ICoreObjectFactory.cpp2
-rw-r--r--public/include/XMPCore/source/IDOMImplementationRegistry.cpp2
-rw-r--r--public/include/XMPCore/source/IDOMParser.cpp2
-rw-r--r--public/include/XMPCore/source/IDOMSerializer.cpp2
-rw-r--r--public/include/XMPCore/source/IMetadata.cpp2
-rw-r--r--public/include/XMPCore/source/IMetadataConverterUtils.cpp2
-rw-r--r--public/include/XMPCore/source/INameSpacePrefixMap.cpp2
-rw-r--r--public/include/XMPCore/source/INode.cpp2
-rw-r--r--public/include/XMPCore/source/INodeIterator.cpp2
-rw-r--r--public/include/XMPCore/source/IPath.cpp2
-rw-r--r--public/include/XMPCore/source/IPathSegment.cpp2
-rw-r--r--public/include/XMPCore/source/ISimpleNode.cpp2
-rw-r--r--public/include/XMPCore/source/IStructureNode.cpp2
-rw-r--r--public/include/XMP_Const.h2
-rw-r--r--public/include/XMP_Environment.h2
-rw-r--r--public/include/XMP_IO.hpp2
-rw-r--r--public/include/XMP_Version.h2
-rw-r--r--public/include/client-glue/WXMPFiles.hpp2
-rw-r--r--public/include/client-glue/WXMPIterator.hpp2
-rw-r--r--public/include/client-glue/WXMPMeta.hpp2
-rw-r--r--public/include/client-glue/WXMPUtils.hpp2
-rw-r--r--public/include/client-glue/WXMP_Common.hpp2
-rwxr-xr-xsamples/build/GenerateSamples_mac.sh2
-rwxr-xr-xsamples/build/GenerateSamples_win.bat2
-rw-r--r--samples/build/cmake/CMakeLists.txt2
-rw-r--r--samples/build/cmake/CMakeListsCommonSDK.txt2
-rw-r--r--samples/build/cmake/CustomSchema/CMakeLists.txt2
-rw-r--r--samples/build/cmake/CustomSchemaNewDOM/CMakeLists.txt2
-rw-r--r--samples/build/cmake/DumpFile/CMakeLists.txt2
-rw-r--r--samples/build/cmake/DumpFile/CMakeListsCommon.txt2
-rw-r--r--samples/build/cmake/DumpMainXMP/CMakeLists.txt2
-rw-r--r--samples/build/cmake/DumpScannedXMP/CMakeLists.txt2
-rw-r--r--samples/build/cmake/ModifyingXMP/CMakeLists.txt2
-rw-r--r--samples/build/cmake/ModifyingXMPNewDOM/CMakeLists.txt2
-rw-r--r--samples/build/cmake/ReadingXMP/CMakeLists.txt2
-rw-r--r--samples/build/cmake/ReadingXMPNewDOM/CMakeLists.txt2
-rw-r--r--samples/build/cmake/SharedConfigSDK.cmake2
-rw-r--r--samples/build/cmake/XMPCommand/CMakeLists.txt2
-rw-r--r--samples/build/cmake/XMPCommand/CMakeListsCommon.txt2
-rw-r--r--samples/build/cmake/XMPCoreCoverage/CMakeLists.txt2
-rw-r--r--samples/build/cmake/XMPFilesCoverage/CMakeLists.txt2
-rw-r--r--samples/build/cmake/XMPIterations/CMakeLists.txt2
-rw-r--r--samples/source/CustomSchema.cpp2
-rw-r--r--samples/source/CustomSchemaNewDOM.cpp2
-rw-r--r--samples/source/DumpMainXMP.cpp2
-rw-r--r--samples/source/DumpScannedXMP.cpp2
-rw-r--r--samples/source/ModifyingXMP.cpp2
-rw-r--r--samples/source/ModifyingXMPNewDOM.cpp2
-rw-r--r--samples/source/ReadingXMP.cpp2
-rw-r--r--samples/source/ReadingXMPNewDOM.cpp2
-rw-r--r--samples/source/XMPCoreCoverage.cpp2
-rw-r--r--samples/source/XMPFilesCoverage.cpp2
-rw-r--r--samples/source/XMPIterations.cpp2
-rw-r--r--samples/source/common/DumpFile.cpp2
-rw-r--r--samples/source/common/LargeFileAccess.cpp2
-rw-r--r--samples/source/common/LargeFileAccess.hpp2
-rw-r--r--samples/source/common/Log.cpp2
-rw-r--r--samples/source/common/Log.h2
-rw-r--r--samples/source/common/TagTree.cpp2
-rw-r--r--samples/source/common/TagTree.h2
-rw-r--r--samples/source/common/XMPScanner.cpp2
-rw-r--r--samples/source/common/XMPScanner.hpp2
-rw-r--r--samples/source/common/globals.h2
-rw-r--r--samples/source/dumpfile/main.cpp6
-rw-r--r--samples/source/xmpcommand/Actions.cpp2
-rw-r--r--samples/source/xmpcommand/Actions.h2
-rw-r--r--samples/source/xmpcommand/PrintUsage.cpp6
-rw-r--r--samples/source/xmpcommand/PrintUsage.h2
-rw-r--r--samples/source/xmpcommand/XMPCommand.cpp2
-rw-r--r--source/Endian.h2
-rw-r--r--source/EndianUtils.hpp2
-rw-r--r--source/ExpatAdapter.hpp2
-rw-r--r--source/Host_IO-POSIX.cpp2
-rw-r--r--source/Host_IO-Win.cpp2
-rw-r--r--source/Host_IO.hpp2
-rw-r--r--source/IOUtils.cpp2
-rw-r--r--source/IOUtils.hpp2
-rw-r--r--source/PerfUtils.cpp2
-rw-r--r--source/PerfUtils.hpp2
-rw-r--r--source/UnicodeConversions.cpp2
-rw-r--r--source/UnicodeConversions.hpp2
-rw-r--r--source/XIO.cpp2
-rw-r--r--source/XIO.hpp2
-rw-r--r--source/XMLParserAdapter.hpp2
-rw-r--r--source/XML_Node.cpp2
-rw-r--r--source/XMPFiles_IO.cpp2
-rw-r--r--source/XMPFiles_IO.hpp2
-rw-r--r--source/XMP_LibUtils.cpp2
-rw-r--r--source/XMP_LibUtils.hpp2
-rw-r--r--source/XMP_ProgressTracker.cpp2
-rw-r--r--source/XMP_ProgressTracker.hpp2
499 files changed, 503 insertions, 503 deletions
diff --git a/XMPCommon/BaseClasses/MemoryManagedObject.h b/XMPCommon/BaseClasses/MemoryManagedObject.h
index ae9362e..8488ff5 100644
--- a/XMPCommon/BaseClasses/MemoryManagedObject.h
+++ b/XMPCommon/BaseClasses/MemoryManagedObject.h
@@ -2,7 +2,7 @@
#define MemoryManagedObject_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/BaseClasses/TSingleton.h b/XMPCommon/BaseClasses/TSingleton.h
index afb780d..9a14c93 100644
--- a/XMPCommon/BaseClasses/TSingleton.h
+++ b/XMPCommon/BaseClasses/TSingleton.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/ConfigurableImpl.h b/XMPCommon/ImplHeaders/ConfigurableImpl.h
index 9465767..f13c6d9 100644
--- a/XMPCommon/ImplHeaders/ConfigurableImpl.h
+++ b/XMPCommon/ImplHeaders/ConfigurableImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/ConfigurationManagerImpl.h b/XMPCommon/ImplHeaders/ConfigurationManagerImpl.h
index 2925c8a..bf30bd1 100644
--- a/XMPCommon/ImplHeaders/ConfigurationManagerImpl.h
+++ b/XMPCommon/ImplHeaders/ConfigurationManagerImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/DefaultErrorNotifierImpl.h b/XMPCommon/ImplHeaders/DefaultErrorNotifierImpl.h
index 839c151..c083f8b 100644
--- a/XMPCommon/ImplHeaders/DefaultErrorNotifierImpl.h
+++ b/XMPCommon/ImplHeaders/DefaultErrorNotifierImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/ErrorImpl.h b/XMPCommon/ImplHeaders/ErrorImpl.h
index 3b2f5f4..abc2656 100644
--- a/XMPCommon/ImplHeaders/ErrorImpl.h
+++ b/XMPCommon/ImplHeaders/ErrorImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/ErrorNotifierWrapperImpl.h b/XMPCommon/ImplHeaders/ErrorNotifierWrapperImpl.h
index d06f5e5..65baf51 100644
--- a/XMPCommon/ImplHeaders/ErrorNotifierWrapperImpl.h
+++ b/XMPCommon/ImplHeaders/ErrorNotifierWrapperImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/MemoryAllocatorWrapperImpl.h b/XMPCommon/ImplHeaders/MemoryAllocatorWrapperImpl.h
index ac74a88..32c5acb 100644
--- a/XMPCommon/ImplHeaders/MemoryAllocatorWrapperImpl.h
+++ b/XMPCommon/ImplHeaders/MemoryAllocatorWrapperImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/SharedMutexImpl.h b/XMPCommon/ImplHeaders/SharedMutexImpl.h
index 1a4d95b..c9d1b05 100644
--- a/XMPCommon/ImplHeaders/SharedMutexImpl.h
+++ b/XMPCommon/ImplHeaders/SharedMutexImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/SharedObjectImpl.h b/XMPCommon/ImplHeaders/SharedObjectImpl.h
index 8ef00ae..9a697e4 100644
--- a/XMPCommon/ImplHeaders/SharedObjectImpl.h
+++ b/XMPCommon/ImplHeaders/SharedObjectImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/ThreadSafeImpl.h b/XMPCommon/ImplHeaders/ThreadSafeImpl.h
index 04f14e2..7d3c205 100644
--- a/XMPCommon/ImplHeaders/ThreadSafeImpl.h
+++ b/XMPCommon/ImplHeaders/ThreadSafeImpl.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/ImplHeaders/UTF8StringImpl.h b/XMPCommon/ImplHeaders/UTF8StringImpl.h
index a8991e6..1de31c3 100644
--- a/XMPCommon/ImplHeaders/UTF8StringImpl.h
+++ b/XMPCommon/ImplHeaders/UTF8StringImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/BaseInterfaces/IConfigurable_I.h b/XMPCommon/Interfaces/BaseInterfaces/IConfigurable_I.h
index d6a1169..3b3940c 100644
--- a/XMPCommon/Interfaces/BaseInterfaces/IConfigurable_I.h
+++ b/XMPCommon/Interfaces/BaseInterfaces/IConfigurable_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/BaseInterfaces/ISharedObject_I.h b/XMPCommon/Interfaces/BaseInterfaces/ISharedObject_I.h
index 4751048..102ec32 100644
--- a/XMPCommon/Interfaces/BaseInterfaces/ISharedObject_I.h
+++ b/XMPCommon/Interfaces/BaseInterfaces/ISharedObject_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe_I.h b/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe_I.h
index 24a8ec2..7d1574f 100644
--- a/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe_I.h
+++ b/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/IConfigurationManager_I.h b/XMPCommon/Interfaces/IConfigurationManager_I.h
index a8dcc95..149af57 100644
--- a/XMPCommon/Interfaces/IConfigurationManager_I.h
+++ b/XMPCommon/Interfaces/IConfigurationManager_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/IErrorNotifier_I.h b/XMPCommon/Interfaces/IErrorNotifier_I.h
index d270512..887a95c 100644
--- a/XMPCommon/Interfaces/IErrorNotifier_I.h
+++ b/XMPCommon/Interfaces/IErrorNotifier_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/IError_I.h b/XMPCommon/Interfaces/IError_I.h
index 080a863..221a324 100644
--- a/XMPCommon/Interfaces/IError_I.h
+++ b/XMPCommon/Interfaces/IError_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/IMemoryAllocator_I.h b/XMPCommon/Interfaces/IMemoryAllocator_I.h
index e520983..5b881c7 100644
--- a/XMPCommon/Interfaces/IMemoryAllocator_I.h
+++ b/XMPCommon/Interfaces/IMemoryAllocator_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/ISharedMutex.h b/XMPCommon/Interfaces/ISharedMutex.h
index f8c2880..858754f 100644
--- a/XMPCommon/Interfaces/ISharedMutex.h
+++ b/XMPCommon/Interfaces/ISharedMutex.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Interfaces/IUTF8String_I.h b/XMPCommon/Interfaces/IUTF8String_I.h
index 3a8411c..745a9ef 100644
--- a/XMPCommon/Interfaces/IUTF8String_I.h
+++ b/XMPCommon/Interfaces/IUTF8String_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/AutoSharedLock.h b/XMPCommon/Utilities/AutoSharedLock.h
index ba505e9..daf59bd 100644
--- a/XMPCommon/Utilities/AutoSharedLock.h
+++ b/XMPCommon/Utilities/AutoSharedLock.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/IUTF8StringComparator.h b/XMPCommon/Utilities/IUTF8StringComparator.h
index aa0dfc5..22ba1ba 100644
--- a/XMPCommon/Utilities/IUTF8StringComparator.h
+++ b/XMPCommon/Utilities/IUTF8StringComparator.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAllocator.h b/XMPCommon/Utilities/TAllocator.h
index 374f996..3d618b8 100644
--- a/XMPCommon/Utilities/TAllocator.h
+++ b/XMPCommon/Utilities/TAllocator.h
@@ -2,7 +2,7 @@
#define __TAllocator_h__ 1
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAtomicTypes.h b/XMPCommon/Utilities/TAtomicTypes.h
index 38bf805..80df64c 100644
--- a/XMPCommon/Utilities/TAtomicTypes.h
+++ b/XMPCommon/Utilities/TAtomicTypes.h
@@ -2,7 +2,7 @@
#define __TAtomicTypes_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAtomicTypes_Android.h b/XMPCommon/Utilities/TAtomicTypes_Android.h
index 6c53485..d5f8bb5 100644
--- a/XMPCommon/Utilities/TAtomicTypes_Android.h
+++ b/XMPCommon/Utilities/TAtomicTypes_Android.h
@@ -4,7 +4,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAtomicTypes_Linux.h b/XMPCommon/Utilities/TAtomicTypes_Linux.h
index c2895dd..78ffd2c 100644
--- a/XMPCommon/Utilities/TAtomicTypes_Linux.h
+++ b/XMPCommon/Utilities/TAtomicTypes_Linux.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAtomicTypes_Mac.h b/XMPCommon/Utilities/TAtomicTypes_Mac.h
index 9ed9838..2ab45e6 100644
--- a/XMPCommon/Utilities/TAtomicTypes_Mac.h
+++ b/XMPCommon/Utilities/TAtomicTypes_Mac.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TAtomicTypes_Win.h b/XMPCommon/Utilities/TAtomicTypes_Win.h
index 6cce19a..3158e76 100644
--- a/XMPCommon/Utilities/TAtomicTypes_Win.h
+++ b/XMPCommon/Utilities/TAtomicTypes_Win.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/TSmartPointers_I.h b/XMPCommon/Utilities/TSmartPointers_I.h
index 762406e..6c9f7c1 100644
--- a/XMPCommon/Utilities/TSmartPointers_I.h
+++ b/XMPCommon/Utilities/TSmartPointers_I.h
@@ -2,7 +2,7 @@
#define __TSmartPointers_I_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/Utilities/UTF8String.h b/XMPCommon/Utilities/UTF8String.h
index 95845a8..fe6526b 100644
--- a/XMPCommon/Utilities/UTF8String.h
+++ b/XMPCommon/Utilities/UTF8String.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/XMPCommonDefines_I.h b/XMPCommon/XMPCommonDefines_I.h
index ca39630..22039f1 100644
--- a/XMPCommon/XMPCommonDefines_I.h
+++ b/XMPCommon/XMPCommonDefines_I.h
@@ -2,7 +2,7 @@
#define XMPCommonDefines_I_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/XMPCommonErrorCodes_I.h b/XMPCommon/XMPCommonErrorCodes_I.h
index 3b0de65..40b2ae2 100644
--- a/XMPCommon/XMPCommonErrorCodes_I.h
+++ b/XMPCommon/XMPCommonErrorCodes_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/XMPCommonFwdDeclarations_I.h b/XMPCommon/XMPCommonFwdDeclarations_I.h
index 23b046d..4788953 100644
--- a/XMPCommon/XMPCommonFwdDeclarations_I.h
+++ b/XMPCommon/XMPCommonFwdDeclarations_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/XMPCommon_I.h b/XMPCommon/XMPCommon_I.h
index 84f8d5d..9649675 100644
--- a/XMPCommon/XMPCommon_I.h
+++ b/XMPCommon/XMPCommon_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/AutoSharedLock.cpp b/XMPCommon/source/AutoSharedLock.cpp
index bf5e007..37c7c75 100644
--- a/XMPCommon/source/AutoSharedLock.cpp
+++ b/XMPCommon/source/AutoSharedLock.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/ConfigurableImpl.cpp b/XMPCommon/source/ConfigurableImpl.cpp
index 1b4e2c4..edc0ff3 100644
--- a/XMPCommon/source/ConfigurableImpl.cpp
+++ b/XMPCommon/source/ConfigurableImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/ConfigurationManagerImpl.cpp b/XMPCommon/source/ConfigurationManagerImpl.cpp
index 23de255..1febce1 100644
--- a/XMPCommon/source/ConfigurationManagerImpl.cpp
+++ b/XMPCommon/source/ConfigurationManagerImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/DefaultErrorNotifierImpl.cpp b/XMPCommon/source/DefaultErrorNotifierImpl.cpp
index 83c7241..55218c4 100644
--- a/XMPCommon/source/DefaultErrorNotifierImpl.cpp
+++ b/XMPCommon/source/DefaultErrorNotifierImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/ErrorImpl.cpp b/XMPCommon/source/ErrorImpl.cpp
index 58ab226..c6f18eb 100644
--- a/XMPCommon/source/ErrorImpl.cpp
+++ b/XMPCommon/source/ErrorImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/ErrorNotifierWrapperImpl.cpp b/XMPCommon/source/ErrorNotifierWrapperImpl.cpp
index 54300dc..18767e4 100644
--- a/XMPCommon/source/ErrorNotifierWrapperImpl.cpp
+++ b/XMPCommon/source/ErrorNotifierWrapperImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IConfigurable_I.cpp b/XMPCommon/source/IConfigurable_I.cpp
index 92d2779..525a991 100644
--- a/XMPCommon/source/IConfigurable_I.cpp
+++ b/XMPCommon/source/IConfigurable_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IConfigurationManager_I.cpp b/XMPCommon/source/IConfigurationManager_I.cpp
index ebbf68a..9a9ebcd 100644
--- a/XMPCommon/source/IConfigurationManager_I.cpp
+++ b/XMPCommon/source/IConfigurationManager_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IErrorNotifier_I.cpp b/XMPCommon/source/IErrorNotifier_I.cpp
index 85c800b..53f77ec 100644
--- a/XMPCommon/source/IErrorNotifier_I.cpp
+++ b/XMPCommon/source/IErrorNotifier_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IError_I.cpp b/XMPCommon/source/IError_I.cpp
index 93234fb..8c3cd41 100644
--- a/XMPCommon/source/IError_I.cpp
+++ b/XMPCommon/source/IError_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IMemoryAllocator_I.cpp b/XMPCommon/source/IMemoryAllocator_I.cpp
index 4c76afa..d37c155 100644
--- a/XMPCommon/source/IMemoryAllocator_I.cpp
+++ b/XMPCommon/source/IMemoryAllocator_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IUTF8StringComparator.cpp b/XMPCommon/source/IUTF8StringComparator.cpp
index d110b65..d4398c8 100644
--- a/XMPCommon/source/IUTF8StringComparator.cpp
+++ b/XMPCommon/source/IUTF8StringComparator.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/IUTF8String_I.cpp b/XMPCommon/source/IUTF8String_I.cpp
index 8e7dd80..2a4e630 100644
--- a/XMPCommon/source/IUTF8String_I.cpp
+++ b/XMPCommon/source/IUTF8String_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/MemoryAllocatorWrapperImpl.cpp b/XMPCommon/source/MemoryAllocatorWrapperImpl.cpp
index bb648bc..011749d 100644
--- a/XMPCommon/source/MemoryAllocatorWrapperImpl.cpp
+++ b/XMPCommon/source/MemoryAllocatorWrapperImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/MemoryManagedObject.cpp b/XMPCommon/source/MemoryManagedObject.cpp
index 3ed2875..37a2835 100644
--- a/XMPCommon/source/MemoryManagedObject.cpp
+++ b/XMPCommon/source/MemoryManagedObject.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/SharedMutexImpl.cpp b/XMPCommon/source/SharedMutexImpl.cpp
index da6e3a8..508b678 100644
--- a/XMPCommon/source/SharedMutexImpl.cpp
+++ b/XMPCommon/source/SharedMutexImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/SharedObjectImpl.cpp b/XMPCommon/source/SharedObjectImpl.cpp
index 7fbd944..ffb78b9 100644
--- a/XMPCommon/source/SharedObjectImpl.cpp
+++ b/XMPCommon/source/SharedObjectImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/ThreadSafeImpl.cpp b/XMPCommon/source/ThreadSafeImpl.cpp
index c9357c9..bfaf480 100644
--- a/XMPCommon/source/ThreadSafeImpl.cpp
+++ b/XMPCommon/source/ThreadSafeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/UTF8StringImpl.cpp b/XMPCommon/source/UTF8StringImpl.cpp
index f7eec2d..1425dd4 100644
--- a/XMPCommon/source/UTF8StringImpl.cpp
+++ b/XMPCommon/source/UTF8StringImpl.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCommon/source/XMPCommon.cpp b/XMPCommon/source/XMPCommon.cpp
index 10dcdcd..87524d2 100644
--- a/XMPCommon/source/XMPCommon.cpp
+++ b/XMPCommon/source/XMPCommon.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/ArrayNodeImpl.h b/XMPCore/ImplHeaders/ArrayNodeImpl.h
index 99a9f80..9c99459 100644
--- a/XMPCore/ImplHeaders/ArrayNodeImpl.h
+++ b/XMPCore/ImplHeaders/ArrayNodeImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/ClientDOMParserWrapperImpl.h b/XMPCore/ImplHeaders/ClientDOMParserWrapperImpl.h
index ef410a7..cf66574 100644
--- a/XMPCore/ImplHeaders/ClientDOMParserWrapperImpl.h
+++ b/XMPCore/ImplHeaders/ClientDOMParserWrapperImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/ClientDOMSerializerWrapperImpl.h b/XMPCore/ImplHeaders/ClientDOMSerializerWrapperImpl.h
index 8156183..c03bfcd 100644
--- a/XMPCore/ImplHeaders/ClientDOMSerializerWrapperImpl.h
+++ b/XMPCore/ImplHeaders/ClientDOMSerializerWrapperImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/CompositeNodeImpl.h b/XMPCore/ImplHeaders/CompositeNodeImpl.h
index dddd86f..4fbcd43 100644
--- a/XMPCore/ImplHeaders/CompositeNodeImpl.h
+++ b/XMPCore/ImplHeaders/CompositeNodeImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/CoreConfigurationManagerImpl.h b/XMPCore/ImplHeaders/CoreConfigurationManagerImpl.h
index 5fb03b2..0fd0c9b 100644
--- a/XMPCore/ImplHeaders/CoreConfigurationManagerImpl.h
+++ b/XMPCore/ImplHeaders/CoreConfigurationManagerImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/CoreObjectFactoryImpl.h b/XMPCore/ImplHeaders/CoreObjectFactoryImpl.h
index e75c3c5..4759655 100644
--- a/XMPCore/ImplHeaders/CoreObjectFactoryImpl.h
+++ b/XMPCore/ImplHeaders/CoreObjectFactoryImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/DOMImplementationRegistryImpl.h b/XMPCore/ImplHeaders/DOMImplementationRegistryImpl.h
index 71374cd..67c77fc 100644
--- a/XMPCore/ImplHeaders/DOMImplementationRegistryImpl.h
+++ b/XMPCore/ImplHeaders/DOMImplementationRegistryImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/DOMParserImpl.h b/XMPCore/ImplHeaders/DOMParserImpl.h
index 2061dbd..e323ec8 100644
--- a/XMPCore/ImplHeaders/DOMParserImpl.h
+++ b/XMPCore/ImplHeaders/DOMParserImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/DOMSerializerImpl.h b/XMPCore/ImplHeaders/DOMSerializerImpl.h
index 4aa3913..f332e16 100644
--- a/XMPCore/ImplHeaders/DOMSerializerImpl.h
+++ b/XMPCore/ImplHeaders/DOMSerializerImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/MetadataConverterUtilsImpl.h b/XMPCore/ImplHeaders/MetadataConverterUtilsImpl.h
index 4edf884..5a486a6 100644
--- a/XMPCore/ImplHeaders/MetadataConverterUtilsImpl.h
+++ b/XMPCore/ImplHeaders/MetadataConverterUtilsImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/MetadataImpl.h b/XMPCore/ImplHeaders/MetadataImpl.h
index 79fccda..6fcb650 100644
--- a/XMPCore/ImplHeaders/MetadataImpl.h
+++ b/XMPCore/ImplHeaders/MetadataImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/NameSpacePrefixMapImpl.h b/XMPCore/ImplHeaders/NameSpacePrefixMapImpl.h
index e08aa1e..a4893c8 100644
--- a/XMPCore/ImplHeaders/NameSpacePrefixMapImpl.h
+++ b/XMPCore/ImplHeaders/NameSpacePrefixMapImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/NodeImpl.h b/XMPCore/ImplHeaders/NodeImpl.h
index cf4a637..018883e 100644
--- a/XMPCore/ImplHeaders/NodeImpl.h
+++ b/XMPCore/ImplHeaders/NodeImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/PathImpl.h b/XMPCore/ImplHeaders/PathImpl.h
index 95ce434..e643116 100644
--- a/XMPCore/ImplHeaders/PathImpl.h
+++ b/XMPCore/ImplHeaders/PathImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/PathSegmentImpl.h b/XMPCore/ImplHeaders/PathSegmentImpl.h
index 034f306..1a81187 100644
--- a/XMPCore/ImplHeaders/PathSegmentImpl.h
+++ b/XMPCore/ImplHeaders/PathSegmentImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/RDFDOMParserImpl.h b/XMPCore/ImplHeaders/RDFDOMParserImpl.h
index 1f74082..cdcc7e7 100644
--- a/XMPCore/ImplHeaders/RDFDOMParserImpl.h
+++ b/XMPCore/ImplHeaders/RDFDOMParserImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/RDFDOMSerializerImpl.h b/XMPCore/ImplHeaders/RDFDOMSerializerImpl.h
index 3a8f01a..d0e701a 100644
--- a/XMPCore/ImplHeaders/RDFDOMSerializerImpl.h
+++ b/XMPCore/ImplHeaders/RDFDOMSerializerImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/SimpleNodeImpl.h b/XMPCore/ImplHeaders/SimpleNodeImpl.h
index 57c47d6..4fa4749 100644
--- a/XMPCore/ImplHeaders/SimpleNodeImpl.h
+++ b/XMPCore/ImplHeaders/SimpleNodeImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/StructureNodeImpl.h b/XMPCore/ImplHeaders/StructureNodeImpl.h
index 734a8ba..7efff1b 100644
--- a/XMPCore/ImplHeaders/StructureNodeImpl.h
+++ b/XMPCore/ImplHeaders/StructureNodeImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/ImplHeaders/TNodeIteratorImpl.h b/XMPCore/ImplHeaders/TNodeIteratorImpl.h
index c4ef6bc..58deaae 100644
--- a/XMPCore/ImplHeaders/TNodeIteratorImpl.h
+++ b/XMPCore/ImplHeaders/TNodeIteratorImpl.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IArrayNode_I.h b/XMPCore/Interfaces/IArrayNode_I.h
index 0fd12c3..9504e5d 100644
--- a/XMPCore/Interfaces/IArrayNode_I.h
+++ b/XMPCore/Interfaces/IArrayNode_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/ICompositeNode_I.h b/XMPCore/Interfaces/ICompositeNode_I.h
index f9956a1..d2fa9f7 100644
--- a/XMPCore/Interfaces/ICompositeNode_I.h
+++ b/XMPCore/Interfaces/ICompositeNode_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/ICoreConfigurationManager_I.h b/XMPCore/Interfaces/ICoreConfigurationManager_I.h
index c129fb7..b1a3c11 100644
--- a/XMPCore/Interfaces/ICoreConfigurationManager_I.h
+++ b/XMPCore/Interfaces/ICoreConfigurationManager_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/ICoreObjectFactory_I.h b/XMPCore/Interfaces/ICoreObjectFactory_I.h
index fae354b..7ac4dcb 100644
--- a/XMPCore/Interfaces/ICoreObjectFactory_I.h
+++ b/XMPCore/Interfaces/ICoreObjectFactory_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IDOMImplementationRegistry_I.h b/XMPCore/Interfaces/IDOMImplementationRegistry_I.h
index 9b09f6a..3ea5320 100644
--- a/XMPCore/Interfaces/IDOMImplementationRegistry_I.h
+++ b/XMPCore/Interfaces/IDOMImplementationRegistry_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IDOMParser_I.h b/XMPCore/Interfaces/IDOMParser_I.h
index 4d09731..41d2b45 100644
--- a/XMPCore/Interfaces/IDOMParser_I.h
+++ b/XMPCore/Interfaces/IDOMParser_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IDOMSerializer_I.h b/XMPCore/Interfaces/IDOMSerializer_I.h
index cd68ae3..a991e12 100644
--- a/XMPCore/Interfaces/IDOMSerializer_I.h
+++ b/XMPCore/Interfaces/IDOMSerializer_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IMetadataConverterUtils_I.h b/XMPCore/Interfaces/IMetadataConverterUtils_I.h
index abe493d..79dd227 100644
--- a/XMPCore/Interfaces/IMetadataConverterUtils_I.h
+++ b/XMPCore/Interfaces/IMetadataConverterUtils_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IMetadata_I.h b/XMPCore/Interfaces/IMetadata_I.h
index 3cabbd6..0f4a327 100644
--- a/XMPCore/Interfaces/IMetadata_I.h
+++ b/XMPCore/Interfaces/IMetadata_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/INameSpacePrefixMap_I.h b/XMPCore/Interfaces/INameSpacePrefixMap_I.h
index c350336..9ac2296 100644
--- a/XMPCore/Interfaces/INameSpacePrefixMap_I.h
+++ b/XMPCore/Interfaces/INameSpacePrefixMap_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/INodeIterator_I.h b/XMPCore/Interfaces/INodeIterator_I.h
index 2a37bc4..3d227e3 100644
--- a/XMPCore/Interfaces/INodeIterator_I.h
+++ b/XMPCore/Interfaces/INodeIterator_I.h
@@ -4,7 +4,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/INode_I.h b/XMPCore/Interfaces/INode_I.h
index 5e15407..c215f2a 100644
--- a/XMPCore/Interfaces/INode_I.h
+++ b/XMPCore/Interfaces/INode_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IPathSegment_I.h b/XMPCore/Interfaces/IPathSegment_I.h
index fc95db7..bb6ccd9 100644
--- a/XMPCore/Interfaces/IPathSegment_I.h
+++ b/XMPCore/Interfaces/IPathSegment_I.h
@@ -2,7 +2,7 @@
#define __IPathSegment_I_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IPath_I.h b/XMPCore/Interfaces/IPath_I.h
index 02e2505..24cf86f 100644
--- a/XMPCore/Interfaces/IPath_I.h
+++ b/XMPCore/Interfaces/IPath_I.h
@@ -2,7 +2,7 @@
#define __IPath_I_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/ISimpleNode_I.h b/XMPCore/Interfaces/ISimpleNode_I.h
index 3d2330d..d4e8cab 100644
--- a/XMPCore/Interfaces/ISimpleNode_I.h
+++ b/XMPCore/Interfaces/ISimpleNode_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IStructureNode_I.h b/XMPCore/Interfaces/IStructureNode_I.h
index 601e6a8..76a4c2f 100644
--- a/XMPCore/Interfaces/IStructureNode_I.h
+++ b/XMPCore/Interfaces/IStructureNode_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/Interfaces/IXMPLanguageAlternative_I.h b/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
index 6256f49..38130c7 100644
--- a/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
+++ b/XMPCore/Interfaces/IXMPLanguageAlternative_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/XMPCoreDefines_I.h b/XMPCore/XMPCoreDefines_I.h
index a2679ee..1e48490 100644
--- a/XMPCore/XMPCoreDefines_I.h
+++ b/XMPCore/XMPCoreDefines_I.h
@@ -2,7 +2,7 @@
#define XMPCoreDefines_I_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/XMPCoreFwdDeclarations_I.h b/XMPCore/XMPCoreFwdDeclarations_I.h
index 661941c..1c1c442 100644
--- a/XMPCore/XMPCoreFwdDeclarations_I.h
+++ b/XMPCore/XMPCoreFwdDeclarations_I.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/build/CMakeLists.txt b/XMPCore/build/CMakeLists.txt
index 25deaa3..72b4b50 100644
--- a/XMPCore/build/CMakeLists.txt
+++ b/XMPCore/build/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ArrayNodeImpl.cpp b/XMPCore/source/ArrayNodeImpl.cpp
index c35772c..30895c0 100644
--- a/XMPCore/source/ArrayNodeImpl.cpp
+++ b/XMPCore/source/ArrayNodeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ClientDOMParserWrapperImpl.cpp b/XMPCore/source/ClientDOMParserWrapperImpl.cpp
index 92b698a..d2cf43c 100644
--- a/XMPCore/source/ClientDOMParserWrapperImpl.cpp
+++ b/XMPCore/source/ClientDOMParserWrapperImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ClientDOMSerializerWrapperImpl.cpp b/XMPCore/source/ClientDOMSerializerWrapperImpl.cpp
index a334df8..4c30633 100644
--- a/XMPCore/source/ClientDOMSerializerWrapperImpl.cpp
+++ b/XMPCore/source/ClientDOMSerializerWrapperImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/CompositeNodeImpl.cpp b/XMPCore/source/CompositeNodeImpl.cpp
index d774e9f..b017757 100644
--- a/XMPCore/source/CompositeNodeImpl.cpp
+++ b/XMPCore/source/CompositeNodeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/CoreConfigurationManagerImpl.cpp b/XMPCore/source/CoreConfigurationManagerImpl.cpp
index d2a2088..59f35bf 100644
--- a/XMPCore/source/CoreConfigurationManagerImpl.cpp
+++ b/XMPCore/source/CoreConfigurationManagerImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/CoreObjectFactoryImpl.cpp b/XMPCore/source/CoreObjectFactoryImpl.cpp
index e57cfad..8d9cbfa 100644
--- a/XMPCore/source/CoreObjectFactoryImpl.cpp
+++ b/XMPCore/source/CoreObjectFactoryImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/DOMImplementationRegistryImpl.cpp b/XMPCore/source/DOMImplementationRegistryImpl.cpp
index 6e3f84c..878bbcf 100644
--- a/XMPCore/source/DOMImplementationRegistryImpl.cpp
+++ b/XMPCore/source/DOMImplementationRegistryImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/DOMParserImpl.cpp b/XMPCore/source/DOMParserImpl.cpp
index 099f73b..25e845f 100644
--- a/XMPCore/source/DOMParserImpl.cpp
+++ b/XMPCore/source/DOMParserImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/DOMSerializerImpl.cpp b/XMPCore/source/DOMSerializerImpl.cpp
index a9c5b15..fa11f69 100644
--- a/XMPCore/source/DOMSerializerImpl.cpp
+++ b/XMPCore/source/DOMSerializerImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ExpatAdapter.cpp b/XMPCore/source/ExpatAdapter.cpp
index 92ad80c..4e86bd0 100644
--- a/XMPCore/source/ExpatAdapter.cpp
+++ b/XMPCore/source/ExpatAdapter.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IArrayNode_I.cpp b/XMPCore/source/IArrayNode_I.cpp
index 11622dd..5ba64b3 100644
--- a/XMPCore/source/IArrayNode_I.cpp
+++ b/XMPCore/source/IArrayNode_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ICompositeNode_I.cpp b/XMPCore/source/ICompositeNode_I.cpp
index e6a233c..8a03c03 100644
--- a/XMPCore/source/ICompositeNode_I.cpp
+++ b/XMPCore/source/ICompositeNode_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ICoreConfigurationManager_I.cpp b/XMPCore/source/ICoreConfigurationManager_I.cpp
index 59e3866..5c194fc 100644
--- a/XMPCore/source/ICoreConfigurationManager_I.cpp
+++ b/XMPCore/source/ICoreConfigurationManager_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ICoreObjectFactory_I.cpp b/XMPCore/source/ICoreObjectFactory_I.cpp
index 35a726a..c0e0c7c 100644
--- a/XMPCore/source/ICoreObjectFactory_I.cpp
+++ b/XMPCore/source/ICoreObjectFactory_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IDOMImplementationRegistry_I.cpp b/XMPCore/source/IDOMImplementationRegistry_I.cpp
index 9cc510d..3608433 100644
--- a/XMPCore/source/IDOMImplementationRegistry_I.cpp
+++ b/XMPCore/source/IDOMImplementationRegistry_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IDOMParser_I.cpp b/XMPCore/source/IDOMParser_I.cpp
index 39ecd2a..1eaeb56 100644
--- a/XMPCore/source/IDOMParser_I.cpp
+++ b/XMPCore/source/IDOMParser_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IDOMSerializer_I.cpp b/XMPCore/source/IDOMSerializer_I.cpp
index 3f05fbf..187b948 100644
--- a/XMPCore/source/IDOMSerializer_I.cpp
+++ b/XMPCore/source/IDOMSerializer_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IMetadataConverterUtils_I.cpp b/XMPCore/source/IMetadataConverterUtils_I.cpp
index df280ad..15cddc2 100644
--- a/XMPCore/source/IMetadataConverterUtils_I.cpp
+++ b/XMPCore/source/IMetadataConverterUtils_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IMetadata_I.cpp b/XMPCore/source/IMetadata_I.cpp
index 1702e24..0509d52 100644
--- a/XMPCore/source/IMetadata_I.cpp
+++ b/XMPCore/source/IMetadata_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/INameSpacePrefixMap_I.cpp b/XMPCore/source/INameSpacePrefixMap_I.cpp
index 8aff4b4..3fff888 100644
--- a/XMPCore/source/INameSpacePrefixMap_I.cpp
+++ b/XMPCore/source/INameSpacePrefixMap_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/INodeIterator_I.cpp b/XMPCore/source/INodeIterator_I.cpp
index 1209415..c4452b6 100644
--- a/XMPCore/source/INodeIterator_I.cpp
+++ b/XMPCore/source/INodeIterator_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/INode_I.cpp b/XMPCore/source/INode_I.cpp
index ac0f29b..59f1879 100644
--- a/XMPCore/source/INode_I.cpp
+++ b/XMPCore/source/INode_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IPathSegment_I.cpp b/XMPCore/source/IPathSegment_I.cpp
index 40e5715..cf82a97 100644
--- a/XMPCore/source/IPathSegment_I.cpp
+++ b/XMPCore/source/IPathSegment_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IPath_I.cpp b/XMPCore/source/IPath_I.cpp
index 01717a1..111dd9c 100644
--- a/XMPCore/source/IPath_I.cpp
+++ b/XMPCore/source/IPath_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ISimpleNode_I.cpp b/XMPCore/source/ISimpleNode_I.cpp
index 6e88612..7332f7b 100644
--- a/XMPCore/source/ISimpleNode_I.cpp
+++ b/XMPCore/source/ISimpleNode_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/IStructureNode_I.cpp b/XMPCore/source/IStructureNode_I.cpp
index 3eee8b1..9d36154 100644
--- a/XMPCore/source/IStructureNode_I.cpp
+++ b/XMPCore/source/IStructureNode_I.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/MetadataConverterUtilsImpl.cpp b/XMPCore/source/MetadataConverterUtilsImpl.cpp
index afbe926..d5a785c 100644
--- a/XMPCore/source/MetadataConverterUtilsImpl.cpp
+++ b/XMPCore/source/MetadataConverterUtilsImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/MetadataImpl.cpp b/XMPCore/source/MetadataImpl.cpp
index ca8d964..24cb44c 100644
--- a/XMPCore/source/MetadataImpl.cpp
+++ b/XMPCore/source/MetadataImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/NameSpacePrefixMapImpl.cpp b/XMPCore/source/NameSpacePrefixMapImpl.cpp
index 3bf58a2..8798bca 100644
--- a/XMPCore/source/NameSpacePrefixMapImpl.cpp
+++ b/XMPCore/source/NameSpacePrefixMapImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/NodeImpl.cpp b/XMPCore/source/NodeImpl.cpp
index 38fa1c7..4b07bac 100644
--- a/XMPCore/source/NodeImpl.cpp
+++ b/XMPCore/source/NodeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/ParseRDF.cpp b/XMPCore/source/ParseRDF.cpp
index d7c9a6e..61a393f 100644
--- a/XMPCore/source/ParseRDF.cpp
+++ b/XMPCore/source/ParseRDF.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/PathImpl.cpp b/XMPCore/source/PathImpl.cpp
index b9eefaf..a28addb 100644
--- a/XMPCore/source/PathImpl.cpp
+++ b/XMPCore/source/PathImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/PathSegmentImpl.cpp b/XMPCore/source/PathSegmentImpl.cpp
index 7e9f192..ec87160 100644
--- a/XMPCore/source/PathSegmentImpl.cpp
+++ b/XMPCore/source/PathSegmentImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/RDFDOMParserImpl.cpp b/XMPCore/source/RDFDOMParserImpl.cpp
index e0ebecb..df6161c 100644
--- a/XMPCore/source/RDFDOMParserImpl.cpp
+++ b/XMPCore/source/RDFDOMParserImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/RDFDOMSerializerImpl.cpp b/XMPCore/source/RDFDOMSerializerImpl.cpp
index fa1751f..5f16824 100644
--- a/XMPCore/source/RDFDOMSerializerImpl.cpp
+++ b/XMPCore/source/RDFDOMSerializerImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/SimpleNodeImpl.cpp b/XMPCore/source/SimpleNodeImpl.cpp
index 7404f26..57d866c 100644
--- a/XMPCore/source/SimpleNodeImpl.cpp
+++ b/XMPCore/source/SimpleNodeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/StructureNodeImpl.cpp b/XMPCore/source/StructureNodeImpl.cpp
index f3ce0c1..3c91ced 100644
--- a/XMPCore/source/StructureNodeImpl.cpp
+++ b/XMPCore/source/StructureNodeImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/WXMPIterator.cpp b/XMPCore/source/WXMPIterator.cpp
index 0da4173..e39f408 100644
--- a/XMPCore/source/WXMPIterator.cpp
+++ b/XMPCore/source/WXMPIterator.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/WXMPMeta.cpp b/XMPCore/source/WXMPMeta.cpp
index 963fa09..79bbb5d 100644
--- a/XMPCore/source/WXMPMeta.cpp
+++ b/XMPCore/source/WXMPMeta.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/WXMPUtils.cpp b/XMPCore/source/WXMPUtils.cpp
index 8032cb1..267a3cb 100644
--- a/XMPCore/source/WXMPUtils.cpp
+++ b/XMPCore/source/WXMPUtils.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPCore_Impl.cpp b/XMPCore/source/XMPCore_Impl.cpp
index 8683c57..20f446c 100644
--- a/XMPCore/source/XMPCore_Impl.cpp
+++ b/XMPCore/source/XMPCore_Impl.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPCore_Impl.hpp b/XMPCore/source/XMPCore_Impl.hpp
index 9a1c311..860cfc4 100644
--- a/XMPCore/source/XMPCore_Impl.hpp
+++ b/XMPCore/source/XMPCore_Impl.hpp
@@ -2,7 +2,7 @@
#define __XMPCore_Impl_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPIterator.cpp b/XMPCore/source/XMPIterator.cpp
index cff3602..f01e4b4 100644
--- a/XMPCore/source/XMPIterator.cpp
+++ b/XMPCore/source/XMPIterator.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPIterator.hpp b/XMPCore/source/XMPIterator.hpp
index 7c335e7..de68667 100644
--- a/XMPCore/source/XMPIterator.hpp
+++ b/XMPCore/source/XMPIterator.hpp
@@ -2,7 +2,7 @@
#define __XMPIterator_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPIterator2.cpp b/XMPCore/source/XMPIterator2.cpp
index 478f6b9..1094365 100644
--- a/XMPCore/source/XMPIterator2.cpp
+++ b/XMPCore/source/XMPIterator2.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPIterator2.hpp b/XMPCore/source/XMPIterator2.hpp
index 6617419..616da55 100644
--- a/XMPCore/source/XMPIterator2.hpp
+++ b/XMPCore/source/XMPIterator2.hpp
@@ -2,7 +2,7 @@
#define __XMPIterator2_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPMeta-GetSet.cpp b/XMPCore/source/XMPMeta-GetSet.cpp
index e8a1f37..52a5898 100644
--- a/XMPCore/source/XMPMeta-GetSet.cpp
+++ b/XMPCore/source/XMPMeta-GetSet.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPMeta-Parse.cpp b/XMPCore/source/XMPMeta-Parse.cpp
index ef1d07d..7f5a667 100644
--- a/XMPCore/source/XMPMeta-Parse.cpp
+++ b/XMPCore/source/XMPMeta-Parse.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPMeta.cpp b/XMPCore/source/XMPMeta.cpp
index 39b9931..215b9aa 100644
--- a/XMPCore/source/XMPMeta.cpp
+++ b/XMPCore/source/XMPMeta.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPMeta.hpp b/XMPCore/source/XMPMeta.hpp
index f5c96c8..48f5c54 100644
--- a/XMPCore/source/XMPMeta.hpp
+++ b/XMPCore/source/XMPMeta.hpp
@@ -2,7 +2,7 @@
#define __XMPMeta_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPMeta2-GetSet.cpp b/XMPCore/source/XMPMeta2-GetSet.cpp
index ae95199..299cfad 100644
--- a/XMPCore/source/XMPMeta2-GetSet.cpp
+++ b/XMPCore/source/XMPMeta2-GetSet.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPUtils-FileInfo.cpp b/XMPCore/source/XMPUtils-FileInfo.cpp
index 6d5fd26..dad0e6d 100644
--- a/XMPCore/source/XMPUtils-FileInfo.cpp
+++ b/XMPCore/source/XMPUtils-FileInfo.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPUtils.cpp b/XMPCore/source/XMPUtils.cpp
index a6e97e9..6a4b894 100644
--- a/XMPCore/source/XMPUtils.cpp
+++ b/XMPCore/source/XMPUtils.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPUtils.hpp b/XMPCore/source/XMPUtils.hpp
index 3e68501..ee7962f 100644
--- a/XMPCore/source/XMPUtils.hpp
+++ b/XMPCore/source/XMPUtils.hpp
@@ -2,7 +2,7 @@
#define __XMPUtils_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPCore/source/XMPUtils2.cpp b/XMPCore/source/XMPUtils2.cpp
index 61c3f8e..a03c81a 100644
--- a/XMPCore/source/XMPUtils2.cpp
+++ b/XMPCore/source/XMPUtils2.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/build/CMakeLists.txt b/XMPFiles/build/CMakeLists.txt
index 8bb59e3..399a461 100644
--- a/XMPFiles/build/CMakeLists.txt
+++ b/XMPFiles/build/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/AIFF_Handler.cpp b/XMPFiles/source/FileHandlers/AIFF_Handler.cpp
index f22ae10..5e14abc 100644
--- a/XMPFiles/source/FileHandlers/AIFF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/AIFF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/AIFF_Handler.hpp b/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
index f30b29f..330303f 100644
--- a/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/AIFF_Handler.hpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/ASF_Handler.cpp b/XMPFiles/source/FileHandlers/ASF_Handler.cpp
index f638d92..ebc52d5 100644
--- a/XMPFiles/source/FileHandlers/ASF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/ASF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/ASF_Handler.hpp b/XMPFiles/source/FileHandlers/ASF_Handler.hpp
index c5c233d..d8826f2 100644
--- a/XMPFiles/source/FileHandlers/ASF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/ASF_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/AVCHD_Handler.cpp b/XMPFiles/source/FileHandlers/AVCHD_Handler.cpp
index 761066c..58b4b1f 100644
--- a/XMPFiles/source/FileHandlers/AVCHD_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/AVCHD_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/AVCHD_Handler.hpp b/XMPFiles/source/FileHandlers/AVCHD_Handler.hpp
index d182fb0..6e9ee0e 100644
--- a/XMPFiles/source/FileHandlers/AVCHD_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/AVCHD_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Basic_Handler.cpp b/XMPFiles/source/FileHandlers/Basic_Handler.cpp
index 021646a..dd1a12d 100644
--- a/XMPFiles/source/FileHandlers/Basic_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/Basic_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Basic_Handler.hpp b/XMPFiles/source/FileHandlers/Basic_Handler.hpp
index ddf52ad..ecd9ea0 100644
--- a/XMPFiles/source/FileHandlers/Basic_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/Basic_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/FLV_Handler.cpp b/XMPFiles/source/FileHandlers/FLV_Handler.cpp
index 793fba0..9f748ab 100644
--- a/XMPFiles/source/FileHandlers/FLV_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/FLV_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/FLV_Handler.hpp b/XMPFiles/source/FileHandlers/FLV_Handler.hpp
index 064a3a8..0687627 100644
--- a/XMPFiles/source/FileHandlers/FLV_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/FLV_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/GIF_Handler.cpp b/XMPFiles/source/FileHandlers/GIF_Handler.cpp
index fec3e38..64ecbe2 100644
--- a/XMPFiles/source/FileHandlers/GIF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/GIF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/GIF_Handler.hpp b/XMPFiles/source/FileHandlers/GIF_Handler.hpp
index 1ac3a5f..4e11ab4 100644
--- a/XMPFiles/source/FileHandlers/GIF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/GIF_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/InDesign_Handler.cpp b/XMPFiles/source/FileHandlers/InDesign_Handler.cpp
index afa32c8..90cb4c9 100644
--- a/XMPFiles/source/FileHandlers/InDesign_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/InDesign_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/InDesign_Handler.hpp b/XMPFiles/source/FileHandlers/InDesign_Handler.hpp
index 580c8a5..e91a600 100644
--- a/XMPFiles/source/FileHandlers/InDesign_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/InDesign_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/JPEG_Handler.cpp b/XMPFiles/source/FileHandlers/JPEG_Handler.cpp
index fb05248..9012ecb 100644
--- a/XMPFiles/source/FileHandlers/JPEG_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/JPEG_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/JPEG_Handler.hpp b/XMPFiles/source/FileHandlers/JPEG_Handler.hpp
index 47ee601..7c0e513 100644
--- a/XMPFiles/source/FileHandlers/JPEG_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/JPEG_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MP3_Handler.cpp b/XMPFiles/source/FileHandlers/MP3_Handler.cpp
index 4bf3bf1..6c942a7 100644
--- a/XMPFiles/source/FileHandlers/MP3_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/MP3_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MP3_Handler.hpp b/XMPFiles/source/FileHandlers/MP3_Handler.hpp
index eb07c4d..fc37eec 100644
--- a/XMPFiles/source/FileHandlers/MP3_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/MP3_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MPEG2_Handler.cpp b/XMPFiles/source/FileHandlers/MPEG2_Handler.cpp
index 11dfcd6..1de5a59 100644
--- a/XMPFiles/source/FileHandlers/MPEG2_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/MPEG2_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MPEG2_Handler.hpp b/XMPFiles/source/FileHandlers/MPEG2_Handler.hpp
index 3a1382f..231f625 100644
--- a/XMPFiles/source/FileHandlers/MPEG2_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/MPEG2_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MPEG4_Handler.cpp b/XMPFiles/source/FileHandlers/MPEG4_Handler.cpp
index 7374d45..ca9d935 100644
--- a/XMPFiles/source/FileHandlers/MPEG4_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/MPEG4_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/MPEG4_Handler.hpp b/XMPFiles/source/FileHandlers/MPEG4_Handler.hpp
index 761eef4..913597f 100644
--- a/XMPFiles/source/FileHandlers/MPEG4_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/MPEG4_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/P2_Handler.cpp b/XMPFiles/source/FileHandlers/P2_Handler.cpp
index 7721dd9..580fc5e 100644
--- a/XMPFiles/source/FileHandlers/P2_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/P2_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/P2_Handler.hpp b/XMPFiles/source/FileHandlers/P2_Handler.hpp
index ca64c82..9a32527 100644
--- a/XMPFiles/source/FileHandlers/P2_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/P2_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PNG_Handler.cpp b/XMPFiles/source/FileHandlers/PNG_Handler.cpp
index a66bd52..ac47831 100644
--- a/XMPFiles/source/FileHandlers/PNG_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/PNG_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PNG_Handler.hpp b/XMPFiles/source/FileHandlers/PNG_Handler.hpp
index ad00eea..30622f1 100644
--- a/XMPFiles/source/FileHandlers/PNG_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/PNG_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PSD_Handler.cpp b/XMPFiles/source/FileHandlers/PSD_Handler.cpp
index 10cb984..cdca139 100644
--- a/XMPFiles/source/FileHandlers/PSD_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/PSD_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PSD_Handler.hpp b/XMPFiles/source/FileHandlers/PSD_Handler.hpp
index c94b73b..1d43cba 100644
--- a/XMPFiles/source/FileHandlers/PSD_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/PSD_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PostScript_Handler.cpp b/XMPFiles/source/FileHandlers/PostScript_Handler.cpp
index 709b53c..bc55dfa 100644
--- a/XMPFiles/source/FileHandlers/PostScript_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/PostScript_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/PostScript_Handler.hpp b/XMPFiles/source/FileHandlers/PostScript_Handler.hpp
index 0e2d79e..596313f 100644
--- a/XMPFiles/source/FileHandlers/PostScript_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/PostScript_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/RIFF_Handler.cpp b/XMPFiles/source/FileHandlers/RIFF_Handler.cpp
index aeb6db2..e21c9b6 100644
--- a/XMPFiles/source/FileHandlers/RIFF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/RIFF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/RIFF_Handler.hpp b/XMPFiles/source/FileHandlers/RIFF_Handler.hpp
index 1433e2d..7a1fc5f 100644
--- a/XMPFiles/source/FileHandlers/RIFF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/RIFF_Handler.hpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SVG_Handler.cpp b/XMPFiles/source/FileHandlers/SVG_Handler.cpp
index 9eb1248..029c8ad 100644
--- a/XMPFiles/source/FileHandlers/SVG_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/SVG_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SVG_Handler.hpp b/XMPFiles/source/FileHandlers/SVG_Handler.hpp
index 9e00629..f42857a 100644
--- a/XMPFiles/source/FileHandlers/SVG_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/SVG_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SWF_Handler.cpp b/XMPFiles/source/FileHandlers/SWF_Handler.cpp
index eb718c2..711b907 100644
--- a/XMPFiles/source/FileHandlers/SWF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/SWF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SWF_Handler.hpp b/XMPFiles/source/FileHandlers/SWF_Handler.hpp
index 2b36004..9efb7b0 100644
--- a/XMPFiles/source/FileHandlers/SWF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/SWF_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Scanner_Handler.cpp b/XMPFiles/source/FileHandlers/Scanner_Handler.cpp
index d6f23ef..a3b68cc 100644
--- a/XMPFiles/source/FileHandlers/Scanner_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/Scanner_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Scanner_Handler.hpp b/XMPFiles/source/FileHandlers/Scanner_Handler.hpp
index 1a3c95b..2bdae43 100644
--- a/XMPFiles/source/FileHandlers/Scanner_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/Scanner_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp b/XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp
index 50f2d3a..e4a7162 100644
--- a/XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/SonyHDV_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/SonyHDV_Handler.hpp b/XMPFiles/source/FileHandlers/SonyHDV_Handler.hpp
index d942c11..6efbc73 100644
--- a/XMPFiles/source/FileHandlers/SonyHDV_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/SonyHDV_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/TIFF_Handler.cpp b/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
index f6028e1..0960b07 100644
--- a/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/TIFF_Handler.hpp b/XMPFiles/source/FileHandlers/TIFF_Handler.hpp
index 188a7f5..4326427 100644
--- a/XMPFiles/source/FileHandlers/TIFF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/TIFF_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Trivial_Handler.cpp b/XMPFiles/source/FileHandlers/Trivial_Handler.cpp
index e3b1fbb..3507beb 100644
--- a/XMPFiles/source/FileHandlers/Trivial_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/Trivial_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/Trivial_Handler.hpp b/XMPFiles/source/FileHandlers/Trivial_Handler.hpp
index 744edec..41a50cc 100644
--- a/XMPFiles/source/FileHandlers/Trivial_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/Trivial_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/UCF_Handler.cpp b/XMPFiles/source/FileHandlers/UCF_Handler.cpp
index 7156509..561c5b3 100644
--- a/XMPFiles/source/FileHandlers/UCF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/UCF_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/UCF_Handler.hpp b/XMPFiles/source/FileHandlers/UCF_Handler.hpp
index 2de62a8..f20a9b2 100644
--- a/XMPFiles/source/FileHandlers/UCF_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/UCF_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/WAVE_Handler.cpp b/XMPFiles/source/FileHandlers/WAVE_Handler.cpp
index 91df66b..d3fb97c 100644
--- a/XMPFiles/source/FileHandlers/WAVE_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/WAVE_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/WAVE_Handler.hpp b/XMPFiles/source/FileHandlers/WAVE_Handler.hpp
index 8bd80e6..d516acb 100644
--- a/XMPFiles/source/FileHandlers/WAVE_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/WAVE_Handler.hpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp b/XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp
index bdd92bd..430ddf7 100644
--- a/XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/XDCAMEX_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMEX_Handler.hpp b/XMPFiles/source/FileHandlers/XDCAMEX_Handler.hpp
index 28394ff..e60f98b 100644
--- a/XMPFiles/source/FileHandlers/XDCAMEX_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/XDCAMEX_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.cpp b/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.cpp
index 5563898..a70d76a 100644
--- a/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.hpp b/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.hpp
index 537d6b3..1d20393 100644
--- a/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/XDCAMFAM_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.cpp b/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.cpp
index 9fdf4d4..08aceb9 100644
--- a/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.hpp b/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.hpp
index 82c1c72..4b7872d 100644
--- a/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/XDCAMSAM_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAM_Handler.cpp b/XMPFiles/source/FileHandlers/XDCAM_Handler.cpp
index 14b68f4..df26ec9 100644
--- a/XMPFiles/source/FileHandlers/XDCAM_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/XDCAM_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FileHandlers/XDCAM_Handler.hpp b/XMPFiles/source/FileHandlers/XDCAM_Handler.hpp
index 2594f2a..d0b4436 100644
--- a/XMPFiles/source/FileHandlers/XDCAM_Handler.hpp
+++ b/XMPFiles/source/FileHandlers/XDCAM_Handler.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.cpp b/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.cpp
index fa20799..4e7b864 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.cpp
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.h b/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.h
index 0adf0bd..3476ef9 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.h
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFBehavior.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.cpp b/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.cpp
index a1a77be..55f29f5 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.h b/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.h
index 8fdb44d..e284e4d 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.h
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.cpp b/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.cpp
index b16a558..3f95a16 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.cpp
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.h b/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.h
index 4c0e4fd..9866853 100644
--- a/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.h
+++ b/XMPFiles/source/FormatSupport/AIFF/AIFFReconcile.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ASF_Support.cpp b/XMPFiles/source/FormatSupport/ASF_Support.cpp
index 83b2ed1..bfde554 100644
--- a/XMPFiles/source/FormatSupport/ASF_Support.cpp
+++ b/XMPFiles/source/FormatSupport/ASF_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ASF_Support.hpp b/XMPFiles/source/FormatSupport/ASF_Support.hpp
index 8a888d7..76e3d1f 100644
--- a/XMPFiles/source/FormatSupport/ASF_Support.hpp
+++ b/XMPFiles/source/FormatSupport/ASF_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ID3_Support.cpp b/XMPFiles/source/FormatSupport/ID3_Support.cpp
index ef65449..fe632dd 100644
--- a/XMPFiles/source/FormatSupport/ID3_Support.cpp
+++ b/XMPFiles/source/FormatSupport/ID3_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ID3_Support.hpp b/XMPFiles/source/FormatSupport/ID3_Support.hpp
index a9d961b..f9d8466 100644
--- a/XMPFiles/source/FormatSupport/ID3_Support.hpp
+++ b/XMPFiles/source/FormatSupport/ID3_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/Chunk.cpp b/XMPFiles/source/FormatSupport/IFF/Chunk.cpp
index 1c8e261..b96e409 100644
--- a/XMPFiles/source/FormatSupport/IFF/Chunk.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/Chunk.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/Chunk.h b/XMPFiles/source/FormatSupport/IFF/Chunk.h
index a55acda..3f6efd8 100644
--- a/XMPFiles/source/FormatSupport/IFF/Chunk.h
+++ b/XMPFiles/source/FormatSupport/IFF/Chunk.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
index c3c8aa5..0cf7faf 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkController.h b/XMPFiles/source/FormatSupport/IFF/ChunkController.h
index 4806dab..5ac3bfc 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkController.h
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkController.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkPath.cpp b/XMPFiles/source/FormatSupport/IFF/ChunkPath.cpp
index 440dd46..b399cd0 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkPath.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkPath.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkPath.h b/XMPFiles/source/FormatSupport/IFF/ChunkPath.h
index 5f167ef..25597b8 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkPath.h
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkPath.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.cpp b/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.cpp
index 9683c17..a245e46 100644
--- a/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.h b/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.h
index 7d5acf2..984cc66 100644
--- a/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.h
+++ b/XMPFiles/source/FormatSupport/IFF/IChunkBehavior.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/IChunkContainer.h b/XMPFiles/source/FormatSupport/IFF/IChunkContainer.h
index 6019009..e6da016 100644
--- a/XMPFiles/source/FormatSupport/IFF/IChunkContainer.h
+++ b/XMPFiles/source/FormatSupport/IFF/IChunkContainer.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IFF/IChunkData.h b/XMPFiles/source/FormatSupport/IFF/IChunkData.h
index 6ebd121..8c5ac78 100644
--- a/XMPFiles/source/FormatSupport/IFF/IChunkData.h
+++ b/XMPFiles/source/FormatSupport/IFF/IChunkData.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IPTC_Support.cpp b/XMPFiles/source/FormatSupport/IPTC_Support.cpp
index cfa7a53..9c28c38 100644
--- a/XMPFiles/source/FormatSupport/IPTC_Support.cpp
+++ b/XMPFiles/source/FormatSupport/IPTC_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/IPTC_Support.hpp b/XMPFiles/source/FormatSupport/IPTC_Support.hpp
index 9e60208..f0e38b5 100644
--- a/XMPFiles/source/FormatSupport/IPTC_Support.hpp
+++ b/XMPFiles/source/FormatSupport/IPTC_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.cpp b/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.cpp
index b04162b..b0945cb 100644
--- a/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.cpp
+++ b/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.hpp b/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.hpp
index 6a2638a..24f60c4 100644
--- a/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.hpp
+++ b/XMPFiles/source/FormatSupport/ISOBaseMedia_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/META_Support.cpp b/XMPFiles/source/FormatSupport/META_Support.cpp
index 3ae5c5a..281b9a8 100644
--- a/XMPFiles/source/FormatSupport/META_Support.cpp
+++ b/XMPFiles/source/FormatSupport/META_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2018 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/META_Support.hpp b/XMPFiles/source/FormatSupport/META_Support.hpp
index 30b2cfe..545acd7 100644
--- a/XMPFiles/source/FormatSupport/META_Support.hpp
+++ b/XMPFiles/source/FormatSupport/META_Support.hpp
@@ -2,7 +2,7 @@
#define __META_Support_hpp__ 1
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2018 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/MOOV_Support.cpp b/XMPFiles/source/FormatSupport/MOOV_Support.cpp
index b790c83..f2c848c 100644
--- a/XMPFiles/source/FormatSupport/MOOV_Support.cpp
+++ b/XMPFiles/source/FormatSupport/MOOV_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/MOOV_Support.hpp b/XMPFiles/source/FormatSupport/MOOV_Support.hpp
index b5d7d2e..03eafc7 100644
--- a/XMPFiles/source/FormatSupport/MOOV_Support.hpp
+++ b/XMPFiles/source/FormatSupport/MOOV_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/P2_Support.cpp b/XMPFiles/source/FormatSupport/P2_Support.cpp
index 5c5307a..222c910 100644
--- a/XMPFiles/source/FormatSupport/P2_Support.cpp
+++ b/XMPFiles/source/FormatSupport/P2_Support.cpp
@@ -1,7 +1,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/P2_Support.hpp b/XMPFiles/source/FormatSupport/P2_Support.hpp
index 78f1302..e1c317b 100644
--- a/XMPFiles/source/FormatSupport/P2_Support.hpp
+++ b/XMPFiles/source/FormatSupport/P2_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PNG_Support.cpp b/XMPFiles/source/FormatSupport/PNG_Support.cpp
index 03b91e1..79e9f49 100644
--- a/XMPFiles/source/FormatSupport/PNG_Support.cpp
+++ b/XMPFiles/source/FormatSupport/PNG_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PNG_Support.hpp b/XMPFiles/source/FormatSupport/PNG_Support.hpp
index 4f22a19..6142556 100644
--- a/XMPFiles/source/FormatSupport/PNG_Support.hpp
+++ b/XMPFiles/source/FormatSupport/PNG_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp b/XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp
index 3899d74..b1ddc05 100644
--- a/XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp
+++ b/XMPFiles/source/FormatSupport/PSIR_FileWriter.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PSIR_MemoryReader.cpp b/XMPFiles/source/FormatSupport/PSIR_MemoryReader.cpp
index 8e1cabe..a58f238 100644
--- a/XMPFiles/source/FormatSupport/PSIR_MemoryReader.cpp
+++ b/XMPFiles/source/FormatSupport/PSIR_MemoryReader.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PSIR_Support.hpp b/XMPFiles/source/FormatSupport/PSIR_Support.hpp
index bc3267b..2bd6946 100644
--- a/XMPFiles/source/FormatSupport/PSIR_Support.hpp
+++ b/XMPFiles/source/FormatSupport/PSIR_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PackageFormat_Support.cpp b/XMPFiles/source/FormatSupport/PackageFormat_Support.cpp
index 4c289d5..b40ca49 100644
--- a/XMPFiles/source/FormatSupport/PackageFormat_Support.cpp
+++ b/XMPFiles/source/FormatSupport/PackageFormat_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2013 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PackageFormat_Support.hpp b/XMPFiles/source/FormatSupport/PackageFormat_Support.hpp
index ec0c907..2f55e87 100644
--- a/XMPFiles/source/FormatSupport/PackageFormat_Support.hpp
+++ b/XMPFiles/source/FormatSupport/PackageFormat_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2013 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PostScript_Support.cpp b/XMPFiles/source/FormatSupport/PostScript_Support.cpp
index 8e62804..85e4a4f 100644
--- a/XMPFiles/source/FormatSupport/PostScript_Support.cpp
+++ b/XMPFiles/source/FormatSupport/PostScript_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2012 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/PostScript_Support.hpp b/XMPFiles/source/FormatSupport/PostScript_Support.hpp
index c981dd7..7d1cbd2 100644
--- a/XMPFiles/source/FormatSupport/PostScript_Support.hpp
+++ b/XMPFiles/source/FormatSupport/PostScript_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2012 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/QuickTime_Support.cpp b/XMPFiles/source/FormatSupport/QuickTime_Support.cpp
index 828541b..c467703 100644
--- a/XMPFiles/source/FormatSupport/QuickTime_Support.cpp
+++ b/XMPFiles/source/FormatSupport/QuickTime_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/QuickTime_Support.hpp b/XMPFiles/source/FormatSupport/QuickTime_Support.hpp
index ce33208..ce202ea 100644
--- a/XMPFiles/source/FormatSupport/QuickTime_Support.hpp
+++ b/XMPFiles/source/FormatSupport/QuickTime_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/RIFF.cpp b/XMPFiles/source/FormatSupport/RIFF.cpp
index 76c67b7..bff4e6f 100644
--- a/XMPFiles/source/FormatSupport/RIFF.cpp
+++ b/XMPFiles/source/FormatSupport/RIFF.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/RIFF.hpp b/XMPFiles/source/FormatSupport/RIFF.hpp
index acce3ce..68db6d4 100644
--- a/XMPFiles/source/FormatSupport/RIFF.hpp
+++ b/XMPFiles/source/FormatSupport/RIFF.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/RIFF_Support.cpp b/XMPFiles/source/FormatSupport/RIFF_Support.cpp
index 9704279..f7881cb 100644
--- a/XMPFiles/source/FormatSupport/RIFF_Support.cpp
+++ b/XMPFiles/source/FormatSupport/RIFF_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/RIFF_Support.hpp b/XMPFiles/source/FormatSupport/RIFF_Support.hpp
index 952c587..824c860 100644
--- a/XMPFiles/source/FormatSupport/RIFF_Support.hpp
+++ b/XMPFiles/source/FormatSupport/RIFF_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ReconcileIPTC.cpp b/XMPFiles/source/FormatSupport/ReconcileIPTC.cpp
index b8c31cd..bf797d5 100644
--- a/XMPFiles/source/FormatSupport/ReconcileIPTC.cpp
+++ b/XMPFiles/source/FormatSupport/ReconcileIPTC.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ReconcileLegacy.cpp b/XMPFiles/source/FormatSupport/ReconcileLegacy.cpp
index c5924ea..717959f 100644
--- a/XMPFiles/source/FormatSupport/ReconcileLegacy.cpp
+++ b/XMPFiles/source/FormatSupport/ReconcileLegacy.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ReconcileLegacy.hpp b/XMPFiles/source/FormatSupport/ReconcileLegacy.hpp
index d0fd7d8..7404753 100644
--- a/XMPFiles/source/FormatSupport/ReconcileLegacy.hpp
+++ b/XMPFiles/source/FormatSupport/ReconcileLegacy.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/ReconcileTIFF.cpp b/XMPFiles/source/FormatSupport/ReconcileTIFF.cpp
index 20d7d85..d455516 100644
--- a/XMPFiles/source/FormatSupport/ReconcileTIFF.cpp
+++ b/XMPFiles/source/FormatSupport/ReconcileTIFF.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/Reconcile_Impl.cpp b/XMPFiles/source/FormatSupport/Reconcile_Impl.cpp
index d14f343..b52700d 100644
--- a/XMPFiles/source/FormatSupport/Reconcile_Impl.cpp
+++ b/XMPFiles/source/FormatSupport/Reconcile_Impl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/Reconcile_Impl.hpp b/XMPFiles/source/FormatSupport/Reconcile_Impl.hpp
index 0f3f3a2..95aea90 100644
--- a/XMPFiles/source/FormatSupport/Reconcile_Impl.hpp
+++ b/XMPFiles/source/FormatSupport/Reconcile_Impl.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/SVG_Adapter.cpp b/XMPFiles/source/FormatSupport/SVG_Adapter.cpp
index b5000b6..9907b9a 100644
--- a/XMPFiles/source/FormatSupport/SVG_Adapter.cpp
+++ b/XMPFiles/source/FormatSupport/SVG_Adapter.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/SVG_Adapter.hpp b/XMPFiles/source/FormatSupport/SVG_Adapter.hpp
index 9ec0b7d..dbb4c28 100644
--- a/XMPFiles/source/FormatSupport/SVG_Adapter.hpp
+++ b/XMPFiles/source/FormatSupport/SVG_Adapter.hpp
@@ -2,7 +2,7 @@
#define __SVG_Adapter_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/SWF_Support.cpp b/XMPFiles/source/FormatSupport/SWF_Support.cpp
index d39a0e8..57af239 100644
--- a/XMPFiles/source/FormatSupport/SWF_Support.cpp
+++ b/XMPFiles/source/FormatSupport/SWF_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/SWF_Support.hpp b/XMPFiles/source/FormatSupport/SWF_Support.hpp
index a4e0421..2adcd0a 100644
--- a/XMPFiles/source/FormatSupport/SWF_Support.hpp
+++ b/XMPFiles/source/FormatSupport/SWF_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp b/XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp
index 03e6e73..c99fafa 100644
--- a/XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp
+++ b/XMPFiles/source/FormatSupport/TIFF_FileWriter.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp b/XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp
index 4f0ed7e..ed9f135 100644
--- a/XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp
+++ b/XMPFiles/source/FormatSupport/TIFF_MemoryReader.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TIFF_Support.cpp b/XMPFiles/source/FormatSupport/TIFF_Support.cpp
index 893217c..2ecfca9 100644
--- a/XMPFiles/source/FormatSupport/TIFF_Support.cpp
+++ b/XMPFiles/source/FormatSupport/TIFF_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TIFF_Support.hpp b/XMPFiles/source/FormatSupport/TIFF_Support.hpp
index b9d9436..40d2fe4 100644
--- a/XMPFiles/source/FormatSupport/TIFF_Support.hpp
+++ b/XMPFiles/source/FormatSupport/TIFF_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TimeConversionUtils.cpp b/XMPFiles/source/FormatSupport/TimeConversionUtils.cpp
index 661c429..0c6e43f 100644
--- a/XMPFiles/source/FormatSupport/TimeConversionUtils.cpp
+++ b/XMPFiles/source/FormatSupport/TimeConversionUtils.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/TimeConversionUtils.hpp b/XMPFiles/source/FormatSupport/TimeConversionUtils.hpp
index a96a8ae..db03c7b 100644
--- a/XMPFiles/source/FormatSupport/TimeConversionUtils.hpp
+++ b/XMPFiles/source/FormatSupport/TimeConversionUtils.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.cpp
index 8e71044..2a76f17 100644
--- a/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.h b/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.h
index 255bf0e..45f806a 100644
--- a/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/BEXTMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/CartMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/CartMetadata.cpp
index 131c11f..7096a60 100644
--- a/XMPFiles/source/FormatSupport/WAVE/CartMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/CartMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/CartMetadata.h b/XMPFiles/source/FormatSupport/WAVE/CartMetadata.h
index 1c17335..95734f9 100644
--- a/XMPFiles/source/FormatSupport/WAVE/CartMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/CartMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.cpp
index 9aff46b..1c678e4 100644
--- a/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.h b/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.h
index b3306eb..eef6f23 100644
--- a/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/Cr8rMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp
index fdd43ac..df35182 100644
--- a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.h b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.h
index 53518a9..036e221 100644
--- a/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/DISPMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.cpp
index 524abe2..2dfa32a 100644
--- a/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.h b/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.h
index cccff88..451f1c7 100644
--- a/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/INFOMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.cpp
index 5b86679..0866e0a 100644
--- a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
index 4664b8d..5e53c41 100644
--- a/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/PrmLMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.cpp b/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.cpp
index d3b9183..0ef50e6 100644
--- a/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.h b/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.h
index 35bcb04..3e5b590 100644
--- a/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.h
+++ b/XMPFiles/source/FormatSupport/WAVE/WAVEBehavior.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.cpp b/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.cpp
index 614986a..de15d28 100644
--- a/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.h b/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.h
index 2409163..f013884 100644
--- a/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.h
+++ b/XMPFiles/source/FormatSupport/WAVE/WAVEReconcile.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
index 9bdbb97..690f3f4 100644
--- a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
+++ b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.h b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.h
index f21f2df..8b909f7 100644
--- a/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.h
+++ b/XMPFiles/source/FormatSupport/WAVE/iXMLMetadata.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/XDCAM_Support.cpp b/XMPFiles/source/FormatSupport/XDCAM_Support.cpp
index 1113868..44afe01 100644
--- a/XMPFiles/source/FormatSupport/XDCAM_Support.cpp
+++ b/XMPFiles/source/FormatSupport/XDCAM_Support.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/XDCAM_Support.hpp b/XMPFiles/source/FormatSupport/XDCAM_Support.hpp
index 1707456..80d4174 100644
--- a/XMPFiles/source/FormatSupport/XDCAM_Support.hpp
+++ b/XMPFiles/source/FormatSupport/XDCAM_Support.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/XMPScanner.cpp b/XMPFiles/source/FormatSupport/XMPScanner.cpp
index 4b85d64..234baec 100644
--- a/XMPFiles/source/FormatSupport/XMPScanner.cpp
+++ b/XMPFiles/source/FormatSupport/XMPScanner.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/FormatSupport/XMPScanner.hpp b/XMPFiles/source/FormatSupport/XMPScanner.hpp
index fc3f865..aaeacc1 100644
--- a/XMPFiles/source/FormatSupport/XMPScanner.hpp
+++ b/XMPFiles/source/FormatSupport/XMPScanner.hpp
@@ -2,7 +2,7 @@
#define __XMPScanner_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/HandlerRegistry.cpp b/XMPFiles/source/HandlerRegistry.cpp
index f3d1e61..b3e1569 100644
--- a/XMPFiles/source/HandlerRegistry.cpp
+++ b/XMPFiles/source/HandlerRegistry.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/HandlerRegistry.h b/XMPFiles/source/HandlerRegistry.h
index 682b2c6..4152274 100644
--- a/XMPFiles/source/HandlerRegistry.h
+++ b/XMPFiles/source/HandlerRegistry.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp b/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
index 1a4b890..d75812b 100644
--- a/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
+++ b/XMPFiles/source/NativeMetadataSupport/IMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/IMetadata.h b/XMPFiles/source/NativeMetadataSupport/IMetadata.h
index b37ff02..d2191cc 100644
--- a/XMPFiles/source/NativeMetadataSupport/IMetadata.h
+++ b/XMPFiles/source/NativeMetadataSupport/IMetadata.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/IReconcile.cpp b/XMPFiles/source/NativeMetadataSupport/IReconcile.cpp
index fe13900..eb75edc 100644
--- a/XMPFiles/source/NativeMetadataSupport/IReconcile.cpp
+++ b/XMPFiles/source/NativeMetadataSupport/IReconcile.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/IReconcile.h b/XMPFiles/source/NativeMetadataSupport/IReconcile.h
index d0cc766..bea372e 100644
--- a/XMPFiles/source/NativeMetadataSupport/IReconcile.h
+++ b/XMPFiles/source/NativeMetadataSupport/IReconcile.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/MetadataSet.cpp b/XMPFiles/source/NativeMetadataSupport/MetadataSet.cpp
index 54e580c..b75928a 100644
--- a/XMPFiles/source/NativeMetadataSupport/MetadataSet.cpp
+++ b/XMPFiles/source/NativeMetadataSupport/MetadataSet.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/MetadataSet.h b/XMPFiles/source/NativeMetadataSupport/MetadataSet.h
index 14d5097..7b8f95d 100644
--- a/XMPFiles/source/NativeMetadataSupport/MetadataSet.h
+++ b/XMPFiles/source/NativeMetadataSupport/MetadataSet.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/NativeMetadataSupport/ValueObject.h b/XMPFiles/source/NativeMetadataSupport/ValueObject.h
index 90e063e..8fa25a1 100644
--- a/XMPFiles/source/NativeMetadataSupport/ValueObject.h
+++ b/XMPFiles/source/NativeMetadataSupport/ValueObject.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/FileHandler.h b/XMPFiles/source/PluginHandler/FileHandler.h
index 9905bed..2dc6895 100644
--- a/XMPFiles/source/PluginHandler/FileHandler.h
+++ b/XMPFiles/source/PluginHandler/FileHandler.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/FileHandlerInstance.cpp b/XMPFiles/source/PluginHandler/FileHandlerInstance.cpp
index 2ae3dd7..f998ceb 100644
--- a/XMPFiles/source/PluginHandler/FileHandlerInstance.cpp
+++ b/XMPFiles/source/PluginHandler/FileHandlerInstance.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/FileHandlerInstance.h b/XMPFiles/source/PluginHandler/FileHandlerInstance.h
index 5a32974..60167dd 100644
--- a/XMPFiles/source/PluginHandler/FileHandlerInstance.h
+++ b/XMPFiles/source/PluginHandler/FileHandlerInstance.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/HostAPIImpl.cpp b/XMPFiles/source/PluginHandler/HostAPIImpl.cpp
index 20e2a71..3a60d40 100644
--- a/XMPFiles/source/PluginHandler/HostAPIImpl.cpp
+++ b/XMPFiles/source/PluginHandler/HostAPIImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/Module.cpp b/XMPFiles/source/PluginHandler/Module.cpp
index 573800a..f5ff15d 100644
--- a/XMPFiles/source/PluginHandler/Module.cpp
+++ b/XMPFiles/source/PluginHandler/Module.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/Module.h b/XMPFiles/source/PluginHandler/Module.h
index 308572e..a722565 100644
--- a/XMPFiles/source/PluginHandler/Module.h
+++ b/XMPFiles/source/PluginHandler/Module.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/ModuleUtils.h b/XMPFiles/source/PluginHandler/ModuleUtils.h
index 76670be..cadbb00 100644
--- a/XMPFiles/source/PluginHandler/ModuleUtils.h
+++ b/XMPFiles/source/PluginHandler/ModuleUtils.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/OS_Utils_Android.cpp b/XMPFiles/source/PluginHandler/OS_Utils_Android.cpp
index 1767906..0d767de 100644
--- a/XMPFiles/source/PluginHandler/OS_Utils_Android.cpp
+++ b/XMPFiles/source/PluginHandler/OS_Utils_Android.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp b/XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp
index 2f15584..84c0eb7 100644
--- a/XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp
+++ b/XMPFiles/source/PluginHandler/OS_Utils_Linux.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/OS_Utils_Mac.cpp b/XMPFiles/source/PluginHandler/OS_Utils_Mac.cpp
index 749f19c..0f70fb4 100644
--- a/XMPFiles/source/PluginHandler/OS_Utils_Mac.cpp
+++ b/XMPFiles/source/PluginHandler/OS_Utils_Mac.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/OS_Utils_WIN.cpp b/XMPFiles/source/PluginHandler/OS_Utils_WIN.cpp
index 9fee92d..0a1ee3e 100644
--- a/XMPFiles/source/PluginHandler/OS_Utils_WIN.cpp
+++ b/XMPFiles/source/PluginHandler/OS_Utils_WIN.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/PluginManager.cpp b/XMPFiles/source/PluginHandler/PluginManager.cpp
index dff4d42..8fb79d7 100644
--- a/XMPFiles/source/PluginHandler/PluginManager.cpp
+++ b/XMPFiles/source/PluginHandler/PluginManager.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/PluginManager.h b/XMPFiles/source/PluginHandler/PluginManager.h
index a3ae7e2..a6b460c 100644
--- a/XMPFiles/source/PluginHandler/PluginManager.h
+++ b/XMPFiles/source/PluginHandler/PluginManager.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/XMPAtoms.cpp b/XMPFiles/source/PluginHandler/XMPAtoms.cpp
index ac4d5c3..42f9732 100644
--- a/XMPFiles/source/PluginHandler/XMPAtoms.cpp
+++ b/XMPFiles/source/PluginHandler/XMPAtoms.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/PluginHandler/XMPAtoms.h b/XMPFiles/source/PluginHandler/XMPAtoms.h
index ad151cf..102c489 100644
--- a/XMPFiles/source/PluginHandler/XMPAtoms.h
+++ b/XMPFiles/source/PluginHandler/XMPAtoms.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/WXMPFiles.cpp b/XMPFiles/source/WXMPFiles.cpp
index 6229648..ca493d2 100644
--- a/XMPFiles/source/WXMPFiles.cpp
+++ b/XMPFiles/source/WXMPFiles.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/XMPFiles.cpp b/XMPFiles/source/XMPFiles.cpp
index f3fdd9f..465c859 100644
--- a/XMPFiles/source/XMPFiles.cpp
+++ b/XMPFiles/source/XMPFiles.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/XMPFiles.hpp b/XMPFiles/source/XMPFiles.hpp
index 84629a0..03ba873 100644
--- a/XMPFiles/source/XMPFiles.hpp
+++ b/XMPFiles/source/XMPFiles.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/XMPFiles_Impl.cpp b/XMPFiles/source/XMPFiles_Impl.cpp
index 47640b0..f1eb207 100644
--- a/XMPFiles/source/XMPFiles_Impl.cpp
+++ b/XMPFiles/source/XMPFiles_Impl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFiles/source/XMPFiles_Impl.hpp b/XMPFiles/source/XMPFiles_Impl.hpp
index 6bdb5c6..f3632ce 100644
--- a/XMPFiles/source/XMPFiles_Impl.hpp
+++ b/XMPFiles/source/XMPFiles_Impl.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/PluginTemplate/build/CMakeLists.txt b/XMPFilesPlugins/PluginTemplate/build/CMakeLists.txt
index d08a99a..f4e117c 100644
--- a/XMPFilesPlugins/PluginTemplate/build/CMakeLists.txt
+++ b/XMPFilesPlugins/PluginTemplate/build/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_mac.sh b/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_mac.sh
index ad44fc4..9109296 100755
--- a/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_mac.sh
+++ b/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_mac.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_win.bat b/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_win.bat
index 787e9ef..540e181 100755
--- a/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_win.bat
+++ b/XMPFilesPlugins/PluginTemplate/build/GeneratePluginTemplate_win.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/PluginTemplate/source/Template_Handler.cpp b/XMPFilesPlugins/PluginTemplate/source/Template_Handler.cpp
index 2b07907..fc3cdbc 100644
--- a/XMPFilesPlugins/PluginTemplate/source/Template_Handler.cpp
+++ b/XMPFilesPlugins/PluginTemplate/source/Template_Handler.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/HostAPI.h b/XMPFilesPlugins/api/source/HostAPI.h
index ad8e775..62a54c4 100644
--- a/XMPFilesPlugins/api/source/HostAPI.h
+++ b/XMPFilesPlugins/api/source/HostAPI.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/HostAPIAccess.cpp b/XMPFilesPlugins/api/source/HostAPIAccess.cpp
index 1c206a9..73add79 100644
--- a/XMPFilesPlugins/api/source/HostAPIAccess.cpp
+++ b/XMPFilesPlugins/api/source/HostAPIAccess.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/HostAPIAccess.h b/XMPFilesPlugins/api/source/HostAPIAccess.h
index d463919..c3a589a 100644
--- a/XMPFilesPlugins/api/source/HostAPIAccess.h
+++ b/XMPFilesPlugins/api/source/HostAPIAccess.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginAPIImpl.cpp b/XMPFilesPlugins/api/source/PluginAPIImpl.cpp
index 785859f..f7b22a9 100644
--- a/XMPFilesPlugins/api/source/PluginAPIImpl.cpp
+++ b/XMPFilesPlugins/api/source/PluginAPIImpl.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginBase.cpp b/XMPFilesPlugins/api/source/PluginBase.cpp
index 6c38df8..012cb75 100644
--- a/XMPFilesPlugins/api/source/PluginBase.cpp
+++ b/XMPFilesPlugins/api/source/PluginBase.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginBase.h b/XMPFilesPlugins/api/source/PluginBase.h
index b32dd03..f1cbfeb 100644
--- a/XMPFilesPlugins/api/source/PluginBase.h
+++ b/XMPFilesPlugins/api/source/PluginBase.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginConst.h b/XMPFilesPlugins/api/source/PluginConst.h
index e77fba4..a9f0098 100644
--- a/XMPFilesPlugins/api/source/PluginConst.h
+++ b/XMPFilesPlugins/api/source/PluginConst.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginHandler.h b/XMPFilesPlugins/api/source/PluginHandler.h
index bd5df57..e2c7944 100644
--- a/XMPFilesPlugins/api/source/PluginHandler.h
+++ b/XMPFilesPlugins/api/source/PluginHandler.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginRegistry.cpp b/XMPFilesPlugins/api/source/PluginRegistry.cpp
index fdfe75c..5fc9e41 100644
--- a/XMPFilesPlugins/api/source/PluginRegistry.cpp
+++ b/XMPFilesPlugins/api/source/PluginRegistry.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginRegistry.h b/XMPFilesPlugins/api/source/PluginRegistry.h
index d5549e5..467fea3 100644
--- a/XMPFilesPlugins/api/source/PluginRegistry.h
+++ b/XMPFilesPlugins/api/source/PluginRegistry.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2011 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginUtils.cpp b/XMPFilesPlugins/api/source/PluginUtils.cpp
index 5c47cd7..cbf7aca 100644
--- a/XMPFilesPlugins/api/source/PluginUtils.cpp
+++ b/XMPFilesPlugins/api/source/PluginUtils.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/XMPFilesPlugins/api/source/PluginUtils.h b/XMPFilesPlugins/api/source/PluginUtils.h
index 5e9c1b9..93015e6 100644
--- a/XMPFilesPlugins/api/source/PluginUtils.h
+++ b/XMPFilesPlugins/api/source/PluginUtils.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt
index 1ab2aa6..81cda5b 100644
--- a/build/CMakeLists.txt
+++ b/build/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/GenerateAndBuildXMPToolkitSDK_android.sh b/build/GenerateAndBuildXMPToolkitSDK_android.sh
index eab42b0..e66fc48 100755
--- a/build/GenerateAndBuildXMPToolkitSDK_android.sh
+++ b/build/GenerateAndBuildXMPToolkitSDK_android.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2019 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/GenerateXMPToolkitSDK_mac.sh b/build/GenerateXMPToolkitSDK_mac.sh
index 2083030..ee27d2f 100755
--- a/build/GenerateXMPToolkitSDK_mac.sh
+++ b/build/GenerateXMPToolkitSDK_mac.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/GenerateXMPToolkitSDK_win.bat b/build/GenerateXMPToolkitSDK_win.bat
index f15d5b1..16fed83 100755
--- a/build/GenerateXMPToolkitSDK_win.bat
+++ b/build/GenerateXMPToolkitSDK_win.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/XMP_BuildInfo.h b/build/XMP_BuildInfo.h
index 8bfbf75..e5b11a4 100644
--- a/build/XMP_BuildInfo.h
+++ b/build/XMP_BuildInfo.h
@@ -3,7 +3,7 @@
/*
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/XMP_Config.cmake b/build/XMP_Config.cmake
index e76e43e..bd91f91 100644
--- a/build/XMP_Config.cmake
+++ b/build/XMP_Config.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/XMP_ConfigCommon.cmake b/build/XMP_ConfigCommon.cmake
index c7c26bd..c101725 100644
--- a/build/XMP_ConfigCommon.cmake
+++ b/build/XMP_ConfigCommon.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/cmake.bat b/build/cmake.bat
index 8cda435..de802bd 100755
--- a/build/cmake.bat
+++ b/build/cmake.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/cmake_all.bat b/build/cmake_all.bat
index f79cf2d..a79b43c 100755
--- a/build/cmake_all.bat
+++ b/build/cmake_all.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/CMakeUtils.bat b/build/shared/CMakeUtils.bat
index 8f7ea31..d272400 100755
--- a/build/shared/CMakeUtils.bat
+++ b/build/shared/CMakeUtils.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/CMakeUtils.sh b/build/shared/CMakeUtils.sh
index c135a13..9bb8d81 100644
--- a/build/shared/CMakeUtils.sh
+++ b/build/shared/CMakeUtils.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig.cmake b/build/shared/SharedConfig.cmake
index 87d74a8..c7e5fdc 100644
--- a/build/shared/SharedConfig.cmake
+++ b/build/shared/SharedConfig.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig_Common.cmake b/build/shared/SharedConfig_Common.cmake
index 993c6b3..6a34588 100644
--- a/build/shared/SharedConfig_Common.cmake
+++ b/build/shared/SharedConfig_Common.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig_Ios.cmake b/build/shared/SharedConfig_Ios.cmake
index 3f63ea0..0cd9744 100644
--- a/build/shared/SharedConfig_Ios.cmake
+++ b/build/shared/SharedConfig_Ios.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig_Linux.cmake b/build/shared/SharedConfig_Linux.cmake
index a005776..e2bcdab 100644
--- a/build/shared/SharedConfig_Linux.cmake
+++ b/build/shared/SharedConfig_Linux.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig_Mac.cmake b/build/shared/SharedConfig_Mac.cmake
index 1dd565b..cd8eda0 100644
--- a/build/shared/SharedConfig_Mac.cmake
+++ b/build/shared/SharedConfig_Mac.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/SharedConfig_Win.cmake b/build/shared/SharedConfig_Win.cmake
index 0a626d3..8c59f93 100644
--- a/build/shared/SharedConfig_Win.cmake
+++ b/build/shared/SharedConfig_Win.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/ToolchainGCC.cmake b/build/shared/ToolchainGCC.cmake
index 4012020..4c7f671 100644
--- a/build/shared/ToolchainGCC.cmake
+++ b/build/shared/ToolchainGCC.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/ToolchainLLVM.cmake b/build/shared/ToolchainLLVM.cmake
index c4391cb..c3d5051 100644
--- a/build/shared/ToolchainLLVM.cmake
+++ b/build/shared/ToolchainLLVM.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/build/shared/Toolchain_ios.cmake b/build/shared/Toolchain_ios.cmake
index 7efd84e..550ef01 100644
--- a/build/shared/Toolchain_ios.cmake
+++ b/build/shared/Toolchain_ios.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/TXMPFiles.hpp b/public/include/TXMPFiles.hpp
index c288216..5933155 100644
--- a/public/include/TXMPFiles.hpp
+++ b/public/include/TXMPFiles.hpp
@@ -7,7 +7,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/TXMPIterator.hpp b/public/include/TXMPIterator.hpp
index 8f2cc53..6e052c3 100644
--- a/public/include/TXMPIterator.hpp
+++ b/public/include/TXMPIterator.hpp
@@ -7,7 +7,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/TXMPMeta.hpp b/public/include/TXMPMeta.hpp
index 471883b..e66b3a3 100644
--- a/public/include/TXMPMeta.hpp
+++ b/public/include/TXMPMeta.hpp
@@ -12,7 +12,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/TXMPUtils.hpp b/public/include/TXMPUtils.hpp
index 30f4f77..17c5ffb 100644
--- a/public/include/TXMPUtils.hpp
+++ b/public/include/TXMPUtils.hpp
@@ -7,7 +7,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMP.hpp b/public/include/XMP.hpp
index 24355ff..8dd5ad8 100644
--- a/public/include/XMP.hpp
+++ b/public/include/XMP.hpp
@@ -2,7 +2,7 @@
#define __XMP_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/BaseInterfaces/IConfigurable.h b/public/include/XMPCommon/Interfaces/BaseInterfaces/IConfigurable.h
index 2552b7a..eec960d 100644
--- a/public/include/XMPCommon/Interfaces/BaseInterfaces/IConfigurable.h
+++ b/public/include/XMPCommon/Interfaces/BaseInterfaces/IConfigurable.h
@@ -7,7 +7,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h b/public/include/XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h
index fd2c23b..c8caa2f 100644
--- a/public/include/XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h
+++ b/public/include/XMPCommon/Interfaces/BaseInterfaces/ISharedObject.h
@@ -2,7 +2,7 @@
#define __ISharedObject_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe.h b/public/include/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe.h
index 2ba98e0..295096f 100644
--- a/public/include/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe.h
+++ b/public/include/XMPCommon/Interfaces/BaseInterfaces/IThreadSafe.h
@@ -5,7 +5,7 @@
//
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/BaseInterfaces/IVersionable.h b/public/include/XMPCommon/Interfaces/BaseInterfaces/IVersionable.h
index 37846c9..e35dd85 100644
--- a/public/include/XMPCommon/Interfaces/BaseInterfaces/IVersionable.h
+++ b/public/include/XMPCommon/Interfaces/BaseInterfaces/IVersionable.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IConfigurationManager.h b/public/include/XMPCommon/Interfaces/IConfigurationManager.h
index cee4029..9bb126a 100644
--- a/public/include/XMPCommon/Interfaces/IConfigurationManager.h
+++ b/public/include/XMPCommon/Interfaces/IConfigurationManager.h
@@ -6,7 +6,7 @@
//
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IError.h b/public/include/XMPCommon/Interfaces/IError.h
index ebdcb15..e63583e 100644
--- a/public/include/XMPCommon/Interfaces/IError.h
+++ b/public/include/XMPCommon/Interfaces/IError.h
@@ -3,7 +3,7 @@
#define __IError_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IErrorNotifier.h b/public/include/XMPCommon/Interfaces/IErrorNotifier.h
index d1d732c..6faaa04 100644
--- a/public/include/XMPCommon/Interfaces/IErrorNotifier.h
+++ b/public/include/XMPCommon/Interfaces/IErrorNotifier.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IMemoryAllocator.h b/public/include/XMPCommon/Interfaces/IMemoryAllocator.h
index 29e2bf6..4b764d4 100644
--- a/public/include/XMPCommon/Interfaces/IMemoryAllocator.h
+++ b/public/include/XMPCommon/Interfaces/IMemoryAllocator.h
@@ -2,7 +2,7 @@
#define IMemoryAllocator_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IObjectFactory.h b/public/include/XMPCommon/Interfaces/IObjectFactory.h
index 951300e..bc8ed39 100644
--- a/public/include/XMPCommon/Interfaces/IObjectFactory.h
+++ b/public/include/XMPCommon/Interfaces/IObjectFactory.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Interfaces/IUTF8String.h b/public/include/XMPCommon/Interfaces/IUTF8String.h
index 30a7b6d..0322545 100644
--- a/public/include/XMPCommon/Interfaces/IUTF8String.h
+++ b/public/include/XMPCommon/Interfaces/IUTF8String.h
@@ -2,7 +2,7 @@
#define __IUTF8String_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Utilities/TWrapperFunctions.h b/public/include/XMPCommon/Utilities/TWrapperFunctions.h
index e3accac..8c5e4c8 100644
--- a/public/include/XMPCommon/Utilities/TWrapperFunctions.h
+++ b/public/include/XMPCommon/Utilities/TWrapperFunctions.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/Utilities/TWrapperFunctions2.h b/public/include/XMPCommon/Utilities/TWrapperFunctions2.h
index 405cafa..a6ae200 100644
--- a/public/include/XMPCommon/Utilities/TWrapperFunctions2.h
+++ b/public/include/XMPCommon/Utilities/TWrapperFunctions2.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/XMPCommonDefines.h b/public/include/XMPCommon/XMPCommonDefines.h
index 937b421..7012a67 100644
--- a/public/include/XMPCommon/XMPCommonDefines.h
+++ b/public/include/XMPCommon/XMPCommonDefines.h
@@ -1,7 +1,7 @@
#ifndef __XMPCommonDefines_h__
#define __XMPCommonDefines_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/XMPCommonErrorCodes.h b/public/include/XMPCommon/XMPCommonErrorCodes.h
index 86319dc..8a8f886 100644
--- a/public/include/XMPCommon/XMPCommonErrorCodes.h
+++ b/public/include/XMPCommon/XMPCommonErrorCodes.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/XMPCommonFwdDeclarations.h b/public/include/XMPCommon/XMPCommonFwdDeclarations.h
index b390afb..9bd8cac 100644
--- a/public/include/XMPCommon/XMPCommonFwdDeclarations.h
+++ b/public/include/XMPCommon/XMPCommonFwdDeclarations.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/XMPCommonLatestInterfaceVersions.h b/public/include/XMPCommon/XMPCommonLatestInterfaceVersions.h
index 68e673f..76e7040 100644
--- a/public/include/XMPCommon/XMPCommonLatestInterfaceVersions.h
+++ b/public/include/XMPCommon/XMPCommonLatestInterfaceVersions.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/source/IConfigurable.cpp b/public/include/XMPCommon/source/IConfigurable.cpp
index 6d9854c..47867e3 100644
--- a/public/include/XMPCommon/source/IConfigurable.cpp
+++ b/public/include/XMPCommon/source/IConfigurable.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/source/IConfigurationManager.cpp b/public/include/XMPCommon/source/IConfigurationManager.cpp
index c855872..d529d58 100644
--- a/public/include/XMPCommon/source/IConfigurationManager.cpp
+++ b/public/include/XMPCommon/source/IConfigurationManager.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/source/IError.cpp b/public/include/XMPCommon/source/IError.cpp
index d08783e..e9158ff 100644
--- a/public/include/XMPCommon/source/IError.cpp
+++ b/public/include/XMPCommon/source/IError.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/source/IErrorNotifier.cpp b/public/include/XMPCommon/source/IErrorNotifier.cpp
index 8834a29..7a3d251 100644
--- a/public/include/XMPCommon/source/IErrorNotifier.cpp
+++ b/public/include/XMPCommon/source/IErrorNotifier.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCommon/source/IUTF8String.cpp b/public/include/XMPCommon/source/IUTF8String.cpp
index 99b07ac..c5d4ee9 100644
--- a/public/include/XMPCommon/source/IUTF8String.cpp
+++ b/public/include/XMPCommon/source/IUTF8String.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IArrayNode.h b/public/include/XMPCore/Interfaces/IArrayNode.h
index cdc9f5a..987ee78 100644
--- a/public/include/XMPCore/Interfaces/IArrayNode.h
+++ b/public/include/XMPCore/Interfaces/IArrayNode.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IClientDOMParser.h b/public/include/XMPCore/Interfaces/IClientDOMParser.h
index 8122d12..13b9b13 100644
--- a/public/include/XMPCore/Interfaces/IClientDOMParser.h
+++ b/public/include/XMPCore/Interfaces/IClientDOMParser.h
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IClientDOMSerializer.h b/public/include/XMPCore/Interfaces/IClientDOMSerializer.h
index ac80c61..23fe72c 100644
--- a/public/include/XMPCore/Interfaces/IClientDOMSerializer.h
+++ b/public/include/XMPCore/Interfaces/IClientDOMSerializer.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/ICompositeNode.h b/public/include/XMPCore/Interfaces/ICompositeNode.h
index 375ff26..2423617 100644
--- a/public/include/XMPCore/Interfaces/ICompositeNode.h
+++ b/public/include/XMPCore/Interfaces/ICompositeNode.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/ICoreConfigurationManager.h b/public/include/XMPCore/Interfaces/ICoreConfigurationManager.h
index cbdc077..bd75226 100644
--- a/public/include/XMPCore/Interfaces/ICoreConfigurationManager.h
+++ b/public/include/XMPCore/Interfaces/ICoreConfigurationManager.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/ICoreObjectFactory.h b/public/include/XMPCore/Interfaces/ICoreObjectFactory.h
index 7a0ccc1..9783d84 100644
--- a/public/include/XMPCore/Interfaces/ICoreObjectFactory.h
+++ b/public/include/XMPCore/Interfaces/ICoreObjectFactory.h
@@ -2,7 +2,7 @@
#define ICoreObjectFactory_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IDOMImplementationRegistry.h b/public/include/XMPCore/Interfaces/IDOMImplementationRegistry.h
index 2e9d50f..c2df16c 100644
--- a/public/include/XMPCore/Interfaces/IDOMImplementationRegistry.h
+++ b/public/include/XMPCore/Interfaces/IDOMImplementationRegistry.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IDOMParser.h b/public/include/XMPCore/Interfaces/IDOMParser.h
index 806a93b..6094a5b 100644
--- a/public/include/XMPCore/Interfaces/IDOMParser.h
+++ b/public/include/XMPCore/Interfaces/IDOMParser.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IDOMSerializer.h b/public/include/XMPCore/Interfaces/IDOMSerializer.h
index 9ec2e8b..34b5fbd 100644
--- a/public/include/XMPCore/Interfaces/IDOMSerializer.h
+++ b/public/include/XMPCore/Interfaces/IDOMSerializer.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IMetadata.h b/public/include/XMPCore/Interfaces/IMetadata.h
index de89555..5b12bfe 100644
--- a/public/include/XMPCore/Interfaces/IMetadata.h
+++ b/public/include/XMPCore/Interfaces/IMetadata.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IMetadataConverterUtils.h b/public/include/XMPCore/Interfaces/IMetadataConverterUtils.h
index 7aec7fd..5ca132b 100644
--- a/public/include/XMPCore/Interfaces/IMetadataConverterUtils.h
+++ b/public/include/XMPCore/Interfaces/IMetadataConverterUtils.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/INameSpacePrefixMap.h b/public/include/XMPCore/Interfaces/INameSpacePrefixMap.h
index 82e7a11..24b5da1 100644
--- a/public/include/XMPCore/Interfaces/INameSpacePrefixMap.h
+++ b/public/include/XMPCore/Interfaces/INameSpacePrefixMap.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/INode.h b/public/include/XMPCore/Interfaces/INode.h
index 5421d9a..d11a7c6 100644
--- a/public/include/XMPCore/Interfaces/INode.h
+++ b/public/include/XMPCore/Interfaces/INode.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/INodeIterator.h b/public/include/XMPCore/Interfaces/INodeIterator.h
index fd4058c..01b7d72 100644
--- a/public/include/XMPCore/Interfaces/INodeIterator.h
+++ b/public/include/XMPCore/Interfaces/INodeIterator.h
@@ -4,7 +4,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IPath.h b/public/include/XMPCore/Interfaces/IPath.h
index fc9d80f..d522cde 100644
--- a/public/include/XMPCore/Interfaces/IPath.h
+++ b/public/include/XMPCore/Interfaces/IPath.h
@@ -2,7 +2,7 @@
#define __IPath_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IPathSegment.h b/public/include/XMPCore/Interfaces/IPathSegment.h
index afdae03..14f8f03 100644
--- a/public/include/XMPCore/Interfaces/IPathSegment.h
+++ b/public/include/XMPCore/Interfaces/IPathSegment.h
@@ -2,7 +2,7 @@
#define __IPathSegment_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/ISimpleNode.h b/public/include/XMPCore/Interfaces/ISimpleNode.h
index f1ec405..25fad4a 100644
--- a/public/include/XMPCore/Interfaces/ISimpleNode.h
+++ b/public/include/XMPCore/Interfaces/ISimpleNode.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/Interfaces/IStructureNode.h b/public/include/XMPCore/Interfaces/IStructureNode.h
index a5755bb..72f4a9e 100644
--- a/public/include/XMPCore/Interfaces/IStructureNode.h
+++ b/public/include/XMPCore/Interfaces/IStructureNode.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/XMPCoreDefines.h b/public/include/XMPCore/XMPCoreDefines.h
index df3cf7e..5af5be9 100644
--- a/public/include/XMPCore/XMPCoreDefines.h
+++ b/public/include/XMPCore/XMPCoreDefines.h
@@ -2,7 +2,7 @@
#define XMPCoreDefines_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/XMPCoreErrorCodes.h b/public/include/XMPCore/XMPCoreErrorCodes.h
index 6e8322d..80d4632 100644
--- a/public/include/XMPCore/XMPCoreErrorCodes.h
+++ b/public/include/XMPCore/XMPCoreErrorCodes.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/XMPCoreFwdDeclarations.h b/public/include/XMPCore/XMPCoreFwdDeclarations.h
index 1b67ef2..78284ff 100644
--- a/public/include/XMPCore/XMPCoreFwdDeclarations.h
+++ b/public/include/XMPCore/XMPCoreFwdDeclarations.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2014 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/XMPCoreLatestInterfaceVersions.h b/public/include/XMPCore/XMPCoreLatestInterfaceVersions.h
index 0a42d53..ece560e 100644
--- a/public/include/XMPCore/XMPCoreLatestInterfaceVersions.h
+++ b/public/include/XMPCore/XMPCoreLatestInterfaceVersions.h
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IArrayNode.cpp b/public/include/XMPCore/source/IArrayNode.cpp
index 23c07dc..dda3cc3 100644
--- a/public/include/XMPCore/source/IArrayNode.cpp
+++ b/public/include/XMPCore/source/IArrayNode.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IClientDOMParser.cpp b/public/include/XMPCore/source/IClientDOMParser.cpp
index e5766e7..c8afab7 100644
--- a/public/include/XMPCore/source/IClientDOMParser.cpp
+++ b/public/include/XMPCore/source/IClientDOMParser.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IClientDOMSerializer.cpp b/public/include/XMPCore/source/IClientDOMSerializer.cpp
index dd55e32..0069ad1 100644
--- a/public/include/XMPCore/source/IClientDOMSerializer.cpp
+++ b/public/include/XMPCore/source/IClientDOMSerializer.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/ICompositeNode.cpp b/public/include/XMPCore/source/ICompositeNode.cpp
index dbe7084..7f95491 100644
--- a/public/include/XMPCore/source/ICompositeNode.cpp
+++ b/public/include/XMPCore/source/ICompositeNode.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/ICoreConfigurationManager.cpp b/public/include/XMPCore/source/ICoreConfigurationManager.cpp
index e18dbec..b6254ac 100644
--- a/public/include/XMPCore/source/ICoreConfigurationManager.cpp
+++ b/public/include/XMPCore/source/ICoreConfigurationManager.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/ICoreObjectFactory.cpp b/public/include/XMPCore/source/ICoreObjectFactory.cpp
index bb2e176..2b98ff5 100644
--- a/public/include/XMPCore/source/ICoreObjectFactory.cpp
+++ b/public/include/XMPCore/source/ICoreObjectFactory.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IDOMImplementationRegistry.cpp b/public/include/XMPCore/source/IDOMImplementationRegistry.cpp
index bfa3e4f..e52ae0f 100644
--- a/public/include/XMPCore/source/IDOMImplementationRegistry.cpp
+++ b/public/include/XMPCore/source/IDOMImplementationRegistry.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IDOMParser.cpp b/public/include/XMPCore/source/IDOMParser.cpp
index 75d2ea4..8351250 100644
--- a/public/include/XMPCore/source/IDOMParser.cpp
+++ b/public/include/XMPCore/source/IDOMParser.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IDOMSerializer.cpp b/public/include/XMPCore/source/IDOMSerializer.cpp
index 04239fa..b960f06 100644
--- a/public/include/XMPCore/source/IDOMSerializer.cpp
+++ b/public/include/XMPCore/source/IDOMSerializer.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IMetadata.cpp b/public/include/XMPCore/source/IMetadata.cpp
index da9e055..8f9f8b3 100644
--- a/public/include/XMPCore/source/IMetadata.cpp
+++ b/public/include/XMPCore/source/IMetadata.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IMetadataConverterUtils.cpp b/public/include/XMPCore/source/IMetadataConverterUtils.cpp
index a784341..433cc43 100644
--- a/public/include/XMPCore/source/IMetadataConverterUtils.cpp
+++ b/public/include/XMPCore/source/IMetadataConverterUtils.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/INameSpacePrefixMap.cpp b/public/include/XMPCore/source/INameSpacePrefixMap.cpp
index d9ce1bc..6489073 100644
--- a/public/include/XMPCore/source/INameSpacePrefixMap.cpp
+++ b/public/include/XMPCore/source/INameSpacePrefixMap.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/INode.cpp b/public/include/XMPCore/source/INode.cpp
index a1e1b42..cc71ad6 100644
--- a/public/include/XMPCore/source/INode.cpp
+++ b/public/include/XMPCore/source/INode.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/INodeIterator.cpp b/public/include/XMPCore/source/INodeIterator.cpp
index f9d3fb2..0bb6b97 100644
--- a/public/include/XMPCore/source/INodeIterator.cpp
+++ b/public/include/XMPCore/source/INodeIterator.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IPath.cpp b/public/include/XMPCore/source/IPath.cpp
index bd190b1..b11d7f0 100644
--- a/public/include/XMPCore/source/IPath.cpp
+++ b/public/include/XMPCore/source/IPath.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IPathSegment.cpp b/public/include/XMPCore/source/IPathSegment.cpp
index 4fd7008..abff209 100644
--- a/public/include/XMPCore/source/IPathSegment.cpp
+++ b/public/include/XMPCore/source/IPathSegment.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/ISimpleNode.cpp b/public/include/XMPCore/source/ISimpleNode.cpp
index 0c96a90..de013d2 100644
--- a/public/include/XMPCore/source/ISimpleNode.cpp
+++ b/public/include/XMPCore/source/ISimpleNode.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMPCore/source/IStructureNode.cpp b/public/include/XMPCore/source/IStructureNode.cpp
index 6bf866c..50b4fdc 100644
--- a/public/include/XMPCore/source/IStructureNode.cpp
+++ b/public/include/XMPCore/source/IStructureNode.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2015 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMP_Const.h b/public/include/XMP_Const.h
index 5a3f430..21230a0 100644
--- a/public/include/XMP_Const.h
+++ b/public/include/XMP_Const.h
@@ -2,7 +2,7 @@
#define __XMP_Const_h__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMP_Environment.h b/public/include/XMP_Environment.h
index 69fb136..3be35bc 100644
--- a/public/include/XMP_Environment.h
+++ b/public/include/XMP_Environment.h
@@ -11,7 +11,7 @@
// =================================================================================================
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMP_IO.hpp b/public/include/XMP_IO.hpp
index 554544b..d0a7c17 100644
--- a/public/include/XMP_IO.hpp
+++ b/public/include/XMP_IO.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/XMP_Version.h b/public/include/XMP_Version.h
index 2068a2d..501ed20 100644
--- a/public/include/XMP_Version.h
+++ b/public/include/XMP_Version.h
@@ -7,7 +7,7 @@
/*
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/client-glue/WXMPFiles.hpp b/public/include/client-glue/WXMPFiles.hpp
index 7da8da6..c23ca62 100644
--- a/public/include/client-glue/WXMPFiles.hpp
+++ b/public/include/client-glue/WXMPFiles.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/client-glue/WXMPIterator.hpp b/public/include/client-glue/WXMPIterator.hpp
index 2d77402..ea8e619 100644
--- a/public/include/client-glue/WXMPIterator.hpp
+++ b/public/include/client-glue/WXMPIterator.hpp
@@ -2,7 +2,7 @@
#define __WXMPIterator_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/client-glue/WXMPMeta.hpp b/public/include/client-glue/WXMPMeta.hpp
index 0a3c51b..fa474aa 100644
--- a/public/include/client-glue/WXMPMeta.hpp
+++ b/public/include/client-glue/WXMPMeta.hpp
@@ -2,7 +2,7 @@
#define __WXMPMeta_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/client-glue/WXMPUtils.hpp b/public/include/client-glue/WXMPUtils.hpp
index a456e47..a3c3463 100644
--- a/public/include/client-glue/WXMPUtils.hpp
+++ b/public/include/client-glue/WXMPUtils.hpp
@@ -2,7 +2,7 @@
#define __WXMPUtils_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/public/include/client-glue/WXMP_Common.hpp b/public/include/client-glue/WXMP_Common.hpp
index 7c138b3..79bf322 100644
--- a/public/include/client-glue/WXMP_Common.hpp
+++ b/public/include/client-glue/WXMP_Common.hpp
@@ -2,7 +2,7 @@
#define __WXMP_Common_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/GenerateSamples_mac.sh b/samples/build/GenerateSamples_mac.sh
index 01217db..43d6640 100755
--- a/samples/build/GenerateSamples_mac.sh
+++ b/samples/build/GenerateSamples_mac.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/GenerateSamples_win.bat b/samples/build/GenerateSamples_win.bat
index 304d6de..84fd0ab 100755
--- a/samples/build/GenerateSamples_win.bat
+++ b/samples/build/GenerateSamples_win.bat
@@ -1,5 +1,5 @@
:: =================================================================================================
-:: Copyright 2020 Adobe Systems Incorporated
+:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/CMakeLists.txt b/samples/build/cmake/CMakeLists.txt
index 93f44dc..3361e55 100644
--- a/samples/build/cmake/CMakeLists.txt
+++ b/samples/build/cmake/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/CMakeListsCommonSDK.txt b/samples/build/cmake/CMakeListsCommonSDK.txt
index f3b6d14..73f1578 100644
--- a/samples/build/cmake/CMakeListsCommonSDK.txt
+++ b/samples/build/cmake/CMakeListsCommonSDK.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/CustomSchema/CMakeLists.txt b/samples/build/cmake/CustomSchema/CMakeLists.txt
index a020c52..faaf454 100644
--- a/samples/build/cmake/CustomSchema/CMakeLists.txt
+++ b/samples/build/cmake/CustomSchema/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/CustomSchemaNewDOM/CMakeLists.txt b/samples/build/cmake/CustomSchemaNewDOM/CMakeLists.txt
index b13fd20..508bab7 100644
--- a/samples/build/cmake/CustomSchemaNewDOM/CMakeLists.txt
+++ b/samples/build/cmake/CustomSchemaNewDOM/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/DumpFile/CMakeLists.txt b/samples/build/cmake/DumpFile/CMakeLists.txt
index 15cf32e..f412eec 100644
--- a/samples/build/cmake/DumpFile/CMakeLists.txt
+++ b/samples/build/cmake/DumpFile/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/DumpFile/CMakeListsCommon.txt b/samples/build/cmake/DumpFile/CMakeListsCommon.txt
index f05c9db..a06d804 100644
--- a/samples/build/cmake/DumpFile/CMakeListsCommon.txt
+++ b/samples/build/cmake/DumpFile/CMakeListsCommon.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/DumpMainXMP/CMakeLists.txt b/samples/build/cmake/DumpMainXMP/CMakeLists.txt
index b35d6dd..9984172 100644
--- a/samples/build/cmake/DumpMainXMP/CMakeLists.txt
+++ b/samples/build/cmake/DumpMainXMP/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/DumpScannedXMP/CMakeLists.txt b/samples/build/cmake/DumpScannedXMP/CMakeLists.txt
index 7788590..6970c9a 100644
--- a/samples/build/cmake/DumpScannedXMP/CMakeLists.txt
+++ b/samples/build/cmake/DumpScannedXMP/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/ModifyingXMP/CMakeLists.txt b/samples/build/cmake/ModifyingXMP/CMakeLists.txt
index 2a2a3fc..bd163bb 100644
--- a/samples/build/cmake/ModifyingXMP/CMakeLists.txt
+++ b/samples/build/cmake/ModifyingXMP/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/ModifyingXMPNewDOM/CMakeLists.txt b/samples/build/cmake/ModifyingXMPNewDOM/CMakeLists.txt
index 6b326c1..cb50a41 100644
--- a/samples/build/cmake/ModifyingXMPNewDOM/CMakeLists.txt
+++ b/samples/build/cmake/ModifyingXMPNewDOM/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/ReadingXMP/CMakeLists.txt b/samples/build/cmake/ReadingXMP/CMakeLists.txt
index 4b56cde..e042d81 100644
--- a/samples/build/cmake/ReadingXMP/CMakeLists.txt
+++ b/samples/build/cmake/ReadingXMP/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/ReadingXMPNewDOM/CMakeLists.txt b/samples/build/cmake/ReadingXMPNewDOM/CMakeLists.txt
index d9660f3..2599385 100644
--- a/samples/build/cmake/ReadingXMPNewDOM/CMakeLists.txt
+++ b/samples/build/cmake/ReadingXMPNewDOM/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/SharedConfigSDK.cmake b/samples/build/cmake/SharedConfigSDK.cmake
index eb0a21a..bf968b7 100644
--- a/samples/build/cmake/SharedConfigSDK.cmake
+++ b/samples/build/cmake/SharedConfigSDK.cmake
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/XMPCommand/CMakeLists.txt b/samples/build/cmake/XMPCommand/CMakeLists.txt
index edb9652..b869d6d 100644
--- a/samples/build/cmake/XMPCommand/CMakeLists.txt
+++ b/samples/build/cmake/XMPCommand/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/XMPCommand/CMakeListsCommon.txt b/samples/build/cmake/XMPCommand/CMakeListsCommon.txt
index 73ae91d..22cc1f1 100644
--- a/samples/build/cmake/XMPCommand/CMakeListsCommon.txt
+++ b/samples/build/cmake/XMPCommand/CMakeListsCommon.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/XMPCoreCoverage/CMakeLists.txt b/samples/build/cmake/XMPCoreCoverage/CMakeLists.txt
index 08c4686..7e51548 100644
--- a/samples/build/cmake/XMPCoreCoverage/CMakeLists.txt
+++ b/samples/build/cmake/XMPCoreCoverage/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/XMPFilesCoverage/CMakeLists.txt b/samples/build/cmake/XMPFilesCoverage/CMakeLists.txt
index 1bd8a5a..58c015a 100644
--- a/samples/build/cmake/XMPFilesCoverage/CMakeLists.txt
+++ b/samples/build/cmake/XMPFilesCoverage/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/build/cmake/XMPIterations/CMakeLists.txt b/samples/build/cmake/XMPIterations/CMakeLists.txt
index 0fc0db5..39d865c 100644
--- a/samples/build/cmake/XMPIterations/CMakeLists.txt
+++ b/samples/build/cmake/XMPIterations/CMakeLists.txt
@@ -1,6 +1,6 @@
# =================================================================================================
# ADOBE SYSTEMS INCORPORATED
-# Copyright 2020 Adobe Systems Incorporated
+# Copyright 2013 Adobe Systems Incorporated
# All Rights Reserved
#
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/CustomSchema.cpp b/samples/source/CustomSchema.cpp
index 68782fa..4d285f2 100644
--- a/samples/source/CustomSchema.cpp
+++ b/samples/source/CustomSchema.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/CustomSchemaNewDOM.cpp b/samples/source/CustomSchemaNewDOM.cpp
index 8c53bf9..0f1a22c 100644
--- a/samples/source/CustomSchemaNewDOM.cpp
+++ b/samples/source/CustomSchemaNewDOM.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/DumpMainXMP.cpp b/samples/source/DumpMainXMP.cpp
index 698efac..c97d7ac 100644
--- a/samples/source/DumpMainXMP.cpp
+++ b/samples/source/DumpMainXMP.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/DumpScannedXMP.cpp b/samples/source/DumpScannedXMP.cpp
index c09d47f..f14f0dc 100644
--- a/samples/source/DumpScannedXMP.cpp
+++ b/samples/source/DumpScannedXMP.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/ModifyingXMP.cpp b/samples/source/ModifyingXMP.cpp
index 691d30e..0794d7c 100644
--- a/samples/source/ModifyingXMP.cpp
+++ b/samples/source/ModifyingXMP.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/ModifyingXMPNewDOM.cpp b/samples/source/ModifyingXMPNewDOM.cpp
index f75a20a..9ff2ebf 100644
--- a/samples/source/ModifyingXMPNewDOM.cpp
+++ b/samples/source/ModifyingXMPNewDOM.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/ReadingXMP.cpp b/samples/source/ReadingXMP.cpp
index a0e0430..c73df06 100644
--- a/samples/source/ReadingXMP.cpp
+++ b/samples/source/ReadingXMP.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/ReadingXMPNewDOM.cpp b/samples/source/ReadingXMPNewDOM.cpp
index 072d9fd..5f7c16a 100644
--- a/samples/source/ReadingXMPNewDOM.cpp
+++ b/samples/source/ReadingXMPNewDOM.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/XMPCoreCoverage.cpp b/samples/source/XMPCoreCoverage.cpp
index 7381dd4..7bb9f89 100644
--- a/samples/source/XMPCoreCoverage.cpp
+++ b/samples/source/XMPCoreCoverage.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/XMPFilesCoverage.cpp b/samples/source/XMPFilesCoverage.cpp
index f8c8178..360a3a7 100644
--- a/samples/source/XMPFilesCoverage.cpp
+++ b/samples/source/XMPFilesCoverage.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2002 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/XMPIterations.cpp b/samples/source/XMPIterations.cpp
index bada8a1..8b37946 100644
--- a/samples/source/XMPIterations.cpp
+++ b/samples/source/XMPIterations.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2008 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/DumpFile.cpp b/samples/source/common/DumpFile.cpp
index 6c1639b..dba55dd 100644
--- a/samples/source/common/DumpFile.cpp
+++ b/samples/source/common/DumpFile.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/LargeFileAccess.cpp b/samples/source/common/LargeFileAccess.cpp
index 17fbb17..4940721 100644
--- a/samples/source/common/LargeFileAccess.cpp
+++ b/samples/source/common/LargeFileAccess.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/LargeFileAccess.hpp b/samples/source/common/LargeFileAccess.hpp
index e87661d..157d263 100644
--- a/samples/source/common/LargeFileAccess.hpp
+++ b/samples/source/common/LargeFileAccess.hpp
@@ -2,7 +2,7 @@
#define __LargeFileAccess_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/Log.cpp b/samples/source/common/Log.cpp
index 81dafbd..b39ecd1 100644
--- a/samples/source/common/Log.cpp
+++ b/samples/source/common/Log.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/Log.h b/samples/source/common/Log.h
index b482b28..e6e0a49 100644
--- a/samples/source/common/Log.h
+++ b/samples/source/common/Log.h
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/TagTree.cpp b/samples/source/common/TagTree.cpp
index 452ca8e..5b6cc75 100644
--- a/samples/source/common/TagTree.cpp
+++ b/samples/source/common/TagTree.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/TagTree.h b/samples/source/common/TagTree.h
index e2fb3af..9bd46d3 100644
--- a/samples/source/common/TagTree.h
+++ b/samples/source/common/TagTree.h
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2008 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/XMPScanner.cpp b/samples/source/common/XMPScanner.cpp
index 4637d2a..5678571 100644
--- a/samples/source/common/XMPScanner.cpp
+++ b/samples/source/common/XMPScanner.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2004 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/XMPScanner.hpp b/samples/source/common/XMPScanner.hpp
index 1affe22..1479d2d 100644
--- a/samples/source/common/XMPScanner.hpp
+++ b/samples/source/common/XMPScanner.hpp
@@ -2,7 +2,7 @@
#define __XMPScanner_hpp__
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2004 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/common/globals.h b/samples/source/common/globals.h
index 977e97a..0de8124 100644
--- a/samples/source/common/globals.h
+++ b/samples/source/common/globals.h
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe Systems Incorporated
+// Copyright 2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/dumpfile/main.cpp b/samples/source/dumpfile/main.cpp
index 313ee51..9f670ed 100644
--- a/samples/source/dumpfile/main.cpp
+++ b/samples/source/dumpfile/main.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2003 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
@@ -58,7 +58,7 @@ void printUsageShort() {
Log::info("");
Log::info("%s [ -help | -version | [-keys|-tree|-list] [-nocomments] <path> ]",EXENAME);
Log::info("");
- Log::info("Copyright 2020 Adobe Systems Incorporated. All Rights Reserved.");
+ Log::info("Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.");
Log::info("");
}
@@ -71,7 +71,7 @@ void printUsageLong() {
Log::info("");
Log::info("%s [ -help | -version | [-keys|-tree|-list] [-nocomments] <path> ]",EXENAME);
Log::info("");
- Log::info("Copyright 2020 Adobe Systems Incorporated. All Rights Reserved.");
+ Log::info("Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.");
Log::info("NOTICE: Adobe permits you to use, modify, and distribute this file in");
Log::info(" accordance with the terms of the Adobe license agreement");
Log::info(" accompanying it.");
diff --git a/samples/source/xmpcommand/Actions.cpp b/samples/source/xmpcommand/Actions.cpp
index 48e44be..a99a597 100644
--- a/samples/source/xmpcommand/Actions.cpp
+++ b/samples/source/xmpcommand/Actions.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/xmpcommand/Actions.h b/samples/source/xmpcommand/Actions.h
index c6dc0f6..b0ab055 100644
--- a/samples/source/xmpcommand/Actions.h
+++ b/samples/source/xmpcommand/Actions.h
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/xmpcommand/PrintUsage.cpp b/samples/source/xmpcommand/PrintUsage.cpp
index 7d1392f..10a96a3 100644
--- a/samples/source/xmpcommand/PrintUsage.cpp
+++ b/samples/source/xmpcommand/PrintUsage.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
@@ -24,7 +24,7 @@ namespace XMPQE {
Log::info("%s [switch [switch]...] action mediafile",exename);
Log::info("");
Log::info("This command uses the XMPFiles component of the Adobe XMP toolkit. ");
- Log::info("Copyright 2020 Adobe Systems Incorporated. All Rights Reserved.");
+ Log::info("Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.");
Log::info("");
}
@@ -35,7 +35,7 @@ namespace XMPQE {
Log::info(" Print descriptions of all available switches, including examples");
Log::info("%s [switch [switch]...] action mediafile",exename);
Log::info("This command uses the XMPFiles component of the Adobe XMP toolkit. ");
- Log::info("Copyright 2020 Adobe Systems Incorporated. All Rights Reserved.");
+ Log::info("Copyright 2008 Adobe Systems Incorporated. All Rights Reserved.");
Log::info("NOTICE: Adobe permits you to use, modify, and distribute this file in");
Log::info(" accordance with the terms of the Adobe license agreement");
Log::info(" accompanying it.");
diff --git a/samples/source/xmpcommand/PrintUsage.h b/samples/source/xmpcommand/PrintUsage.h
index cdc16da..97f742b 100644
--- a/samples/source/xmpcommand/PrintUsage.h
+++ b/samples/source/xmpcommand/PrintUsage.h
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/samples/source/xmpcommand/XMPCommand.cpp b/samples/source/xmpcommand/XMPCommand.cpp
index 9c60b8b..aecadd6 100644
--- a/samples/source/xmpcommand/XMPCommand.cpp
+++ b/samples/source/xmpcommand/XMPCommand.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/Endian.h b/source/Endian.h
index a78501d..123ceb9 100644
--- a/source/Endian.h
+++ b/source/Endian.h
@@ -1,7 +1,7 @@
/**************************************************************************
*
* Copyright Adobe
-* Copyright 2020 Adobe
+* Copyright 2010 Adobe
* All Rights Reserved
*
* NOTICE: Adobe permits you to use, modify, and distribute this file in
diff --git a/source/EndianUtils.hpp b/source/EndianUtils.hpp
index d3b24aa..48d9281 100644
--- a/source/EndianUtils.hpp
+++ b/source/EndianUtils.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/ExpatAdapter.hpp b/source/ExpatAdapter.hpp
index 08ecf2d..07f8e07 100644
--- a/source/ExpatAdapter.hpp
+++ b/source/ExpatAdapter.hpp
@@ -2,7 +2,7 @@
#define __ExpatAdapter_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/Host_IO-POSIX.cpp b/source/Host_IO-POSIX.cpp
index 52f8fe0..88bdd19 100644
--- a/source/Host_IO-POSIX.cpp
+++ b/source/Host_IO-POSIX.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/Host_IO-Win.cpp b/source/Host_IO-Win.cpp
index cc8e331..9000835 100644
--- a/source/Host_IO-Win.cpp
+++ b/source/Host_IO-Win.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/Host_IO.hpp b/source/Host_IO.hpp
index ef5f836..1cdb3c2 100644
--- a/source/Host_IO.hpp
+++ b/source/Host_IO.hpp
@@ -2,7 +2,7 @@
#define __Host_IO_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/IOUtils.cpp b/source/IOUtils.cpp
index 99b4fb4..eb4e916 100644
--- a/source/IOUtils.cpp
+++ b/source/IOUtils.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2013 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/IOUtils.hpp b/source/IOUtils.hpp
index 9ed8651..b61d209 100644
--- a/source/IOUtils.hpp
+++ b/source/IOUtils.hpp
@@ -2,7 +2,7 @@
#define __IOUtils_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2013 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/PerfUtils.cpp b/source/PerfUtils.cpp
index 4e3d9c8..f4636b2 100644
--- a/source/PerfUtils.cpp
+++ b/source/PerfUtils.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/PerfUtils.hpp b/source/PerfUtils.hpp
index c99d39f..5df1bc8 100644
--- a/source/PerfUtils.hpp
+++ b/source/PerfUtils.hpp
@@ -2,7 +2,7 @@
#define __PerfUtils_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2006 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/UnicodeConversions.cpp b/source/UnicodeConversions.cpp
index 42fb7f7..3c34153 100644
--- a/source/UnicodeConversions.cpp
+++ b/source/UnicodeConversions.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/UnicodeConversions.hpp b/source/UnicodeConversions.hpp
index 7953d46..c6a179b 100644
--- a/source/UnicodeConversions.hpp
+++ b/source/UnicodeConversions.hpp
@@ -2,7 +2,7 @@
#define __UnicodeConversions_h__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2004 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XIO.cpp b/source/XIO.cpp
index ead1099..a60955b 100644
--- a/source/XIO.cpp
+++ b/source/XIO.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XIO.hpp b/source/XIO.hpp
index 5d107e9..ce8aab0 100644
--- a/source/XIO.hpp
+++ b/source/XIO.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMLParserAdapter.hpp b/source/XMLParserAdapter.hpp
index fbb9782..df50cf2 100644
--- a/source/XMLParserAdapter.hpp
+++ b/source/XMLParserAdapter.hpp
@@ -2,7 +2,7 @@
#define __XMLParserAdapter_hpp__
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2005 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XML_Node.cpp b/source/XML_Node.cpp
index 51e29ec..9d3114e 100644
--- a/source/XML_Node.cpp
+++ b/source/XML_Node.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2007 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMPFiles_IO.cpp b/source/XMPFiles_IO.cpp
index d3ff16c..5d31eb3 100644
--- a/source/XMPFiles_IO.cpp
+++ b/source/XMPFiles_IO.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMPFiles_IO.hpp b/source/XMPFiles_IO.hpp
index ef72048..1f62176 100644
--- a/source/XMPFiles_IO.hpp
+++ b/source/XMPFiles_IO.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2010 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMP_LibUtils.cpp b/source/XMP_LibUtils.cpp
index 18a8f8c..bca3cb7 100644
--- a/source/XMP_LibUtils.cpp
+++ b/source/XMP_LibUtils.cpp
@@ -1,5 +1,5 @@
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMP_LibUtils.hpp b/source/XMP_LibUtils.hpp
index 7e61b4e..c9fd002 100644
--- a/source/XMP_LibUtils.hpp
+++ b/source/XMP_LibUtils.hpp
@@ -2,7 +2,7 @@
#define __XMP_LibUtils_hpp__ 1
// =================================================================================================
-// Copyright 2020 Adobe
+// Copyright 2009 Adobe
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMP_ProgressTracker.cpp b/source/XMP_ProgressTracker.cpp
index 702e15b..54464df 100644
--- a/source/XMP_ProgressTracker.cpp
+++ b/source/XMP_ProgressTracker.cpp
@@ -1,6 +1,6 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2012 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
diff --git a/source/XMP_ProgressTracker.hpp b/source/XMP_ProgressTracker.hpp
index 6b19116..cccad8a 100644
--- a/source/XMP_ProgressTracker.hpp
+++ b/source/XMP_ProgressTracker.hpp
@@ -3,7 +3,7 @@
// =================================================================================================
// Copyright Adobe
-// Copyright 2020 Adobe
+// Copyright 2012 Adobe
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms