From a387b6c5893e4dfaf340bddda5b8fef14ee93542 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Fri, 24 Jan 2020 22:30:07 +0000 Subject: [PATCH] Add missing copyright notice to header file --- include/common.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/common.h b/include/common.h index 00d28fa..9a3b960 100644 --- a/include/common.h +++ b/include/common.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2019 - 2020 Andri Yngvason + * + * Permission to use, copy, modify, and/or 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. + */ + #pragma once #include