diff options
author | jim-p <jimp@pfsense.org> | 2017-07-18 12:03:37 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-07-18 12:03:37 -0400 |
commit | 396a27966665359f4e31fd370d2ef0a0c6823fdc (patch) | |
tree | f90bb8e92581c8668853f4c518d5510c3fed06b7 /tools/installer | |
parent | e5aeaeb6a8b46c9532119285630f4e42d0e79b24 (diff) | |
download | pfsense-396a27966665359f4e31fd370d2ef0a0c6823fdc.zip pfsense-396a27966665359f4e31fd370d2ef0a0c6823fdc.tar.gz |
Fix license
Diffstat (limited to 'tools/installer')
-rw-r--r-- | tools/installer/recover_configxml.sh | 34 |
1 files changed, 11 insertions, 23 deletions
diff --git a/tools/installer/recover_configxml.sh b/tools/installer/recover_configxml.sh index d0603d1..bd4372b 100644 --- a/tools/installer/recover_configxml.sh +++ b/tools/installer/recover_configxml.sh @@ -1,35 +1,23 @@ #!/bin/sh -#- +# part of pfSense (https://www.pfsense.org) # Copyright (c) 2017 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. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# 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. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # $FreeBSD$ # Recover config.xml -# -# in freebsd-src repo, usr.sbin/bsdinstall/scripts/auto -# - Add line to call file which will copy recovered config.xml # Create a mount point and a place to store the recovered configuration recovery_mount=/tmp/mnt_recovery |