summaryrefslogtreecommitdiff
path: root/foreign_msvc32.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_msvc32.c
parentea45f46f883c6192319f200290c55544db7b53e1 (diff)
forgot some licenses
Diffstat (limited to 'foreign_msvc32.c')
-rw-r--r--foreign_msvc32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/foreign_msvc32.c b/foreign_msvc32.c
index 89928e4..d2a116d 100644
--- a/foreign_msvc32.c
+++ b/foreign_msvc32.c
@@ -1,4 +1,9 @@
/*
+ 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/>.
+*/
+/*
this code is not standard-compliant in the slightest, and a bit dubious,
but I don't think there's any other way that doesn't involve assembly
*/