summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Sockets/RawIp4Rx
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications/Sockets/RawIp4Rx')
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Rx/Main.c2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h2
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf23
-rw-r--r--AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c2
5 files changed, 12 insertions, 19 deletions
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/Main.c b/AppPkg/Applications/Sockets/RawIp4Rx/Main.c
index 21d4827466..0857b23698 100644
--- a/AppPkg/Applications/Sockets/RawIp4Rx/Main.c
+++ b/AppPkg/Applications/Sockets/RawIp4Rx/Main.c
@@ -1,7 +1,7 @@
/** @file
Raw IP4 receive test application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c
index 9b6725fcd2..bce4578f25 100644
--- a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c
+++ b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.c
@@ -1,7 +1,7 @@
/** @file
Raw IP4 receive application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h
index 177222fc17..ae8daac320 100644
--- a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h
+++ b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.h
@@ -1,7 +1,7 @@
/** @file
Definitions for the raw IP4 receive application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
index b543f294ef..232f050a19 100644
--- a/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
+++ b/AppPkg/Applications/Sockets/RawIp4Rx/RawIp4Rx.inf
@@ -1,21 +1,14 @@
-#/** @file
+## @file
# RawIp4 Application
#
-# This file contains an 'Intel Peripheral Driver' and is
-# licensed for Intel CPUs and chipsets under the terms of your
-# license agreement with Intel or your vendor. This file may
-# be modified by the user, subject to additional terms of the
-# license agreement
+# Copyright (c) 2011-2012, Intel Corporation
+# All rights reserved. This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php
#
-#
-# Copyright (c) 2011 Intel Corporation. All rights reserved
-# This software and associated documentation (if any) is furnished
-# under a license and may only be used or copied in accordance
-# with the terms of the license. Except as permitted by such
-# license, no part of this software or documentation may be
-# reproduced, stored in a retrieval system, or transmitted in any
-# form or by any means without the express written consent of
-# Intel Corporation.
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
##
diff --git a/AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c b/AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c
index d198db9ff0..530c2d6e55 100644
--- a/AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c
+++ b/AppPkg/Applications/Sockets/RawIp4Rx/Windows/main.c
@@ -1,7 +1,7 @@
/** @file
Windows version of the raw IP4 receive application
- Copyright (c) 2011, Intel Corporation
+ Copyright (c) 2011-2012, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at