Skip to content

Commit

Permalink
Release Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Dec 12, 2023
1 parent 9df8429 commit 87f711c
Show file tree
Hide file tree
Showing 22 changed files with 107 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Some copyright should be here...
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

using UnrealBuildTool;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#include "BPLibrary.h"

#include "AssetRegistry/AssetRegistryModule.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#include "BlueprintToRSTDoc.h"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#include "Commands.h"

#define LOCTEXT_NAMESPACE "BlueprintToRSTDoc"
Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Private/Style.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#include "Style.h"

#include "Interfaces/IPluginManager.h"
Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Public/BPLibrary.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

#include "Kismet/BlueprintFunctionLibrary.h"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Public/Commands.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

#include "Framework/Commands/Commands.h"
Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Public/Common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

#define ERROR_MESSAGE_BOX(Message) \
Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Public/Settings.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

#include "UObject/ObjectMacros.h"
Expand Down
9 changes: 9 additions & 0 deletions BlueprintToRSTDoc/Source/BlueprintToRSTDoc/Public/Style.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*!
* BlueprintToRSTDoc
*
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/

#pragma once

#include "Styling/SlateStyle.h"
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleProject/Source/SampleProject.Target.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SampleProject
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SampleProject
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SampleProject
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleProject/Source/SampleProject/SampleProject.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SampleProject
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion samples/SampleProject/Source/SampleProjectEditor.Target.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* SampleProject
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* FunctionalTest
*
* Copyright (c) 2019-2023 nutti
* Copyright (c) 2020-2023 nutti
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
Expand Down

0 comments on commit 87f711c

Please sign in to comment.