From 93ea3eb0edb917080adabff49424e43394a379d5 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Tue, 25 May 2021 16:55:20 -0400 Subject: [PATCH] Add/update license headers across various files --- com_list.h | 2 +- com_msg.c | 1 + common.c | 1 + common.h | 1 + console.c | 1 + console.h | 1 + crypto.c | 21 +++++++++++++++++++++ crypto.h | 20 ++++++++++++++++++++ csprogs.c | 20 ++++++++++++++++++++ csprogs.h | 20 ++++++++++++++++++++ cvar.c | 1 + cvar.h | 1 + darkplaces.h | 1 - dpvsimpledecode.c | 20 ++++++++++++++++++++ dpvsimpledecode.h | 19 +++++++++++++++++++ draw.h | 1 + gl_textures.c | 20 ++++++++++++++++++++ host.c | 1 + utf8lib.h | 20 ++++++++++++++++++++ vpk.h | 2 +- 20 files changed, 171 insertions(+), 3 deletions(-) diff --git a/com_list.h b/com_list.h index cf05f541..da4f3a79 100644 --- a/com_list.h +++ b/com_list.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2020 David "Cloudwalk" Knapp +Copyright (C) 2020-2021 David Knapp (Cloudwalk) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/com_msg.c b/com_msg.c index 0c4542bb..f2110d17 100644 --- a/com_msg.c +++ b/com_msg.c @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/common.c b/common.c index c36deb2d..8cecd03d 100644 --- a/common.c +++ b/common.c @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/common.h b/common.h index 834baeee..4f5e88b3 100644 --- a/common.h +++ b/common.h @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/console.c b/console.c index 75809f49..e7e810e6 100644 --- a/console.c +++ b/console.c @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/console.h b/console.h index cc456355..8ce07935 100644 --- a/console.h +++ b/console.h @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2020 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/crypto.c b/crypto.c index 72fcd2d3..21b70954 100644 --- a/crypto.c +++ b/crypto.c @@ -1,3 +1,24 @@ +/* +Copyright (C) 2010-2015 Rudolf Polzer (divVerent) +Copyright (C) 2010-2020 Ashley Rose Hale (LadyHavoc) + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "quakedef.h" #include "crypto.h" #include "common.h" diff --git a/crypto.h b/crypto.h index abfe2b5b..306134de 100644 --- a/crypto.h +++ b/crypto.h @@ -1,3 +1,23 @@ +/* +Copyright (C) 2010-2015 Rudolf Polzer (divVerent) + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #ifndef CRYPTO_H #define CRYPTO_H diff --git a/csprogs.c b/csprogs.c index 08b67d93..bd30f466 100644 --- a/csprogs.c +++ b/csprogs.c @@ -1,3 +1,23 @@ +/* +Copyright (C) 2006-2021 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "quakedef.h" #include "progsvm.h" #include "clprogdefs.h" diff --git a/csprogs.h b/csprogs.h index 9f49bfb1..4760a7f3 100644 --- a/csprogs.h +++ b/csprogs.h @@ -1,3 +1,23 @@ +/* +Copyright (C) 2006-2021 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #ifndef CSPROGS_H #define CSPROGS_H diff --git a/cvar.c b/cvar.c index 68c65441..6b6ddde2 100644 --- a/cvar.c +++ b/cvar.c @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2021 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/cvar.h b/cvar.h index 18010dec..639b19e0 100644 --- a/cvar.h +++ b/cvar.h @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2006-2021 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/darkplaces.h b/darkplaces.h index 7fff8524..599d711c 100644 --- a/darkplaces.h +++ b/darkplaces.h @@ -1,5 +1,4 @@ /* -Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 2020 Ashley Rose Hale (LadyHavoc) Copyright (C) 2020 David Knapp (Cloudwalk) diff --git a/dpvsimpledecode.c b/dpvsimpledecode.c index ed89260a..011c95bf 100644 --- a/dpvsimpledecode.c +++ b/dpvsimpledecode.c @@ -1,3 +1,23 @@ +/* +Copyright (C) 2002-2013 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "quakedef.h" #include "dpvsimpledecode.h" diff --git a/dpvsimpledecode.h b/dpvsimpledecode.h index 87b31272..0125d301 100644 --- a/dpvsimpledecode.h +++ b/dpvsimpledecode.h @@ -1,3 +1,22 @@ +/* +Copyright (C) 2002-2012 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ #ifndef DPVSIMPLEDECODE_H #define DPVSIMPLEDECODE_H diff --git a/draw.h b/draw.h index 381dd35e..562b8d1b 100644 --- a/draw.h +++ b/draw.h @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2021 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/gl_textures.c b/gl_textures.c index d1ec62a3..1e3e1d7e 100644 --- a/gl_textures.c +++ b/gl_textures.c @@ -1,3 +1,23 @@ +/* +Copyright (C) 2000-2020 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + #include "quakedef.h" #include "image.h" diff --git a/host.c b/host.c index ba8531f0..efcba3e2 100644 --- a/host.c +++ b/host.c @@ -1,5 +1,6 @@ /* Copyright (C) 1996-1997 Id Software, Inc. +Copyright (C) 2000-2021 DarkPlaces contributors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/utf8lib.h b/utf8lib.h index f5454776..4b8221f5 100644 --- a/utf8lib.h +++ b/utf8lib.h @@ -1,3 +1,23 @@ +/* +Copyright (C) 2009-2020 DarkPlaces contributors + +This program 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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + /* * UTF-8 utility functions for DarkPlaces */ diff --git a/vpk.h b/vpk.h index e02dff8a..3490766f 100644 --- a/vpk.h +++ b/vpk.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2021 David Knapp (Cloudwalk) +Copyright (C) 2020-2021 David Knapp (Cloudwalk) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License -- 2.39.2