X-Git-Url: https://repo.jachan.dev/imx_flashconf.git/blobdiff_plain/fabb3b08e718ddd64b11f10e8c69bfb915a63312..a94e8ba63e8141cbb85d5e3d203a211e7d919ec9:/flash_confs.h diff --git a/flash_confs.h b/flash_confs.h index 7baa18c..0b88e46 100644 --- a/flash_confs.h +++ b/flash_confs.h @@ -1,3 +1,8 @@ +// SPDX-License-Identifier: (GPL-2.0 or MIT) +/* + * Copyright (C) 2020 Jesse Taube + */ + #ifndef __FLASH_CONFIGS__ #define __FLASH_CONFIGS__ typedef struct _flash_configs { @@ -5,4 +10,4 @@ char name[32]; } flash_configs; const flash_configs * get_flash_confs(); -#endif /* __FLASH_CONFIGS__*/ \ No newline at end of file +#endif /* __FLASH_CONFIGS__ */ \ No newline at end of file