summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/nullpo.c5
-rw-r--r--src/common/nullpo.h5
2 files changed, 6 insertions, 4 deletions
diff --git a/src/common/nullpo.c b/src/common/nullpo.c
index 20180dd3b..1cb471aff 100644
--- a/src/common/nullpo.c
+++ b/src/common/nullpo.c
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena Dev Teams
#include <stdio.h>
#include <stdarg.h>
diff --git a/src/common/nullpo.h b/src/common/nullpo.h
index 05484135c..581252cca 100644
--- a/src/common/nullpo.h
+++ b/src/common/nullpo.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena Dev Teams
#ifndef COMMON_NULLPO_H
#define COMMON_NULLPO_H