diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-21 16:46:58 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-03-21 16:46:58 +0200 |
| commit | 874242f129f1fc6cff48ffa581326735f1da66e1 (patch) | |
| tree | 7bc4267ef91acd6cd38618a6602126c51306e8df /lib/checksum.h | |
| parent | a3b5bc54bf9937bbddd9c1b68d638c9b156e6f71 (diff) | |
*: Add missing SPDX-License-Identifier for some .c/.h files
Adding them as others: GPL-2.0-or-later
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'lib/checksum.h')
| -rw-r--r-- | lib/checksum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/checksum.h b/lib/checksum.h index 508c3f38a6..2856a0d809 100644 --- a/lib/checksum.h +++ b/lib/checksum.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + #ifndef _FRR_CHECKSUM_H #define _FRR_CHECKSUM_H |
