README, Makefile, and license headers
[gph-cmath] / src / cgmvec4.inl
index f333403..4f83af7 100644 (file)
@@ -1,3 +1,11 @@
+ /*
+Copyright (C) 2018 John Tsiombikas <nuclear@member.fsf.org>
+
+This program is free software. Feel free to use, modify, and/or redistribute
+it under the terms of the MIT/X11 license. See LICENSE for details.
+If you intend to redistribute parts of the code without the LICENSE file
+replace this paragraph with the full contents of the LICENSE file.
+*/
 static inline void cgm_wcons(cgm_vec4 *v, float x, float y, float z, float w)
 {
        v->x = x;