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