From 324b75a52c8a2a888a36d7582530b69df4ddb87a Mon Sep 17 00:00:00 2001 From: Wang Yaofu Date: Sat, 21 Aug 2021 15:20:55 +0800 Subject: [PATCH] Add Apache License 2.0 --- unit-test/crc_test.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/unit-test/crc_test.cpp b/unit-test/crc_test.cpp index 0c9fa70..482c0b4 100644 --- a/unit-test/crc_test.cpp +++ b/unit-test/crc_test.cpp @@ -1,8 +1,7 @@ /* -** Copyright (C) 2018 Wang Yaofu -** All rights reserved. +** The crc unit test 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 +**Author:Wang Yaofu 2018 voipman@qq.com **Description: The unit test file of crc. */ @@ -34,4 +33,4 @@ TEST(CRC64Test, BasicTest) uint64_t expect = 16845390139448941002L; EXPECT_EQ(crc64(inData, 9), expect); -} \ No newline at end of file +}