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...
Alan Somers
asomers at FreeBSD.org
Mon Mar 11 22:23:59 UTC 2019
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
More information about the svn-src-all
mailing list