diff --git a/README.md b/README.md index 5b2824f..e9a2f62 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,6 @@ New hook DLLs can be built by dumping a list of exported functions from the DLL ## Copyright -Copyright © 2018 Daniel Collins +Copyright © 2018 Daniel Collins Includes the [Minhook](https://github.com/TsudaKageyu/minhook) library by Tsuda Kageyu. diff --git a/hookdll/hookdll.cpp b/hookdll/hookdll.cpp index ec379b6..23710b6 100644 --- a/hookdll/hookdll.cpp +++ b/hookdll/hookdll.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/mkstubs.pl b/mkstubs.pl index 946f55d..6e87cae 100755 --- a/mkstubs.pl +++ b/mkstubs.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # DirectPlay Lite - Hook DLL stub function generator -# Copyright (C) 2018 Daniel Collins +# Copyright (C) 2018 Daniel Collins # # 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 diff --git a/src/AsyncHandleAllocator.cpp b/src/AsyncHandleAllocator.cpp index f283136..77d6870 100644 --- a/src/AsyncHandleAllocator.cpp +++ b/src/AsyncHandleAllocator.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/AsyncHandleAllocator.hpp b/src/AsyncHandleAllocator.hpp index ca45a3e..e661cb6 100644 --- a/src/AsyncHandleAllocator.hpp +++ b/src/AsyncHandleAllocator.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/COMAPIException.cpp b/src/COMAPIException.cpp index 75b5ed0..c77adff 100644 --- a/src/COMAPIException.cpp +++ b/src/COMAPIException.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/COMAPIException.hpp b/src/COMAPIException.hpp index 8860e19..01b1256 100644 --- a/src/COMAPIException.hpp +++ b/src/COMAPIException.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/DirectPlay8Address.cpp b/src/DirectPlay8Address.cpp index 47ffc51..0b28658 100644 --- a/src/DirectPlay8Address.cpp +++ b/src/DirectPlay8Address.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/DirectPlay8Address.hpp b/src/DirectPlay8Address.hpp index 18460d2..9cdfd9f 100644 --- a/src/DirectPlay8Address.hpp +++ b/src/DirectPlay8Address.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/DirectPlay8Peer.cpp b/src/DirectPlay8Peer.cpp index ff3dffb..727615c 100644 --- a/src/DirectPlay8Peer.cpp +++ b/src/DirectPlay8Peer.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/DirectPlay8Peer.hpp b/src/DirectPlay8Peer.hpp index dd1fabe..0dd4ada 100644 --- a/src/DirectPlay8Peer.hpp +++ b/src/DirectPlay8Peer.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/EventObject.cpp b/src/EventObject.cpp index 1dcab0b..55031b8 100644 --- a/src/EventObject.cpp +++ b/src/EventObject.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/EventObject.hpp b/src/EventObject.hpp index b1680e0..f8dc4bc 100644 --- a/src/EventObject.hpp +++ b/src/EventObject.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/Factory.hpp b/src/Factory.hpp index 63aca4b..8e4e6cb 100644 --- a/src/Factory.hpp +++ b/src/Factory.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/HandleHandlingPool.cpp b/src/HandleHandlingPool.cpp index a531e0c..005c89f 100644 --- a/src/HandleHandlingPool.cpp +++ b/src/HandleHandlingPool.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/HandleHandlingPool.hpp b/src/HandleHandlingPool.hpp index c19af67..625f167 100644 --- a/src/HandleHandlingPool.hpp +++ b/src/HandleHandlingPool.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/HostEnumerator.cpp b/src/HostEnumerator.cpp index 7c35aa5..0bef7e8 100644 --- a/src/HostEnumerator.cpp +++ b/src/HostEnumerator.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/HostEnumerator.hpp b/src/HostEnumerator.hpp index 7ff08ef..bf9c63c 100644 --- a/src/HostEnumerator.hpp +++ b/src/HostEnumerator.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/Log.cpp b/src/Log.cpp index 12b49ed..b4a6386 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/Log.hpp b/src/Log.hpp index bc738d1..bde5080 100644 --- a/src/Log.hpp +++ b/src/Log.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/Messages.hpp b/src/Messages.hpp index 0841f81..272fc02 100644 --- a/src/Messages.hpp +++ b/src/Messages.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/SendQueue.cpp b/src/SendQueue.cpp index 08cd9c9..be0c682 100644 --- a/src/SendQueue.cpp +++ b/src/SendQueue.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/SendQueue.hpp b/src/SendQueue.hpp index eb3403a..3413d9a 100644 --- a/src/SendQueue.hpp +++ b/src/SendQueue.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/dpnet.cpp b/src/dpnet.cpp index c6e2bf5..63af754 100644 --- a/src/dpnet.cpp +++ b/src/dpnet.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/network.cpp b/src/network.cpp index d8d25d3..13c5806 100644 --- a/src/network.cpp +++ b/src/network.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/network.hpp b/src/network.hpp index bcab226..2422aa6 100644 --- a/src/network.hpp +++ b/src/network.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/packet.cpp b/src/packet.cpp index 2069818..6442458 100644 --- a/src/packet.cpp +++ b/src/packet.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/src/packet.hpp b/src/packet.hpp index e8c147e..6145ec2 100644 --- a/src/packet.hpp +++ b/src/packet.hpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/DirectPlay8Address.cpp b/tests/DirectPlay8Address.cpp index b5f81ec..4f91ad3 100644 --- a/tests/DirectPlay8Address.cpp +++ b/tests/DirectPlay8Address.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/DirectPlay8Peer.cpp b/tests/DirectPlay8Peer.cpp index 47f98a1..d24cb65 100644 --- a/tests/DirectPlay8Peer.cpp +++ b/tests/DirectPlay8Peer.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/HandleHandlingPool.cpp b/tests/HandleHandlingPool.cpp index 28f541c..f54baa2 100644 --- a/tests/HandleHandlingPool.cpp +++ b/tests/HandleHandlingPool.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/PacketDeserialiser.cpp b/tests/PacketDeserialiser.cpp index 3bc4acd..65b06dc 100644 --- a/tests/PacketDeserialiser.cpp +++ b/tests/PacketDeserialiser.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/PacketSerialiser.cpp b/tests/PacketSerialiser.cpp index 26ba8dd..4f9107b 100644 --- a/tests/PacketSerialiser.cpp +++ b/tests/PacketSerialiser.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/SendQueue.cpp b/tests/SendQueue.cpp index 091af3b..c3de1d5 100644 --- a/tests/SendQueue.cpp +++ b/tests/SendQueue.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/soak-peer-client.cpp b/tests/soak-peer-client.cpp index 7013532..dc2f726 100644 --- a/tests/soak-peer-client.cpp +++ b/tests/soak-peer-client.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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 diff --git a/tests/soak-peer-server.cpp b/tests/soak-peer-server.cpp index d45d924..95115b6 100644 --- a/tests/soak-peer-server.cpp +++ b/tests/soak-peer-server.cpp @@ -1,5 +1,5 @@ /* DirectPlay Lite - * Copyright (C) 2018 Daniel Collins + * Copyright (C) 2018 Daniel Collins * * 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