libanim

diff README @ 28:60a46a122b0f

copyright headers and license text files
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Apr 2014 07:57:52 +0300
parents 69ca4baf13e3
children
line diff
     1.1 --- a/README	Thu Apr 17 07:51:18 2014 +0300
     1.2 +++ b/README	Thu Apr 17 07:57:52 2014 +0300
     1.3 @@ -2,6 +2,11 @@
     1.4  -------
     1.5  A general-purpose hierarchical keyframe animation library
     1.6  
     1.7 +Copyright (C) 2012-2014 John Tsiombikas <nuclear@member.fsf.org>
     1.8 +This program is free software. You may use, modify, and redistribute it under
     1.9 +the terms of the GNU General Public License v3 or (at your option), any later
    1.10 +version published by the Free Software Foundation.
    1.11 +
    1.12  Libanim is a C animation library, which can be used as a generic framework to
    1.13  add keyframe interpolation tracks for any single-valued or 3-vector parameters,
    1.14  or at a slightly higher level as a hierarchical PRS (position/rotation/scaling)