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 +}