From 7a7c7953bd4f7b8cf16485e66a90c966c8b1f829 Mon Sep 17 00:00:00 2001 From: glensand Date: Thu, 29 Jul 2021 15:42:48 +0700 Subject: [PATCH] added copyright --- TypeInfoHack/Hack.cpp | 7 +++++++ TypeInfoHack/Hack.h | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/TypeInfoHack/Hack.cpp b/TypeInfoHack/Hack.cpp index c32b85e..6a9d997 100644 --- a/TypeInfoHack/Hack.cpp +++ b/TypeInfoHack/Hack.cpp @@ -1,3 +1,10 @@ +/* Copyright (C) 2021 Gleb Bezborodov - All Rights Reserved + * You may use, distribute and modify this code under the + * terms of the MIT license. + * + * You should have received a copy of the MIT license with + * this file. If not, please write to: bezborodoff.gleb@gmail.com, or visit : https://github.com/glensand/visual-studio-compatibility + */ #include "Hack.h" diff --git a/TypeInfoHack/Hack.h b/TypeInfoHack/Hack.h index aa2504b..e338ac2 100644 --- a/TypeInfoHack/Hack.h +++ b/TypeInfoHack/Hack.h @@ -1,3 +1,11 @@ +/* Copyright (C) 2021 Gleb Bezborodov - All Rights Reserved + * You may use, distribute and modify this code under the + * terms of the MIT license. + * + * You should have received a copy of the MIT license with + * this file. If not, please write to: bezborodoff.gleb@gmail.com, or visit : https://github.com/glensand/visual-studio-compatibility + */ + #pragma once #include