diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-30 06:53:25 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-07-30 06:53:25 +0200 |
commit | 7e00faaca0207eb6ee6cf109c09cc489d8fb7e3f (patch) | |
tree | 6cb236ccadeb001b70d64d6fd7f52dad3c0b3623 /include/id_table.h | |
parent | 3811f48ced97ec0fe56b48f0d9d906a43037e2fd (diff) |
Add propper copyright headers to all source files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/id_table.h')
-rw-r--r-- | include/id_table.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/id_table.h b/include/id_table.h index 7aef468..dcc8a18 100644 --- a/include/id_table.h +++ b/include/id_table.h @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * id_table.h + * + * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> + */ #ifndef ID_TABLE_H #define ID_TABLE_H |