Add Apache License 2.0

pull/3/head
Wang Yaofu 4 years ago committed by GitHub
parent 8083fd4810
commit 324b75a52c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}
}

Loading…
Cancel
Save