Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 17:55:45 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359729 - head/sys/netinet
Message-ID:  <202004081755.038Htjlu080418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004081755.038Htjlu080418>