Skip to content

Commit 9c3e8a8

Browse files
committed
Updated Copyrights
1 parent 4c75783 commit 9c3e8a8

27 files changed

Lines changed: 27 additions & 27 deletions

Source/Attributes/Attributes.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
using UnrealBuildTool;
44

Source/Attributes/Private/AttrCategory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "AttrCategory.h"
44
#include "AttributesSettings.h"

Source/Attributes/Private/AttrModifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "AttrModifier.h"
44
#include "FloatAttr.h"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "AttributesFunctionLibrary.h"

Source/Attributes/Private/AttributesModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "AttributesModule.h"
44
#include "AttributesSettings.h"

Source/Attributes/Private/AttributesSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "AttributesSettings.h"
44
#include "AttributesModule.h"

Source/Attributes/Private/FloatAttr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#include "FloatAttr.h"
44
#include "AttributesModule.h"

Source/Attributes/Public/AttrCategory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#pragma once
44

Source/Attributes/Public/AttrModifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#pragma once
44

Source/Attributes/Public/AttributesFunctionLibrary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2015-2018 Piperift. All Rights Reserved.
1+
// Copyright 2015-2019 Piperift. All Rights Reserved.
22

33
#pragma once
44

0 commit comments

Comments
 (0)