diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2019-07-05 22:53:48 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2019-07-05 22:53:48 +0000 |
commit | 3b7c82cbf5a1f54daae7f4a3e544e347b6695e02 (patch) | |
tree | 0b6576ed36b1d4ceb68c5f56e15cbf3ef2cd1139 | |
parent | 537cd97ee88612cd94a54bf4abb88cc14159a88c (diff) |
Add forgotten copyright notice, found by Jason Thorpe <thorpej at me.com>.
Thanks!
-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 |