fb4ef5ddff422e6ddb8ee3695d73ab47f0f5d039
kent
  Tue May 27 10:44:56 2014 -0700
Adding Jim Kent copyright notices to a few files that needed it.
diff --git src/lib/rainbow.c src/lib/rainbow.c
index 3bb540c..95e8021 100644
--- src/lib/rainbow.c
+++ src/lib/rainbow.c
@@ -1,16 +1,18 @@
-/* rainbow - stuff to generate rainbow colors. */
+/* rainbow - stuff to generate rainbow colors. 
+ * This file is copyright 1984-2002 Jim Kent, but license is hereby
+ * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "memgfx.h"
 #include "rainbow.h"
 
 struct rgbColor saturatedRainbowTable[28] = {
 /* This table was built by hand for the default Autodesk Animator palette, and then edited
  * to reduce the amount of green colors that are indistinguishable. */
     {255, 0, 0},
     {255, 64, 0},
     {255, 128, 0},
     {255, 164, 0},
     {255, 210, 0},
     {255, 255, 0},
     {210, 255, 0},