From owner-svn-src-head@freebsd.org Thu May 10 06:41:12 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBDE5FB46FF; Thu, 10 May 2018 06:41:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B79568329; Thu, 10 May 2018 06:41:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DA881CC34; Thu, 10 May 2018 06:41:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4A6fCtT083959; Thu, 10 May 2018 06:41:12 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4A6f9Ur083940; Thu, 10 May 2018 06:41:09 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201805100641.w4A6f9Ur083940@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Thu, 10 May 2018 06:41:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333449 - in head: etc/rc.d lib/libc/db/mpool lib/libc/gen lib/libc/string lib/libc/sys lib/libz share/man/man3 share/man/man5 sys/libkern usr.bin/gzip usr.bin/ident usr.sbin/fstyp usr.... X-SVN-Group: head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in head: etc/rc.d lib/libc/db/mpool lib/libc/gen lib/libc/string lib/libc/sys lib/libz share/man/man3 share/man/man5 sys/libkern usr.bin/gzip usr.bin/ident usr.sbin/fstyp usr.sbin/portsnap/phttpget X-SVN-Commit-Revision: 333449 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2018 06:41:13 -0000 Author: delphij Date: Thu May 10 06:41:08 2018 New Revision: 333449 URL: https://svnweb.freebsd.org/changeset/base/333449 Log: Remove "All rights reserved" from my files. See r333391 for the rationale. MFC after: 1 week Modified: head/etc/rc.d/hostid head/etc/rc.d/static_arp head/etc/rc.d/static_ndp head/lib/libc/db/mpool/mpool-compat.c head/lib/libc/gen/libc_dlopen.c head/lib/libc/string/strlen.c head/lib/libc/sys/rtprio.2 head/lib/libz/zopen.3 head/share/man/man3/pthread_affinity_np.3 head/share/man/man3/pthread_attr_affinity_np.3 head/share/man/man5/tmpfs.5 head/sys/libkern/strlen.c head/usr.bin/gzip/unpack.c head/usr.bin/ident/ident.c head/usr.sbin/fstyp/zfs.c head/usr.sbin/portsnap/phttpget/phttpget.8 Modified: head/etc/rc.d/hostid ============================================================================== --- head/etc/rc.d/hostid Thu May 10 06:33:54 2018 (r333448) +++ head/etc/rc.d/hostid Thu May 10 06:41:08 2018 (r333449) @@ -2,7 +2,6 @@ # # Copyright (c) 2007 Pawel Jakub Dawidek # Copyright (c) 2015 Xin LI -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/etc/rc.d/static_arp ============================================================================== --- head/etc/rc.d/static_arp Thu May 10 06:33:54 2018 (r333448) +++ head/etc/rc.d/static_arp Thu May 10 06:41:08 2018 (r333449) @@ -1,7 +1,6 @@ #!/bin/sh # # Copyright (c) 2009 Xin LI -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/etc/rc.d/static_ndp ============================================================================== --- head/etc/rc.d/static_ndp Thu May 10 06:33:54 2018 (r333448) +++ head/etc/rc.d/static_ndp Thu May 10 06:41:08 2018 (r333449) @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (c) 2011 Xin Li -# All rights reserved. +# Copyright (c) 2011 Xin LI # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/lib/libc/db/mpool/mpool-compat.c ============================================================================== --- head/lib/libc/db/mpool/mpool-compat.c Thu May 10 06:33:54 2018 (r333448) +++ head/lib/libc/db/mpool/mpool-compat.c Thu May 10 06:41:08 2018 (r333449) @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009 Xin LI - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/lib/libc/gen/libc_dlopen.c ============================================================================== --- head/lib/libc/gen/libc_dlopen.c Thu May 10 06:33:54 2018 (r333448) +++ head/lib/libc/gen/libc_dlopen.c Thu May 10 06:41:08 2018 (r333449) @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2011 Xin Li - * All rights reserved. + * Copyright (c) 2011 Xin LI * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/lib/libc/string/strlen.c ============================================================================== --- head/lib/libc/string/strlen.c Thu May 10 06:33:54 2018 (r333448) +++ head/lib/libc/string/strlen.c Thu May 10 06:41:08 2018 (r333449) @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009, 2010 Xin LI - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions Modified: head/lib/libc/sys/rtprio.2 ============================================================================== --- head/lib/libc/sys/rtprio.2 Thu May 10 06:33:54 2018 (r333448) +++ head/lib/libc/sys/rtprio.2 Thu May 10 06:41:08 2018 (r333449) @@ -29,7 +29,6 @@ .\" SUCH DAMAGE. .\"- .\" Copyright (c) 2011 Xin LI -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: head/lib/libz/zopen.3 ============================================================================== --- head/lib/libz/zopen.3 Thu May 10 06:33:54 2018 (r333448) +++ head/lib/libz/zopen.3 Thu May 10 06:41:08 2018 (r333449) @@ -1,5 +1,4 @@ -.\" Copyright (c) 2014 Xin Li -.\" All rights reserved. +.\" Copyright (c) 2014 Xin LI .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: head/share/man/man3/pthread_affinity_np.3 ============================================================================== --- head/share/man/man3/pthread_affinity_np.3 Thu May 10 06:33:54 2018 (r333448) +++ head/share/man/man3/pthread_affinity_np.3 Thu May 10 06:41:08 2018 (r333449) @@ -1,6 +1,5 @@ .\"- .\" Copyright (c) 2010 Xin LI -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: head/share/man/man3/pthread_attr_affinity_np.3 ============================================================================== --- head/share/man/man3/pthread_attr_affinity_np.3 Thu May 10 06:33:54 2018 (r333448) +++ head/share/man/man3/pthread_attr_affinity_np.3 Thu May 10 06:41:08 2018 (r333449) @@ -1,6 +1,5 @@ .\"- .\" Copyright (c) 2010 Xin LI -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: head/share/man/man5/tmpfs.5 ============================================================================== --- head/share/man/man5/tmpfs.5 Thu May 10 06:33:54 2018 (r333448) +++ head/share/man/man5/tmpfs.5 Thu May 10 06:41:08 2018 (r333449) @@ -1,7 +1,6 @@ .\"- .\" Copyright (c) 2007 Xin LI .\" Copyright (c) 2017 The FreeBSD Foundation, Inc. -.\" All rights reserved. .\" .\" Part of this documentation was written by .\" Konstantin Belousov under sponsorship Modified: head/sys/libkern/strlen.c ============================================================================== --- head/sys/libkern/strlen.c Thu May 10 06:33:54 2018 (r333448) +++ head/sys/libkern/strlen.c Thu May 10 06:41:08 2018 (r333449) @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009, 2010 Xin LI - * 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.bin/gzip/unpack.c ============================================================================== --- head/usr.bin/gzip/unpack.c Thu May 10 06:33:54 2018 (r333448) +++ head/usr.bin/gzip/unpack.c Thu May 10 06:41:08 2018 (r333449) @@ -5,7 +5,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009 Xin LI - * 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.bin/ident/ident.c ============================================================================== --- head/usr.bin/ident/ident.c Thu May 10 06:33:54 2018 (r333448) +++ head/usr.bin/ident/ident.c Thu May 10 06:41:08 2018 (r333449) @@ -1,7 +1,6 @@ /*- * Copyright (c) 2015 Baptiste Daroussin * Copyright (c) 2015 Xin LI - * 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/fstyp/zfs.c ============================================================================== --- head/usr.sbin/fstyp/zfs.c Thu May 10 06:33:54 2018 (r333448) +++ head/usr.sbin/fstyp/zfs.c Thu May 10 06:41:08 2018 (r333449) @@ -1,7 +1,6 @@ /*- * Copyright (c) 2015 Allan Jude * Copyright (c) 2015 Xin LI - * 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/portsnap/phttpget/phttpget.8 ============================================================================== --- head/usr.sbin/portsnap/phttpget/phttpget.8 Thu May 10 06:33:54 2018 (r333448) +++ head/usr.sbin/portsnap/phttpget/phttpget.8 Thu May 10 06:41:08 2018 (r333449) @@ -1,6 +1,5 @@ .\"- -.\" Copyright (c) 2015 Xin Li -.\" All rights reserved. +.\" Copyright (c) 2015 Xin LI .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions