From 5f60c5f3e2b36ff6dd651232a14fd3b85fd60cce Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Sat, 21 Aug 2021 15:25:40 +0800 Subject: [PATCH] Add Apache license 2.0 --- crc/crc32.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crc/crc32.c b/crc/crc32.c index 4c21054..56ce0dd 100644 --- a/crc/crc32.c +++ b/crc/crc32.c @@ -1,6 +1,5 @@ /* -** Copyright (C) 2014 Wang Yaofu -** All rights reserved. +** The crc32 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 crc32.