mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
md5_hash: fix copyright checker
This commit is contained in:
parent
fbeb6195c2
commit
b82d6ce928
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
/*
|
||||
* MD5 internal definitions
|
||||
* Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
|
||||
|
@ -132,6 +132,13 @@ argtable3:
|
||||
- BSD-3-Clause
|
||||
- Apache-2.0
|
||||
|
||||
md5_hash:
|
||||
include:
|
||||
- 'components/esp_rom/include/**/rom/md5_hash.h'
|
||||
allowed_licenses:
|
||||
- BSD-3-Clause
|
||||
- Apache-2.0
|
||||
|
||||
xtensa:
|
||||
include:
|
||||
- 'components/xtensa/**'
|
||||
|
@ -398,25 +398,6 @@ components/bt/host/bluedroid/stack/smp/smp_main.c
|
||||
components/bt/host/bluedroid/stack/smp/smp_utils.c
|
||||
components/console/linenoise/linenoise.c
|
||||
components/console/linenoise/linenoise.h
|
||||
components/esp32/include/rom/aes.h
|
||||
components/esp32/include/rom/bigint.h
|
||||
components/esp32/include/rom/cache.h
|
||||
components/esp32/include/rom/crc.h
|
||||
components/esp32/include/rom/efuse.h
|
||||
components/esp32/include/rom/ets_sys.h
|
||||
components/esp32/include/rom/gpio.h
|
||||
components/esp32/include/rom/libc_stubs.h
|
||||
components/esp32/include/rom/lldesc.h
|
||||
components/esp32/include/rom/md5_hash.h
|
||||
components/esp32/include/rom/miniz.h
|
||||
components/esp32/include/rom/queue.h
|
||||
components/esp32/include/rom/rtc.h
|
||||
components/esp32/include/rom/secure_boot.h
|
||||
components/esp32/include/rom/sha.h
|
||||
components/esp32/include/rom/spi_flash.h
|
||||
components/esp32/include/rom/tbconsole.h
|
||||
components/esp32/include/rom/tjpgd.h
|
||||
components/esp32/include/rom/uart.h
|
||||
components/esp_eth/src/dm9051.h
|
||||
components/esp_eth/src/ksz8851.h
|
||||
components/esp_eth/src/openeth.h
|
||||
@ -515,13 +496,11 @@ components/esp_rom/include/esp32/rom/bigint.h
|
||||
components/esp_rom/include/esp32/rom/crc.h
|
||||
components/esp_rom/include/esp32/rom/efuse.h
|
||||
components/esp_rom/include/esp32/rom/libc_stubs.h
|
||||
components/esp_rom/include/esp32/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32/rom/miniz.h
|
||||
components/esp_rom/include/esp32/rom/rsa_pss.h
|
||||
components/esp_rom/include/esp32/rom/sha.h
|
||||
components/esp_rom/include/esp32/rom/tbconsole.h
|
||||
components/esp_rom/include/esp32/rom/tjpgd.h
|
||||
components/esp_rom/include/esp32c2/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32c3/rom/aes.h
|
||||
components/esp_rom/include/esp32c3/rom/bigint.h
|
||||
components/esp_rom/include/esp32c3/rom/cache.h
|
||||
@ -532,7 +511,6 @@ components/esp_rom/include/esp32c3/rom/ets_sys.h
|
||||
components/esp_rom/include/esp32c3/rom/gpio.h
|
||||
components/esp_rom/include/esp32c3/rom/hmac.h
|
||||
components/esp_rom/include/esp32c3/rom/libc_stubs.h
|
||||
components/esp_rom/include/esp32c3/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32c3/rom/miniz.h
|
||||
components/esp_rom/include/esp32c3/rom/rom_layout.h
|
||||
components/esp_rom/include/esp32c3/rom/rsa_pss.h
|
||||
@ -550,7 +528,6 @@ components/esp_rom/include/esp32h2/rom/esp_flash.h
|
||||
components/esp_rom/include/esp32h2/rom/ets_sys.h
|
||||
components/esp_rom/include/esp32h2/rom/hmac.h
|
||||
components/esp_rom/include/esp32h2/rom/libc_stubs.h
|
||||
components/esp_rom/include/esp32h2/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32h2/rom/miniz.h
|
||||
components/esp_rom/include/esp32h2/rom/rsa_pss.h
|
||||
components/esp_rom/include/esp32h2/rom/sha.h
|
||||
@ -565,7 +542,6 @@ components/esp_rom/include/esp32s2/rom/ets_sys.h
|
||||
components/esp_rom/include/esp32s2/rom/gpio.h
|
||||
components/esp_rom/include/esp32s2/rom/hmac.h
|
||||
components/esp_rom/include/esp32s2/rom/libc_stubs.h
|
||||
components/esp_rom/include/esp32s2/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32s2/rom/miniz.h
|
||||
components/esp_rom/include/esp32s2/rom/opi_flash.h
|
||||
components/esp_rom/include/esp32s2/rom/rsa_pss.h
|
||||
@ -591,7 +567,6 @@ components/esp_rom/include/esp32s3/rom/ets_sys.h
|
||||
components/esp_rom/include/esp32s3/rom/gpio.h
|
||||
components/esp_rom/include/esp32s3/rom/hmac.h
|
||||
components/esp_rom/include/esp32s3/rom/libc_stubs.h
|
||||
components/esp_rom/include/esp32s3/rom/md5_hash.h
|
||||
components/esp_rom/include/esp32s3/rom/miniz.h
|
||||
components/esp_rom/include/esp32s3/rom/opi_flash.h
|
||||
components/esp_rom/include/esp32s3/rom/rom_layout.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user