diff options
Diffstat (limited to 'csrc/data_struct.c')
-rw-r--r-- | csrc/data_struct.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csrc/data_struct.c b/csrc/data_struct.c index 2d68806..afef28e 100644 --- a/csrc/data_struct.c +++ b/csrc/data_struct.c @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2018 Iru Cai <mytbk920423@gmail.com> + * SPDX-License-Identifier: GPL-3.0-or-later + */ + #include <stdlib.h> #include <string.h> #include "data_struct.h" |