| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 6LoWPAN IPv6 UDP compression according to RFC6282 |
|---|
| 3 | | - * |
|---|
| 4 | 4 | * |
|---|
| 5 | 5 | * Authors: |
|---|
| 6 | 6 | * Alexander Aring <aar@pengutronix.de> |
|---|
| .. | .. |
|---|
| 8 | 8 | * Orignal written by: |
|---|
| 9 | 9 | * Alexander Smirnov <alex.bluesman.smirnov@gmail.com> |
|---|
| 10 | 10 | * Jon Smirl <jonsmirl@gmail.com> |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or |
|---|
| 13 | | - * modify it under the terms of the GNU General Public License |
|---|
| 14 | | - * as published by the Free Software Foundation; either version |
|---|
| 15 | | - * 2 of the License, or (at your option) any later version. |
|---|
| 16 | 11 | */ |
|---|
| 17 | 12 | |
|---|
| 18 | 13 | #include "nhc.h" |
|---|