aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-23 11:28:44 +0000
committerOmar Polo <op@omarpolo.com>2021-01-23 11:28:44 +0000
commite29dbd7217cb1ad27be0fd47e757f5dcba74db0b (patch)
tree0515ddd845931993fde88d068c4ea1f1b0bca497 /sandbox.c
parent7f740a1440a24d9dc5ae6ccb61ae241cb074905d (diff)
added missic copyright notice
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox.c b/sandbox.c
index 07ee54b..3df78f4 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Omar Polo <op@omarpolo.com>
+ *
+ * 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 "gmid.h"
#if defined(__FreeBSD__)