From f2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd Mon Sep 17 00:00:00 2001 From: Jon Leech Date: Sat, 8 May 2021 01:47:48 -0700 Subject: Finish adding SPDX tags and setup a reuse checked in Github Actions CI --- include/spirv_cross/barrier.hpp | 1 + include/spirv_cross/external_interface.h | 1 + include/spirv_cross/image.hpp | 1 + include/spirv_cross/internal_interface.hpp | 1 + include/spirv_cross/sampler.hpp | 1 + include/spirv_cross/thread_group.hpp | 1 + 6 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/spirv_cross/barrier.hpp b/include/spirv_cross/barrier.hpp index bfcd2284..4ca7f4d7 100644 --- a/include/spirv_cross/barrier.hpp +++ b/include/spirv_cross/barrier.hpp @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/spirv_cross/external_interface.h b/include/spirv_cross/external_interface.h index 1d26f1e1..949654f5 100644 --- a/include/spirv_cross/external_interface.h +++ b/include/spirv_cross/external_interface.h @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/spirv_cross/image.hpp b/include/spirv_cross/image.hpp index 73de894f..a41ccdfb 100644 --- a/include/spirv_cross/image.hpp +++ b/include/spirv_cross/image.hpp @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/spirv_cross/internal_interface.hpp b/include/spirv_cross/internal_interface.hpp index e56223df..3ff7f8e2 100644 --- a/include/spirv_cross/internal_interface.hpp +++ b/include/spirv_cross/internal_interface.hpp @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/spirv_cross/sampler.hpp b/include/spirv_cross/sampler.hpp index 542e11b4..02084809 100644 --- a/include/spirv_cross/sampler.hpp +++ b/include/spirv_cross/sampler.hpp @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/spirv_cross/thread_group.hpp b/include/spirv_cross/thread_group.hpp index 377f098b..b2155815 100644 --- a/include/spirv_cross/thread_group.hpp +++ b/include/spirv_cross/thread_group.hpp @@ -1,5 +1,6 @@ /* * Copyright 2015-2017 ARM Limited + * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit v1.2.3