Fifth set of 50 GPL attribution for CV-Contributors +
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / dcraw.h
index 3a12493236be862390313e07de195cbfa8e0d598..5fdc33b4959754a639072b1c6e7c003bb97364e4 100644 (file)
@@ -1,4 +1,27 @@
-/* CINELERRA dcraw.c */
+/*
+   dcraw.c -- Dave Coffin's raw photo decoder
+   Copyright 1997-2018 by Dave Coffin, dcoffin a cybercom o net
+
+   This is a command-line ANSI C program to convert raw photos from
+   any digital camera on any computer running any operating system.
+
+   No license is required to download and use dcraw.c.  However,
+   to lawfully redistribute dcraw, you must either (a) offer, at
+   no extra charge, full source code* for all executable files
+   containing RESTRICTED functions, (b) distribute this code under
+   the GPL Version 2 or later, (c) remove all RESTRICTED functions,
+   re-implement them, or copy them from an earlier, unrestricted
+   Revision of dcraw.c, or (d) purchase a license from the author.
+
+   The functions that process Foveon images have been RESTRICTED
+   since Revision 1.237.  All other code remains free for all uses.
+
+   *If you have not modified dcraw.c in any way, a link to my
+   homepage qualifies as "full source code".
+
+   $Revision: 1.478 $
+   $Date: 2018/06/01 20:36:25 $
+ */
 
 #include <stdio.h>
 #include <stdint.h>