From dac7186c370db4fa7d15fc0d223a6cfecb0e810b Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 16 Feb 2013 19:43:15 -0200 Subject: Updating the Headers across source files And adding missing ones. Signed-off-by: shennetsind --- src/map/battle.c | 2 +- src/map/battle.h | 2 +- src/map/chrif.c | 2 +- src/map/clif.c | 2 +- src/map/elemental.c | 2 +- src/map/homunculus.c | 2 +- src/map/map.c | 2 +- src/map/map.h | 2 +- src/map/mercenary.c | 2 +- src/map/mob.c | 2 +- src/map/npc.c | 2 +- src/map/pc.c | 2 +- src/map/pc.h | 2 +- src/map/script.c | 2 +- src/map/skill.c | 2 +- src/map/status.c | 2 +- src/map/unit.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) (limited to 'src/map') diff --git a/src/map/battle.c b/src/map/battle.c index a6605da5e..cfb3df52e 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/battle.h b/src/map/battle.h index e3a0a51ab..14bd70fee 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/chrif.c b/src/map/chrif.c index 06eef0564..573fd8501 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/clif.c b/src/map/clif.c index 7b4025b9d..ed2044127 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/elemental.c b/src/map/elemental.c index 33ef4d1b9..453845288 100644 --- a/src/map/elemental.c +++ b/src/map/elemental.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/homunculus.c b/src/map/homunculus.c index 92868c7c7..6cc671526 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/map.c b/src/map/map.c index 901234687..c02506073 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/map.h b/src/map/map.h index 861a55d0a..38d9726cb 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/mercenary.c b/src/map/mercenary.c index a97651b87..665e6aeac 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/mob.c b/src/map/mob.c index 4f28923e9..b85238899 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/npc.c b/src/map/npc.c index 671b4485a..d734381af 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/pc.c b/src/map/pc.c index ad779a268..77b9948c4 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/pc.h b/src/map/pc.h index 6e56a612e..1b00b7191 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/script.c b/src/map/script.c index fe00599a6..dd137d575 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/skill.c b/src/map/skill.c index 86a03b64b..ccf25f911 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/status.c b/src/map/status.c index 97b7c61a1..b07625322 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams diff --git a/src/map/unit.c b/src/map/unit.c index 60de14093..4ca64d7f8 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1,4 +1,4 @@ -// Copyright (c) Hercules dev team, licensed under GNU GPL. +// Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file // Portions Copyright (c) Athena Dev Teams -- cgit v1.2.3-70-g09d2