diff options
Diffstat (limited to 'otherlibs/graph/color.c')
-rw-r--r-- | otherlibs/graph/color.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/otherlibs/graph/color.c b/otherlibs/graph/color.c index 22ffc2925..cc6cadd26 100644 --- a/otherlibs/graph/color.c +++ b/otherlibs/graph/color.c @@ -1,3 +1,16 @@ +/***********************************************************************/ +/* */ +/* Caml Special Light */ +/* */ +/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ +/* */ +/* Copyright 1995 Institut National de Recherche en Informatique et */ +/* Automatique. Distributed only by permission. */ +/* */ +/***********************************************************************/ + +/* $Id$ */ + #include "libgraph.h" /* Cache to speed up the translation rgb -> pixel value. */ |