diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 03:16:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:49 +0100 |
commit | 2ae3b8dcf70482adf352f0386e3d7e6785647567 (patch) | |
tree | c20a1bed83e74e3b66b2605582d51bf93fa7b4b7 /compat/run-in-thread.hpp | |
parent | 00a82f4917ddc37abf27fbec8c795e6d5646f366 (diff) |
add missing copyright statement
Diffstat (limited to 'compat/run-in-thread.hpp')
-rw-r--r-- | compat/run-in-thread.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 <cassert> |