diff options
author | pawankishorsingh <pksingh@adobe.com> | 2020-05-11 21:19:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 21:19:02 +0530 |
commit | 3154c9a0ca3df515d3acd4a9cddab50641f0c662 (patch) | |
tree | 58bc5976e64e69813b0af3b4086a408566b481d7 | |
parent | 8e562fe1449525c2b5e3ae051f2e32cc76546022 (diff) |
Changed Adobe Confidential to BSD-Clause-3 header. (#6)
Changed Adobe Confidential to BSD-Clause-3 header.
-rw-r--r-- | build/ProductConfig.cmake | 26 | ||||
-rw-r--r-- | build/shared/SharedConfig_Android.cmake | 26 | ||||
-rw-r--r-- | source/SafeStringAPIs.cpp | 26 | ||||
-rw-r--r-- | source/SafeStringAPIs.h | 26 | ||||
-rw-r--r-- | source/SafeTypes.h | 28 | ||||
-rw-r--r-- | source/SuppressSAL.h | 26 |
6 files changed, 55 insertions, 103 deletions
diff --git a/build/ProductConfig.cmake b/build/ProductConfig.cmake index 1a71748..f394e96 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 ad7bce2..82e6a2e 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 54798cb..d6c7a40 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 <stddef.h> /* Include standard ANSI C stuff: size_t, NULL etc */ #include <string.h> /* memmove etc. defined here */ diff --git a/source/SafeStringAPIs.h b/source/SafeStringAPIs.h index 24b99ec..cc7aaad 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 edc6ffc..2a591a1 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 <stddef.h> /* 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 e3405e7..2fe7e1a 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 |