Skip to content

Commit 54ea1b4

Browse files
committed
Add LICENSE header
1 parent e429c14 commit 54ea1b4

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

include/iris/bits/is_function_object.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef IRIS_BITS_IS_FUNCTION_OBJECT
22
#define IRIS_BITS_IS_FUNCTION_OBJECT
33

4+
// SPDX-License-Identifier: MIT
5+
46
#include <type_traits>
57

68
namespace iris {

include/iris/bits/specialization_of.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef IRIS_BITS_SPECIALIZATION_OF
22
#define IRIS_BITS_SPECIALIZATION_OF
33

4+
// SPDX-License-Identifier: MIT
5+
46
#include <type_traits>
57

68
namespace iris {

include/iris/hash/FNV_hash.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef IRIS_HASH_FNV_HASH_HPP
22
#define IRIS_HASH_FNV_HASH_HPP
33

4+
// SPDX-License-Identifier: MIT
5+
46
#include <bit>
57
#include <memory>
68

include/iris/io_fwd.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef IRIS_IO_FWD_HPP
22
#define IRIS_IO_FWD_HPP
33

4+
// SPDX-License-Identifier: MIT
5+
46
#include <concepts>
57
#include <iosfwd>
68
#include <type_traits>

0 commit comments

Comments
 (0)