diff --git a/README.md b/README.md index a1fa88d..8d6658d 100644 --- a/README.md +++ b/README.md @@ -160,9 +160,11 @@ Third party code is used in some test and common code files: - `common/aes_c.c`; MIT: "Copyright (c) 2016 Thomas Pornin " - `common/aes128ctr.c`: MIT: "Copyright (c) 2016-2021 Open Quantum Safe project" and Public Domain +- `common/aes_neon.c`: MIT: "Copyright (c) 2024 ChristerKnorborg" and Public Domain - `common/fips202.c`: Public Domain - `common/randombytes_system.c`: MIT: Copyright (c) 2017 Daan Sprenkels - `apps/PQCgenKAT_sign.c`, `common/randombytes_ctrdrbg.c`, `test/test_kat.c`: by NIST (Public Domain) +- `test/m1cycles.{c,h}`, Apache 2.0 or Public Domain See also the SPDX License Identifiers in the respective files. diff --git a/src/common/LICENSE b/src/common/LICENSE deleted file mode 100644 index f04c547..0000000 --- a/src/common/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 ChristerKnorborg - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.