X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-cmath;a=blobdiff_plain;f=src%2Fcgmvec4.inl;h=4f83af7adf78e821b38345266f3a720b5e6270d1;hp=f33340390e7abeb757bc5716c31f19265fa2a896;hb=HEAD;hpb=196060ca2d5a16d66d59b6912ea201bfb345f3fa diff --git a/src/cgmvec4.inl b/src/cgmvec4.inl index f333403..4f83af7 100644 --- a/src/cgmvec4.inl +++ b/src/cgmvec4.inl @@ -1,3 +1,11 @@ + /* +Copyright (C) 2018 John Tsiombikas + +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;