Skip to content

Commit e224a89

Browse files
committed
Updated readme
Signed-off-by: billy1arm <antz@cix.co.uk>
1 parent 2b9c065 commit e224a89

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Compilers
6262
Building 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
-------
152152
This program is free software; you can redistribute it and/or modify it under
153153
the 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
155155
version.
156156

157157
This program is distributed in the hope that it will be useful, but WITHOUT ANY
158158
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
159159
PARTICULAR PURPOSE. See the GNU General Public License for more details.
160160

161161
You 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

165164
The full license is included in the file [LICENSE](LICENSE).
166165

0 commit comments

Comments
 (0)