From b5bdf3a5237a2a49648cb2d19522b9ac4afe8e48 Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Sat, 21 Aug 2021 15:26:10 +0800 Subject: [PATCH] Add Apache license 2.0 --- crc/crchash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crc/crchash.h b/crc/crchash.h index 91250bc..5fd5bbb 100644 --- a/crc/crchash.h +++ b/crc/crchash.h @@ -1,5 +1,5 @@ /* -** The crc unit test is licensed under the Apache License, Version 2.0, and a copy of the license is included in this file. +** The crc hash is licensed under the Apache License, Version 2.0, and a copy of the license is included in this file. ** **Author:Wang Yaofu voipman@qq.com **Description: The header file of class CrcHash.