Skip to content

Commit a05c748

Browse files
committed
standardize notice
- only build.cs has likely code leftover from upstream
1 parent eb89157 commit a05c748

File tree

6 files changed

+10
-3
lines changed

6 files changed

+10
-3
lines changed

Source/LlamaCore/LlamaCore.Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 Mika Pi
1+
// Copyright 2025-current Getnamo, 2022-23 Mika Pi.
22

33
using System;
44
using System.IO;

Source/LlamaCore/Private/Internal/LlamaInternal.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025-current Getnamo.
2+
13
#include "Internal/LlamaInternal.h"
24
#include "common/common.h"
35
#include "common/sampling.h"

Source/LlamaCore/Private/LlamaCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Mika Pi, Modifications 2025-current Getnamo
1+
// Copyright 2025-current Getnamo.
22

33
#include "LlamaCore.h"
44

Source/LlamaCore/Private/LlamaUtility.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright 2025-current Getnamo.
2+
13
#include "LlamaUtility.h"
24
#include "Misc/Paths.h"
35

Source/LlamaCore/Public/LlamaCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Mika Pi, Modifications 2025-current Getnamo
1+
// Copyright 2025-current Getnamo.
22

33
#pragma once
44

Source/LlamaCore/Public/LlamaUtility.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
// Copyright 2025-current Getnamo.
2+
13
#pragma once
4+
25
#include "CoreMinimal.h"
36

47
DECLARE_LOG_CATEGORY_EXTERN(LlamaLog, Log, All);

0 commit comments

Comments
 (0)