From owner-svn-src-projects@freebsd.org Tue Jun 5 12:00:57 2018 Return-Path: Delivered-To: svn-src-projects@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 E08A4FF06CF for ; Tue, 5 Jun 2018 12:00:56 +0000 (UTC) (envelope-from rmacklem@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 8DA8C72DED; Tue, 5 Jun 2018 12:00:56 +0000 (UTC) (envelope-from rmacklem@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 559661C250; Tue, 5 Jun 2018 12:00:56 +0000 (UTC) (envelope-from rmacklem@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w55C0uHp028469; Tue, 5 Jun 2018 12:00:56 GMT (envelope-from rmacklem@FreeBSD.org) Received: (from rmacklem@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w55C0tmv028466; Tue, 5 Jun 2018 12:00:55 GMT (envelope-from rmacklem@FreeBSD.org) Message-Id: <201806051200.w55C0tmv028466@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rmacklem set sender to rmacklem@FreeBSD.org using -f From: Rick Macklem Date: Tue, 5 Jun 2018 12:00:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r334652 - in projects/pnfs-planb-server: usr.bin/pnfsdscopymr usr.bin/pnfsdsfile usr.bin/pnfsdskill usr.sbin/nfsd X-SVN-Group: projects X-SVN-Commit-Author: rmacklem X-SVN-Commit-Paths: in projects/pnfs-planb-server: usr.bin/pnfsdscopymr usr.bin/pnfsdsfile usr.bin/pnfsdskill usr.sbin/nfsd X-SVN-Commit-Revision: 334652 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2018 12:00:57 -0000 Author: rmacklem Date: Tue Jun 5 12:00:55 2018 New Revision: 334652 URL: https://svnweb.freebsd.org/changeset/base/334652 Log: Get rid of "all rights reserved" on the man page copyright notices. Modified: projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 projects/pnfs-planb-server/usr.bin/pnfsdsfile/pnfsdsfile.1 projects/pnfs-planb-server/usr.bin/pnfsdskill/pnfsdskill.1 projects/pnfs-planb-server/usr.sbin/nfsd/pnfs.4 Modified: projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 ============================================================================== --- projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 Tue Jun 5 11:03:24 2018 (r334651) +++ projects/pnfs-planb-server/usr.bin/pnfsdscopymr/pnfsdscopymr.1 Tue Jun 5 12:00:55 2018 (r334652) @@ -1,5 +1,4 @@ .\" Copyright (c) 2018 Rick Macklem -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: projects/pnfs-planb-server/usr.bin/pnfsdsfile/pnfsdsfile.1 ============================================================================== --- projects/pnfs-planb-server/usr.bin/pnfsdsfile/pnfsdsfile.1 Tue Jun 5 11:03:24 2018 (r334651) +++ projects/pnfs-planb-server/usr.bin/pnfsdsfile/pnfsdsfile.1 Tue Jun 5 12:00:55 2018 (r334652) @@ -1,5 +1,4 @@ .\" Copyright (c) 2017 Rick Macklem -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: projects/pnfs-planb-server/usr.bin/pnfsdskill/pnfsdskill.1 ============================================================================== --- projects/pnfs-planb-server/usr.bin/pnfsdskill/pnfsdskill.1 Tue Jun 5 11:03:24 2018 (r334651) +++ projects/pnfs-planb-server/usr.bin/pnfsdskill/pnfsdskill.1 Tue Jun 5 12:00:55 2018 (r334652) @@ -1,5 +1,4 @@ .\" Copyright (c) 2018 Rick Macklem -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions Modified: projects/pnfs-planb-server/usr.sbin/nfsd/pnfs.4 ============================================================================== --- projects/pnfs-planb-server/usr.sbin/nfsd/pnfs.4 Tue Jun 5 11:03:24 2018 (r334651) +++ projects/pnfs-planb-server/usr.sbin/nfsd/pnfs.4 Tue Jun 5 12:00:55 2018 (r334652) @@ -1,5 +1,4 @@ .\" Copyright (c) 2017 Rick Macklem -.\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions