diff options
author | arpitapanda05 <79362772+arpitapanda05@users.noreply.github.com> | 2021-08-30 13:14:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-30 13:14:19 +0530 |
commit | a0476060ed1acc70f532c43a6f0193de97210c5e (patch) | |
tree | 9dc2232e3bbcadde91d1d990be179d34ba0361f0 /public/include/XMPCore/source | |
parent | 62baeb24aaf4a091790f0e57e7cbaf2755acb85b (diff) |
Integration For August Release (#43)
* [CTECHXMP-4170513] Fix for PSIRT-17958
* [CTECHXMP-4170540] Fix for PSIRT-18145
* [CTECHXMP-4170557] Fix for PSIRT-18538
* [CTECHXMP-4170585] Fix for PSIRT-18750
* Fix add semicolons
* Changing the CopyRight note in all the files
Diffstat (limited to 'public/include/XMPCore/source')
18 files changed, 36 insertions, 72 deletions
diff --git a/public/include/XMPCore/source/IArrayNode.cpp b/public/include/XMPCore/source/IArrayNode.cpp index 46a719a..23c07dc 100644 --- a/public/include/XMPCore/source/IArrayNode.cpp +++ b/public/include/XMPCore/source/IArrayNode.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IClientDOMParser.cpp b/public/include/XMPCore/source/IClientDOMParser.cpp index deac0d1..e5766e7 100644 --- a/public/include/XMPCore/source/IClientDOMParser.cpp +++ b/public/include/XMPCore/source/IClientDOMParser.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= #include "XMPCore/Interfaces/IClientDOMParser.h" diff --git a/public/include/XMPCore/source/IClientDOMSerializer.cpp b/public/include/XMPCore/source/IClientDOMSerializer.cpp index 769e90a..dd55e32 100644 --- a/public/include/XMPCore/source/IClientDOMSerializer.cpp +++ b/public/include/XMPCore/source/IClientDOMSerializer.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= #include "XMPCore/Interfaces/IClientDOMSerializer.h" diff --git a/public/include/XMPCore/source/ICompositeNode.cpp b/public/include/XMPCore/source/ICompositeNode.cpp index d11c2a8..dbe7084 100644 --- a/public/include/XMPCore/source/ICompositeNode.cpp +++ b/public/include/XMPCore/source/ICompositeNode.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/ICoreConfigurationManager.cpp b/public/include/XMPCore/source/ICoreConfigurationManager.cpp index a61d8de..e18dbec 100644 --- a/public/include/XMPCore/source/ICoreConfigurationManager.cpp +++ b/public/include/XMPCore/source/ICoreConfigurationManager.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/ICoreObjectFactory.cpp b/public/include/XMPCore/source/ICoreObjectFactory.cpp index 95b372f..bb2e176 100644 --- a/public/include/XMPCore/source/ICoreObjectFactory.cpp +++ b/public/include/XMPCore/source/ICoreObjectFactory.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= #include "XMPCore/Interfaces/ICoreObjectFactory.h" diff --git a/public/include/XMPCore/source/IDOMImplementationRegistry.cpp b/public/include/XMPCore/source/IDOMImplementationRegistry.cpp index 9fc436c..bfa3e4f 100644 --- a/public/include/XMPCore/source/IDOMImplementationRegistry.cpp +++ b/public/include/XMPCore/source/IDOMImplementationRegistry.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IDOMParser.cpp b/public/include/XMPCore/source/IDOMParser.cpp index 78f4c36..75d2ea4 100644 --- a/public/include/XMPCore/source/IDOMParser.cpp +++ b/public/include/XMPCore/source/IDOMParser.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IDOMSerializer.cpp b/public/include/XMPCore/source/IDOMSerializer.cpp index f76161a..04239fa 100644 --- a/public/include/XMPCore/source/IDOMSerializer.cpp +++ b/public/include/XMPCore/source/IDOMSerializer.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IMetadata.cpp b/public/include/XMPCore/source/IMetadata.cpp index 83e9cd7..da9e055 100644 --- a/public/include/XMPCore/source/IMetadata.cpp +++ b/public/include/XMPCore/source/IMetadata.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IMetadataConverterUtils.cpp b/public/include/XMPCore/source/IMetadataConverterUtils.cpp index 5c98715..a784341 100644 --- a/public/include/XMPCore/source/IMetadataConverterUtils.cpp +++ b/public/include/XMPCore/source/IMetadataConverterUtils.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/INameSpacePrefixMap.cpp b/public/include/XMPCore/source/INameSpacePrefixMap.cpp index 59db914..d9ce1bc 100644 --- a/public/include/XMPCore/source/INameSpacePrefixMap.cpp +++ b/public/include/XMPCore/source/INameSpacePrefixMap.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/INode.cpp b/public/include/XMPCore/source/INode.cpp index 114d2ee..a1e1b42 100644 --- a/public/include/XMPCore/source/INode.cpp +++ b/public/include/XMPCore/source/INode.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/INodeIterator.cpp b/public/include/XMPCore/source/INodeIterator.cpp index 6cae09e..f9d3fb2 100644 --- a/public/include/XMPCore/source/INodeIterator.cpp +++ b/public/include/XMPCore/source/INodeIterator.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IPath.cpp b/public/include/XMPCore/source/IPath.cpp index ed42b82..bd190b1 100644 --- a/public/include/XMPCore/source/IPath.cpp +++ b/public/include/XMPCore/source/IPath.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IPathSegment.cpp b/public/include/XMPCore/source/IPathSegment.cpp index c6b89f9..4fd7008 100644 --- a/public/include/XMPCore/source/IPathSegment.cpp +++ b/public/include/XMPCore/source/IPathSegment.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/ISimpleNode.cpp b/public/include/XMPCore/source/ISimpleNode.cpp index 81bf3b7..0c96a90 100644 --- a/public/include/XMPCore/source/ISimpleNode.cpp +++ b/public/include/XMPCore/source/ISimpleNode.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { diff --git a/public/include/XMPCore/source/IStructureNode.cpp b/public/include/XMPCore/source/IStructureNode.cpp index 0869001..6bf866c 100644 --- a/public/include/XMPCore/source/IStructureNode.cpp +++ b/public/include/XMPCore/source/IStructureNode.cpp @@ -1,12 +1,10 @@ // ================================================================================================= // Copyright Adobe -// Copyright 2015 Adobe +// Copyright 2020 Adobe // All Rights Reserved // // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms -// of the Adobe license agreement accompanying it. If you have received this file from a source other -// than Adobe, then your use, modification, or distribution of it requires the prior written permission -// of Adobe. +// of the Adobe license agreement accompanying it. // ================================================================================================= namespace AdobeXMPCore { |