summaryrefslogtreecommitdiff
path: root/src/VBox/NetworkServices/NAT/portfwd.c
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-02-10 11:22:04 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2015-02-10 11:22:04 +0000
commit0f089450099fc67fae9a8c1b50f6ee314f8a34ce (patch)
tree8dd0e39c78c06d559f8bd106b6a9dbabf909f01d /src/VBox/NetworkServices/NAT/portfwd.c
parent1da8806d91f4ba6c5b5c7ade6d04bec84209b48e (diff)
downloadVirtualBox-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/portfwd.c')
-rw-r--r--src/VBox/NetworkServices/NAT/portfwd.c18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/VBox/NetworkServices/NAT/portfwd.c b/src/VBox/NetworkServices/NAT/portfwd.c
index e3654bb214e..c2b9d197fe3 100644
--- a/src/VBox/NetworkServices/NAT/portfwd.c
+++ b/src/VBox/NetworkServices/NAT/portfwd.c
@@ -1,4 +1,20 @@
-/* -*- indent-tabs-mode: nil; -*- */
+/* $Id$ */
+/** @file
+ * NAT Network - port-forwarding rules.
+ */
+
+/*
+ * 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.
+ */
+
#define LOG_GROUP LOG_GROUP_NAT_SERVICE
#include "winutils.h"