Author: ae
Date: Sun Apr 14 12:35:58 2019
New Revision: 346211
URL: https://svnweb.freebsd.org/changeset/base/346211
Log:
MFC r345263:
Add SPDX-License-Identifier and update year in copyright.
Modified:
stable/11/sbin/ipfw/nat64lsn.c
stable/11/sbin/ipfw/nat64stl.c
stable/11/sys/netinet6/ip_fw_nat64.h
stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.c
stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.h
stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c
stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h
stable/11/sys/netpfil/ipfw/nat64/nat64lsn.c
stable/11/sys/netpfil/ipfw/nat64/nat64lsn.h
stable/11/sys/netpfil/ipfw/nat64/nat64lsn_control.c
stable/11/sys/netpfil/ipfw/nat64/nat64stl.c
stable/11/sys/netpfil/ipfw/nat64/nat64stl.h
stable/11/sys/netpfil/ipfw/nat64/nat64stl_control.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/ipfw/nat64lsn.c
==============================================================================
--- stable/11/sbin/ipfw/nat64lsn.c Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sbin/ipfw/nat64lsn.c Sun Apr 14 12:35:58 2019
(r346211)
@@ -1,8 +1,9 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
* Copyright (c) 2015-2016 Alexander V. Chernikov <[email protected]>
- * Copyright (c) 2015-2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sbin/ipfw/nat64stl.c
==============================================================================
--- stable/11/sbin/ipfw/nat64stl.c Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sbin/ipfw/nat64stl.c Sun Apr 14 12:35:58 2019
(r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
- * Copyright (c) 2015-2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netinet6/ip_fw_nat64.h
==============================================================================
--- stable/11/sys/netinet6/ip_fw_nat64.h Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sys/netinet6/ip_fw_nat64.h Sun Apr 14 12:35:58 2019
(r346211)
@@ -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 <[email protected]>
- * Copyright (c) 2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.c Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.c Sun Apr 14 12:35:58
2019 (r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2018 Yandex LLC
- * Copyright (c) 2015-2018 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.h
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.h Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/ip_fw_nat64.h Sun Apr 14 12:35:58
2019 (r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2018 Yandex LLC
- * Copyright (c) 2015-2018 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64_translate.c Sun Apr 14 12:35:58
2019 (r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2018 Yandex LLC
- * Copyright (c) 2015-2018 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64_translate.h Sun Apr 14 12:35:58
2019 (r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2018 Yandex LLC
- * Copyright (c) 2015-2018 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64lsn.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64lsn.c Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64lsn.c Sun Apr 14 12:35:58 2019
(r346211)
@@ -1,8 +1,9 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
* Copyright (c) 2015 Alexander V. Chernikov <[email protected]>
- * Copyright (c) 2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2016-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64lsn.h
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64lsn.h Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64lsn.h Sun Apr 14 12:35:58 2019
(r346211)
@@ -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 <[email protected]>
- * Copyright (c) 2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64lsn_control.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64lsn_control.c Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64lsn_control.c Sun Apr 14 12:35:58
2019 (r346211)
@@ -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 <[email protected]>
- * Copyright (c) 2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64stl.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64stl.c Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64stl.c Sun Apr 14 12:35:58 2019
(r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
- * Copyright (c) 2015-2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64stl.h
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64stl.h Sun Apr 14 12:34:30 2019
(r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64stl.h Sun Apr 14 12:35:58 2019
(r346211)
@@ -1,7 +1,8 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
- * Copyright (c) 2015-2016 Andrey V. Elsukov <[email protected]>
- * All rights reserved.
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
Modified: stable/11/sys/netpfil/ipfw/nat64/nat64stl_control.c
==============================================================================
--- stable/11/sys/netpfil/ipfw/nat64/nat64stl_control.c Sun Apr 14 12:34:30
2019 (r346210)
+++ stable/11/sys/netpfil/ipfw/nat64/nat64stl_control.c Sun Apr 14 12:35:58
2019 (r346211)
@@ -1,8 +1,9 @@
/*-
- * Copyright (c) 2015-2016 Yandex LLC
- * Copyright (c) 2015-2016 Andrey V. Elsukov <[email protected]>
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
+ * Copyright (c) 2015-2019 Yandex LLC
* Copyright (c) 2015 Alexander V. Chernikov <[email protected]>
- * All rights reserved.
+ * Copyright (c) 2015-2019 Andrey V. Elsukov <[email protected]>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"