diff options
Diffstat (limited to 'src/codecs/include')
| -rw-r--r-- | src/codecs/include/codec.hpp | 6 | ||||
| -rw-r--r-- | src/codecs/include/mad.hpp | 6 | ||||
| -rw-r--r-- | src/codecs/include/types.hpp | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/src/codecs/include/codec.hpp b/src/codecs/include/codec.hpp index 4595f877..9dd717c9 100644 --- a/src/codecs/include/codec.hpp +++ b/src/codecs/include/codec.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include <stdint.h> diff --git a/src/codecs/include/mad.hpp b/src/codecs/include/mad.hpp index 074784fb..3b1f5757 100644 --- a/src/codecs/include/mad.hpp +++ b/src/codecs/include/mad.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include <cstddef> diff --git a/src/codecs/include/types.hpp b/src/codecs/include/types.hpp index a962cf68..66f0c840 100644 --- a/src/codecs/include/types.hpp +++ b/src/codecs/include/types.hpp @@ -1,3 +1,9 @@ +/* + * Copyright 2023 jacqueline <me@jacqueline.id.au> + * + * SPDX-License-Identifier: GPL-3.0-only + */ + #pragma once #include <string> |
