summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdinstall
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-11-18 11:25:36 -0200
committerRenato Botelho <renato@netgate.com>2016-11-18 11:25:58 -0200
commit16042129229ef823c71a7e70eb26e08eca761296 (patch)
treea792fe63ba0c322b5d7518cc67e0429969a0227f /usr.sbin/bsdinstall
parent9ae93b5204a2cbc2454913c8077a7472e278bc2e (diff)
downloadFreeBSD-src-16042129229ef823c71a7e70eb26e08eca761296.zip
FreeBSD-src-16042129229ef823c71a7e70eb26e08eca761296.tar.gz
Add license
Diffstat (limited to 'usr.sbin/bsdinstall')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/fix_fstab26
1 files changed, 26 insertions, 0 deletions
diff --git a/usr.sbin/bsdinstall/scripts/fix_fstab b/usr.sbin/bsdinstall/scripts/fix_fstab
index 988ff63..7c84847 100755
--- a/usr.sbin/bsdinstall/scripts/fix_fstab
+++ b/usr.sbin/bsdinstall/scripts/fix_fstab
@@ -1,4 +1,30 @@
#!/bin/sh
+#-
+# Copyright (c) 2016 Rubicon Communications, LLC
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+#
+# $FreeBSD$
dev_label() {
if [ -z "${1}" -o -z "${2}" ]; then
OpenPOWER on IntegriCloud