diff options
author | kremlin <ian@kremlin.cc> | 2014-06-22 10:49:37 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-06-22 10:49:37 +0800 |
commit | baa40e286883ba226c5dde2ff43a8123cc621020 (patch) | |
tree | 62e2d24a74fee46dc833606c3f5eb9d2e83d8ccc /scripts | |
parent | c3b84b0abed4c48ab8ff036081f43a523009c8a9 (diff) | |
download | systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar.gz systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar.bz2 systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar.lz systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar.xz systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.tar.zst systembsd-baa40e286883ba226c5dde2ff43a8123cc621020.zip |
add license ISC license blurbs
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-gdbus-interfaces.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/gen-gdbus-interfaces.sh b/scripts/gen-gdbus-interfaces.sh index 0d74aa2..3d273ad 100755 --- a/scripts/gen-gdbus-interfaces.sh +++ b/scripts/gen-gdbus-interfaces.sh @@ -1,5 +1,19 @@ #!/usr/local/bin/bash +# Copyright (c) 2014 Ian Sutton <ian@kremlin.cc> +# +# 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 THE AUTHOR DISCLAIMS ALL WARRANTIES +# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR 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. + DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../ && pwd )" if [[ -z "$1" ]]; then |