diff options
-rw-r--r-- | src/char/pincode.c | 1 | ||||
-rw-r--r-- | src/char/pincode.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/char/pincode.c b/src/char/pincode.c index 2603df2d8..d51953448 100644 --- a/src/char/pincode.c +++ b/src/char/pincode.c @@ -1,5 +1,6 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file +// Portions Copyright (c) Athena Dev Teams #include "../common/cbasetypes.h" #include "../common/mmo.h" diff --git a/src/char/pincode.h b/src/char/pincode.h index 358f21ff7..a17f70de5 100644 --- a/src/char/pincode.h +++ b/src/char/pincode.h @@ -1,5 +1,6 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file +// Portions Copyright (c) Athena Dev Teams #ifndef _PINCODE_H_ #define _PINCODE_H_ |