From 40c943a385fe8640b97bd3de9e1c43259ecbef74 Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Fri, 3 Sep 2010 02:32:47 +0200 Subject: Add a proper license to all the scripts running the Tinderbox. Since most of them are really simple scripts that don't really warrant for strong copyleft, they are all licensed under ISC license. Copyright is, depending on the file, mine, Zac's, or both. --- tinderbox-restart.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tinderbox-restart.sh') diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index f1785b3..4f2b74a 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright © 2008-2010 Diego Elio Pettenò +# +# Permission to use, copy, modify, and distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS +# ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE +# CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL +# DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR +# PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS +# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS +# SOFTWARE. mkdir -p /var/cache/tinderbox -- cgit v1.2.3-65-gdbad