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
+13 -14
View File
@@ -2,23 +2,23 @@
License terms for this project vary by part type. Copyrights are by the original Authors. Please do not delete any credits or license files that are included in this project.
The complete text of the licenses used may be found under [Licenses/](Licenses).
## Avatar Mesh
Built with Blender 2.79 with Avastar 2 RC12.
Ruth 2.0 Copyright 2018 AGPL by Shin Ingen, who can be found at https://plus.google.com/+ShinIngen.
The following mesh body parts are AGPL.
* Upper Body
* Lower Body
* Bento Hands
* Flat Feet
* High Feet
The mesh head is CC-BY Linden Lab.
The UV map is CC-BY Linden Lab.
The Avastar rig contains components licensed as CC-BY-3.0 by Machinimatrix.org.
Ruth 2.0 Logo and photos are AGPL by Shin Ingen.
* Ruth 2.0 Copyright 2018 by Shin Ingen, who can be found at https://plus.google.com/+ShinIngen. The following mesh body parts are licensed under AGPL-3.0-or-later:
* Upper Body
* Lower Body
* Bento Hands
* Flat Feet
* High Feet
* The mesh head is CC-BY Linden Lab.
* The UV map is CC-BY Linden Lab.
* The Avastar rig contains components licensed as CC-BY-3.0 by Machinimatrix.org.
* Original Ruth 2.0 Logo and photos are AGPL by Shin Ingen.
* Current R2 Logo is CC-BY Serie Sumei.
Various Authors and contributors to the Git Repo in alphabetical order are:
* Ada Radius
@@ -46,4 +46,3 @@ Elf Ears are AGPL by Fred K. Beckhusen.
## Clothing
...
+7
View File
@@ -1,6 +1,13 @@
# Licenses
We use the SPDX license identifiers (from the [SPDX License List](https://spdx.dev/licenses)) in some places to identify the covered license.
These are included in Licenses/ verbatim, here are the original sources:
* AGPL-3.0-or-later: https://www.gnu.org/licenses/agpl.txt
* BSD: https://en.wikipedia.org/wiki/BSD_licenses#Previous_license
* CC-BY-3.0: https://creativecommons.org/licenses/by/3.0/legalcode.txt
* MIT: https://opensource.org/licenses/MIT
+2
View File
@@ -1,3 +1,5 @@
<img src="Textures/r2-logo-white-grey.png" width="75" height="75">
# Ruth2 Mesh Avatar Project
Ruth2 is a low-poly mesh body specifically designed for OpenSimulator.
+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
Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB