From owner-svn-src-all@freebsd.org Mon Mar 11 22:23:59 2019 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 25F311530F22; Mon, 11 Mar 2019 22:23:59 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB58E871AB; Mon, 11 Mar 2019 22:23:58 +0000 (UTC) (envelope-from asomers@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 ACAB6192FF; Mon, 11 Mar 2019 22:23:58 +0000 (UTC) (envelope-from asomers@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2BMNwXm065410; Mon, 11 Mar 2019 22:23:58 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2BMNufA065400; Mon, 11 Mar 2019 22:23:56 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201903112223.x2BMNufA065400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Mon, 11 Mar 2019 22:23:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r345034 - in head: libexec/tftpd/tests tests/sys/geom/class/eli tests/sys/geom/class/nop tests/sys/geom/class/part tests/sys/kern usr.bin/cmp/tests usr.bin/dc/tests usr.bin/pr/tests usr... X-SVN-Group: head X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in head: libexec/tftpd/tests tests/sys/geom/class/eli tests/sys/geom/class/nop tests/sys/geom/class/part tests/sys/kern usr.bin/cmp/tests usr.bin/dc/tests usr.bin/pr/tests usr.bin/tail/tests usr.sbin/... X-SVN-Commit-Revision: 345034 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BB58E871AB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 11 Mar 2019 22:23:59 -0000 Author: asomers Date: Mon Mar 11 22:23:56 2019 New Revision: 345034 URL: https://svnweb.freebsd.org/changeset/base/345034 Log: Drop "All rights reserved" from the files I own Also, add SPDX tags where needed. MFC after: 2 weeks Modified: head/libexec/tftpd/tests/functional.c head/tests/sys/geom/class/eli/misc_test.sh head/tests/sys/geom/class/nop/nop_test.sh head/tests/sys/geom/class/part/misc.sh head/tests/sys/kern/unix_socketpair_test.c head/usr.bin/cmp/tests/cmp_test2.sh head/usr.bin/dc/tests/bcode.sh head/usr.bin/dc/tests/inout.sh head/usr.bin/pr/tests/basic2_test.sh head/usr.bin/tail/tests/tail_test.sh head/usr.sbin/fstyp/tests/fstyp_test.sh Modified: head/libexec/tftpd/tests/functional.c ============================================================================== --- head/libexec/tftpd/tests/functional.c Mon Mar 11 22:17:53 2019 (r345033) +++ head/libexec/tftpd/tests/functional.c Mon Mar 11 22:23:56 2019 (r345034) @@ -1,7 +1,8 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2018 Alan Somers. All rights reserved. + * Copyright (c) 2018 Alan Somers. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Modified: head/tests/sys/geom/class/eli/misc_test.sh ============================================================================== --- head/tests/sys/geom/class/eli/misc_test.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/tests/sys/geom/class/eli/misc_test.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2018 Alan Somers -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tests/sys/geom/class/nop/nop_test.sh ============================================================================== --- head/tests/sys/geom/class/nop/nop_test.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/tests/sys/geom/class/nop/nop_test.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2016 Alan Somers -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tests/sys/geom/class/part/misc.sh ============================================================================== --- head/tests/sys/geom/class/part/misc.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/tests/sys/geom/class/part/misc.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2018 Alan Somers -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions Modified: head/tests/sys/kern/unix_socketpair_test.c ============================================================================== --- head/tests/sys/kern/unix_socketpair_test.c Mon Mar 11 22:17:53 2019 (r345033) +++ head/tests/sys/kern/unix_socketpair_test.c Mon Mar 11 22:23:56 2019 (r345034) @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2018 Alan Somers * * Redistribution and use in source and binary forms, with or without Modified: head/usr.bin/cmp/tests/cmp_test2.sh ============================================================================== --- head/usr.bin/cmp/tests/cmp_test2.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.bin/cmp/tests/cmp_test2.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2017 Alan Somers -# 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/dc/tests/bcode.sh ============================================================================== --- head/usr.bin/dc/tests/bcode.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.bin/dc/tests/bcode.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,7 +1,6 @@ # SPDX-License-Identifier: BSD-2-Clause-FreeBSD # # Copyright (c) 2017 Alan Somers -# 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/dc/tests/inout.sh ============================================================================== --- head/usr.bin/dc/tests/inout.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.bin/dc/tests/inout.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,7 +1,6 @@ # SPDX-License-Identifier: BSD-2-Clause-FreeBSD # # Copyright (c) 2017 Alan Somers -# 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/pr/tests/basic2_test.sh ============================================================================== --- head/usr.bin/pr/tests/basic2_test.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.bin/pr/tests/basic2_test.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2017 Alan Somers -# 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/tail/tests/tail_test.sh ============================================================================== --- head/usr.bin/tail/tests/tail_test.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.bin/tail/tests/tail_test.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,5 +1,6 @@ +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2016 Alan Somers -# 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/tests/fstyp_test.sh ============================================================================== --- head/usr.sbin/fstyp/tests/fstyp_test.sh Mon Mar 11 22:17:53 2019 (r345033) +++ head/usr.sbin/fstyp/tests/fstyp_test.sh Mon Mar 11 22:23:56 2019 (r345034) @@ -1,7 +1,8 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2015 Alan Somers -# All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions