summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-19 21:20:52 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-19 21:20:52 +0100
commitf40404aa09fbac79f7a4a4048f3552e8dba67836 (patch)
tree792ebaa3286c90d888bd170175c6322933e8e7b3
parentdb1463e3770260334fdcfe5fb43ba2a72607fe3e (diff)
add copyrightrel_0_0_1
-rw-r--r--src/pnm.c11
-rw-r--r--src/pnmcurve.c8
2 files changed, 19 insertions, 0 deletions
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 <Johannes.Hofmann@gmx.de>
+ *
+ * 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 <string.h>
#include "pnm.h"
diff --git a/src/pnmcurve.c b/src/pnmcurve.c
index 6199ffe..c5e2776 100644
--- a/src/pnmcurve.c
+++ b/src/pnmcurve.c
@@ -1,3 +1,11 @@
+/*
+ *
+ * Copyright 2008 Johannes Hofmann <Johannes.Hofmann@gmx.de>
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ */
+
#include <stdio.h>
#include <unistd.h>
#include <string.h>