diff options
Diffstat (limited to 'compat/meta.hpp')
-rw-r--r-- | compat/meta.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 <type_traits> #include <tuple> #include <cstddef> |