From 2ae3b8dcf70482adf352f0386e3d7e6785647567 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 03:16:38 +0100 Subject: add missing copyright statement --- compat/euler.hpp | 7 +++++++ compat/meta.hpp | 7 +++++++ compat/run-in-thread.hpp | 7 +++++++ 3 files changed, 21 insertions(+) (limited to 'compat') diff --git a/compat/euler.hpp b/compat/euler.hpp index 147f4c50..a4c58ffb 100644 --- a/compat/euler.hpp +++ b/compat/euler.hpp @@ -1,5 +1,12 @@ #pragma once +/* Copyright (c) 2016-2018 Stanislaw Halik + * + * 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. + */ + #include "export.hpp" #include "simple-mat.hpp" diff --git a/compat/meta.hpp b/compat/meta.hpp index 900c515f..e4c49ef6 100644 --- a/compat/meta.hpp +++ b/compat/meta.hpp @@ -1,5 +1,12 @@ #pragma once +/* Copyright (c) 2017 Stanislaw Halik + * + * 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. + */ + #include #include #include diff --git a/compat/run-in-thread.hpp b/compat/run-in-thread.hpp index ba99d0b9..67f4b1f5 100644 --- a/compat/run-in-thread.hpp +++ b/compat/run-in-thread.hpp @@ -1,5 +1,12 @@ #pragma once +/* Copyright (c) 2016 Stanislaw Halik + * + * 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. + */ + #include "ndebug-guard.hpp" #include -- cgit v1.2.3