diff options
author | 2016-09-22 21:35:25 +0000 | |
---|---|---|
committer | 2016-09-22 21:35:25 +0000 | |
commit | 588fe94fdf77e0ffe24b140979ab4955cdfbbb36 (patch) | |
tree | 9b1272d54b9c229d02baecb221307902e1ece5f1 /lib | |
parent | missing bit from previous commit (diff) | |
download | wireguard-openbsd-588fe94fdf77e0ffe24b140979ab4955cdfbbb36.tar.xz wireguard-openbsd-588fe94fdf77e0ffe24b140979ab4955cdfbbb36.zip |
Add copyright
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/check_sym | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/lib/check_sym b/lib/check_sym index f3b86c9b611..f9cfcebd8f7 100755 --- a/lib/check_sym +++ b/lib/check_sym @@ -1,5 +1,20 @@ #!/bin/ksh -# $OpenBSD: check_sym,v 1.2 2016/09/20 04:27:27 guenther Exp $ +# $OpenBSD: check_sym,v 1.3 2016/09/22 21:35:25 guenther Exp $ +# +# Copyright (c) 2016 Philip Guenther <guenther@openbsd.org> +# +# 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. +# # # check_sym -- compare the symbols and external function references in two # versions of a shared library |