From 7d3d2d2789ffd9016c7944e3c23765e2cec792d3 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Thu, 10 Oct 2019 22:57:53 +0000 Subject: [PATCH] frame-capture: Add license clause --- include/frame-capture.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/frame-capture.h b/include/frame-capture.h index 3957799..b329aa2 100644 --- a/include/frame-capture.h +++ b/include/frame-capture.h @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2019 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