]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Add/update license headers across various files
authorCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:55:20 +0000 (16:55 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:55:20 +0000 (16:55 -0400)
20 files changed:
com_list.h
com_msg.c
common.c
common.h
console.c
console.h
crypto.c
crypto.h
csprogs.c
csprogs.h
cvar.c
cvar.h
darkplaces.h
dpvsimpledecode.c
dpvsimpledecode.h
draw.h
gl_textures.c
host.c
utf8lib.h
vpk.h

index cf05f541277a4037880d7959c6cc394f64c92ff4..da4f3a79d9ebea846d93ad8de44daa99418da97f 100644 (file)
@@ -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
index 0c4542bb467772bb4fce7950b0474f4495af6667..f2110d17f05fefcafb6a9d5901c86d7e9d23fe3f 100644 (file)
--- 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
index c36deb2d279fe2639ec95da911696a87d0b9724d..8cecd03d41aba9353a0b9d993c03746e2cc380e8 100644 (file)
--- 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
index 834baeee69dcf2b0b4f95cbac6386cc7a8b46b0c..4f5e88b36f5d0583ad5bbfdd975d06fa2446e180 100644 (file)
--- 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
index 75809f49eb1d8504606816b540b1080a18b628ba..e7e810e63eb6169b9f85cbcc5974deb8fc8609a7 100644 (file)
--- 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
index cc456355ed6b7555a62791392c3b5a178d50a293..8ce079351f2b15d354fde1fb035001b8714e9285 100644 (file)
--- 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
index 72fcd2d317aabe1dfe4433304226c650ccbd2e2e..21b70954fc9045e163faf138591ece7bc0828051 100644 (file)
--- 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"
index abfe2b5bef146e3b75e56907eeb8239498ad5a77..306134de96eeb2bb1c743e9cdd50dac05b72b0ea 100644 (file)
--- 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
 
index 08b67d93aeec099b064f66c41ca4330d6c3cacde..bd30f4667ad4c214082500ab87f833cb7a7d1997 100644 (file)
--- 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"
index 9f49bfb17ba30e2b4f594e91b867e31973d3355f..4760a7f3c68b5caae93f5840e2268cb4a81eb3c6 100644 (file)
--- 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 68c65441f98d9f91cdb6c28c2687520f0c826bd0..6b6ddde23fa60eac731cfd655de1336defde588c 100644 (file)
--- 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 18010dec7c1af161ee0b920a17d7863cdb4389e0..639b19e0eda18eb7d93782f786c46caecf81247c 100644 (file)
--- 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
index 7fff85242d008c4653624906ab5a45398a07db50..599d711c65df2e14a2f9f912442c572a71b59d44 100644 (file)
@@ -1,5 +1,4 @@
 /*
-Copyright (C) 1996-1997 Id Software, Inc.
 Copyright (C) 2020 Ashley Rose Hale (LadyHavoc)
 Copyright (C) 2020 David Knapp (Cloudwalk)
 
index ed89260a9f97a857617d01c55a4f8fb8c445ade1..011c95bf4d32260c3078aaebec28fa304779b10f 100644 (file)
@@ -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"
 
index 87b3127236009aad3363132de0c6b1ad7be0ac1e..0125d301413284bc3233d877ebf0d35ce76ba3cd 100644 (file)
@@ -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 381dd35ebadc63e4da6d2b2d60237eab4ac2643a..562b8d1ba21fe9494678d691c76e59d07dde50ec 100644 (file)
--- 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
index d1ec62a339fd981432898c4d441b3d4fc7172c87..1e3e1d7e5d79a63afd47e0840e0f05af35a14bdd 100644 (file)
@@ -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 ba8531f0ce0bb118267eb3d182a770781feaba7f..efcba3e2f156f479c3a113cfd86035b68a2457bf 100644 (file)
--- 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
index f54547764981b299f3419b028540d16853461746..4b8221f5f779da6d7ca6d9103c6a69173acb08fa 100644 (file)
--- 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 e02dff8aa1b4555740f3dd84b96c25ba271811bf..3490766f23227fd7195e8d3c3d7c7702cbb44de8 100644 (file)
--- 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