-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update copyright notice to put back a date
As required by the Unreal Engine Marketplace guidelines // Copyright (c) 2023 Unity Technologies
- Loading branch information
1 parent
769ead3
commit b83292f
Showing
41 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
using UnrealBuildTool; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/IPlasticSourceControlWorker.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "PackageUtils.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlChangelist.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#if ENGINE_MAJOR_VERSION == 5 | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlChangelist.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlChangelistState.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#if ENGINE_MAJOR_VERSION == 5 | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlChangelistState.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlCommand.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlCommand.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlConsole.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlConsole.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlMenu.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "PlasticSourceControlMenu.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlModule.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlModule.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlOperations.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlOperations.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlProjectSettings.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlProvider.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlProvider.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlRevision.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlRevision.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlSettings.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlSettings.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlShell.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "PlasticSourceControlShell.h" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlShell.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlState.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlState.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlUtils.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "PlasticSourceControlUtils.h" | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlUtils.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlUtilsTests.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlVersions.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlWorkspaceCreation.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/PlasticSourceControlWorkspaceCreation.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/SPlasticSourceControlSettings.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Source/PlasticSourceControl/Private/SPlasticSourceControlSettings.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "ScopedTempFile.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#include "SoftwareVersion.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Copyright Unity Technologies | ||
// Copyright (c) 2023 Unity Technologies | ||
|
||
#pragma once | ||
|
||
|