diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-03-14 12:47:17 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-03-14 12:47:17 +0900 |
commit | 63fb5a74747c6f6bd022f8eb46cb44f9aaf71640 (patch) | |
tree | 211791cbff5ab88a8266cefa8d9b75bbcad56506 /src/checkpoint.h | |
parent | 5dbc9e5bced111519b4d6b629ecbdb5c5b9c2325 (diff) |
add a description for checkpoint file structure
Diffstat (limited to 'src/checkpoint.h')
-rw-r--r-- | src/checkpoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checkpoint.h b/src/checkpoint.h index c20dad1..bfd4edf 100644 --- a/src/checkpoint.h +++ b/src/checkpoint.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-3.0-only */ #ifndef _CHECKPOINT_H_ #define _CHECKPOINT_H_ |