svn commit: r359729 - head/sys/netinet

Warner Losh imp at FreeBSD.org
Wed Apr 8 17:55:46 UTC 2020


Author: imp
Date: Wed Apr  8 17:55:45 2020
New Revision: 359729
URL: https://svnweb.freebsd.org/changeset/base/359729

Log:
  Fix copyright year and eliminate the obsolete all rights reserved line.
  
  Reviewed by: rrs@

Modified:
  head/sys/netinet/tcp_ratelimit.c
  head/sys/netinet/tcp_ratelimit.h

Modified: head/sys/netinet/tcp_ratelimit.c
==============================================================================
--- head/sys/netinet/tcp_ratelimit.c	Wed Apr  8 17:41:28 2020	(r359728)
+++ head/sys/netinet/tcp_ratelimit.c	Wed Apr  8 17:55:45 2020	(r359729)
@@ -2,9 +2,8 @@
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright (c) 2018-2019
+ * Copyright (c) 2018-2020
  *	Netflix Inc.
- *      All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/sys/netinet/tcp_ratelimit.h
==============================================================================
--- head/sys/netinet/tcp_ratelimit.h	Wed Apr  8 17:41:28 2020	(r359728)
+++ head/sys/netinet/tcp_ratelimit.h	Wed Apr  8 17:55:45 2020	(r359729)
@@ -2,9 +2,8 @@
  *
  * SPDX-License-Identifier: BSD-3-Clause
  *
- * Copyright (c) 2018-2019
+ * Copyright (c) 2018-2020
  *	Netflix Inc.
- *      All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions


More information about the svn-src-head mailing list