mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- dual license d_net.cpp and i_net.cpp
The same source was available under both in GZDoom, so keep it.
This commit is contained in:
parent
b289e6bc5e
commit
6ad8046b47
3 changed files with 37 additions and 1 deletions
|
@ -5,6 +5,23 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 1993-1996 by id Software, Inc.
|
// Copyright (C) 1993-1996 by id Software, Inc.
|
||||||
//
|
//
|
||||||
|
// 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.
|
||||||
|
//
|
||||||
|
// 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, see http://www.gnu.org/licenses/
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// Alternatively the following applies:
|
||||||
|
//
|
||||||
// This source is available for distribution and/or modification
|
// This source is available for distribution and/or modification
|
||||||
// only under the terms of the DOOM Source Code License as
|
// only under the terms of the DOOM Source Code License as
|
||||||
// published by id Software. All rights reserved.
|
// published by id Software. All rights reserved.
|
||||||
|
@ -14,6 +31,7 @@
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
|
// FITNESS FOR A PARTICULAR PURPOSE. See the DOOM Source Code License
|
||||||
// for more details.
|
// for more details.
|
||||||
//
|
//
|
||||||
|
//
|
||||||
// DESCRIPTION:
|
// DESCRIPTION:
|
||||||
// Low-level networking code. Uses BSD sockets for UDP networking.
|
// Low-level networking code. Uses BSD sockets for UDP networking.
|
||||||
//
|
//
|
||||||
|
|
|
@ -7,6 +7,23 @@
|
||||||
// Copyright 1999-2016 Randy Heit
|
// Copyright 1999-2016 Randy Heit
|
||||||
// Copyright 2002-2020 Christoph Oelckers
|
// Copyright 2002-2020 Christoph Oelckers
|
||||||
//
|
//
|
||||||
|
// 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.
|
||||||
|
//
|
||||||
|
// 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, see http://www.gnu.org/licenses/
|
||||||
|
//
|
||||||
|
//
|
||||||
|
//
|
||||||
|
// Alternatively the following applies:
|
||||||
|
//
|
||||||
// This source is available for distribution and/or modification
|
// This source is available for distribution and/or modification
|
||||||
// only under the terms of the DOOM Source Code License as
|
// only under the terms of the DOOM Source Code License as
|
||||||
// published by id Software. All rights reserved.
|
// published by id Software. All rights reserved.
|
||||||
|
|
|
@ -33,7 +33,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// For G_Ticker and TryRunTics the following applies:
|
// For TryRunTics the following applies:
|
||||||
|
// For TryRunTics the following applies:
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Id:$
|
// $Id:$
|
||||||
|
|
Loading…
Reference in a new issue