From b35be0d8a0636602076c9c09a1cc2b3c92cb4042 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 27 Jul 2017 22:20:32 +0100 Subject: Added MIT License to all files --- src/iomanager.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/iomanager.cpp') diff --git a/src/iomanager.cpp b/src/iomanager.cpp index 697273dc..bcb1dcd0 100644 --- a/src/iomanager.cpp +++ b/src/iomanager.cpp @@ -1,3 +1,11 @@ +/* ---------------------------------------------------------------------------- + * iomanager.cpp + * + * Copyright (c) 2017 Yann Herklotz Grave -- MIT License + * See file LICENSE for more details + * ---------------------------------------------------------------------------- + */ + #include "iomanager.hpp" #include -- cgit