diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2019-03-18 10:50:32 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2019-03-18 10:50:32 +0000 |
| commit | 002cae78daca2488aa423f13036a2c9dca5b134b (patch) | |
| tree | 793bd52d5ed9d49469e31cfbdddeb22bb9f998e2 /sys/netinet6 | |
| parent | b11efc1eb69ff1e1cf7f2578f4db0b8ad18b6471 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/ip_fw_nat64.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/netinet6/ip_fw_nat64.h b/sys/netinet6/ip_fw_nat64.h index b179f30e91a4..390970a9cd37 100644 --- a/sys/netinet6/ip_fw_nat64.h +++ b/sys/netinet6/ip_fw_nat64.h @@ -1,8 +1,9 @@ /*- - * Copyright (c) 2015 Yandex LLC + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * Copyright (c) 2015-2019 Yandex LLC * Copyright (c) 2015 Alexander V. Chernikov <melifaro@FreeBSD.org> - * Copyright (c) 2016 Andrey V. Elsukov <ae@FreeBSD.org> - * All rights reserved. + * Copyright (c) 2015-2019 Andrey V. Elsukov <ae@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
