diff options
author | Jon Leech <oddhack@sonic.net> | 2021-05-08 01:47:48 -0700 |
---|---|---|
committer | Hans-Kristian Arntzen <post@arntzen-software.no> | 2021-06-29 11:03:52 +0200 |
commit | f2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd (patch) | |
tree | 4c3ef5062b84fb3d24ebcf7ad796befa4244b313 /include | |
parent | 2ceca64004c62cae33ecf462efd5e3166246dfb2 (diff) | |
download | SPIRV-Cross-f2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd.tar.gz SPIRV-Cross-f2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd.tar.bz2 SPIRV-Cross-f2a65545b8e8fec3ad51dedf7e25ee1cc3d1bddd.zip |
Finish adding SPDX tags and setup a reuse checked in Github Actions CI
Diffstat (limited to 'include')
-rw-r--r-- | include/spirv_cross/barrier.hpp | 1 | ||||
-rw-r--r-- | include/spirv_cross/external_interface.h | 1 | ||||
-rw-r--r-- | include/spirv_cross/image.hpp | 1 | ||||
-rw-r--r-- | include/spirv_cross/internal_interface.hpp | 1 | ||||
-rw-r--r-- | include/spirv_cross/sampler.hpp | 1 | ||||
-rw-r--r-- | include/spirv_cross/thread_group.hpp | 1 |
6 files changed, 6 insertions, 0 deletions
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. |