diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-23 11:28:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-23 11:28:44 +0000 |
commit | e29dbd7217cb1ad27be0fd47e757f5dcba74db0b (patch) | |
tree | 0515ddd845931993fde88d068c4ea1f1b0bca497 /sandbox.c | |
parent | 7f740a1440a24d9dc5ae6ccb61ae241cb074905d (diff) |
added missic copyright notice
Diffstat (limited to 'sandbox.c')
-rw-r--r-- | sandbox.c | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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__) |