Skip to content

Commit 229ab67

Browse files
committed
Updated copyright
1 parent 2800e0b commit 229ab67

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Source/CheckAppInstance/CheckAppInstance.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Some copyright should be here...
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
22

33
using UnrealBuildTool;
44

Source/CheckAppInstance/Private/CheckAppInstance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Andrew Bindraw. All Rights Reserved.
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
22

33
#include "CheckAppInstance.h"
44

Source/CheckAppInstance/Private/CheckAppInstanceBPLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Andrew Bindraw. All Rights Reserved.
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
22

33
#include "CheckAppInstanceBPLibrary.h"
44
#include "CheckAppInstance.h"

Source/CheckAppInstance/Public/CheckAppInstance.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Andrew Bindraw. All Rights Reserved.
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
22

33
#pragma once
44

Source/CheckAppInstance/Public/CheckAppInstanceBPLibrary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Andrew Bindraw. All Rights Reserved.
1+
// Copyright 2024 Andrew Bindraw. All Rights Reserved.
22

33
#pragma once
44

0 commit comments

Comments
 (0)