diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-19 19:05:48 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-19 19:05:48 +0000 |
commit | b64d9b1017c496725f43ddda2b8598d03a8433e6 (patch) | |
tree | 7c9d033343cc6eba12c263a67d01c7f3f9ae23d0 | |
parent | c6c7e6c390c1d518a33fbf32cf4d8ff0cd2bd3e3 (diff) |
Add missing copyright.
-rw-r--r-- | usr.bin/dc/bcode.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/usr.bin/dc/bcode.h b/usr.bin/dc/bcode.h index a9eceafdb55..a66f3cee437 100644 --- a/usr.bin/dc/bcode.h +++ b/usr.bin/dc/bcode.h @@ -1,3 +1,21 @@ +/* $OpenBSD: bcode.h,v 1.2 2003/09/19 19:05:47 otto Exp $ */ + +/* + * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> + * + * 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. + */ + #include <sys/types.h> #include <ssl/bn.h> |