projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e86d5
)
firmware-utils: osbridge-crc: replace GPL-2.0-only boilerplate with SPDX
author
Rafał Miłecki
<
[email protected]
>
Fri, 6 Aug 2021 10:59:21 +0000
(12:59 +0200)
committer
Rafał Miłecki
<
[email protected]
>
Mon, 9 Aug 2021 14:08:59 +0000
(16:08 +0200)
This was missed because scancode license scanner was confused by
comments about crc32buf().
Cc: Gabor Juhos <
[email protected]
>
Cc: Gabor Juhos <
[email protected]
>
Signed-off-by: Rafał Miłecki <
[email protected]
>
tools/firmware-utils/src/osbridge-crc.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/osbridge-crc.c
b/tools/firmware-utils/src/osbridge-crc.c
index 46ea855ec11ebe0b2606eff61a7d8ddda0ece289..e9c577d8ed5e0e7a4c3b8ab41077ffc2f0806ff1 100644
(file)
--- a/
tools/firmware-utils/src/osbridge-crc.c
+++ b/
tools/firmware-utils/src/osbridge-crc.c
@@
-1,10
+1,6
@@
+// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2009 Gabor Juhos <
[email protected]
>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 as published
- * by the Free Software Foundation.
- *
*/
#include <stdio.h>