Switch to the BSD-3-Clause license.

See issue #44. Fixes #44.
pull/45/head
Alex Waite 2014-04-03 14:17:23 +02:00
parent 740df88618
commit 216f116c65
21 changed files with 83 additions and 25 deletions

4
AUTHORS Normal file
View File

@ -0,0 +1,4 @@
The primary authors of zfsnap are (and/or have been)
* Aldis Berjoza <graudeejs@yandex.com>
* Alex Waite <Alexqw85@gmail.com>

27
LICENSE Normal file
View File

@ -0,0 +1,27 @@
Copyright (c) 2010-2014, zfsnap
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.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER 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.

View File

@ -1,3 +1,5 @@
\" This file is licensed under the BSD-3-Clause license.
\" See the AUTHORS and LICENSE files for more information.
.Dd February 11, 2014
.Dt ZFSNAP 8
.Os \" Current operating system.
@ -264,16 +266,19 @@ Please report any bugs to
was created by
.An -nosplit
.An Aldis Berjoza ,
.Mt graudeejs@yandex.com ;
others later contributed to it.
.Mt graudeejs@yandex.com ,
and is now co-maintained with
.An Alex Waite
.Mt Alexqw85@gmail.com .
See the AUTHORS file for more information.
.Pp
This reference was written by
.An Alex Waite ,
.Mt alexqw85@gmail.com .
.Mt Alexqw85@gmail.com .
.
.Sh COPYRIGHT
.Nm
is currently released under the
.Qq Beerware License.
If you like the software and meet a developer in real life, buy him/her a beer.
is released under the
.Qq BSD-3-Clause License.
See the LICENSE file for more information.
.

View File

@ -1,10 +1,8 @@
#!/bin/sh
# "THE BEER-WARE LICENSE":
# <graudeejs@yandex.com> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return. Aldis Berjoza
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
#
# wiki: https://github.com/graudeejs/zfSnap/wiki
# repository: https://github.com/graudeejs/zfSnap
# bug tracking: https://github.com/graudeejs/zfSnap/issues

View File

@ -1,9 +1,7 @@
#!/bin/sh
# "THE BEER-WARE LICENSE":
# The zfSnap team wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return.
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
DELETE_ALL_SNAPSHOTS="false" # Should all snapshots be deleted, regardless of TTL
RM_SNAPSHOTS='' # List of specific snapshots to delete

View File

@ -1,9 +1,7 @@
#!/bin/sh
# "THE BEER-WARE LICENSE":
# The zfSnap team wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return.
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
PREFIX="" # Default prefix

View File

@ -1,10 +1,8 @@
#!/bin/sh
# "THE BEER-WARE LICENSE":
# <graudeejs@yandex.com> wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return. Aldis Berjoza
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
#
# wiki: https://github.com/graudeejs/zfSnap/wiki
# repository: https://github.com/graudeejs/zfSnap
# Bug tracking: https://github.com/graudeejs/zfSnap/issues

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
exit_with_error=0

View File

@ -1,3 +1,6 @@
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
TEST_MODE="true"
spec_failed=0
@ -38,7 +41,6 @@ ItEchos () {
fi
}
ExitTests () {
exit $spec_failed
}

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,4 +1,6 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
. ../spec_helper.sh
. ../../share/zfSnap/core.sh

View File

@ -1,5 +1,8 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]; then

View File

@ -1,5 +1,8 @@
#!/bin/sh
# This file is licensed under the BSD-3-Clause license.
# See the AUTHORS and LICENSE files for more information.
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]; then