diff options
-rw-r--r-- | lib/libsndio/aucat.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libsndio/aucat.h b/lib/libsndio/aucat.h index e9d8e6954b7..f4752c117f1 100644 --- a/lib/libsndio/aucat.h +++ b/lib/libsndio/aucat.h @@ -1,3 +1,20 @@ +/* $OpenBSD: aucat.h,v 1.8 2019/07/05 22:53:47 ratchov Exp $ */ +/* + * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.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. + */ + #ifndef AUCAT_H #define AUCAT_H |