From e3608027009bcbb9c9e00ac227a9b077944f6187 Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Sat, 17 Jan 2015 14:36:24 -0800 Subject: [PATCH] We're using GPLv3, and only v3. --- Extension/gsnatives.cpp | 3 +-- Extension/gsnatives.h | 3 +-- Extension/sdk/smsdk_config.h | 2 +- Extension/ssnatives.cpp | 3 +-- Extension/ssnatives.h | 3 +-- Extension/steamtools/ticket.h | 3 +-- Extension/swforwards.cpp | 3 +-- Extension/swforwards.h | 3 +-- Extension/swgamedata.cpp | 3 +-- Extension/swgamedata.h | 3 +-- Extension/swgameserver.cpp | 3 +-- Extension/swgameserver.h | 3 +-- Extension/swgsdetours.cpp | 3 +-- Extension/swgsdetours.h | 3 +-- Extension/swgshooks.cpp | 3 +-- Extension/swgshooks.h | 3 +-- Extension/swhttp.cpp | 3 +-- Extension/swhttp.h | 3 +-- Extension/swhttprequest.cpp | 3 +-- Extension/swhttprequest.h | 3 +-- Extension/swmemutils.cpp | 3 +-- Extension/swmemutils.h | 3 +-- LICENSE | 3 +-- Pawn/swag.sp | 3 +-- 24 files changed, 24 insertions(+), 47 deletions(-) diff --git a/Extension/gsnatives.cpp b/Extension/gsnatives.cpp index 386165e..e5e7ef2 100644 --- a/Extension/gsnatives.cpp +++ b/Extension/gsnatives.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/gsnatives.h b/Extension/gsnatives.h index 53f102d..5958cd1 100644 --- a/Extension/gsnatives.h +++ b/Extension/gsnatives.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/sdk/smsdk_config.h b/Extension/sdk/smsdk_config.h index d249f64..ca59b81 100644 --- a/Extension/sdk/smsdk_config.h +++ b/Extension/sdk/smsdk_config.h @@ -44,7 +44,7 @@ #define SMEXT_CONF_AUTHOR "Kyle Sanderson" #define SMEXT_CONF_URL "http://AlliedMods.net" #define SMEXT_CONF_LOGTAG "STEAMWORKS" -#define SMEXT_CONF_LICENSE "GPL" +#define SMEXT_CONF_LICENSE "GPLv3" #define SMEXT_CONF_DATESTRING __DATE__ /** diff --git a/Extension/ssnatives.cpp b/Extension/ssnatives.cpp index 0764b11..6d52d91 100644 --- a/Extension/ssnatives.cpp +++ b/Extension/ssnatives.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/ssnatives.h b/Extension/ssnatives.h index d4aaa21..98fbd73 100644 --- a/Extension/ssnatives.h +++ b/Extension/ssnatives.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/steamtools/ticket.h b/Extension/steamtools/ticket.h index 29f79b3..d4542e2 100644 --- a/Extension/steamtools/ticket.h +++ b/Extension/steamtools/ticket.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swforwards.cpp b/Extension/swforwards.cpp index 1bd9485..bd13b06 100644 --- a/Extension/swforwards.cpp +++ b/Extension/swforwards.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swforwards.h b/Extension/swforwards.h index b755b52..deb1d25 100644 --- a/Extension/swforwards.h +++ b/Extension/swforwards.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgamedata.cpp b/Extension/swgamedata.cpp index 8188afa..b03d572 100644 --- a/Extension/swgamedata.cpp +++ b/Extension/swgamedata.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgamedata.h b/Extension/swgamedata.h index 2e5f27f..f2d7565 100644 --- a/Extension/swgamedata.h +++ b/Extension/swgamedata.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgameserver.cpp b/Extension/swgameserver.cpp index b1e73de..dd34170 100644 --- a/Extension/swgameserver.cpp +++ b/Extension/swgameserver.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgameserver.h b/Extension/swgameserver.h index 2102733..6677c4a 100644 --- a/Extension/swgameserver.h +++ b/Extension/swgameserver.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgsdetours.cpp b/Extension/swgsdetours.cpp index 9cf69c2..1f73525 100644 --- a/Extension/swgsdetours.cpp +++ b/Extension/swgsdetours.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgsdetours.h b/Extension/swgsdetours.h index b9d74d0..48aebb0 100644 --- a/Extension/swgsdetours.h +++ b/Extension/swgsdetours.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgshooks.cpp b/Extension/swgshooks.cpp index f9de762..d4dfc1d 100644 --- a/Extension/swgshooks.cpp +++ b/Extension/swgshooks.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swgshooks.h b/Extension/swgshooks.h index eec4511..8bc1ad0 100644 --- a/Extension/swgshooks.h +++ b/Extension/swgshooks.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swhttp.cpp b/Extension/swhttp.cpp index 6e63464..661757a 100644 --- a/Extension/swhttp.cpp +++ b/Extension/swhttp.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swhttp.h b/Extension/swhttp.h index 227de9f..e9e64ea 100644 --- a/Extension/swhttp.h +++ b/Extension/swhttp.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swhttprequest.cpp b/Extension/swhttprequest.cpp index f5ee789..3e3a69a 100644 --- a/Extension/swhttprequest.cpp +++ b/Extension/swhttprequest.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swhttprequest.h b/Extension/swhttprequest.h index 07053d5..78d14e2 100644 --- a/Extension/swhttprequest.h +++ b/Extension/swhttprequest.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swmemutils.cpp b/Extension/swmemutils.cpp index 8bd8587..49e6115 100644 --- a/Extension/swmemutils.cpp +++ b/Extension/swmemutils.cpp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Extension/swmemutils.h b/Extension/swmemutils.h index a2a6305..67c5dcf 100644 --- a/Extension/swmemutils.h +++ b/Extension/swmemutils.h @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/LICENSE b/LICENSE index ef7e7ef..4b21992 100644 --- a/LICENSE +++ b/LICENSE @@ -636,8 +636,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 3 of the License, or - (at your option) any later version. + the Free Software Foundation, as per version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Pawn/swag.sp b/Pawn/swag.sp index d80c814..840078c 100644 --- a/Pawn/swag.sp +++ b/Pawn/swag.sp @@ -3,8 +3,7 @@ SourcePawn SteamWorks 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. + the Free Software Foundation, as per version 3 of the License. SourcePawn SteamWorks is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of