Add some licensing, etc. metadata.
[string-lerp.git] / string-lerp.js
index 6e0b109..df0d256 100644 (file)
@@ -1,3 +1,14 @@
+/* string-lerp - progressively turn one string into another
+   Copyright 2014 Joe Wreschnig
+  
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+*/
+
+/* @license Copyright 2014 Joe Wreschnig - GNU GPL v2 or later */
+
 (function (exports) {
     "use strict";