aboutsummaryrefslogtreecommitdiffstats
path: root/ieee754.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
committerTomasz Kramkowski <tk@the-tk.com>2018-05-02 21:39:30 +0100
commit362f70b04da8f8e9c0c159527bce7da65591c260 (patch)
tree4547bf3ad23c663b4cae20a56560aab235bd03c1 /ieee754.h
parent0ce30b0e09621694430e3afe25c8209b147064de (diff)
downloadfaqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.gz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.tar.xz
faqe-362f70b04da8f8e9c0c159527bce7da65591c260.zip
Cleanup: License headers, spacing, naming
Rename vnorm to fnorm (fragment normal). Change shader license headers to C++ style comments. Fix spacing for PI define in faqe.c. Add missing license headers.
Diffstat (limited to 'ieee754.h')
-rw-r--r--ieee754.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ieee754.h b/ieee754.h
index 58f886d..368c2d2 100644
--- a/ieee754.h
+++ b/ieee754.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (C) 2018 Tomasz Kramkowski <tk@the-tk.com>
+ * SPDX-License-Identifier: MIT
+ */
#ifndef IEEE754_H
#define IEEE754_H