diff options
Diffstat (limited to 'samples/demo_bsd_raw.c')
| -rw-r--r-- | samples/demo_bsd_raw.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/demo_bsd_raw.c b/samples/demo_bsd_raw.c index b1df47f8..66dba40d 100644 --- a/samples/demo_bsd_raw.c +++ b/samples/demo_bsd_raw.c @@ -1,3 +1,14 @@ +/***************************************************************************/ +/* Copyright (c) 2024 Microsoft Corporation */ +/* Copyright (c) 2026 Eclipse ThreadX contributors */ +/* */ +/* This program and the accompanying materials are made available under */ +/* the terms of the MIT License which is available at */ +/* https://opensource.org/licenses/MIT. */ +/* */ +/* SPDX-License-Identifier: MIT */ +/***************************************************************************/ + /* This is a small demo of the high-performance BSD socket using the NetX Duo TCP/IP stack. This demo concentrates on raw packet sending and receiving using a simulated Ethernet driver. */ |
