License cleanup

* Included text referring to the SPDX license identifiers used
  in various places in the repo
* Renamed license text files to use their SPDX identifiers as the name
* Set the license in Serie's new scripts to MIT (those derived
  from Shin's original scripts remain AGPL).
This commit is contained in:
Serie Sumei
2020-05-29 17:38:59 -05:00
parent 89834fe443
commit 4db5512fea
11 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// r2_applier.lsl - SS Combo skin applier
// SPDX-License-Identifier: CC-BY-3.0
// SPDX-License-Identifier: MIT
// Copyright 2020 Serie Sumei
// v2.0 - 09May2020 <seriesumei@avimail.org> - New applier script
+1 -1
View File
@@ -1,5 +1,5 @@
// r2_hud_debug.lsl - Debugging functions for the Rut2/Roth2 avatar HUDs
// SPDX-License-Identifier: AGPL-3.0-or-later
// SPDX-License-Identifier: MIT
// Copyright 2020 Serie Sumei
// v3.0 04Apr2020 <seriesumei@avimail.org> - New script, matches to the Ruth2 v3 scripts
+3 -14
View File
@@ -1,17 +1,6 @@
//*********************************************************************************
//** This program is free software: you can redistribute it and/or modify
//** it under the terms of the GNU Affero General Public License as
//** published by the Free Software Foundation, either version 3 of the
//** License, or (at your option) any later version.
//**
//** This program is distributed in the hope that it will be useful,
//** but WITHOUT ANY WARRANTY; without even the implied warranty of
//** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//** GNU Affero General Public License for more details.
//**
//** You should have received a copy of the GNU Affero General Public License
//** along with this program. If not, see <https://www.gnu.org/licenses/>
//*********************************************************************************
// r2_hud_maker.lsl - RuthAndRoth HUD Creation
// SPDX-License-Identifier: MIT
// Copyright 2020 Serie Sumei
// v3.0 02Apr2020 <seriesumei@avimail.org> - Based on ss-r from Control/Serie Sumei
+2 -2
View File
@@ -1,5 +1,5 @@
// r2_xtea.lsl - xtea MessageLinked wrapper
// SPDX-License-Identifier: CC-BY-3.0
// SPDX-License-Identifier: MIT
// Modifications Copyright 2019 Serie Sumei
// v1 - Initial release
@@ -43,7 +43,7 @@
// it a constant below. This requires the script to be distributed in
// products no-modify. The licensing of both versions allow this, the XTEA in
// Fred's version is BSD, the original version of this one is public domain
// per the code headers and all modifications are CC-BY-3.0.
// per the code headers and all modifications are MIT.
// This is the shared secret that is required at both ends to communicate
// CHANGE THIS if you need any security at all