Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 17:06:52 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333420 - in head: lib/libc/string usr.sbin/ipfwpcap
Message-ID:  <201805091706.w49H6qPN063523@repo.freebsd.org>

index | next in thread | raw e-mail

Author: zeising (doc,ports committer)
Date: Wed May  9 17:06:52 2018
New Revision: 333420
URL: https://svnweb.freebsd.org/changeset/base/333420

Log:
  Remove "all rights reserved" on files where I have copyright.
  
  According to r333391 it is not needed any more.
  
  Reviewed by:	imp, emaste
  Differential Revision:	https://reviews.freebsd.org/D15370

Modified:
  head/lib/libc/string/strchrnul.c
  head/usr.sbin/ipfwpcap/ipfwpcap.8

Modified: head/lib/libc/string/strchrnul.c
==============================================================================
--- head/lib/libc/string/strchrnul.c	Wed May  9 16:52:28 2018	(r333419)
+++ head/lib/libc/string/strchrnul.c	Wed May  9 17:06:52 2018	(r333420)
@@ -2,7 +2,6 @@
  * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
  *
  * Copyright (c) 2013 Niclas Zeising
- * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: head/usr.sbin/ipfwpcap/ipfwpcap.8
==============================================================================
--- head/usr.sbin/ipfwpcap/ipfwpcap.8	Wed May  9 16:52:28 2018	(r333419)
+++ head/usr.sbin/ipfwpcap/ipfwpcap.8	Wed May  9 17:06:52 2018	(r333420)
@@ -1,5 +1,4 @@
 .\" Copyright (c) 2006 Niclas Zeising <zeising@FreeBSD.org>
-.\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions


home | help

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