diff --git a/SwordNGun/Config/DefaultGame.ini b/SwordNGun/Config/DefaultGame.ini index 7eb95af..c3d8543 100644 --- a/SwordNGun/Config/DefaultGame.ini +++ b/SwordNGun/Config/DefaultGame.ini @@ -6,5 +6,6 @@ ProjectName=Project Sword & Gun CompanyName=BoneSoft Homepage=kevinporetti.com SupportContact=kevinporetti@gmail.com -CopyrightNotice=Project Sword & Gun © 2021 Kevin Poretti +CopyrightNotice=Project Sword & Gun Copyright © 2021 Kevin Poretti +CompanyDistinguishedName=BoneSoft diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp index 04773ff..4872197 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp and b/SwordNGun/Source/SwordNGun/Private/Characters/SNGCharacterBase.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp index c633403..71c86f2 100644 Binary files a/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp and b/SwordNGun/Source/SwordNGun/Private/Characters/SNGProtagonist.cpp differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h index 4aebc20..f45c261 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h and b/SwordNGun/Source/SwordNGun/Public/Characters/SNGCharacterBase.h differ diff --git a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h index 0877ac9..cd23d71 100644 Binary files a/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h and b/SwordNGun/Source/SwordNGun/Public/Characters/SNGProtagonist.h differ diff --git a/SwordNGun/Source/SwordNGun/SNGGameModeBase.cpp b/SwordNGun/Source/SwordNGun/SNGGameModeBase.cpp index cd00b68..871b112 100644 --- a/SwordNGun/Source/SwordNGun/SNGGameModeBase.cpp +++ b/SwordNGun/Source/SwordNGun/SNGGameModeBase.cpp @@ -1,4 +1,4 @@ -// Copyright Epic Games, Inc. All Rights Reserved. +// Project Sword & Gun Copyright © 2021 Kevin Poretti #include "SNGGameModeBase.h" diff --git a/SwordNGun/Source/SwordNGun/SNGGameModeBase.h b/SwordNGun/Source/SwordNGun/SNGGameModeBase.h index 0da54d3..f69d294 100644 --- a/SwordNGun/Source/SwordNGun/SNGGameModeBase.h +++ b/SwordNGun/Source/SwordNGun/SNGGameModeBase.h @@ -1,4 +1,4 @@ -// Copyright Epic Games, Inc. All Rights Reserved. +// Project Sword & Gun Copyright © 2021 Kevin Poretti #pragma once diff --git a/SwordNGun/Source/SwordNGun/SNGTypes.h b/SwordNGun/Source/SwordNGun/SNGTypes.h index f92a670..10356ac 100644 Binary files a/SwordNGun/Source/SwordNGun/SNGTypes.h and b/SwordNGun/Source/SwordNGun/SNGTypes.h differ diff --git a/SwordNGun/Source/SwordNGun/SwordNGun.cpp b/SwordNGun/Source/SwordNGun/SwordNGun.cpp index 24f48ac..6ed4500 100644 --- a/SwordNGun/Source/SwordNGun/SwordNGun.cpp +++ b/SwordNGun/Source/SwordNGun/SwordNGun.cpp @@ -1,4 +1,4 @@ -// Copyright Epic Games, Inc. All Rights Reserved. +// Project Sword & Gun Copyright © 2021 Kevin Poretti #include "SwordNGun.h" #include "Modules/ModuleManager.h" diff --git a/SwordNGun/Source/SwordNGun/SwordNGun.h b/SwordNGun/Source/SwordNGun/SwordNGun.h index 677c8e2..87e8a6e 100644 --- a/SwordNGun/Source/SwordNGun/SwordNGun.h +++ b/SwordNGun/Source/SwordNGun/SwordNGun.h @@ -1,4 +1,4 @@ -// Copyright Epic Games, Inc. All Rights Reserved. +// Project Sword & Gun Copyright © 2021 Kevin Poretti #pragma once