Skip to content

Commit 703e002

Browse files
committed
Updated copyright. Upgraded to 5.0
1 parent cacf1de commit 703e002

File tree

92 files changed

+116
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+116
-111
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions

Prefabricator.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"CreatedBy" : "Code Respawn",
77
"CreatedByURL" : "http://prefabricator.dev",
88
"DocsURL": "http://docs.prefabricator.dev",
9-
"EngineVersion" : "5.0EA",
9+
"EngineVersion" : "5.0",
1010
"Description" : "Create Prefabs in Unreal Engine",
1111
"Category" : "Prefab",
1212
"EnabledByDefault" : true,

Source/ConstructionSystemEditor/Private/ConstructionSystemEditorModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystemEditorModule.h"
44

Source/ConstructionSystemEditor/Private/Utils/ProjectSettingsUpdater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "Utils/ProjectSettingsUpdater.h"
44

Source/ConstructionSystemEditor/Public/ConstructionSystemEditorModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#pragma once
44
#include "CoreMinimal.h"

Source/ConstructionSystemEditor/Public/Utils/ProjectSettingsUpdater.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#pragma once
44
#include "CoreMinimal.h"

Source/ConstructionSystemRuntime/Private/ConstructionSystem/ConstructionSystemCursor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/ConstructionSystemCursor.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/ConstructionSystemSnap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/ConstructionSystemSnap.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/Tools/ConstructionSystemBuildTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/Tools/ConstructionSystemBuildTool.h"
44

Source/ConstructionSystemRuntime/Private/ConstructionSystem/Tools/ConstructionSystemRemoveTool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//$ Copyright 2015-21, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
1+
//$ Copyright 2015-22, Code Respawn Technologies Pvt Ltd - All Rights Reserved $//
22

33
#include "ConstructionSystem/Tools/ConstructionSystemRemoveTool.h"
44

0 commit comments

Comments
 (0)