diff --git a/.github/rsi-schema.json b/.github/rsi-schema.json index d281b2d477..bb5f3fd4c4 100644 --- a/.github/rsi-schema.json +++ b/.github/rsi-schema.json @@ -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" diff --git a/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs b/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs index 1e17cbaa1a..03ca3bedfd 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs @@ -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; diff --git a/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs b/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs index 5d18ce3d7a..747dbff6fe 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs @@ -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; diff --git a/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs b/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs index b89a61afc3..4563643a3f 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs @@ -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; diff --git a/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs b/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs index f0983bcf61..309d4488dc 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs @@ -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; diff --git a/Content.Server/_CP14/BiomeSpawner/Components/CP14BiomeSpawnerComponent.cs b/Content.Server/_CP14/BiomeSpawner/Components/CP14BiomeSpawnerComponent.cs index 1672f0b658..8811778eb3 100644 --- a/Content.Server/_CP14/BiomeSpawner/Components/CP14BiomeSpawnerComponent.cs +++ b/Content.Server/_CP14/BiomeSpawner/Components/CP14BiomeSpawnerComponent.cs @@ -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; diff --git a/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs b/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs index 2551b6ba1e..9673da74f0 100644 --- a/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs +++ b/Content.Server/_CP14/BiomeSpawner/EntitySystems/CP14BiomeSpawnerSystem.cs @@ -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; diff --git a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs index 6c28f177da..9e3430915d 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs @@ -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; diff --git a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs index 4b71c2b27b..2c771790f1 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs @@ -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; diff --git a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs index fd3d34bfaf..d87443ac1a 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs @@ -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; diff --git a/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs b/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs index 6b512d7892..e56434e87d 100644 --- a/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs +++ b/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs @@ -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; diff --git a/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs b/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs index 4474b07a12..9d1f7d7131 100644 --- a/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs +++ b/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs @@ -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; diff --git a/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs b/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs index 6177f742f0..fcfcdf0fd2 100644 --- a/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs +++ b/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs @@ -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; diff --git a/LICENSE.TXT b/LICENSE.TXT index d8ec788bbc..f51b873167 100644 --- a/LICENSE.TXT +++ b/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. \ No newline at end of file +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. \ No newline at end of file diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json index 536ab1b352..70097a6fd4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json index 536ab1b352..70097a6fd4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_leg.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json index 536ab1b352..70097a6fd4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/cuirass_loincloth.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json index 536ab1b352..70097a6fd4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Armor/infantry_cuirass.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json index e19dbe65a9..05e3ea0b31 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Simple/dark_blue.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json index e19dbe65a9..05e3ea0b31 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/Simple/white.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/blacksmith_apron.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/blacksmith_apron.rsi/meta.json index e19dbe65a9..05e3ea0b31 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/blacksmith_apron.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/blacksmith_apron.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/captain_jacket.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/captain_jacket.rsi/meta.json index e19dbe65a9..05e3ea0b31 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/captain_jacket.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/captain_jacket.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json index 4c789f7899..996c404313 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/cheetah_skin.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/meta.json index ae0f0bd806..7d57609eb4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/furcape.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/furcape2.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/furcape2.rsi/meta.json index ae0f0bd806..7d57609eb4 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/furcape2.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/furcape2.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Cloak/maid_apron.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Cloak/maid_apron.rsi/meta.json index e19dbe65a9..05e3ea0b31 100644 --- a/Resources/Textures/_CP14/Clothing/Cloak/maid_apron.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Cloak/maid_apron.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json index 2ef95ed5f9..3361415a30 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_glasses.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_monocle.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_monocle.rsi/meta.json index 205b503f83..10c28052a9 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/alchemy_monocle.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/alchemy_monocle.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Clothing/Eyes/glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/glasses.rsi/meta.json index 7b7c7805e2..8cb234e088 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/glasses.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json index e58a25bc66..d59509c9a1 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/monocle.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json index 27149324f5..606c59fc42 100644 --- a/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Eyes/thaumaturgy_glasses.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Clothing/Gloves/girdles.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Gloves/girdles.rsi/meta.json index 8705b6b2cc..26a20601a4 100644 --- a/Resources/Textures/_CP14/Clothing/Gloves/girdles.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Gloves/girdles.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/black.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/black.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/black.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/black.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/blue.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/blue.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/blue.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/blue.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json index a30211e67e..be44ecf00c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/mercenary_beret.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/purple.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/purple.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/purple.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/purple.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/red.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/red.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/red.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/red.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Beret/yellow.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Beret/yellow.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Beret/yellow.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Beret/yellow.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json index 4148f7572b..1c02ea6e29 100644 --- a/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/Helmet/capellina.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/captain_cap.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/captain_cap.rsi/meta.json index e6e59a1821..cc3d9bd35d 100644 --- a/Resources/Textures/_CP14/Clothing/Head/captain_cap.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/captain_cap.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Head/metalheadband.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/metalheadband.rsi/meta.json index e6ec5d013c..16aa931e84 100644 --- a/Resources/Textures/_CP14/Clothing/Head/metalheadband.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/metalheadband.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Clothing/Head/triangularhat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/triangularhat.rsi/meta.json index 07660ca196..a65c38e52c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/triangularhat.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/triangularhat.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Clothing/Head/triangularhat_golden.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/triangularhat_golden.rsi/meta.json index 07660ca196..a65c38e52c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/triangularhat_golden.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/triangularhat_golden.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json index e6f822d30d..b21827911c 100644 --- a/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Head/yellow_hat.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Masks/sinner.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/sinner.rsi/meta.json index 3e6accbc76..024fe65e9e 100644 --- a/Resources/Textures/_CP14/Clothing/Masks/sinner.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Masks/sinner.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Made by Agoichi", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json index 4f2ea0737a..e7b46c9649 100644 --- a/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Masks/steel_mask.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/Dress/black.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Dress/black.rsi/meta.json index 270bdd7dcd..c74ee253d5 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/Dress/black.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Dress/black.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json index 9e00f3b8e9..5aa2ed39c3 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Dress/yellow_magician_dress.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json index 270bdd7dcd..c74ee253d5 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/dark_blue.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json index eab1c79ec7..5369a0a470 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/trousers_mercenary.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json index 270bdd7dcd..c74ee253d5 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/Trousers/white.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/meta.json index 98cc8e2fac..2f39ce43ae 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/aristocratic.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/meta.json index 98cc8e2fac..2f39ce43ae 100644 --- a/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Pants/loincloth.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Rings/rings.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Rings/rings.rsi/meta.json index 92cea0860e..ac02bac311 100644 --- a/Resources/Textures/_CP14/Clothing/Rings/rings.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Rings/rings.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/black.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/black.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/black.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/black.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/blue.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/purple.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/red.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/white.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json index 8163f4aba3..199ce8118e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/Cotton/yellow.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json index b4e9d22983..f7386892cb 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/mercenary.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/steampunk.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/steampunk.rsi/meta.json index e0add1cfdd..557d4dca7e 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/steampunk.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/steampunk.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json index dcfae0f0f5..61241daced 100644 --- a/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shirt/yellow_wizard.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shoes/aristocratic_black.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shoes/aristocratic_black.rsi/meta.json index 1e50444106..241e408e43 100644 --- a/Resources/Textures/_CP14/Clothing/Shoes/aristocratic_black.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shoes/aristocratic_black.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shoes/black.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shoes/black.rsi/meta.json index 1e50444106..241e408e43 100644 --- a/Resources/Textures/_CP14/Clothing/Shoes/black.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shoes/black.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Clothing/Shoes/sandals.rsi/meta.json b/Resources/Textures/_CP14/Clothing/Shoes/sandals.rsi/meta.json index 1e50444106..241e408e43 100644 --- a/Resources/Textures/_CP14/Clothing/Shoes/sandals.rsi/meta.json +++ b/Resources/Textures/_CP14/Clothing/Shoes/sandals.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, by KBAS5", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Decals/Stone.rsi/meta.json b/Resources/Textures/_CP14/Decals/Stone.rsi/meta.json index 455d16b717..897c1aadd9 100644 --- a/Resources/Textures/_CP14/Decals/Stone.rsi/meta.json +++ b/Resources/Textures/_CP14/Decals/Stone.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Effects/Beams/magic.rsi/meta.json b/Resources/Textures/_CP14/Effects/Beams/magic.rsi/meta.json index a6f780b47c..4afc561d05 100644 --- a/Resources/Textures/_CP14/Effects/Beams/magic.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/Beams/magic.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Effects/Magic/cast_impact.rsi/meta.json b/Resources/Textures/_CP14/Effects/Magic/cast_impact.rsi/meta.json index cd1908d9de..ca3ad81534 100644 --- a/Resources/Textures/_CP14/Effects/Magic/cast_impact.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/Magic/cast_impact.rsi/meta.json @@ -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": [ { diff --git a/Resources/Textures/_CP14/Effects/Magic/cast_rune.rsi/meta.json b/Resources/Textures/_CP14/Effects/Magic/cast_rune.rsi/meta.json index a9e0676cbb..4c72acc6c0 100644 --- a/Resources/Textures/_CP14/Effects/Magic/cast_rune.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/Magic/cast_rune.rsi/meta.json @@ -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": [ { diff --git a/Resources/Textures/_CP14/Effects/Magic/spells_icons.rsi/meta.json b/Resources/Textures/_CP14/Effects/Magic/spells_icons.rsi/meta.json index c046f6ede0..2e66d5b755 100644 --- a/Resources/Textures/_CP14/Effects/Magic/spells_icons.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/Magic/spells_icons.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by .kreks.", "states": [ { diff --git a/Resources/Textures/_CP14/Effects/Magic/sphere_of_light.rsi/meta.json b/Resources/Textures/_CP14/Effects/Magic/sphere_of_light.rsi/meta.json index f809969dbd..866e1791be 100644 --- a/Resources/Textures/_CP14/Effects/Magic/sphere_of_light.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/Magic/sphere_of_light.rsi/meta.json @@ -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": [ { diff --git a/Resources/Textures/_CP14/Effects/cubeup.rsi/meta.json b/Resources/Textures/_CP14/Effects/cubeup.rsi/meta.json index 5ba7ae4f90..4e4416b4a2 100644 --- a/Resources/Textures/_CP14/Effects/cubeup.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/cubeup.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Effects/dirt.rsi/meta.json b/Resources/Textures/_CP14/Effects/dirt.rsi/meta.json index 1a64c7e4f5..e6a1a5d3df 100644 --- a/Resources/Textures/_CP14/Effects/dirt.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/dirt.rsi/meta.json @@ -4,7 +4,7 @@ "x": 48, "y": 48 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd", "states": [ { diff --git a/Resources/Textures/_CP14/Effects/fire.rsi/meta.json b/Resources/Textures/_CP14/Effects/fire.rsi/meta.json index 898190e400..5b9c635a0f 100644 --- a/Resources/Textures/_CP14/Effects/fire.rsi/meta.json +++ b/Resources/Textures/_CP14/Effects/fire.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/_CP14/Interface/Misc/job_icons.rsi/meta.json index 962c91eebc..61dee4a9fc 100644 --- a/Resources/Textures/_CP14/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/_CP14/Interface/Misc/job_icons.rsi/meta.json @@ -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": [ { diff --git a/Resources/Textures/_CP14/LobbyScreens/attributions.yml b/Resources/Textures/_CP14/LobbyScreens/attributions.yml index 675a3e79ae..7885038b44 100644 --- a/Resources/Textures/_CP14/LobbyScreens/attributions.yml +++ b/Resources/Textures/_CP14/LobbyScreens/attributions.yml @@ -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" diff --git a/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json index 5d8ad1601e..27c2994283 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/elf_ears.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/meta.json index ab3a011d2d..52da353c94 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/eyes.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Customization/goblin_ears.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/goblin_ears.rsi/meta.json index 6ec23e1cce..0723e83c22 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/goblin_ears.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/goblin_ears.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Customization/goblin_hair.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/goblin_hair.rsi/meta.json index d1be99b273..a12cf82f3f 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/goblin_hair.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/goblin_hair.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Customization/goblin_nose.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/goblin_nose.rsi/meta.json index 56bdee7445..1de313ecd4 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/goblin_nose.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/goblin_nose.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Customization/tiefling_horns.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/tiefling_horns.rsi/meta.json index 8662bc1824..c29be19efb 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/tiefling_horns.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/tiefling_horns.rsi/meta.json @@ -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", diff --git a/Resources/Textures/_CP14/Mobs/Customization/tiefling_tails.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Customization/tiefling_tails.rsi/meta.json index 8b6ff4f8f3..6340a6c936 100644 --- a/Resources/Textures/_CP14/Mobs/Customization/tiefling_tails.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Customization/tiefling_tails.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Pets/sheep.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Pets/sheep.rsi/meta.json index 95c469307a..a426e8a07f 100644 --- a/Resources/Textures/_CP14/Mobs/Pets/sheep.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Pets/sheep.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Dwarf/displacement.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Dwarf/displacement.rsi/meta.json index 70af504f07..7422ee2fd3 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Dwarf/displacement.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Dwarf/displacement.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Dwarf/parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Dwarf/parts.rsi/meta.json index 63283b0a07..1284115cfc 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Dwarf/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Dwarf/parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Elf/parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Elf/parts.rsi/meta.json index 63283b0a07..1284115cfc 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Elf/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Elf/parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement.rsi/meta.json index f962bb5bec..caa416d893 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement48.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement48.rsi/meta.json index 0443f7dae6..4e6bbf0e91 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement48.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Goblin/displacement48.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Goblin/parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Goblin/parts.rsi/meta.json index 63283b0a07..1284115cfc 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Goblin/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Goblin/parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Human/displacement.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Human/displacement.rsi/meta.json index a20c2eb824..a50c05c3ba 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Human/displacement.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Human/displacement.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Human/female_parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Human/female_parts.rsi/meta.json index 79707fef4f..05a7ffe6ee 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Human/female_parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Human/female_parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json index 79707fef4f..05a7ffe6ee 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Tiefling/female_parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Tiefling/female_parts.rsi/meta.json index 79707fef4f..05a7ffe6ee 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Tiefling/female_parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Tiefling/female_parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Mobs/Species/Tiefling/parts.rsi/meta.json b/Resources/Textures/_CP14/Mobs/Species/Tiefling/parts.rsi/meta.json index 79707fef4f..05a7ffe6ee 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Tiefling/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Tiefling/parts.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_1.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_1.rsi/meta.json index 2fc0166624..00e786e677 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_1.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_1.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_2.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_2.rsi/meta.json index 2fc0166624..00e786e677 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_2.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_2.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_3.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_3.rsi/meta.json index 2fc0166624..00e786e677 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_3.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_3.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_4.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_4.rsi/meta.json index 2fc0166624..00e786e677 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_4.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/beer_mug_4.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/blue_bottle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/blue_bottle.rsi/meta.json index 68e8d06aaa..6074c8e260 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/blue_bottle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/blue_bottle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/green2_bottle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/green2_bottle.rsi/meta.json index 1e999dadcc..cd38d1b7dc 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/green2_bottle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/green2_bottle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/green_bottle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/green_bottle.rsi/meta.json index 1e999dadcc..cd38d1b7dc 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/green_bottle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/green_bottle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/orange_bottle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/orange_bottle.rsi/meta.json index 1e999dadcc..cd38d1b7dc 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/orange_bottle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/orange_bottle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Drinks/red_bottle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Drinks/red_bottle.rsi/meta.json index 1e999dadcc..cd38d1b7dc 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Drinks/red_bottle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Drinks/red_bottle.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/cheese.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Food/cheese.rsi/meta.json index 67cc605cc8..46d795f1d4 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Food/cheese.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Food/cheese.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Artista.rar", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/dough.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Food/dough.rsi/meta.json index d83c98c506..70e2d5e336 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Food/dough.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Food/dough.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "bun_cooked bun_cooked_slice_bottom bun_cooked_slice_top dough_medium Created by Artista.rar, bread_cooked dough_large dough_medium_flat created by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/egg.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Food/egg.rsi/meta.json index 9d973a39a3..1302cbe248 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Food/egg.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Food/egg.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By Prazat", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json index 9a4d39e225..51bdda6858 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "sheepmeat and sheepmeat_cooked By omsoyk, sheepmeat_slice and sheepmeat_slice_cooked by TheShuEd, cutlet and cutlet_cooked and meat_slice by Artista.rar", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Economy/cp_coin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Economy/cp_coin.rsi/meta.json index 73637d9080..6d6e88523d 100644 --- a/Resources/Textures/_CP14/Objects/Economy/cp_coin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Economy/cp_coin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Economy/gp_coin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Economy/gp_coin.rsi/meta.json index 73637d9080..6d6e88523d 100644 --- a/Resources/Textures/_CP14/Objects/Economy/gp_coin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Economy/gp_coin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Economy/pp_coin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Economy/pp_coin.rsi/meta.json index 73637d9080..6d6e88523d 100644 --- a/Resources/Textures/_CP14/Objects/Economy/pp_coin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Economy/pp_coin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Economy/sp_coin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Economy/sp_coin.rsi/meta.json index 73637d9080..6d6e88523d 100644 --- a/Resources/Textures/_CP14/Objects/Economy/sp_coin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Economy/sp_coin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Farm/cabbage.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Farm/cabbage.rsi/meta.json index 951fc11d1a..fcfd307bdf 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Farm/cabbage.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Farm/cabbage.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Flora/Farm/pumpkin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Farm/pumpkin.rsi/meta.json index 0d939a3753..5129199d9e 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Farm/pumpkin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Farm/pumpkin.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Flora/Farm/wheat.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Farm/wheat.rsi/meta.json index bac91552b6..6ad1478357 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Farm/wheat.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Farm/wheat.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Flora/Flowers/red_rose.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Flowers/red_rose.rsi/meta.json index 9d30296431..08bb0550ec 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Flowers/red_rose.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Flowers/red_rose.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Flowers/yellow_dayflin.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Flowers/yellow_dayflin.rsi/meta.json index 9d30296431..08bb0550ec 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Flowers/yellow_dayflin.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Flowers/yellow_dayflin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Wild/agaric.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Wild/agaric.rsi/meta.json index 10bdf6ee5e..c43ac7b3dc 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Wild/agaric.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Wild/agaric.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Wild/chromium_slime.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Wild/chromium_slime.rsi/meta.json index 41ffc95aa5..a6b1017c1e 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Wild/chromium_slime.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Wild/chromium_slime.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Wild/lumishroom.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Wild/lumishroom.rsi/meta.json index 10bdf6ee5e..c43ac7b3dc 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Wild/lumishroom.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Wild/lumishroom.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Flora/Wild/wild_sage.rsi/meta.json b/Resources/Textures/_CP14/Objects/Flora/Wild/wild_sage.rsi/meta.json index b58485d4be..d88a818626 100644 --- a/Resources/Textures/_CP14/Objects/Flora/Wild/wild_sage.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Flora/Wild/wild_sage.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Prazar for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/cloth.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/cloth.rsi/meta.json index 48b0dc8fe2..18a5465627 100644 --- a/Resources/Textures/_CP14/Objects/Materials/cloth.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/cloth.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/copper_bar.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/copper_bar.rsi/meta.json index b95cea32c8..833caa4735 100644 --- a/Resources/Textures/_CP14/Objects/Materials/copper_bar.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/copper_bar.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/copper_ore.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/copper_ore.rsi/meta.json index bde7103551..8c1e892cd5 100644 --- a/Resources/Textures/_CP14/Objects/Materials/copper_ore.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/copper_ore.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/dirt_block.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/dirt_block.rsi/meta.json index a4442f24fc..b54a50c076 100644 --- a/Resources/Textures/_CP14/Objects/Materials/dirt_block.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/dirt_block.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/dye.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/dye.rsi/meta.json index 6f253c43a1..db2d4f6e79 100644 --- a/Resources/Textures/_CP14/Objects/Materials/dye.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/dye.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/flora.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/flora.rsi/meta.json index bee38cbe15..edff6d2488 100644 --- a/Resources/Textures/_CP14/Objects/Materials/flora.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/flora.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten(Github/Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Materials/gold_bar.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/gold_bar.rsi/meta.json index b95cea32c8..833caa4735 100644 --- a/Resources/Textures/_CP14/Objects/Materials/gold_bar.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/gold_bar.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/gold_ore.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/gold_ore.rsi/meta.json index bde7103551..8c1e892cd5 100644 --- a/Resources/Textures/_CP14/Objects/Materials/gold_ore.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/gold_ore.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/iron_bar.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/iron_bar.rsi/meta.json index b95cea32c8..833caa4735 100644 --- a/Resources/Textures/_CP14/Objects/Materials/iron_bar.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/iron_bar.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/iron_ore.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/iron_ore.rsi/meta.json index bde7103551..8c1e892cd5 100644 --- a/Resources/Textures/_CP14/Objects/Materials/iron_ore.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/iron_ore.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/nails.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/nails.rsi/meta.json index c5542cd8e8..ec2e08def9 100644 --- a/Resources/Textures/_CP14/Objects/Materials/nails.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/nails.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/stone_block.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/stone_block.rsi/meta.json index 22b3064f69..7f3dba0cf3 100644 --- a/Resources/Textures/_CP14/Objects/Materials/stone_block.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/stone_block.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Materials/string.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/string.rsi/meta.json index cd9503cce9..83ea2f9a1a 100644 --- a/Resources/Textures/_CP14/Objects/Materials/string.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/string.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Github/Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Materials/wood.rsi/meta.json b/Resources/Textures/_CP14/Objects/Materials/wood.rsi/meta.json index 96f92850a1..076e17824e 100644 --- a/Resources/Textures/_CP14/Objects/Materials/wood.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Materials/wood.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Misc/artificial_flame.rsi/meta.json b/Resources/Textures/_CP14/Objects/Misc/artificial_flame.rsi/meta.json index 1e746e7ca4..3b55829373 100644 --- a/Resources/Textures/_CP14/Objects/Misc/artificial_flame.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Misc/artificial_flame.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd for CrystallPunk", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Alchemy/cauldron.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Alchemy/cauldron.rsi/meta.json index 49e0d50a9a..5ef7c324b7 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Alchemy/cauldron.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Alchemy/cauldron.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Specific/Alchemy/dropper.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Alchemy/dropper.rsi/meta.json index 7e21d2df46..f6c2f933e2 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Alchemy/dropper.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Alchemy/dropper.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Alchemy/mortar_pestle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Alchemy/mortar_pestle.rsi/meta.json index 30d5dcdde5..cd5e11801f 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Alchemy/mortar_pestle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Alchemy/mortar_pestle.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_small.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_small.rsi/meta.json index 0140eb3b5c..da3144d894 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_small.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_small.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_tiny.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_tiny.rsi/meta.json index 0140eb3b5c..da3144d894 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_tiny.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Alchemy/vial_tiny.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Blacksmith/melting_molds.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Blacksmith/melting_molds.rsi/meta.json index 7525882ddf..5380787aba 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Blacksmith/melting_molds.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Blacksmith/melting_molds.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Farming/seeds.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Farming/seeds.rsi/meta.json index 1dc8f3fd51..32c5e3d610 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Farming/seeds.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Farming/seeds.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/aura_scanner.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/aura_scanner.rsi/meta.json index 6369780fb1..7cabc6a62d 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/aura_scanner.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/aura_scanner.rsi/meta.json @@ -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 14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/powerline_gauntlet.rsi/meta.json b/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/powerline_gauntlet.rsi/meta.json index 6369780fb1..7cabc6a62d 100644 --- a/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/powerline_gauntlet.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Specific/Thaumaturgy/powerline_gauntlet.rsi/meta.json @@ -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 14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Tools/magic-lamp.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/magic-lamp.rsi/meta.json index c89f2d6a45..71c5f83907 100644 --- a/Resources/Textures/_CP14/Objects/Tools/magic-lamp.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Tools/magic-lamp.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "by Agoichi", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Tools/rope.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/rope.rsi/meta.json index 4f73de375c..b0a1db5a22 100644 --- a/Resources/Textures/_CP14/Objects/Tools/rope.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Tools/rope.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Github/Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Tools/scissors.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/scissors.rsi/meta.json index 3823b452b3..e08df2c0c6 100644 --- a/Resources/Textures/_CP14/Objects/Tools/scissors.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Tools/scissors.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Omsoyk for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Tools/wooden_bucket.rsi/meta.json b/Resources/Textures/_CP14/Objects/Tools/wooden_bucket.rsi/meta.json index 31b4c020d9..f5b4000e20 100644 --- a/Resources/Textures/_CP14/Objects/Tools/wooden_bucket.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Tools/wooden_bucket.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten (github/discord) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleHammer/battleHammer.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleHammer/battleHammer.rsi/meta.json index be331f8b74..3c093171e2 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleHammer/battleHammer.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleHammer/battleHammer.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) and modified by Jaraten for CrystallPunk", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleStaff/battleStaff.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleStaff/battleStaff.rsi/meta.json index 2c3cbc4e20..acf7bcaff3 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleStaff/battleStaff.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/BattleStaff/battleStaff.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/dagger.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/dagger.rsi/meta.json index 989a213394..0a251e01d5 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/dagger.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/dagger.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/ice_dagger.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/ice_dagger.rsi/meta.json index c2b6b38608..00c03264da 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/ice_dagger.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Dagger/ice_dagger.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/HandheldAxe/handheldAxe.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/HandheldAxe/handheldAxe.rsi/meta.json index 182b816e44..d0e8427409 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/HandheldAxe/handheldAxe.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/HandheldAxe/handheldAxe.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Hoe/hoe.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Hoe/hoe.rsi/meta.json index 182b816e44..d0e8427409 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Hoe/hoe.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Hoe/hoe.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/LightHammer/lightHammer.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/LightHammer/lightHammer.rsi/meta.json index 182b816e44..d0e8427409 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/LightHammer/lightHammer.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/LightHammer/lightHammer.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Mace/mace.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Mace/mace.rsi/meta.json index 56a5fc94bf..d5c2fdfff6 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Mace/mace.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Mace/mace.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by link (Discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Pickaxe/pickaxe.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Pickaxe/pickaxe.rsi/meta.json index f201495441..2033d083b2 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Pickaxe/pickaxe.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Pickaxe/pickaxe.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Shield/shield.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Shield/shield.rsi/meta.json index 3399c8c70d..636d51ec31 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Shield/shield.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Shield/shield.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Shovel/shovel.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Shovel/shovel.rsi/meta.json index 182b816e44..d0e8427409 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Shovel/shovel.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Shovel/shovel.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Sickle/sickle.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Sickle/sickle.rsi/meta.json index 989a213394..0a251e01d5 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Sickle/sickle.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Sickle/sickle.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/Sword/sword.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/Sword/sword.rsi/meta.json index 455d0a8dc5..a1e83b3a04 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/Sword/sword.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/Sword/sword.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/ThrowableSpear/throwableSpear.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/ThrowableSpear/throwableSpear.rsi/meta.json index 182b816e44..d0e8427409 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/ThrowableSpear/throwableSpear.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/ThrowableSpear/throwableSpear.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi/meta.json index 2c3cbc4e20..acf7bcaff3 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi/meta.json index 2c3cbc4e20..acf7bcaff3 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Ranged/Projectiles/crossbolt.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Ranged/Projectiles/crossbolt.rsi/meta.json index 530e0a3f60..7604c8d585 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Ranged/Projectiles/crossbolt.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Ranged/Projectiles/crossbolt.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/Weapons/Ranged/light_crossbow.rsi/meta.json b/Resources/Textures/_CP14/Objects/Weapons/Ranged/light_crossbow.rsi/meta.json index 7a96db564c..2b5c07ca1a 100644 --- a/Resources/Textures/_CP14/Objects/Weapons/Ranged/light_crossbow.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Weapons/Ranged/light_crossbow.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Objects/keys.rsi/meta.json b/Resources/Textures/_CP14/Objects/keys.rsi/meta.json index c976342ebf..9f0d6e7d4e 100644 --- a/Resources/Textures/_CP14/Objects/keys.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/keys.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Objects/sharpening_stone.rsi/meta.json b/Resources/Textures/_CP14/Objects/sharpening_stone.rsi/meta.json index 19328c5968..70b76f0a4a 100644 --- a/Resources/Textures/_CP14/Objects/sharpening_stone.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/sharpening_stone.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Decoration/mannequin.rsi/meta.json b/Resources/Textures/_CP14/Structures/Decoration/mannequin.rsi/meta.json index 27e2dcf30e..68a4eeb0cd 100644 --- a/Resources/Textures/_CP14/Structures/Decoration/mannequin.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Decoration/mannequin.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json index a9831376ad..34a0997c53 100644 --- a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by vladimir.s for CrystallPunk14", "size": { "x": 64, diff --git a/Resources/Textures/_CP14/Structures/Doors/wooden_door.rsi/meta.json b/Resources/Textures/_CP14/Structures/Doors/wooden_door.rsi/meta.json index 8b7d9ffe9a..b62799b8a8 100644 --- a/Resources/Textures/_CP14/Structures/Doors/wooden_door.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Doors/wooden_door.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By jaraten(discord)", "size": { "x": 64, diff --git a/Resources/Textures/_CP14/Structures/Dungeon/holes.rsi/meta.json b/Resources/Textures/_CP14/Structures/Dungeon/holes.rsi/meta.json index 637aefffe1..898dd87068 100644 --- a/Resources/Textures/_CP14/Structures/Dungeon/holes.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Dungeon/holes.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "by TheShuEd (discord)", "size": { "x": 64, diff --git a/Resources/Textures/_CP14/Structures/Flora/Farm/cabbage.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Farm/cabbage.rsi/meta.json index 8a7376ec6a..dfb966b4b9 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Farm/cabbage.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Farm/cabbage.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Flora/Farm/pumpkin.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Farm/pumpkin.rsi/meta.json index 8c898592a4..30e14d2088 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Farm/pumpkin.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Farm/pumpkin.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by omsoyk (Discord)", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Structures/Flora/Farm/wheat.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Farm/wheat.rsi/meta.json index 7190c499e3..215c910bae 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Farm/wheat.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Farm/wheat.rsi/meta.json @@ -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": 48, diff --git a/Resources/Textures/_CP14/Structures/Flora/Flowers/red_rose.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Flowers/red_rose.rsi/meta.json index d96f4144d2..a6a1aad1b3 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Flowers/red_rose.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Flowers/red_rose.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Flora/Flowers/yellow_dayflin.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Flowers/yellow_dayflin.rsi/meta.json index d96f4144d2..a6a1aad1b3 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Flowers/yellow_dayflin.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Flowers/yellow_dayflin.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Flora/Wild/agaric.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Wild/agaric.rsi/meta.json index 6555eb48c1..dfba47b6f7 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Wild/agaric.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Wild/agaric.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Flora/Wild/chromium_slime.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Wild/chromium_slime.rsi/meta.json index d23e620f21..7582efa4e7 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Wild/chromium_slime.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Wild/chromium_slime.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Flora/Wild/lumishroom.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Wild/lumishroom.rsi/meta.json index 6555eb48c1..dfba47b6f7 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Wild/lumishroom.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Wild/lumishroom.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Flora/Wild/wild_sage.rsi/meta.json b/Resources/Textures/_CP14/Structures/Flora/Wild/wild_sage.rsi/meta.json index e91fee36bf..9bd4b2087c 100644 --- a/Resources/Textures/_CP14/Structures/Flora/Wild/wild_sage.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Flora/Wild/wild_sage.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 32 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Prazar for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/wood.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/Tables/wood.rsi/meta.json index add7186f00..e6a73bd39f 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/Tables/wood.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/Tables/wood.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github) for CrystallPunk14 and resprite by Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Furniture/barrel.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/barrel.rsi/meta.json index e81a1b6c60..bcdd89d76b 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/barrel.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/barrel.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Prazat, modified by TheShuEd and Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Furniture/bonfire.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/bonfire.rsi/meta.json index 4a2d60c94c..3a92ca785f 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/bonfire.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/bonfire.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json index fd0a8590e4..3531ebf89d 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Furniture/cutting_board.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/cutting_board.rsi/meta.json index 01f797ef25..00107b6684 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/cutting_board.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/cutting_board.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By omsoyk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Furniture/wallmount_torch.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/wallmount_torch.rsi/meta.json index 0fc8575064..e318f0c4b4 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/wallmount_torch.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/wallmount_torch.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Agoichi for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Furniture/wooden_bed.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/wooden_bed.rsi/meta.json index 7b2f61f4c3..6f9c546484 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/wooden_bed.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/wooden_bed.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten(discord) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Furniture/workbench.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/workbench.rsi/meta.json index 2cc1c23fd9..99b6bffbc5 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/workbench.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/workbench.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten(discord) for CrystallPunk14", "size": { "x": 48, diff --git a/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_furnace.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_furnace.rsi/meta.json index 5b8cf9df17..daf0da842d 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_furnace.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_furnace.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten and TheShuEd (Github) for CrystallPunk 14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_vat.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_vat.rsi/meta.json index b893dba06b..1a3de9225f 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_vat.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Alchemy/alchemy_vat.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Specific/Alchemy/normalizer.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Alchemy/normalizer.rsi/meta.json index df73c4d886..bb9f91c500 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Alchemy/normalizer.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Alchemy/normalizer.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Specific/Farming/seedbed.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Farming/seedbed.rsi/meta.json index f0b7bbf8fb..eca3993994 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Farming/seedbed.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Farming/seedbed.rsi/meta.json @@ -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": 35, diff --git a/Resources/Textures/_CP14/Structures/Specific/Farming/soil.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Farming/soil.rsi/meta.json index 65b48ae5f5..74df594902 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Farming/soil.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Farming/soil.rsi/meta.json @@ -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": 48, diff --git a/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/Spreader.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/Spreader.rsi/meta.json index 05b3a2a7bc..80f72f5c53 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/Spreader.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/Spreader.rsi/meta.json @@ -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 14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/elemental_reactor.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/elemental_reactor.rsi/meta.json index 4ea579c198..5dff542fda 100644 --- a/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/elemental_reactor.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/Thaumaturgy/elemental_reactor.rsi/meta.json @@ -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": 48, diff --git a/Resources/Textures/_CP14/Structures/Specific/sharpening_stone.rsi/meta.json b/Resources/Textures/_CP14/Structures/Specific/sharpening_stone.rsi/meta.json index 52c6feb06f..b587ef45c8 100644 --- a/Resources/Textures/_CP14/Structures/Specific/sharpening_stone.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Specific/sharpening_stone.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json index ed4a1780d9..37dc824ea5 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/brasschest.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/coffin.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/coffin.rsi/meta.json index c65a3d3b26..dbfe658a9a 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/coffin.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/coffin.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "CrystallPunk14, modified by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/large_wooden_crate.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/large_wooden_crate.rsi/meta.json index 4220668b05..3680140092 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/large_wooden_crate.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/large_wooden_crate.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten (Github/discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/small_wooden_crate.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/small_wooden_crate.rsi/meta.json index 4220668b05..3680140092 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/small_wooden_crate.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/small_wooden_crate.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten (Github/discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json index ed4a1780d9..37dc824ea5 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Crates/woodenchest.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Agoichi (Github) for CrystallPunk, modified by Jaraten", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_cupboard.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_cupboard.rsi/meta.json index 514db827b8..1992589cbe 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_cupboard.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_cupboard.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten(discord) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_dresser.rsi/meta.json b/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_dresser.rsi/meta.json index 72c93d768b..4e7d8c56cc 100644 --- a/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_dresser.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Storage/Dressers/wood_dresser.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten(discord) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_32icon.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_32icon.rsi/meta.json index 19f8d327f0..07946d7945 100644 --- a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_32icon.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_32icon.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_crystal.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_crystal.rsi/meta.json index 4427634019..38bc3656f8 100644 --- a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_crystal.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_crystal.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_decor.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_decor.rsi/meta.json index 923c2b2042..397a36c18f 100644 --- a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_decor.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_decor.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By jaraten(discord), modified by TheShuEd", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_lamp.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_lamp.rsi/meta.json index b2fecd1e7b..1ec6cb1e05 100644 --- a/Resources/Textures/_CP14/Structures/Wallmount/wallmount_lamp.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallmount/wallmount_lamp.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by Jaraten for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallpaper/icons.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallpaper/icons.rsi/meta.json index 7fccdb0d4b..796538d3f3 100644 --- a/Resources/Textures/_CP14/Structures/Wallpaper/icons.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallpaper/icons.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github/discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_green.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_green.rsi/meta.json index 2c1c8db36e..4a802ffec7 100644 --- a/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_green.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_green.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github/discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_pink.rsi/meta.json b/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_pink.rsi/meta.json index 2c1c8db36e..4a802ffec7 100644 --- a/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_pink.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Wallpaper/wallpaper_pink.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Github/discord) for CrystallPunk", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_copper.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_copper.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_copper.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_copper.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_gold.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_gold.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_gold.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_gold.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_iron.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_iron.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_iron.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_iron.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_silver.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_silver.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_silver.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cave_stone_silver.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/cliffs.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/cliffs.rsi/meta.json index 60818a8cc2..bed8d79ddb 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/cliffs.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/cliffs.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By Jaraten(github/discord) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Walls/Natural/dirt_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/Natural/dirt_wall.rsi/meta.json index 63e831061e..1736fe4906 100644 --- a/Resources/Textures/_CP14/Structures/Walls/Natural/dirt_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/Natural/dirt_wall.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/bricks_stone_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/bricks_stone_wall.rsi/meta.json index fa612e4cb7..b9b7917050 100644 --- a/Resources/Textures/_CP14/Structures/Walls/bricks_stone_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/bricks_stone_wall.rsi/meta.json @@ -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, diff --git a/Resources/Textures/_CP14/Structures/Walls/bricks_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/bricks_wall.rsi/meta.json index 1e98c3a1d1..7fd149f378 100644 --- a/Resources/Textures/_CP14/Structures/Walls/bricks_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/bricks_wall.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By jaraten(discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/cardboard_wall.rsi/meta.json index b063d38bca..3848f69a02 100644 --- a/Resources/Textures/_CP14/Structures/Walls/cardboard_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/cardboard_wall.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd (Discord) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/cyan_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/cyan_wall.rsi/meta.json index f9383e70b7..92f3058058 100644 --- a/Resources/Textures/_CP14/Structures/Walls/cyan_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/cyan_wall.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten (Discord/Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/iron_grille.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/iron_grille.rsi/meta.json index ee1103738a..eacebd6412 100644 --- a/Resources/Textures/_CP14/Structures/Walls/iron_grille.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/iron_grille.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "by TheShuEd (github)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Walls/wall_frame.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/wall_frame.rsi/meta.json index d1720aa0e5..63985e3cda 100644 --- a/Resources/Textures/_CP14/Structures/Walls/wall_frame.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/wall_frame.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by TheShuEd for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Walls/whitebricks_stone_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/whitebricks_stone_wall.rsi/meta.json index 93941391b0..7cf4514836 100644 --- a/Resources/Textures/_CP14/Structures/Walls/whitebricks_stone_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/whitebricks_stone_wall.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten (Discord/Github) for CrystallPunk14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Walls/wooden_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/wooden_wall.rsi/meta.json index 033eda9a91..b9bc9194e6 100644 --- a/Resources/Textures/_CP14/Structures/Walls/wooden_wall.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Walls/wooden_wall.rsi/meta.json @@ -4,7 +4,7 @@ "x": 32, "y": 64 }, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "Created by jaraten (Discord/Github) for CrystallPunk14", "states": [ { diff --git a/Resources/Textures/_CP14/Structures/Windows/directional.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/directional.rsi/meta.json index 70bfd7803b..4939d495a4 100644 --- a/Resources/Textures/_CP14/Structures/Windows/directional.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Windows/directional.rsi/meta.json @@ -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 14", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Windows/stone_bricks_window.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/stone_bricks_window.rsi/meta.json index bf2f19e369..9598cbb276 100644 --- a/Resources/Textures/_CP14/Structures/Windows/stone_bricks_window.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Windows/stone_bricks_window.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By jaraten(discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Structures/Windows/wooden_window.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/wooden_window.rsi/meta.json index c5de3f14d5..fe667557ca 100644 --- a/Resources/Textures/_CP14/Structures/Windows/wooden_window.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Windows/wooden_window.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "All rights reserved for the CrystallPunk14 project only", + "license": "CLA", "copyright": "By jaraten(discord)", "size": { "x": 32, diff --git a/Resources/Textures/_CP14/Tiles/Dirt/attributions.yml b/Resources/Textures/_CP14/Tiles/Dirt/attributions.yml index b9afd2e58f..d30242a465 100644 --- a/Resources/Textures/_CP14/Tiles/Dirt/attributions.yml +++ b/Resources/Textures/_CP14/Tiles/Dirt/attributions.yml @@ -4,6 +4,6 @@ source: "https://github.com/crystallpunk-14/crystall-punk-14/" - files: ["double_edge.png", "single_edge.png"] - license: "All rights reserved for the CrystallPunk14 project only" + license: "CLA" copyright: "Created by TheShuEd" source: "https://github.com/crystallpunk-14/crystall-punk-14/" \ No newline at end of file diff --git a/Resources/Textures/_CP14/Tiles/Foundation/attributions.yml b/Resources/Textures/_CP14/Tiles/Foundation/attributions.yml index 5ab78656cc..05effb1731 100644 --- a/Resources/Textures/_CP14/Tiles/Foundation/attributions.yml +++ b/Resources/Textures/_CP14/Tiles/Foundation/attributions.yml @@ -1,4 +1,4 @@ - files: ["double_edge_down.png", "double_edge_left.png", "double_edge_right.png", "double_edge_top.png", "foundation.png", "single_edge.png"] - license: "All rights reserved for the CrystallPunk14 project only" + license: "CLA" copyright: "Created by TheShuEd" source: "https://github.com/crystallpunk-14/crystall-punk-14/" \ No newline at end of file diff --git a/Resources/Textures/_CP14/Tiles/attributions.yml b/Resources/Textures/_CP14/Tiles/attributions.yml index c1ae5e6814..12cc40fe5d 100644 --- a/Resources/Textures/_CP14/Tiles/attributions.yml +++ b/Resources/Textures/_CP14/Tiles/attributions.yml @@ -12,7 +12,7 @@ source: "https://github.com/crystallpunk-14/crystall-punk-14/" - files: ["stonebricks.png", "stonebricks_small_carved_1.png", "stonebricks_small_carved_2.png", "stonebricks_square_carved.png"] - license: "All rights reserved for the CrystallPunk14 project only" + license: "CLA" copyright: "Created by Jaraten for CrystallPunk14" source: "https://github.com/crystallpunk-14/crystall-punk-14/" @@ -27,6 +27,6 @@ source: "https://github.com/tgstation/tgstation/" - files: ["woodplanks_big_burned.png", "woodplanks_burned.png", "woodplanks_cruciform_burned.png", "woodplanks_stairways_burned.png"] - license: "All rights reserved for the CrystallPunk14 project only" + license: "CLA" copyright: "Created by Jaraten for CrystallPunk14" source: "https://github.com/crystallpunk-14/crystall-punk-14/" diff --git a/SPECIAL-CodTenAlt.txt b/SPECIAL-CodTenAlt.txt deleted file mode 100644 index 4200ac0767..0000000000 --- a/SPECIAL-CodTenAlt.txt +++ /dev/null @@ -1,45 +0,0 @@ -Разрешение на использование, редактирование и публикацию кода - -Я, TheShuEd, представляющий организацию Crystallpunk-14 (далее "Правообладатель"), являюсь единственным и полноправным владельцем всех прав на исходный код программы (далее "Программа"). - -Настоящим я предоставляю Alexandr G. a.k.a CodTenAlt (далее "Лицензиат") право на использование, редактирование и публикацию Программы при соблюдении следующих условий: - -1. Лицензиат имеет право использовать Программу для любых целей, включая коммерческие и некоммерческие. -2. Лицензиат имеет право редактировать и модифицировать Программу. -3. Лицензиат имеет право публиковать исходный и модифицированный код Программы только в следующих репозиториях: https://github.com/EscapeD-14/EscapeD-14. -4. Опубликованный исходный код может быть использован только для разработки, включая тестирование, внутри указанных репозиториев. -5. Лицензиат обязан сохранять все уведомления о праве собственности и авторских правах в исходном и модифицированном коде Программы. -6. Лицензиат обязуется указать организацию Crystallpunk-14 как оригинального автора Программы во всех публикациях, связанных с Программой. -7. Лицензиат не имеет права передавать или переуступать свои права на Программу третьим лицам без письменного разрешения Правообладателя. -8. Лицензиат не имеет права релицензировать Программу. -9. Правообладатель оставляет за собой право отозвать данное разрешение в любой момент по своему усмотрению. - -Это разрешение действительно с 13.08.2024 и действительно до 13.08.2026, если не будет отозвано ранее по усмотрению Правообладателя. - -Контактная информация для получения дополнительной информации или разрешений: -Discord: eshhhed - -13.08.2024 - -Permission for Use, Editing, and Publication of Code - -I, TheShuEd, representing the organization Crystallpunk-14 (hereinafter referred to as the "Rights Holder"), am the sole and exclusive owner of all rights to the source code of the program (hereinafter referred to as the "Program"). - -I hereby grant Alexandr G. a.k.a CodTenAlt (hereinafter referred to as the "Licensee") the right to use, edit, and publish the Program under the following conditions: - -1. The Licensee is granted the right to use the Program for any purpose, including commercial and non-commercial purposes. -2. The Licensee is granted the right to edit and modify the Program. -3. The Licensee is granted the right to publish the source and modified code of the Program only in the following repository: https://github.com/EscapeD-14/EscapeD-14. -4. The published source code may only be used for development purposes, including testing, within the specified repository. -5. The Licensee must retain all proprietary notices and copyright notices in the source and modified code of the Program. -6. The Licensee must credit the organization Crystallpunk-14 as the original author of the Program in all publications related to the Program. -7. The Licensee does not have the right to transfer or assign their rights to the Program to third parties without the written permission of the Rights Holder. -8. The Licensee does not have the right to relicense the Program. -9. The Rights Holder reserves the right to revoke this permission at any time at their discretion. - -This permission is effective from 13.08.2024 and is valid until 13.08.2026, unless revoked earlier at the discretion of the Rights Holder. - -Contact information for additional information or permissions: -Discord: eshhhed - -13.08.2024 \ No newline at end of file diff --git a/SPECIAL-TornadoTech.txt b/SPECIAL-TornadoTech.txt deleted file mode 100644 index 0b5d512fdd..0000000000 --- a/SPECIAL-TornadoTech.txt +++ /dev/null @@ -1,45 +0,0 @@ -Разрешение на использование, редактирование и публикацию кода - -Я, TheShuEd, представляющий организацию Crystallpunk-14 (далее "Правообладатель"), являюсь единственным и полноправным владельцем всех прав на исходный код программы (далее "Программа"). - -Настоящим я предоставляю Maltsev Daniil a.k.a TornadoTech(Tornado-Technology) (далее "Лицензиат") право на использование, редактирование и публикацию Программы при соблюдении следующих условий: - -1. Лицензиат имеет право использовать Программу для любых целей, включая коммерческие и некоммерческие. -2. Лицензиат имеет право редактировать и модифицировать Программу. -3. Лицензиат имеет право публиковать исходный и модифицированный код Программы только в следующих репозиториях: https://github.com/technologists-team/after-rain. -4. Опубликованный исходный код может быть использован только для разработки, включая тестирование, внутри указанных репозиториев. -5. Лицензиат обязан сохранять все уведомления о праве собственности и авторских правах в исходном и модифицированном коде Программы. -6. Лицензиат обязуется указать организацию Crystallpunk-14 как оригинального автора Программы во всех публикациях, связанных с Программой. -7. Лицензиат не имеет права передавать или переуступать свои права на Программу третьим лицам без письменного разрешения Правообладателя. -8. Лицензиат не имеет права релицензировать Программу. -9. Правообладатель оставляет за собой право отозвать данное разрешение в любой момент по своему усмотрению. - -Это разрешение действительно с 13.08.2024 и действительно до 13.08.2026, если не будет отозвано ранее по усмотрению Правообладателя. - -Контактная информация для получения дополнительной информации или разрешений: -Discord: eshhhed - -13.08.2024 - -Permission for Use, Editing, and Publication of Code - -I, TheShuEd, representing the organization Crystallpunk-14 (hereinafter referred to as the "Rights Holder"), am the sole and exclusive owner of all rights to the source code of the program (hereinafter referred to as the "Program"). - -I hereby grant Maltsev Daniil a.k.a TornadoTech (Tornado-Technology) (hereinafter referred to as the "Licensee") the right to use, edit, and publish the Program under the following conditions: - -1. The Licensee is granted the right to use the Program for any purpose, including commercial and non-commercial purposes. -2. The Licensee is granted the right to edit and modify the Program. -3. The Licensee is granted the right to publish the source and modified code of the Program only in the following repository: https://github.com/technologists-team/after-rain. -4. The published source code may only be used for development purposes, including testing, within the specified repository. -5. The Licensee must retain all proprietary notices and copyright notices in the source and modified code of the Program. -6. The Licensee must credit the organization Crystallpunk-14 as the original author of the Program in all publications related to the Program. -7. The Licensee does not have the right to transfer or assign their rights to the Program to third parties without the written permission of the Rights Holder. -8. The Licensee does not have the right to relicense the Program. -9. The Rights Holder reserves the right to revoke this permission at any time at their discretion. - -This permission is effective from 13.08.2024 and is valid until 13.08.2026, unless revoked earlier at the discretion of the Rights Holder. - -Contact information for additional information or permissions: -Discord: eshhhed - -13.08.2024 \ No newline at end of file diff --git a/Schemas/rga_validators.py b/Schemas/rga_validators.py index 96ebb0cde8..10b7052d39 100644 --- a/Schemas/rga_validators.py +++ b/Schemas/rga_validators.py @@ -15,7 +15,7 @@ class License(Validator): "CC0-1.0", "MIT", "Custom", # implies that the license is described in the copyright field. - "All rights reserved for the CrystallPunk14 project only" + "CLA" ] def _is_valid(self, value): diff --git a/Schemas/rsi.json b/Schemas/rsi.json index bc9222d811..78d669898e 100644 --- a/Schemas/rsi.json +++ b/Schemas/rsi.json @@ -84,7 +84,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"