Author: ae
Date: Sun Apr 14 10:40:43 2019
New Revision: 346199
URL: https://svnweb.freebsd.org/changeset/base/346199

Log:
  MFC r345263:
    Add SPDX-License-Identifier and update year in copyright.

Modified:
  stable/12/sbin/ipfw/nat64lsn.c
  stable/12/sbin/ipfw/nat64stl.c
  stable/12/sys/netinet6/ip_fw_nat64.h
  stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.c
  stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.h
  stable/12/sys/netpfil/ipfw/nat64/nat64_translate.c
  stable/12/sys/netpfil/ipfw/nat64/nat64_translate.h
  stable/12/sys/netpfil/ipfw/nat64/nat64lsn.c
  stable/12/sys/netpfil/ipfw/nat64/nat64lsn.h
  stable/12/sys/netpfil/ipfw/nat64/nat64lsn_control.c
  stable/12/sys/netpfil/ipfw/nat64/nat64stl.c
  stable/12/sys/netpfil/ipfw/nat64/nat64stl.h
  stable/12/sys/netpfil/ipfw/nat64/nat64stl_control.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/ipfw/nat64lsn.c
==============================================================================
--- stable/12/sbin/ipfw/nat64lsn.c      Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sbin/ipfw/nat64lsn.c      Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sbin/ipfw/nat64stl.c
==============================================================================
--- stable/12/sbin/ipfw/nat64stl.c      Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sbin/ipfw/nat64stl.c      Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netinet6/ip_fw_nat64.h
==============================================================================
--- stable/12/sys/netinet6/ip_fw_nat64.h        Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sys/netinet6/ip_fw_nat64.h        Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.c      Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.c      Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.h
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.h      Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/ip_fw_nat64.h      Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64_translate.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64_translate.c  Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64_translate.c  Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64_translate.h
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64_translate.h  Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64_translate.h  Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64lsn.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64lsn.c Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64lsn.c Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64lsn.h
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64lsn.h Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64lsn.h Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64lsn_control.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64lsn_control.c Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64lsn_control.c Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64stl.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64stl.c Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64stl.c Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64stl.h
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64stl.h Sun Apr 14 10:38:50 2019        
(r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64stl.h Sun Apr 14 10:40:43 2019        
(r346199)
@@ -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/12/sys/netpfil/ipfw/nat64/nat64stl_control.c
==============================================================================
--- stable/12/sys/netpfil/ipfw/nat64/nat64stl_control.c Sun Apr 14 10:38:50 
2019        (r346198)
+++ stable/12/sys/netpfil/ipfw/nat64/nat64stl_control.c Sun Apr 14 10:40:43 
2019        (r346199)
@@ -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]"

Reply via email to