From 4b8512a51b211f7b515b93d5a3399d5ae3825b44 Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Sat, 21 Aug 2021 15:23:44 +0800 Subject: [PATCH] Add Apache license 2.0 --- crc/crchash.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crc/crchash.cpp b/crc/crchash.cpp index 67b3b0c..945e0b8 100644 --- a/crc/crchash.cpp +++ b/crc/crchash.cpp @@ -1,6 +1,5 @@ /* -** Copyright (C) 2014 Wang Yaofu -** All rights reserved. +** 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 source file of class CrcHash.