diff options
| author | Thibaut VARÈNE | 2020-05-18 11:07:11 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2020-05-20 15:03:45 +0000 |
| commit | 49eec56bfc1a5891a9e3fc62c9751acfca081ef6 (patch) | |
| tree | 62273cd2325fb48811028348eab864afe4f03822 | |
| parent | 80b350f528644c269c8630e41a4a992734356bb3 (diff) | |
| download | luka-49eec56bfc1a5891a9e3fc62c9751acfca081ef6.tar.gz | |
generic: routerbootpart.c: disambiguate SPDX-License-Identifier
I meant it to be GPL-2.0-only, as evidenced by the boilerplate.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
| -rw-r--r-- | target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c b/target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c index e019094058..f9bba0f3ba 100644 --- a/target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c +++ b/target/linux/generic/files/drivers/mtd/parsers/routerbootpart.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-only /* * Parser for MikroTik RouterBoot partitions. * |