diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-22 21:35:26 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-22 21:35:26 +0000 |
commit | 1cae03d196d71c6b25819e2bf60b3f81d23f280f (patch) | |
tree | b71f06a9bf527754089869374ab1ac37b05a6c55 /lib/check_sym | |
parent | af3ff22ba3bac0604f7fab5b3d40dc8c4ba6cc3c (diff) |
Add copyright
Diffstat (limited to 'lib/check_sym')
-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 |