X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gph-math;a=blobdiff_plain;f=src%2Fquat.cc;h=7b82ac024d7f6e39375240b214f5b6f90aade53f;hp=292ab24db6bb29fdc2814e918c6e52c3b5b3a940;hb=HEAD;hpb=049b9453cf079d9aa0710b3a885e96d0920e5547 diff --git a/src/quat.cc b/src/quat.cc index 292ab24..7b82ac0 100644 --- a/src/quat.cc +++ b/src/quat.cc @@ -1,9 +1,16 @@ +/* +gph-math - math library for graphics programs +Copyright (C) 2016 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. +*/ #include "quat.h" namespace gph { Quaternion Quaternion::identity; - - } // namespace gph