diff options
author | shennetsind <ind@henn.et> | 2013-02-16 19:43:15 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 19:43:15 -0200 |
commit | dac7186c370db4fa7d15fc0d223a6cfecb0e810b (patch) | |
tree | f82b113f4a4539b401254ba17743695ae7b2e1dc /src/common | |
parent | d8280002947c462b0bb731c12c20efc301ccb891 (diff) | |
download | hercules-dac7186c370db4fa7d15fc0d223a6cfecb0e810b.tar.gz hercules-dac7186c370db4fa7d15fc0d223a6cfecb0e810b.tar.bz2 hercules-dac7186c370db4fa7d15fc0d223a6cfecb0e810b.tar.xz hercules-dac7186c370db4fa7d15fc0d223a6cfecb0e810b.zip |
Updating the Headers across source files
And adding missing ones.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/core.c | 2 | ||||
-rw-r--r-- | src/common/core.h | 2 | ||||
-rw-r--r-- | src/common/mapindex.c | 2 | ||||
-rw-r--r-- | src/common/sql.c | 2 | ||||
-rw-r--r-- | src/common/sql.h | 2 |
5 files changed, 5 insertions, 5 deletions
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 |