CLA license update (#429)
* pupu
* Update LICENSE.TXT
* CLA
* CLA!
* Revert "CLA!"
This reverts commit f999e341a1.
* CLA2
* Update rsi.json
* CLA3
* Workbench sublicense
This commit is contained in:
2
.github/rsi-schema.json
vendored
2
.github/rsi-schema.json
vendored
@@ -85,7 +85,7 @@
|
||||
"CC-BY-NC-SA-3.0",
|
||||
"CC-BY-NC-SA-4.0",
|
||||
"CC0-1.0",
|
||||
"All rights reserved for the CrystallPunk14 project only"
|
||||
"CLA"
|
||||
],
|
||||
"examples":[
|
||||
"CC-BY-SA-3.0"
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
using Content.Shared._CP14.Workbench;
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench;
|
||||
using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client._CP14.Workbench;
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
using Content.Shared.Stacks;
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared.Stacks;
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.GameObjects;
|
||||
using Robust.Client.UserInterface;
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
using Content.Shared._CP14.Workbench;
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench;
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.GameObjects;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench;
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
using Robust.Client.AutoGenerated;
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/*
|
||||
* All right reserved to CrystallPunk.
|
||||
*
|
||||
* BUT this file is sublicensed under MIT License
|
||||
*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Server._CP14.BiomeSpawner.EntitySystems;
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/*
|
||||
* All right reserved to CrystallPunk.
|
||||
*
|
||||
* BUT this file is sublicensed under MIT License
|
||||
*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using System.Linq;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench;
|
||||
|
||||
namespace Content.Server._CP14.Workbench;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Server.Chemistry.Containers.EntitySystems;
|
||||
using Content.Server.DoAfter;
|
||||
using Content.Server.Popups;
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared.Stacks;
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
/*
|
||||
* This file is sublicensed under MIT License
|
||||
* https://github.com/space-wizards/space-station-14/blob/master/LICENSE.TXT
|
||||
*/
|
||||
|
||||
using Content.Shared._CP14.Workbench.Prototypes;
|
||||
using Content.Shared.DoAfter;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
67
LICENSE.TXT
67
LICENSE.TXT
@@ -1,15 +1,60 @@
|
||||
All rights reserved
|
||||
Preamble
|
||||
|
||||
Copyright (c) 2024 TheShuEd (Github)
|
||||
Upon receipt of a copy of the license object by any means, any person can use it if they
|
||||
accept and agree to all the terms of this license. Violation of the license terms grants us
|
||||
(the Licensor) the right to apply methods of legal and technological protection using the
|
||||
DMCA and/or other legislation of the states under whose jurisdiction hosting providers
|
||||
and other information intermediaries are located, providing services to violators of the
|
||||
terms of this license. Acceptance of the terms of this license means a definitive conclusion
|
||||
between you and "Crystallpunk" of a gratuitous simple non–exclusive license, hereinafter referred
|
||||
to as the "Agreement". The Agreement does not include provisions regulating issues
|
||||
related to the processing of personal data.
|
||||
|
||||
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 with next restrictions and conditions:
|
||||
- 1. Distrbution: You may not distribute, sublicense, or transfer copies of the code or its derivatives to any third party.
|
||||
- 2. Modifying: You may not modify or create derivative works based on the code without prior written consent from the copyright holder.
|
||||
- 3. License Grant: You are granted a non-exclusive, non-transferable, non-sublicensable license to use the code solely for personal or internal business purposes in the specified project.
|
||||
- 4. Termination: This license will terminate automatically if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the code in your possession.
|
||||
- 5. Disclaimer of Warranty: The code is provided "as is" without warranty of any kind, express or implied.
|
||||
- 6. Limitation of Liability: In no event shall the copyright holder be liable for any damages arising from the use or inability to use the code.
|
||||
Definitions.
|
||||
|
||||
By using the code, you agree to be bound by the terms of this license agreement.
|
||||
A build is an object of Agreement, the result of the original author's work or a team of
|
||||
authors (hereinafter referred to as the "Company"), a complex intellectual property object
|
||||
– a video game that includes, but is not limited to, source, object code, tools, game assets,
|
||||
specifications, UI/UX design, elements of narrative and other creative content based on
|
||||
the revision and translation into Russian of the open version of Space Station 14 and the
|
||||
artistic vision of the authors. The set of individual elements is a Build. Any elements other
|
||||
than the original elements are objects of copyright and/or related rights created by the
|
||||
creative work of the collective.
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
Contribution – means any original author's work of Contributors, including any
|
||||
modifications or additions to the Build (any source code, object code, correction, tool,
|
||||
sample, graphics, assets, specifications, manuals, documentation), which is intentionally
|
||||
provided by the Licensee to the Licensor. For the purposes of this definition,
|
||||
submission means any form of electronic, oral or written communication sent to Licensor
|
||||
or its representatives, including, but not limited to, messages on electronic mailing lists,
|
||||
source code control systems and issue tracking systems operated by or on behalf of the
|
||||
Company for the purposes of discussing or improving software or project documentation
|
||||
and source. Communications for which it is explicitly stated in writing as "Not a
|
||||
contribution" will not be considered a contribution. When providing a Contribution to the
|
||||
Build, the Contributor provides the Company with a simple, free, irrevocable, non-exclusive
|
||||
license for the entire period of validity of the Contributor's rights to the Contribution provided
|
||||
for by the legislation of the state-jurisdiction of the Contributor
|
||||
and/or international legislation for certain forms of Contribution.
|
||||
|
||||
Licensor – "Crystallpunk". For licensing inquiries, please contact:
|
||||
[Email TODO] Discord: eshhhed
|
||||
|
||||
The scope of the rights granted.
|
||||
|
||||
The license grants an unlimited number of persons the right to copy and make changes
|
||||
solely for the purpose of improving the game and subject to the further transfer of such
|
||||
changes to "Crystallpunk" on the terms of the Contribution, as well as for non-public hosting and
|
||||
launching the Build on the Licensee's computer for the purpose of non-commercial use
|
||||
for its intended purpose (providing access to Players and the Game process). This license
|
||||
expressly prohibits commercial use, public hosting, as well as non-licensed use. The use
|
||||
of the Build or its elements in violation of the terms of this License grants the Licensor
|
||||
the right to contact the hosting provider and other persons – information intermediaries
|
||||
to block hosting. The Licensee can carry out public hosting of the Build only if they receive
|
||||
direct permission from the Licensor.
|
||||
|
||||
A reservation about the types of licenses.
|
||||
|
||||
Individual elements of the Build (graphics, sounds, source code) may be distributed under
|
||||
a license other than this one. Most assets are licensed under CC-BY-SA 3.0 unless
|
||||
otherwise specified. Assets have their own license and copyright in the metadata file. If
|
||||
the license type is not specified, such files are distributed under the terms of this license.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by KBAS5 and modified by TheShuEd & Jaraten",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by KBAS5 and modified by TheShuEd & Jaraten",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by KBAS5, Edited by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by Jaraten (discord/GitHub)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 48,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Jaraten",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5, edited by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 48,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 48,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Made by Agoichi",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by Prazat",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "By jaraten(Github/discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk 14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd for CrystallPunk",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd for CrystallPunk",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by .kreks.",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by Nimfar11 for CrystallPunk",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Discord) and modified by Jaraten (github/Discord) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"x": 9,
|
||||
"y": 9
|
||||
},
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"states": [
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- files: ["beginning.webp", "typicalAlchemistDay.webp", "tiefling.webp"]
|
||||
license: "All rights reserved for the CrystallPunk14 project only"
|
||||
license: "CLA"
|
||||
copyright: "alisw_a on discord"
|
||||
source: "https://github.com/crystallpunk-14/crystall-punk-14"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 48,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"y": 48
|
||||
},
|
||||
"copyright": "Created by TheShuEd for CrystallPunk",
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"states": [
|
||||
{
|
||||
"name": "horn1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by Jaraten (discord/Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 48,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "By omsoyk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "By omsoyk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "By omsoyk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"license": "CLA",
|
||||
"copyright": "By omsoyk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user