diff options
-rw-r--r-- | build/ProductConfig.cmake | 18 | ||||
-rw-r--r-- | build/shared/SharedConfig_Android.cmake | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/build/ProductConfig.cmake b/build/ProductConfig.cmake index f394e96..5a42bbc 100644 --- a/build/ProductConfig.cmake +++ b/build/ProductConfig.cmake @@ -1,12 +1,12 @@ -// ================================================================================================= -// 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. -// ================================================================================================= +#// ================================================================================================= +#// 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 82e6a2e..e5ed95c 100644 --- a/build/shared/SharedConfig_Android.cmake +++ b/build/shared/SharedConfig_Android.cmake @@ -1,12 +1,12 @@ -// ================================================================================================= -// 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. -// ================================================================================================= +#// ================================================================================================= +#// 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 |