Author: pfg
Date: Mon Nov 27 15:28:26 2017
New Revision: 326275
URL: https://svnweb.freebsd.org/changeset/base/326275

Log:
  share and pc-sysinstall: adoption of SPDX licensing ID tags.
  
  Mainly focus on files that use BSD 2-Clause license, however the tool I
  was using misidentified many licenses so this was mostly a manual - error
  prone - task.
  
  The Software Package Data Exchange (SPDX) group provides a specification
  to make it easier for automated tools to detect and summarize well known
  opensource licenses. We are gradually adopting the specification, noting
  that the tags are considered only advisory and do not, in any way,
  superceed or replace the license texts.
  
  Commit these apart because compile testing doesn't guarantee I didn't made
  some nasty mistake. No functional change intended.

Modified:
  head/share/examples/bhyve/vmrun.sh
  head/share/examples/hast/ucarp.sh
  head/share/examples/hast/ucarp_down.sh
  head/share/examples/hast/ucarp_up.sh
  head/share/examples/ipfw/change_rules.sh
  head/share/examples/kld/cdev/module/cdev.c
  head/share/examples/kld/cdev/module/cdev.h
  head/share/examples/kld/cdev/module/cdevmod.c
  head/share/examples/kld/cdev/test/testcdev.c
  head/share/examples/kld/dyn_sysctl/dyn_sysctl.c
  head/share/examples/kld/firmware/fwconsumer/fw_consumer.c
  head/share/examples/kld/khelp/h_example.c
  head/share/examples/kld/random_adaptor/random_adaptor_example.c
  head/share/examples/kld/syscall/module/syscall.c
  head/share/examples/kld/syscall/test/call.c
  head/share/examples/libvgl/demo.c
  head/share/examples/scsi_target/scsi_cmds.c
  head/share/examples/scsi_target/scsi_target.c
  head/share/examples/scsi_target/scsi_target.h
  head/share/mk/version_gen.awk
  head/share/syscons/scrnmaps/mkscrfil.c
  head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh
  head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh
  head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh
  head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
  head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh
  head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh
  head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh
  head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh
  head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh
  head/usr.sbin/pc-sysinstall/backend-query/get-packages.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-components.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-config.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-mirrors.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-packages.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh
  head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh
  head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh
  head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh
  head/usr.sbin/pc-sysinstall/backend-query/set-mirror.sh
  head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh
  head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh
  head/usr.sbin/pc-sysinstall/backend-query/test-live.sh
  head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh
  head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh
  head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh
  head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh
  head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh
  head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
  head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
  head/usr.sbin/pc-sysinstall/backend/functions-disk.sh
  head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
  head/usr.sbin/pc-sysinstall/backend/functions-ftp.sh
  head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
  head/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh
  head/usr.sbin/pc-sysinstall/backend/functions-localize.sh
  head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh
  head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
  head/usr.sbin/pc-sysinstall/backend/functions-networking.sh
  head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh
  head/usr.sbin/pc-sysinstall/backend/functions-packages.sh
  head/usr.sbin/pc-sysinstall/backend/functions-parse.sh
  head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh
  head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh
  head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh
  head/usr.sbin/pc-sysinstall/backend/functions-users.sh
  head/usr.sbin/pc-sysinstall/backend/functions.sh
  head/usr.sbin/pc-sysinstall/backend/installimage.sh
  head/usr.sbin/pc-sysinstall/backend/parseconfig.sh
  head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
  head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh

Modified: head/share/examples/bhyve/vmrun.sh
==============================================================================
--- head/share/examples/bhyve/vmrun.sh  Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/bhyve/vmrun.sh  Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2013 NetApp, Inc.
 # All rights reserved.
 #

Modified: head/share/examples/hast/ucarp.sh
==============================================================================
--- head/share/examples/hast/ucarp.sh   Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/hast/ucarp.sh   Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 The FreeBSD Foundation
 # All rights reserved.
 #

Modified: head/share/examples/hast/ucarp_down.sh
==============================================================================
--- head/share/examples/hast/ucarp_down.sh      Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/hast/ucarp_down.sh      Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 The FreeBSD Foundation
 # All rights reserved.
 #

Modified: head/share/examples/hast/ucarp_up.sh
==============================================================================
--- head/share/examples/hast/ucarp_up.sh        Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/hast/ucarp_up.sh        Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 The FreeBSD Foundation
 # All rights reserved.
 #

Modified: head/share/examples/ipfw/change_rules.sh
==============================================================================
--- head/share/examples/ipfw/change_rules.sh    Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/ipfw/change_rules.sh    Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2000 Alexandre Peixoto
 # All rights reserved.
 #

Modified: head/share/examples/kld/cdev/module/cdev.c
==============================================================================
--- head/share/examples/kld/cdev/module/cdev.c  Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/kld/cdev/module/cdev.c  Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,8 +1,10 @@
 /* 08 Nov 1998*/
-/*
+/*-
  * cdev.c
  *
  * 08 Nov 1998 Rajesh Vaidheeswarran
+ *
+ * SPDX-License-Identifier: BSD-4-Clause
  *
  * Copyright (c) 1998 Rajesh Vaidheeswarran
  * All rights reserved.

Modified: head/share/examples/kld/cdev/module/cdev.h
==============================================================================
--- head/share/examples/kld/cdev/module/cdev.h  Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/kld/cdev/module/cdev.h  Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,9 +1,11 @@
 /* 08 Nov 1998*/
-/*
+/*-
  * cdev.h - header for sample kld module implementing a character device
  *          driver.
  *
  * 08 Nov 1998  Rajesh Vaidheeswarran
+ *
+ * SPDX-License-Identifier: BSD-4-Clause
  *
  * Copyright (c) 1998 Rajesh Vaidheeswarran
  * All rights reserved.

Modified: head/share/examples/kld/cdev/module/cdevmod.c
==============================================================================
--- head/share/examples/kld/cdev/module/cdevmod.c       Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/kld/cdev/module/cdevmod.c       Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,8 +1,10 @@
 /* 08 Nov 1998*/
-/*
+/*-
  * cdevmod.c - a sample kld module implementing a character device driver.
  *
  * 08 Nov 1998  Rajesh Vaidheeswarran
+ *
+ * SPDX-License-Identifier: BSD-4-Clause
  *
  * Copyright (c) 1998 Rajesh Vaidheeswarran
  * All rights reserved.

Modified: head/share/examples/kld/cdev/test/testcdev.c
==============================================================================
--- head/share/examples/kld/cdev/test/testcdev.c        Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/kld/cdev/test/testcdev.c        Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,11 +1,13 @@
 /* 08 Nov 1998*/
-/*
+/*-
  * testmisc.c
  *
  * Test program to call the sample loaded kld device driver.
  *
  * 05 Jun 93   Rajesh Vaidheeswarran           Original
  *
+ *
+ * SPDX-License-Identifier: BSD-4-Clause
  *
  * Copyright (c) 1993 Rajesh Vaidheeswarran.
  * All rights reserved.

Modified: head/share/examples/kld/dyn_sysctl/dyn_sysctl.c
==============================================================================
--- head/share/examples/kld/dyn_sysctl/dyn_sysctl.c     Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/kld/dyn_sysctl/dyn_sysctl.c     Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2000 Andrzej Bialecki <[email protected]>
  * All rights reserved.
  *

Modified: head/share/examples/kld/firmware/fwconsumer/fw_consumer.c
==============================================================================
--- head/share/examples/kld/firmware/fwconsumer/fw_consumer.c   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/share/examples/kld/firmware/fwconsumer/fw_consumer.c   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2006, Max Laier <[email protected]>
  * All rights reserved.
  *

Modified: head/share/examples/kld/khelp/h_example.c
==============================================================================
--- head/share/examples/kld/khelp/h_example.c   Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/kld/khelp/h_example.c   Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010-2011 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/share/examples/kld/random_adaptor/random_adaptor_example.c
==============================================================================
--- head/share/examples/kld/random_adaptor/random_adaptor_example.c     Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/share/examples/kld/random_adaptor/random_adaptor_example.c     Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Arthur Mesh <[email protected]>
  * All rights reserved.
  *

Modified: head/share/examples/kld/syscall/module/syscall.c
==============================================================================
--- head/share/examples/kld/syscall/module/syscall.c    Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/kld/syscall/module/syscall.c    Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1999 Assar Westerlund
  * All rights reserved.
  *

Modified: head/share/examples/kld/syscall/test/call.c
==============================================================================
--- head/share/examples/kld/syscall/test/call.c Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/kld/syscall/test/call.c Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1999 Assar Westerlund
  * All rights reserved.
  *

Modified: head/share/examples/libvgl/demo.c
==============================================================================
--- head/share/examples/libvgl/demo.c   Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/libvgl/demo.c   Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1991-1997 Søren Schmidt
  * All rights reserved.
  *

Modified: head/share/examples/scsi_target/scsi_cmds.c
==============================================================================
--- head/share/examples/scsi_target/scsi_cmds.c Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/examples/scsi_target/scsi_cmds.c Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * SCSI Disk Emulator
  *
  * Copyright (c) 2002 Nate Lawson.

Modified: head/share/examples/scsi_target/scsi_target.c
==============================================================================
--- head/share/examples/scsi_target/scsi_target.c       Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/scsi_target/scsi_target.c       Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * SCSI Disk Emulator
  *
  * Copyright (c) 2002 Nate Lawson.

Modified: head/share/examples/scsi_target/scsi_target.h
==============================================================================
--- head/share/examples/scsi_target/scsi_target.h       Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/share/examples/scsi_target/scsi_target.h       Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * SCSI Target Emulator
  *
  * Copyright (c) 2002 Nate Lawson.

Modified: head/share/mk/version_gen.awk
==============================================================================
--- head/share/mk/version_gen.awk       Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/mk/version_gen.awk       Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
 #
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (C) 2006 Daniel M. Eischen.  All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without

Modified: head/share/syscons/scrnmaps/mkscrfil.c
==============================================================================
--- head/share/syscons/scrnmaps/mkscrfil.c      Mon Nov 27 15:25:02 2017        
(r326274)
+++ head/share/syscons/scrnmaps/mkscrfil.c      Mon Nov 27 15:28:26 2017        
(r326275)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 1994 by Andrew A. Chernov, Moscow, Russia.
  * All rights reserved.
  *

Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh      Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/create-part.sh      Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh      Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-partmanager/delete-part.sh      Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh       Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-emulation.sh       Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh  Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-laptop.sh  Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/detect-nics.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-list.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/disk-part.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh     Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/enable-net.sh     Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 # Copyright (c) 2011 The FreeBSD Foundation
 # All rights reserved.

Modified: head/usr.sbin/pc-sysinstall/backend-query/get-packages.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/get-packages.sh   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/get-packages.sh   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-components.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-components.sh        Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-components.sh        Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-config.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-config.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-config.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-mirrors.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-mirrors.sh   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-mirrors.sh   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-packages.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-packages.sh  Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-packages.sh  Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh     Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-rsync-backups.sh     Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/list-tzones.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/send-logs.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/set-mirror.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/set-mirror.sh     Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/set-mirror.sh     Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXSystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/setup-ssh-keys.sh Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh        Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/sys-mem.sh        Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/test-live.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/test-live.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/test-live.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh     Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/test-netup.sh     Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 # Copyright (c) 2011 The FreeBSD Foundation
 # All rights reserved.

Modified: head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh       Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/update-part-list.sh       Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh      Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-layouts.sh      Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh       Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-models.sh       Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh     Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend-query/xkeyboard-variants.sh     Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-cleanup.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-disk.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-disk.sh       Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-disk.sh       Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh       Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh       Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-ftp.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-ftp.sh        Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-ftp.sh        Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh  Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-installcomponents.sh  Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh    Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-installpackages.sh    Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-localize.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-localize.sh   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-localize.sh   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh  Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-mountdisk.sh  Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh       Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-mountoptical.sh       Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-networking.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-networking.sh Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-networking.sh Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 # Copyright (c) 2011 The FreeBSD Foundation
 # All rights reserved.

Modified: head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-newfs.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-packages.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-packages.sh   Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-packages.sh   Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-parse.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-parse.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-parse.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh        Mon Nov 
27 15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-runcommands.sh        Mon Nov 
27 15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-unmount.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh    Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-upgrade.sh    Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions-users.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-users.sh      Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions-users.sh      Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/functions.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions.sh    Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/functions.sh    Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/installimage.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/installimage.sh Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/installimage.sh Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/parseconfig.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/parseconfig.sh  Mon Nov 27 15:25:02 
2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/parseconfig.sh  Mon Nov 27 15:28:26 
2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh     Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/backend/startautoinstall.sh     Mon Nov 27 
15:28:26 2017        (r326275)
@@ -1,5 +1,7 @@
 #!/bin/sh
 #-
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2010 iXsystems, Inc.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without

Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh  Mon Nov 27 
15:25:02 2017        (r326274)
+++ head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh  Mon Nov 27 
15:28:26 2017        (r326275)
@@ -6,6 +6,8 @@
 #  system installations, as well as calls which a front-end can use
 #  to retrive information about the system
 #####################################################################
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright 2010 iXsystems
 # All rights reserved
 #
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to