From 421ea5a1b1dc35ff6e6be6f7a0001a5ae99eec10 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 4 Nov 2015 17:42:54 +0100 Subject: Added GPL-compliant header to all sources and build scripts Signed-off-by: Haru --- 3rdparty/libconfig/AUTHORS | 1 + 3rdparty/libconfig/Makefile.in | 20 ++++++++++++++++++-- 3rdparty/libconfig/extra/gen/grammar.y | 1 + 3rdparty/libconfig/extra/gen/scanner.l | 1 + 3rdparty/libconfig/libconfig.c | 1 + 3rdparty/libconfig/libconfig.h | 1 + 3rdparty/libconfig/parsectx.h | 1 + 3rdparty/libconfig/scanctx.c | 1 + 3rdparty/libconfig/scanctx.h | 1 + 3rdparty/libconfig/strbuf.c | 1 + 3rdparty/libconfig/strbuf.h | 1 + 3rdparty/libconfig/wincompat.h | 1 + 3rdparty/mt19937ar/Makefile.in | 20 ++++++++++++++++++-- 13 files changed, 47 insertions(+), 4 deletions(-) (limited to '3rdparty') diff --git a/3rdparty/libconfig/AUTHORS b/3rdparty/libconfig/AUTHORS index f3f746557..6508bb207 100644 --- a/3rdparty/libconfig/AUTHORS +++ b/3rdparty/libconfig/AUTHORS @@ -1,4 +1,5 @@ +Haru - Herclues extensions and maintainer of the Hercules fork. Mark Lindner - Lead developer & maintainer. Daniel Marjamäki - Enhancements & bugfixes. Andrew Tytula - Windows port. diff --git a/3rdparty/libconfig/Makefile.in b/3rdparty/libconfig/Makefile.in index 4eb1acc16..690dc90bf 100644 --- a/3rdparty/libconfig/Makefile.in +++ b/3rdparty/libconfig/Makefile.in @@ -1,5 +1,21 @@ -# Copyright (c) Hercules Dev Team, licensed under GNU GPL. -# See the LICENSE file +# This file is part of Hercules. +# http://herc.ws - http://github.com/HerculesWS/Hercules +# +# Copyright (C) 2012-2015 Hercules Dev Team +# Copyright (C) Athena Dev Teams +# +# Hercules is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # @configure_input@ diff --git a/3rdparty/libconfig/extra/gen/grammar.y b/3rdparty/libconfig/extra/gen/grammar.y index 026547a17..7eab74780 100644 --- a/3rdparty/libconfig/extra/gen/grammar.y +++ b/3rdparty/libconfig/extra/gen/grammar.y @@ -1,6 +1,7 @@ /* -*- mode: C -*- */ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/extra/gen/scanner.l b/3rdparty/libconfig/extra/gen/scanner.l index 7c71f047e..6bcce8116 100644 --- a/3rdparty/libconfig/extra/gen/scanner.l +++ b/3rdparty/libconfig/extra/gen/scanner.l @@ -1,6 +1,7 @@ /* -*- mode: C -*- */ /* -------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/libconfig.c b/3rdparty/libconfig/libconfig.c index 8f2b3fb42..3d03ede9a 100644 --- a/3rdparty/libconfig/libconfig.c +++ b/3rdparty/libconfig/libconfig.c @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/libconfig.h b/3rdparty/libconfig/libconfig.h index b0ab8f9f7..cc5c5b79f 100644 --- a/3rdparty/libconfig/libconfig.h +++ b/3rdparty/libconfig/libconfig.h @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/parsectx.h b/3rdparty/libconfig/parsectx.h index 0beb1111c..732e5f20d 100644 --- a/3rdparty/libconfig/parsectx.h +++ b/3rdparty/libconfig/parsectx.h @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/scanctx.c b/3rdparty/libconfig/scanctx.c index e057d50bc..f2fe8cd80 100644 --- a/3rdparty/libconfig/scanctx.c +++ b/3rdparty/libconfig/scanctx.c @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/scanctx.h b/3rdparty/libconfig/scanctx.h index b8cc11e3d..9bb1f1a0d 100644 --- a/3rdparty/libconfig/scanctx.h +++ b/3rdparty/libconfig/scanctx.h @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/strbuf.c b/3rdparty/libconfig/strbuf.c index d2a667a7c..1ed17a899 100644 --- a/3rdparty/libconfig/strbuf.c +++ b/3rdparty/libconfig/strbuf.c @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/strbuf.h b/3rdparty/libconfig/strbuf.h index 90afd44c8..8b451e730 100644 --- a/3rdparty/libconfig/strbuf.h +++ b/3rdparty/libconfig/strbuf.h @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/libconfig/wincompat.h b/3rdparty/libconfig/wincompat.h index cfea2ec33..418191972 100644 --- a/3rdparty/libconfig/wincompat.h +++ b/3rdparty/libconfig/wincompat.h @@ -1,5 +1,6 @@ /* ---------------------------------------------------------------------------- libconfig - A library for processing structured configuration files + Copyright (C) 2013-2015 Hercules Dev Team Copyright (C) 2005-2010 Mark A Lindner This file is part of libconfig. diff --git a/3rdparty/mt19937ar/Makefile.in b/3rdparty/mt19937ar/Makefile.in index 9f49f3a81..fde5e88f5 100644 --- a/3rdparty/mt19937ar/Makefile.in +++ b/3rdparty/mt19937ar/Makefile.in @@ -1,5 +1,21 @@ -# Copyright (c) Hercules Dev Team, licensed under GNU GPL. -# See the LICENSE file +# This file is part of Hercules. +# http://herc.ws - http://github.com/HerculesWS/Hercules +# +# Copyright (C) 2012-2015 Hercules Dev Team +# Copyright (C) Athena Dev Teams +# +# Hercules is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # @configure_input@ -- cgit v1.2.3-60-g2f50