From owner-svn-src-stable@freebsd.org Fri May 31 16:20:03 2019 Return-Path: Delivered-To: svn-src-stable@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 77CD215C0BA5; Fri, 31 May 2019 16:20:03 +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 12A5B72794; Fri, 31 May 2019 16:20:03 +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 02DA92ADA; Fri, 31 May 2019 16:20:03 +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 x4VGK2kr018717; Fri, 31 May 2019 16:20:02 GMT (envelope-from asomers@FreeBSD.org) Received: (from asomers@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4VGK0Vm018705; Fri, 31 May 2019 16:20:00 GMT (envelope-from asomers@FreeBSD.org) Message-Id: <201905311620.x4VGK0Vm018705@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: asomers set sender to asomers@FreeBSD.org using -f From: Alan Somers Date: Fri, 31 May 2019 16:20:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348460 - in stable/12: 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/test... X-SVN-Group: stable-12 X-SVN-Commit-Author: asomers X-SVN-Commit-Paths: in stable/12: 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.... X-SVN-Commit-Revision: 348460 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 12A5B72794 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2019 16:20:03 -0000 Author: asomers Date: Fri May 31 16:20:00 2019 New Revision: 348460 URL: https://svnweb.freebsd.org/changeset/base/348460 Log: MFC r345034: Drop "All rights reserved" from the files I own Also, add SPDX tags where needed. Modified: stable/12/libexec/tftpd/tests/functional.c stable/12/tests/sys/geom/class/eli/misc_test.sh stable/12/tests/sys/geom/class/nop/nop_test.sh stable/12/tests/sys/geom/class/part/misc.sh stable/12/tests/sys/kern/unix_socketpair_test.c stable/12/usr.bin/cmp/tests/cmp_test2.sh stable/12/usr.bin/dc/tests/bcode.sh stable/12/usr.bin/dc/tests/inout.sh stable/12/usr.bin/pr/tests/basic2_test.sh stable/12/usr.bin/tail/tests/tail_test.sh stable/12/usr.sbin/fstyp/tests/fstyp_test.sh Directory Properties: stable/12/ (props changed) Modified: stable/12/libexec/tftpd/tests/functional.c ============================================================================== --- stable/12/libexec/tftpd/tests/functional.c Fri May 31 15:44:33 2019 (r348459) +++ stable/12/libexec/tftpd/tests/functional.c Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/tests/sys/geom/class/eli/misc_test.sh ============================================================================== --- stable/12/tests/sys/geom/class/eli/misc_test.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/tests/sys/geom/class/eli/misc_test.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/tests/sys/geom/class/nop/nop_test.sh ============================================================================== --- stable/12/tests/sys/geom/class/nop/nop_test.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/tests/sys/geom/class/nop/nop_test.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/tests/sys/geom/class/part/misc.sh ============================================================================== --- stable/12/tests/sys/geom/class/part/misc.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/tests/sys/geom/class/part/misc.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/tests/sys/kern/unix_socketpair_test.c ============================================================================== --- stable/12/tests/sys/kern/unix_socketpair_test.c Fri May 31 15:44:33 2019 (r348459) +++ stable/12/tests/sys/kern/unix_socketpair_test.c Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.bin/cmp/tests/cmp_test2.sh ============================================================================== --- stable/12/usr.bin/cmp/tests/cmp_test2.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.bin/cmp/tests/cmp_test2.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.bin/dc/tests/bcode.sh ============================================================================== --- stable/12/usr.bin/dc/tests/bcode.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.bin/dc/tests/bcode.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.bin/dc/tests/inout.sh ============================================================================== --- stable/12/usr.bin/dc/tests/inout.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.bin/dc/tests/inout.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.bin/pr/tests/basic2_test.sh ============================================================================== --- stable/12/usr.bin/pr/tests/basic2_test.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.bin/pr/tests/basic2_test.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.bin/tail/tests/tail_test.sh ============================================================================== --- stable/12/usr.bin/tail/tests/tail_test.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.bin/tail/tests/tail_test.sh Fri May 31 16:20:00 2019 (r348460) @@ -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: stable/12/usr.sbin/fstyp/tests/fstyp_test.sh ============================================================================== --- stable/12/usr.sbin/fstyp/tests/fstyp_test.sh Fri May 31 15:44:33 2019 (r348459) +++ stable/12/usr.sbin/fstyp/tests/fstyp_test.sh Fri May 31 16:20:00 2019 (r348460) @@ -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