diff --git a/LICENSE b/LICENSE index 614ef75..19f9571 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 merryhime +Copyright (c) 2022 merryhime Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f01c9d3..4b3356d 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,4 @@ EmittedFunction EmitExample(oaknut::CodeGenerator& code, int value) ## License -Copyright 2022 merryhime - -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. +This project is [MIT licensed](LICENSE). diff --git a/include/oaknut/impl/arm64_encode_helpers.inc.hpp b/include/oaknut/impl/arm64_encode_helpers.inc.hpp index 9d629d4..3179eed 100644 --- a/include/oaknut/impl/arm64_encode_helpers.inc.hpp +++ b/include/oaknut/impl/arm64_encode_helpers.inc.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT template diff --git a/include/oaknut/impl/arm64_mnemonics.inc.hpp b/include/oaknut/impl/arm64_mnemonics.inc.hpp index 5d56d15..7fd65f0 100644 --- a/include/oaknut/impl/arm64_mnemonics.inc.hpp +++ b/include/oaknut/impl/arm64_mnemonics.inc.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT void ADC(WReg wd, WReg wn, WReg wm) diff --git a/include/oaknut/impl/enum.hpp b/include/oaknut/impl/enum.hpp index 4f01d39..ba19e7d 100644 --- a/include/oaknut/impl/enum.hpp +++ b/include/oaknut/impl/enum.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/impl/imm.hpp b/include/oaknut/impl/imm.hpp index 05c51fe..3f2a2a5 100644 --- a/include/oaknut/impl/imm.hpp +++ b/include/oaknut/impl/imm.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/impl/multi_typed_name.hpp b/include/oaknut/impl/multi_typed_name.hpp index c2a00f2..d0a113c 100644 --- a/include/oaknut/impl/multi_typed_name.hpp +++ b/include/oaknut/impl/multi_typed_name.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/impl/offset.hpp b/include/oaknut/impl/offset.hpp index 6bb5c35..4f66dac 100644 --- a/include/oaknut/impl/offset.hpp +++ b/include/oaknut/impl/offset.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/impl/reg.hpp b/include/oaknut/impl/reg.hpp index 02c16ea..519e2e1 100644 --- a/include/oaknut/impl/reg.hpp +++ b/include/oaknut/impl/reg.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/impl/string_literal.hpp b/include/oaknut/impl/string_literal.hpp index 6a41582..e09dfa6 100644 --- a/include/oaknut/impl/string_literal.hpp +++ b/include/oaknut/impl/string_literal.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #pragma once diff --git a/include/oaknut/oaknut.hpp b/include/oaknut/oaknut.hpp index 5ff5a9f..f3653a7 100644 --- a/include/oaknut/oaknut.hpp +++ b/include/oaknut/oaknut.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #include diff --git a/tests/basic.cpp b/tests/basic.cpp index c0eed71..7bd1f50 100644 --- a/tests/basic.cpp +++ b/tests/basic.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #include diff --git a/tests/general.cpp b/tests/general.cpp index 70769b2..2caf465 100644 --- a/tests/general.cpp +++ b/tests/general.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 merryhime +// SPDX-FileCopyrightText: Copyright (c) 2022 merryhime // SPDX-License-Identifier: MIT #include