@@ -62,7 +62,7 @@ Compilers
6262Building the server is currently possible with these compilers:
6363
6464* ** [ Microsoft Visual Studio] [ 31 ] 32 bit and 64 bit.** All editions of Visual Studio
65- from 2015 upwards are officially supported (although support for 2015 and 2017 are end of life.)
65+ from 2015 upwards are officially supported (although support for 2015 through 2022 are end of life.)
6666
6767* ** [ GCC] [ 32 ] ** , 32 bit and 64 bit. Version 8 or newer, for complete C++17 support.
6868 This is one of the two compilers the Linux CI builds with.
@@ -151,16 +151,15 @@ License
151151-------
152152This program is free software; you can redistribute it and/or modify it under
153153the terms of the GNU General Public License as published by the Free Software
154- Foundation; either version 2 of the License, or (at your option) any later
154+ Foundation, either version 3 of the License, or (at your option) any later
155155version.
156156
157157This program is distributed in the hope that it will be useful, but WITHOUT ANY
158158WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
159159PARTICULAR PURPOSE. See the GNU General Public License for more details.
160160
161161You should have received a copy of the GNU General Public License along with
162- this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
163- Street, Fifth Floor, Boston, MA 02110-1301 USA.
162+ this program. If not, see < https://www.gnu.org/licenses/ > .
164163
165164The full license is included in the file [ LICENSE] ( LICENSE ) .
166165
0 commit comments