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/char/char.c | 5 +++-- src/char/int_guild.c | 2 +- src/char/int_pet.c | 2 +- src/common/core.c | 2 +- src/common/core.h | 2 +- src/common/mapindex.c | 2 +- src/common/sql.c | 2 +- src/common/sql.h | 2 +- src/login/login.c | 2 +- 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 +- 26 files changed, 28 insertions(+), 27 deletions(-) diff --git a/src/char/char.c b/src/char/char.c index b6c88623c..e7220aa36 100644 --- a/src/char/char.c +++ b/src/char/char.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 "../common/cbasetypes.h" #include "../common/core.h" diff --git a/src/char/int_guild.c b/src/char/int_guild.c index e25ebd902..7c2086722 100644 --- a/src/char/int_guild.c +++ b/src/char/int_guild.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/char/int_pet.c b/src/char/int_pet.c index 7a6c217f9..311ccd4be 100644 --- a/src/char/int_pet.c +++ b/src/char/int_pet.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/common/core.c b/src/common/core.c index 73416497d..4495cf1a2 100644 --- a/src/common/core.c +++ b/src/common/core.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/common/core.h b/src/common/core.h index dc4db6004..ccdfa6c35 100644 --- a/src/common/core.h +++ b/src/common/core.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/common/mapindex.c b/src/common/mapindex.c index 685af641c..edf9f26f8 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.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/common/sql.c b/src/common/sql.c index c0ab19e4e..3df9bc1c5 100644 --- a/src/common/sql.c +++ b/src/common/sql.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/common/sql.h b/src/common/sql.h index ebbd1711f..319581504 100644 --- a/src/common/sql.h +++ b/src/common/sql.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/login/login.c b/src/login/login.c index 984326532..1ced8cb93 100644 --- a/src/login/login.c +++ b/src/login/login.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.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-60-g2f50