diff options
| author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-02-10 11:22:04 +0000 |
|---|---|---|
| committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2015-02-10 11:22:04 +0000 |
| commit | 0f089450099fc67fae9a8c1b50f6ee314f8a34ce (patch) | |
| tree | 8dd0e39c78c06d559f8bd106b6a9dbabf909f01d /src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | |
| parent | 1da8806d91f4ba6c5b5c7ade6d04bec84209b48e (diff) | |
| download | VirtualBox-svn-0f089450099fc67fae9a8c1b50f6ee314f8a34ce.tar.gz | |
NAT/Network: Add missing Id/@file/copyright headers.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@54124 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp')
| -rw-r--r-- | src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp b/src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp index d5eb0ae0e7b..e3802542c8f 100644 --- a/src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp +++ b/src/VBox/NetworkServices/NAT/RTWinSocketPair.cpp @@ -1,3 +1,20 @@ +/* $Id$ */ +/** @file + * NAT Network - socketpair(2) emulation for winsock. + */ + +/* + * Copyright (C) 2013-2014 Oracle Corporation + * + * This file is part of VirtualBox Open Source Edition (OSE), as + * available from http://www.virtualbox.org. This file is free software; + * you can redistribute it and/or modify it under the terms of the GNU + * General Public License (GPL) as published by the Free Software + * Foundation, in version 2 as it comes in the "COPYING" file of the + * VirtualBox OSE distribution. VirtualBox OSE is distributed in the + * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. + */ + #include <iprt/asm.h> #include <iprt/assert.h> #include <iprt/cdefs.h> |
