Skip to content

Commit

Permalink
added copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
glensand committed Jul 29, 2021
1 parent a842f85 commit 7a7c795
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TypeInfoHack/Hack.cpp
Original file line number Diff line number Diff line change
@@ -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: [email protected], or visit : https://github.com/glensand/visual-studio-compatibility
*/

#include "Hack.h"

Expand Down
8 changes: 8 additions & 0 deletions TypeInfoHack/Hack.h
Original file line number Diff line number Diff line change
@@ -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: [email protected], or visit : https://github.com/glensand/visual-studio-compatibility
*/

#pragma once

#include <vcruntime.h>
Expand Down

0 comments on commit 7a7c795

Please sign in to comment.