From f40404aa09fbac79f7a4a4048f3552e8dba67836 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 19 Jan 2008 21:20:52 +0100 Subject: add copyright --- src/pnm.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/pnm.c') diff --git a/src/pnm.c b/src/pnm.c index 222e2ee..15843a9 100644 --- a/src/pnm.c +++ b/src/pnm.c @@ -1,3 +1,14 @@ +/* + * + * Copyright 2008 Johannes Hofmann + * + * This software may be used and distributed according to the terms + * of the GNU General Public License, incorporated herein by reference. + */ + +/* This code is based on Fl_PNM_Image.cxx from fltk (http://www.fltk.org) + */ + #include #include "pnm.h" -- cgit v1.2.3