diff --git a/build/ProductConfig.cmake b/build/ProductConfig.cmake index 1a71748c..f394e961 100644 --- a/build/ProductConfig.cmake +++ b/build/ProductConfig.cmake @@ -1,20 +1,12 @@ -#/************************************************************************* -#* -#* ADOBE CONFIDENTIAL -#* ___________________ -#* -#* Copyright [2012] Adobe Systems Incorporated -#* All Rights Reserved. -#* -#* NOTICE: All information contained herein is, and remains -#* the property of Adobe Systems Incorporated and its suppliers, -#* if any. The intellectual and technical concepts contained -#* herein are proprietary to Adobe Systems Incorporated and its -#* suppliers and are protected by trade secret or copyright law. -#* Dissemination of this information or reproduction of this material -#* is strictly forbidden unless prior written permission is obtained -#* from Adobe Systems Incorporated. -#**************************************************************************/ +// ================================================================================================= +// 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. +// ================================================================================================= # ============================================================================== # define minimum cmake version diff --git a/build/shared/SharedConfig_Android.cmake b/build/shared/SharedConfig_Android.cmake index ad7bce28..82e6a2e0 100644 --- a/build/shared/SharedConfig_Android.cmake +++ b/build/shared/SharedConfig_Android.cmake @@ -1,20 +1,12 @@ -#/************************************************************************* -#* -#* ADOBE CONFIDENTIAL -#* ___________________ -#* -#* Copyright [2012] Adobe Systems Incorporated -#* All Rights Reserved. -#* -#* NOTICE: All information contained herein is, and remains -#* the property of Adobe Systems Incorporated and its suppliers, -#* if any. The intellectual and technical concepts contained -#* herein are proprietary to Adobe Systems Incorporated and its -#* suppliers and are protected by trade secret or copyright law. -#* Dissemination of this information or reproduction of this material -#* is strictly forbidden unless prior written permission is obtained -#* from Adobe Systems Incorporated. -#**************************************************************************/ +// ================================================================================================= +// 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. +// ================================================================================================= # ============================================================================== # define minimum cmake version diff --git a/source/SafeStringAPIs.cpp b/source/SafeStringAPIs.cpp index 54798cb2..d6c7a400 100644 --- a/source/SafeStringAPIs.cpp +++ b/source/SafeStringAPIs.cpp @@ -1,20 +1,12 @@ -/************************************************************************* -* -* ADOBE CONFIDENTIAL -* ___________________ -* -* Copyright 2010 Adobe -* All Rights Reserved. -* -* NOTICE: All information contained herein is, and remains -* the property of Adobe and its suppliers, -* if any. The intellectual and technical concepts contained -* herein are proprietary to Adobe and its -* suppliers and are protected by trade secret or copyright law. -* Dissemination of this information or reproduction of this material -* is strictly forbidden unless prior written permission is obtained -* from 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. +// ================================================================================================= #include /* Include standard ANSI C stuff: size_t, NULL etc */ #include /* memmove etc. defined here */ diff --git a/source/SafeStringAPIs.h b/source/SafeStringAPIs.h index 24b99ec4..cc7aaad0 100644 --- a/source/SafeStringAPIs.h +++ b/source/SafeStringAPIs.h @@ -1,20 +1,12 @@ -/************************************************************************* -* -* ADOBE CONFIDENTIAL -* ___________________ -* -* Copyright 2010 Adobe -* All Rights Reserved. -* -* NOTICE: All information contained herein is, and remains -* the property of Adobe and its suppliers, -* if any. The intellectual and technical concepts contained -* herein are proprietary to Adobe and its -* suppliers and are protected by trade secret or copyright law. -* Dissemination of this information or reproduction of this material -* is strictly forbidden unless prior written permission is obtained -* from 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. +// ================================================================================================= //Safe String APIs Version 1.0 diff --git a/source/SafeTypes.h b/source/SafeTypes.h index edc6ffc0..2a591a19 100644 --- a/source/SafeTypes.h +++ b/source/SafeTypes.h @@ -1,21 +1,12 @@ -/************************************************************************* -* -* ADOBE CONFIDENTIAL -* ___________________ -* -* Copyright 2010 Adobe -* All Rights Reserved. -* -* NOTICE: All information contained herein is, and remains -* the property of Adobe and its suppliers, -* if any. The intellectual and technical concepts contained -* herein are proprietary to Adobe and its -* suppliers and are protected by trade secret or copyright law. -* Dissemination of this information or reproduction of this material -* is strictly forbidden unless prior written permission is obtained -* from 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. +// ================================================================================================= //SafeTypes Version 1.0 @@ -24,6 +15,7 @@ #include /* Include standard ANSI C stuff: size_t, NULL etc */ + /* Integer types The following chart shows signed and unsigned integer types. diff --git a/source/SuppressSAL.h b/source/SuppressSAL.h index e3405e78..2fe7e1af 100644 --- a/source/SuppressSAL.h +++ b/source/SuppressSAL.h @@ -1,20 +1,12 @@ -/************************************************************************* -* -* ADOBE CONFIDENTIAL -* ___________________ -* -* Copyright 2010 Adobe -* All Rights Reserved. -* -* NOTICE: All information contained herein is, and remains -* the property of Adobe and its suppliers, -* if any. The intellectual and technical concepts contained -* herein are proprietary to Adobe and its -* suppliers and are protected by trade secret or copyright law. -* Dissemination of this information or reproduction of this material -* is strictly forbidden unless prior written permission is obtained -* from 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. +// ================================================================================================= //SuppressSAL.h Version 1.0