From owner-svn-src-all@freebsd.org Wed May 9 20:41:09 2018 Return-Path: Delivered-To: svn-src-all@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 C5869FCB946; Wed, 9 May 2018 20:41:08 +0000 (UTC) (envelope-from imp@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 783966856E; Wed, 9 May 2018 20:41:08 +0000 (UTC) (envelope-from imp@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 3FA8C1674A; Wed, 9 May 2018 20:41:08 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w49Kf8JC071525; Wed, 9 May 2018 20:41:08 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w49Kf3QO071503; Wed, 9 May 2018 20:41:03 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201805092041.w49Kf3QO071503@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Wed, 9 May 2018 20:41:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333435 - in head/tools/tools/nanobsd: . dhcpd embedded X-SVN-Group: head X-SVN-Commit-Author: imp X-SVN-Commit-Paths: in head/tools/tools/nanobsd: . dhcpd embedded X-SVN-Commit-Revision: 333435 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 20:41:09 -0000 Author: imp Date: Wed May 9 20:41:03 2018 New Revision: 333435 URL: https://svnweb.freebsd.org/changeset/base/333435 Log: Remove 'All Rights Reserved' Remove this from some of the iXsystems stuff I did. OK'd by kmoore at iXsystems Modified: head/tools/tools/nanobsd/dhcpd/common head/tools/tools/nanobsd/dhcpd/os-base head/tools/tools/nanobsd/embedded/beaglebone.cfg head/tools/tools/nanobsd/embedded/common head/tools/tools/nanobsd/embedded/i386.cfg head/tools/tools/nanobsd/embedded/pandaboard.cfg head/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg head/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg head/tools/tools/nanobsd/embedded/qemu-amd64.cfg head/tools/tools/nanobsd/embedded/qemu-armv7.cfg head/tools/tools/nanobsd/embedded/qemu-i386.cfg head/tools/tools/nanobsd/embedded/qemu-mips.cfg head/tools/tools/nanobsd/embedded/qemu-mips64.cfg head/tools/tools/nanobsd/embedded/qemu-powerpc.cfg head/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg head/tools/tools/nanobsd/embedded/qemu-sparc64.cfg head/tools/tools/nanobsd/embedded/rpi.cfg head/tools/tools/nanobsd/embedded/rpi2.cfg head/tools/tools/nanobsd/embedded/rpi3.cfg head/tools/tools/nanobsd/embedded/sam9260ek.cfg head/tools/tools/nanobsd/embedded/sam9g20ek.cfg head/tools/tools/nanobsd/mtree-dedup.awk Modified: head/tools/tools/nanobsd/dhcpd/common ============================================================================== --- head/tools/tools/nanobsd/dhcpd/common Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/dhcpd/common Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2014 M. Warner Losh. -# Copyright (c) 2010 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/dhcpd/os-base ============================================================================== --- head/tools/tools/nanobsd/dhcpd/os-base Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/dhcpd/os-base Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2014 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/beaglebone.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/beaglebone.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/beaglebone.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/common ============================================================================== --- head/tools/tools/nanobsd/embedded/common Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/common Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/i386.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/i386.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/i386.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/pandaboard.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/pandaboard.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/pandaboard.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2016 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-amd64-uefi-bios.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-amd64-uefi.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-amd64.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-amd64.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-amd64.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-armv7.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-armv7.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-armv7.cfg Wed May 9 20:41:03 2018 (r333435) @@ -3,7 +3,7 @@ #- # Copyright (c) 2016 Andrew Turner. All Rights Reserved. # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-i386.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-i386.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-i386.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-mips.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-mips.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-mips.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-mips64.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-mips64.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-mips64.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-powerpc.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-powerpc.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-powerpc.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-powerpc64.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/qemu-sparc64.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/qemu-sparc64.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/qemu-sparc64.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/rpi.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/rpi.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/rpi.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/rpi2.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/rpi2.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/rpi2.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/rpi3.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/rpi3.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/rpi3.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/sam9260ek.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/sam9260ek.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/sam9260ek.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/embedded/sam9g20ek.cfg ============================================================================== --- head/tools/tools/nanobsd/embedded/sam9g20ek.cfg Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/embedded/sam9g20ek.cfg Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,7 @@ #- # Copyright (c) 2015 M. Warner Losh. -# Copyright (c) 2010-2011 iXsystems, Inc., All rights reserved. +# Copyright (c) 2010-2011 iXsystems, Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tools/tools/nanobsd/mtree-dedup.awk ============================================================================== --- head/tools/tools/nanobsd/mtree-dedup.awk Wed May 9 20:32:23 2018 (r333434) +++ head/tools/tools/nanobsd/mtree-dedup.awk Wed May 9 20:41:03 2018 (r333435) @@ -2,7 +2,6 @@ # # Copyright (c) 2015 M. Warner Losh. -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions