Skip to content

Commit

Permalink
Changed Adobe Confidential to BSD-Clause-3 header. (#6)
Browse files Browse the repository at this point in the history
Changed Adobe Confidential to BSD-Clause-3 header.
  • Loading branch information
pawankishorsingh committed May 11, 2020
1 parent 8e562fe commit 3154c9a
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 103 deletions.
26 changes: 9 additions & 17 deletions build/ProductConfig.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 9 additions & 17 deletions build/shared/SharedConfig_Android.cmake
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 9 additions & 17 deletions source/SafeStringAPIs.cpp
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down
26 changes: 9 additions & 17 deletions source/SafeStringAPIs.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down
28 changes: 10 additions & 18 deletions source/SafeTypes.h
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down
26 changes: 9 additions & 17 deletions source/SuppressSAL.h
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 3154c9a

Please sign in to comment.