summaryrefslogtreecommitdiff
path: root/foreign_msvc64.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-05-05 13:52:45 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2020-05-05 13:52:45 -0400
commitcb75407e5ebd05edf3779b4ab389afcd70d7b3c8 (patch)
tree09128efe91f9761cea1eda96412d27d1f6cdb818 /foreign_msvc64.c
parentea45f46f883c6192319f200290c55544db7b53e1 (diff)
forgot some licenses
Diffstat (limited to 'foreign_msvc64.c')
-rw-r--r--foreign_msvc64.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/foreign_msvc64.c b/foreign_msvc64.c
index d5be6a6..b797c86 100644
--- a/foreign_msvc64.c
+++ b/foreign_msvc64.c
@@ -1,3 +1,8 @@
+/*
+ Copyright (C) 2019, 2020 Leo Tenenbaum.
+ This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever.
+ You should have received a copy of the GNU General Public License along with toc. If not, see <https://www.gnu.org/licenses/>.
+*/
#if SIZE_MAX != U64_MAX
#error "What's going on? The 64-bit Windows file was included, but size_t isn't 64 bits!"
#endif