Skip to content

Commit

Permalink
Update Copyright Notice to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombautsU committed Feb 19, 2024
1 parent aecf959 commit aabf26e
Show file tree
Hide file tree
Showing 62 changed files with 71 additions and 71 deletions.
4 changes: 2 additions & 2 deletions Source/PlasticSourceControl/PlasticSourceControl.Build.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

using UnrealBuildTool;

Expand All @@ -8,7 +8,7 @@ public PlasticSourceControl(ReadOnlyTargetRules Target) : base(Target)
{
PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs;

// Note: from UE5.4 onward, replaced by IWYUSupport = IWYUSupport.Full;
// Note: from UE5.4 onward, replaced by IWYUSupport = IWYUSupport.Full;
bEnforceIWYU = true;

PrivateDependencyModuleNames.AddRange(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/PlasticSourceControl/Private/Notification.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "Notification.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/PlasticSourceControl/Private/Notification.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
2 changes: 1 addition & 1 deletion Source/PlasticSourceControl/Private/PackageUtils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PackageUtils.h"

Expand Down
2 changes: 1 addition & 1 deletion Source/PlasticSourceControl/Private/PackageUtils.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlBranchesWindow.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#if ENGINE_MAJOR_VERSION == 5

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#if ENGINE_MAJOR_VERSION == 5

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlCommand.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down Expand Up @@ -38,7 +38,7 @@ class FPlasticSourceControlCommand : public IQueuedWork
/**
* This method is also used to tell the object to cleanup but not before
* the object has finished it's work.
*/
*/
virtual void DoThreadedWork() override;

/** Save any results and call any registered callbacks. */
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlConsole.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlMenu.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlModule.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlOperations.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

// Specialization of classes defined in Engine\Source\Developer\SourceControl\Public\SourceControlOperations.h

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlParsers.h"

Expand Down Expand Up @@ -58,7 +58,7 @@ bool ParseProfileInfo(TArray<FString>& InResults, const FString& InServerUrl, FS
* or "Branch /main@UE5PlasticPluginDev@test@cloud" (when connected to the cloud)
* or "Branch /main@rep:UE5OpenWorldPerfTest@repserver:test@cloud"
* or "Changeset 1234@UE5PlasticPluginDev@test@cloud" (when the workspace is switched on a changeset instead of a branch)
*/
*/
bool ParseWorkspaceInfo(TArray<FString>& InResults, FString& OutBranchName, FString& OutRepositoryName, FString& OutServerUrl)
{
if (InResults.Num() == 0)
Expand Down Expand Up @@ -266,7 +266,7 @@ static FPlasticSourceControlState StateFromStatusResult(const FString& InResult,
* @brief Parse status results in case of a regular operation for a list of files (not for a whole directory).
*
* This is the most common scenario, for any operation from the Content Browser or the View Changes window.
*
*
* In this case, iterates on the list of files the Editor provides,
* searching corresponding file status from the array of strings results of a "status" command.
*
Expand Down Expand Up @@ -495,7 +495,7 @@ class FPlasticFileinfoParser
/**
* Find the locks matching the file path from the list of locks
*
* Multiple matching locks can only happen if multiple destination branches are configured
* Multiple matching locks can only happen if multiple destination branches are configured
*/
TArray<FPlasticSourceControlLockRef> FindMatchingLocks(const TArray<FPlasticSourceControlLockRef>& InLocks, const FString& InPath)
{
Expand Down Expand Up @@ -667,7 +667,7 @@ static FString DecodeXmlEntities(const FString& InString)

/**
* Parse results of the 'cm history --moveddeleted --xml --encoding="utf-8"' command.
*
*
* Results of the history command looks like that:
<RevisionHistoriesResult>
<RevisionHistories>
Expand Down Expand Up @@ -951,7 +951,7 @@ bool ParseHistoryResults(const bool bInUpdateHistory, const FString& InResultFil
}

/* Parse results of the 'cm update --xml=tempfile.xml --encoding="utf-8"' command.
*
*
* Results of the update command looks like that:
<UpdatedItems>
<List>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlProvider.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlRevision.h"
#include "PlasticSourceControlModule.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlSettings.h"
#include "PlasticSourceControlModule.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlShell.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlState.h"
#include "PlasticSourceControlProjectSettings.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlStyle.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlUtils.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down Expand Up @@ -111,7 +111,7 @@ bool GetWorkspaceName(const FString& InWorkspaceRoot, FString& OutWorkspaceName,

/**
* Get workspace info: the current branch, repository name, and server URL
*
*
* @param OutBranchName Name of the current branch
* @param OutRepositoryName Name of the repository of the current workspace
* @param OutServerUrl URL/Port of the server of the repository
Expand Down Expand Up @@ -294,7 +294,7 @@ bool RunDeleteBranches(const TArray<FString>& InBranchNames, TArray<FString>& Ou
*/
bool UpdateCachedStates(TArray<FPlasticSourceControlState>&& InStates);

/**
/**
* Remove redundant errors (that contain a particular string) and also
* update the commands success status if all errors were removed.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlUtils.h"
#include "SoftwareVersion.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "PlasticSourceControlWorkspaceCreation.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "SPlasticSourceControlBranchRow.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "SPlasticSourceControlBranchesWidget.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "SPlasticSourceControlCreateBranch.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "SPlasticSourceControlDeleteBranches.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#pragma once

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Unity Technologies
// Copyright (c) 2024 Unity Technologies

#include "SPlasticSourceControlRenameBranch.h"

Expand Down
Loading

0 comments on commit aabf26e

Please sign in to comment.