summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
diff options
context:
space:
mode:
authorMichael Coulter <mjc@cvs.openbsd.org>2006-05-31 07:51:48 +0000
committerMichael Coulter <mjc@cvs.openbsd.org>2006-05-31 07:51:48 +0000
commit81551ec5669da1f0621483515d19c00507e095e7 (patch)
treead75a28b5ef2fa7cc6ae3e10a5c9d2b670b3fa19 /usr.bin/cdio
parent196908a928b9c08d98e40da44f5115cea0d3a4b5 (diff)
add license block
spotted by Dries Schellekens
Diffstat (limited to 'usr.bin/cdio')
-rw-r--r--usr.bin/cdio/mmc.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/cdio/mmc.c b/usr.bin/cdio/mmc.c
index e30b8c260dc..4bbc7b55344 100644
--- a/usr.bin/cdio/mmc.c
+++ b/usr.bin/cdio/mmc.c
@@ -1,3 +1,20 @@
+/* $OpenBSD: mmc.c,v 1.3 2006/05/31 07:51:47 mjc Exp $ */
+/*
+ * Copyright (c) 2006 Michael Coulter <mjc@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.
+ */
+
#include <sys/limits.h>
#include <sys/types.h>
#include <sys/stat.h>