Skip to content

Commit 971ec90

Browse files
committed
Fixed copyright notice.
1 parent 4f88136 commit 971ec90

16 files changed

+16
-16
lines changed

Source/TextAsset/Public/TextAsset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#pragma once
44

Source/TextAsset/TextAsset.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
namespace UnrealBuildTool.Rules
44
{

Source/TextAssetEditor/Private/AssetTools/TextAssetActions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#include "TextAssetEditorPrivatePCH.h"
44
#include "TextAssetActions.h"

Source/TextAssetEditor/Private/AssetTools/TextAssetActions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#pragma once
44

Source/TextAssetEditor/Private/Factories/TextAssetFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#include "TextAssetEditorPrivatePCH.h"
44
#include "TextAssetFactory.h"

Source/TextAssetEditor/Private/Factories/TextAssetFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#pragma once
44

Source/TextAssetEditor/Private/Factories/TextAssetFactoryNew.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#include "TextAssetEditorPrivatePCH.h"
44
#include "TextAssetFactoryNew.h"

Source/TextAssetEditor/Private/Factories/TextAssetFactoryNew.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#pragma once
44

Source/TextAssetEditor/Private/Styles/TextAssetEditorStyle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#pragma once
44

Source/TextAssetEditor/Private/TextAssetEditorModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
1+
// Copyright 2015 Headcrash Industries LLC. All Rights Reserved.
22

33
#include "TextAssetEditorPrivatePCH.h"
44
#include "AssetEditorToolkit.h"

0 commit comments

Comments
 (0)