diff --git a/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs b/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs index 1e17cbaa1a..863eea351a 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchBoundUserInterface.cs @@ -1,4 +1,13 @@ -using Content.Shared._CP14.Workbench; +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + +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..848205e9ac 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchRecipeControl.xaml.cs @@ -1,4 +1,13 @@ -using Content.Shared.Stacks; +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + +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..c6dd532c2b 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml.cs @@ -1,4 +1,13 @@ -using Content.Shared._CP14.Workbench; +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + +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..718012c835 100644 --- a/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs +++ b/Content.Client/_CP14/Workbench/CP14WorkbenchWindow.xaml.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + using Content.Shared._CP14.Workbench; using Content.Shared._CP14.Workbench.Prototypes; using Robust.Client.AutoGenerated; diff --git a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs index 6ff737d640..8267d67835 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchComponent.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + 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..6c0589179d 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.UI.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + 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 6990b028bb..7cd8111894 100644 --- a/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs +++ b/Content.Server/_CP14/Workbench/CP14WorkbenchSystem.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + using Content.Server.DoAfter; using Content.Server.Popups; using Content.Server.Stack; diff --git a/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs b/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs index 6b512d7892..61e2055153 100644 --- a/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs +++ b/Content.Shared/_CP14/Workbench/CP14WorkbenchUI.cs @@ -1,4 +1,13 @@ -using Content.Shared._CP14.Workbench.Prototypes; +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + +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 f0dbf789c8..48ff399b71 100644 --- a/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs +++ b/Content.Shared/_CP14/Workbench/Prototypes/CP14WorkbenchRecipePrototype.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + 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..575f145c20 100644 --- a/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs +++ b/Content.Shared/_CP14/Workbench/SharedCP14WorkbenchSystem.cs @@ -1,3 +1,12 @@ +/* + * All right reserved to Crystallpunk. + * + * BUT this file is sublicensed under CLA License for next projects: + * https://github.com/technologists-team/after-rain + * https://github.com/EscapeD-14/EscapeD-14 + * + */ + using Content.Shared._CP14.Workbench.Prototypes; using Content.Shared.DoAfter; using Robust.Shared.Prototypes; 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..f7ff9f4ca6 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,7 +1,7 @@ { "version": 1, "license": "All rights reserved for the CrystallPunk14 project only", - "copyright": "Created by TheShuEd (Github) for CrystallPunk14", + "copyright": "Created by TheShuEd (Github) for CrystallPunk14. This file sublicensed under CLA for https://github.com/technologists-team/after-rain", "size": { "x": 32, "y": 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..f7ff9f4ca6 100644 --- a/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json +++ b/Resources/Textures/_CP14/Mobs/Species/Human/parts.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "All rights reserved for the CrystallPunk14 project only", - "copyright": "Created by TheShuEd (Github) for CrystallPunk14", + "copyright": "Created by TheShuEd (Github) for CrystallPunk14. This file sublicensed under CLA for https://github.com/technologists-team/after-rain", "size": { "x": 32, "y": 32