summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
Diffstat (limited to 'src/network')
-rw-r--r--src/network/core/address.cpp2
-rw-r--r--src/network/core/address.h2
-rw-r--r--src/network/core/config.h2
-rw-r--r--src/network/core/core.cpp2
-rw-r--r--src/network/core/core.h2
-rw-r--r--src/network/core/game.h2
-rw-r--r--src/network/core/host.cpp2
-rw-r--r--src/network/core/host.h2
-rw-r--r--src/network/core/os_abstraction.h2
-rw-r--r--src/network/core/packet.cpp2
-rw-r--r--src/network/core/packet.h2
-rw-r--r--src/network/core/tcp.cpp2
-rw-r--r--src/network/core/tcp.h2
-rw-r--r--src/network/core/tcp_admin.cpp2
-rw-r--r--src/network/core/tcp_admin.h2
-rw-r--r--src/network/core/tcp_connect.cpp2
-rw-r--r--src/network/core/tcp_content.cpp2
-rw-r--r--src/network/core/tcp_content.h2
-rw-r--r--src/network/core/tcp_game.cpp2
-rw-r--r--src/network/core/tcp_game.h2
-rw-r--r--src/network/core/tcp_http.cpp2
-rw-r--r--src/network/core/tcp_http.h2
-rw-r--r--src/network/core/tcp_listen.h2
-rw-r--r--src/network/core/udp.cpp2
-rw-r--r--src/network/core/udp.h2
-rw-r--r--src/network/network.cpp2
-rw-r--r--src/network/network.h2
-rw-r--r--src/network/network_admin.cpp2
-rw-r--r--src/network/network_admin.h2
-rw-r--r--src/network/network_base.h2
-rw-r--r--src/network/network_chat_gui.cpp2
-rw-r--r--src/network/network_client.cpp2
-rw-r--r--src/network/network_client.h2
-rw-r--r--src/network/network_command.cpp2
-rw-r--r--src/network/network_content.cpp2
-rw-r--r--src/network/network_content.h2
-rw-r--r--src/network/network_content_gui.cpp2
-rw-r--r--src/network/network_content_gui.h2
-rw-r--r--src/network/network_func.h2
-rw-r--r--src/network/network_gamelist.cpp2
-rw-r--r--src/network/network_gamelist.h2
-rw-r--r--src/network/network_gui.cpp2
-rw-r--r--src/network/network_gui.h2
-rw-r--r--src/network/network_internal.h2
-rw-r--r--src/network/network_server.cpp2
-rw-r--r--src/network/network_server.h2
-rw-r--r--src/network/network_type.h2
-rw-r--r--src/network/network_udp.cpp2
-rw-r--r--src/network/network_udp.h2
49 files changed, 0 insertions, 98 deletions
diff --git a/src/network/core/address.cpp b/src/network/core/address.cpp
index 3d5bd5d64..44ba45385 100644
--- a/src/network/core/address.cpp
+++ b/src/network/core/address.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/address.h b/src/network/core/address.h
index 2f27a083a..980d7227d 100644
--- a/src/network/core/address.h
+++ b/src/network/core/address.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/config.h b/src/network/core/config.h
index f6823b1a9..3488b1ff2 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/core.cpp b/src/network/core/core.cpp
index 1726e4176..0aeb9c65c 100644
--- a/src/network/core/core.cpp
+++ b/src/network/core/core.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/core.h b/src/network/core/core.h
index 1536c08a7..bf83adc72 100644
--- a/src/network/core/core.h
+++ b/src/network/core/core.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/game.h b/src/network/core/game.h
index 57eba5812..151ebef28 100644
--- a/src/network/core/game.h
+++ b/src/network/core/game.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/host.cpp b/src/network/core/host.cpp
index 04247d99c..bcb048e47 100644
--- a/src/network/core/host.cpp
+++ b/src/network/core/host.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/host.h b/src/network/core/host.h
index 46bfa4e1f..345b35219 100644
--- a/src/network/core/host.h
+++ b/src/network/core/host.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/os_abstraction.h b/src/network/core/os_abstraction.h
index df4bed425..01ab68b27 100644
--- a/src/network/core/os_abstraction.h
+++ b/src/network/core/os_abstraction.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/packet.cpp b/src/network/core/packet.cpp
index fda8fdfeb..94ffcc558 100644
--- a/src/network/core/packet.cpp
+++ b/src/network/core/packet.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/packet.h b/src/network/core/packet.h
index 7b4bf26f3..c9be4eeb5 100644
--- a/src/network/core/packet.h
+++ b/src/network/core/packet.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp.cpp b/src/network/core/tcp.cpp
index 63d004a8f..a51913d84 100644
--- a/src/network/core/tcp.cpp
+++ b/src/network/core/tcp.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp.h b/src/network/core/tcp.h
index 451b93071..08a09ca1a 100644
--- a/src/network/core/tcp.h
+++ b/src/network/core/tcp.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_admin.cpp b/src/network/core/tcp_admin.cpp
index 98ef0f0a0..fdeb3d829 100644
--- a/src/network/core/tcp_admin.cpp
+++ b/src/network/core/tcp_admin.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_admin.h b/src/network/core/tcp_admin.h
index 7bcc87840..979e5963f 100644
--- a/src/network/core/tcp_admin.h
+++ b/src/network/core/tcp_admin.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_connect.cpp b/src/network/core/tcp_connect.cpp
index 13330108a..9448acb83 100644
--- a/src/network/core/tcp_connect.cpp
+++ b/src/network/core/tcp_connect.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_content.cpp b/src/network/core/tcp_content.cpp
index ee8baf48e..989fbefaf 100644
--- a/src/network/core/tcp_content.cpp
+++ b/src/network/core/tcp_content.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h
index 689de7a01..be1cc6e77 100644
--- a/src/network/core/tcp_content.h
+++ b/src/network/core/tcp_content.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_game.cpp b/src/network/core/tcp_game.cpp
index 6d69d10d2..e0835771e 100644
--- a/src/network/core/tcp_game.cpp
+++ b/src/network/core/tcp_game.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h
index eb8881adc..9e3dcf197 100644
--- a/src/network/core/tcp_game.h
+++ b/src/network/core/tcp_game.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_http.cpp b/src/network/core/tcp_http.cpp
index 116232402..b2a6b0c04 100644
--- a/src/network/core/tcp_http.cpp
+++ b/src/network/core/tcp_http.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_http.h b/src/network/core/tcp_http.h
index 001942ffb..1a1edaf87 100644
--- a/src/network/core/tcp_http.h
+++ b/src/network/core/tcp_http.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/tcp_listen.h b/src/network/core/tcp_listen.h
index 28b6de8ac..6c1d3e4ff 100644
--- a/src/network/core/tcp_listen.h
+++ b/src/network/core/tcp_listen.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/udp.cpp b/src/network/core/udp.cpp
index 853b19e1a..123683873 100644
--- a/src/network/core/udp.cpp
+++ b/src/network/core/udp.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/core/udp.h b/src/network/core/udp.h
index 9ed2705ef..ddbbd4515 100644
--- a/src/network/core/udp.h
+++ b/src/network/core/udp.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network.cpp b/src/network/network.cpp
index 0cc415192..e7ce387cc 100644
--- a/src/network/network.cpp
+++ b/src/network/network.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network.h b/src/network/network.h
index 9f8e3b790..1de0da3a8 100644
--- a/src/network/network.h
+++ b/src/network/network.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_admin.cpp b/src/network/network_admin.cpp
index 9c5c43ab5..25481da93 100644
--- a/src/network/network_admin.cpp
+++ b/src/network/network_admin.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_admin.h b/src/network/network_admin.h
index 6ea373e8e..bf3dc2242 100644
--- a/src/network/network_admin.h
+++ b/src/network/network_admin.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_base.h b/src/network/network_base.h
index 817d0e4c8..629f28734 100644
--- a/src/network/network_base.h
+++ b/src/network/network_base.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_chat_gui.cpp b/src/network/network_chat_gui.cpp
index e7e22db99..80bf01411 100644
--- a/src/network/network_chat_gui.cpp
+++ b/src/network/network_chat_gui.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_client.cpp b/src/network/network_client.cpp
index 717e41b83..5cbcb4c3b 100644
--- a/src/network/network_client.cpp
+++ b/src/network/network_client.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_client.h b/src/network/network_client.h
index d0a9d07b1..d1ffe1c1d 100644
--- a/src/network/network_client.h
+++ b/src/network/network_client.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_command.cpp b/src/network/network_command.cpp
index 472215a63..0994c50a8 100644
--- a/src/network/network_command.cpp
+++ b/src/network/network_command.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_content.cpp b/src/network/network_content.cpp
index b6d32620b..5e401d3e9 100644
--- a/src/network/network_content.cpp
+++ b/src/network/network_content.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_content.h b/src/network/network_content.h
index b65321e0f..fc33e72a1 100644
--- a/src/network/network_content.h
+++ b/src/network/network_content.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_content_gui.cpp b/src/network/network_content_gui.cpp
index 9c58564e7..6083396ee 100644
--- a/src/network/network_content_gui.cpp
+++ b/src/network/network_content_gui.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_content_gui.h b/src/network/network_content_gui.h
index 8afd245d7..4853101bb 100644
--- a/src/network/network_content_gui.h
+++ b/src/network/network_content_gui.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 5cf01d32c..d4a62ddd3 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_gamelist.cpp b/src/network/network_gamelist.cpp
index 3b3afcb80..ff744e875 100644
--- a/src/network/network_gamelist.cpp
+++ b/src/network/network_gamelist.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_gamelist.h b/src/network/network_gamelist.h
index c77c6719e..8e61f3a93 100644
--- a/src/network/network_gamelist.h
+++ b/src/network/network_gamelist.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_gui.cpp b/src/network/network_gui.cpp
index e14bc36cc..fde95be1a 100644
--- a/src/network/network_gui.cpp
+++ b/src/network/network_gui.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_gui.h b/src/network/network_gui.h
index d9dfb57dd..b9439599b 100644
--- a/src/network/network_gui.h
+++ b/src/network/network_gui.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index 06dca992f..8cae502e1 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_server.cpp b/src/network/network_server.cpp
index 6d9dcc3d8..7505bff87 100644
--- a/src/network/network_server.cpp
+++ b/src/network/network_server.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_server.h b/src/network/network_server.h
index f13691fcd..d44598cc3 100644
--- a/src/network/network_server.h
+++ b/src/network/network_server.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_type.h b/src/network/network_type.h
index d511f5c0c..595eaad0f 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_udp.cpp b/src/network/network_udp.cpp
index d9f625719..ddf2e9518 100644
--- a/src/network/network_udp.cpp
+++ b/src/network/network_udp.cpp
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.
diff --git a/src/network/network_udp.h b/src/network/network_udp.h
index 12de30bca..c042bea40 100644
--- a/src/network/network_udp.h
+++ b/src/network/network_udp.h
@@ -1,5 +1,3 @@
-/* $Id$ */
-
/*
* This file is part of OpenTTD.
* OpenTTD 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, version 2.