X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-cmath;a=blobdiff_plain;f=src%2Fcgmmat.inl;h=155c83bf3bac05f39a7720a9fa511822293d00ef;hp=e97099d3ebecf4f1b060b2773a7e124acd088f3d;hb=c5a2f08ca01ec6f3b8f6974634c6adad72b61fa8;hpb=196060ca2d5a16d66d59b6912ea201bfb345f3fa diff --git a/src/cgmmat.inl b/src/cgmmat.inl index e97099d..155c83b 100644 --- a/src/cgmmat.inl +++ b/src/cgmmat.inl @@ -1,3 +1,12 @@ +/* +gph-cmath - C graphics math library +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_mcopy(float *dest, const float *src) { memcpy(dest, src, 16 * sizeof(float));