From 79944b022d8b7e2c1269f7eef91536934751ff0a Mon Sep 17 00:00:00 2001 From: Masanori Ogino Date: Wed, 29 Nov 2023 06:40:51 +0900 Subject: [PATCH] Unify license boilerplate Signed-off-by: Masanori Ogino --- CMakeLists.txt | 22 ++++++++++++++++++++++ CREDITS | 22 ++++++++++++++++++++++ README.md | 28 +++++++++++++++++++++++----- 3 files changed, 67 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c86b075..a229e65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,25 @@ +# SPDX-License-Identifier: MIT +# +# Copyright (c) 2023 Masanori Ogino +# +# 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. + cmake_minimum_required(VERSION 3.9) project(sj3 diff --git a/CREDITS b/CREDITS index a7c9cb5..a8cdee1 100644 --- a/CREDITS +++ b/CREDITS @@ -1,3 +1,25 @@ +SPDX-License-Identifier: MIT + +Copyright (c) 2023 Masanori Ogino + +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 is an incomplete list of people who have contributed to SJ3. It is sorted by name and formatted to allow easy grepping and beautification by scripts. The fields are: name (N), web address (W), diff --git a/README.md b/README.md index 6fbfaeb..58adaf4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ + + # SJ3 ## Summary @@ -17,8 +40,3 @@ from the organizations. We highly appreciate the release of SJ3 source code as a free and open source software by Sony Corporation. - -