Skip to content

Commit

Permalink
add copyright to all source code files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Feb 13, 2018
1 parent 0a01a0e commit e5a8904
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/Stomt.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtAPI.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtConfig.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtJsonObject.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtJsonValue.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtLabel.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtPlugin.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtPluginWidget.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtRestRequest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Private/StomtTrack.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/Stomt.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtAPI.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtConfig.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtJsonObject.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtJsonValue.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtJsonValue.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtLabel.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtPlugin.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "ModuleManager.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtPluginPrivatePCH.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "CoreUObject.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtPluginWidget.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "Runtime/UMG/Public/UMG.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtRestRequest.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
1 change: 1 addition & 0 deletions Source/StomtPlugin/Public/StomtTrack.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.
#pragma once

#include "StomtPluginPrivatePCH.h"
Expand Down
2 changes: 2 additions & 0 deletions Source/StomtPlugin/StomtPlugin.Build.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2018 STOMT GmbH. All Rights Reserved.

using UnrealBuildTool;
using System.IO;

Expand Down

0 comments on commit e5a8904

Please sign in to comment.