diff options
author | shennetsind <ind@henn.et> | 2013-12-18 16:47:55 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-12-18 16:47:55 -0200 |
commit | 2fbfedddcd5b7b67eb465e162a4de08ffcb1b298 (patch) | |
tree | b32224db04abf4fec9bfd56f0859f0e615b82d32 /src/common/nullpo.c | |
parent | 8f252ba269b5ad0eaca56a27914bee818b5fc427 (diff) | |
download | hercules-2fbfedddcd5b7b67eb465e162a4de08ffcb1b298.tar.gz hercules-2fbfedddcd5b7b67eb465e162a4de08ffcb1b298.tar.bz2 hercules-2fbfedddcd5b7b67eb465e162a4de08ffcb1b298.tar.xz hercules-2fbfedddcd5b7b67eb465e162a4de08ffcb1b298.zip |
Follow up a23d072a66d2569ba13921522be3c82ae9aad576
just updating the headers since they were modified.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common/nullpo.c')
-rw-r--r-- | src/common/nullpo.c | 5 |
1 files changed, 3 insertions, 2 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> |