summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 20:49:30 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 20:49:30 +0100
commit6c50749f40e50a4b6a260a262b40035bfe83fd76 (patch)
treec61baac7d29a0d2fa02da2ae31ed4e6937828fcd
parent364fadcbea5f37799bb42e663106e3a007746984 (diff)
add simplified copyright
-rw-r--r--src/Fl_Search_Chooser.H5
-rw-r--r--src/Fl_Search_Chooser.cxx5
-rw-r--r--src/Fl_Value_Dial.H5
-rw-r--r--src/Fl_Value_Dial.cxx5
-rw-r--r--src/GipfelWidget.H5
-rw-r--r--src/GipfelWidget.cxx5
-rw-r--r--src/Hill.H5
-rw-r--r--src/Hill.cxx5
-rw-r--r--src/ImageMetaData.H5
-rw-r--r--src/ImageMetaData.cxx5
-rw-r--r--src/JPEGOutputImage.H5
-rw-r--r--src/JPEGOutputImage.cxx5
-rw-r--r--src/OutputImage.H5
-rw-r--r--src/OutputImage.cxx5
-rw-r--r--src/Panorama.H5
-rw-r--r--src/Panorama.cxx5
-rw-r--r--src/PreviewOutputImage.H5
-rw-r--r--src/PreviewOutputImage.cxx5
-rw-r--r--src/Projection.H5
-rw-r--r--src/Projection.cxx5
-rw-r--r--src/ProjectionSphaeric.H5
-rw-r--r--src/ProjectionSphaeric.cxx5
-rw-r--r--src/ProjectionTangential.H5
-rw-r--r--src/ProjectionTangential.cxx5
-rw-r--r--src/Stitch.H5
-rw-r--r--src/Stitch.cxx5
-rw-r--r--src/TIFFOutputImage.H5
-rw-r--r--src/TIFFOutputImage.cxx5
-rw-r--r--src/ViewParams.H5
-rw-r--r--src/choose_hill.H5
-rw-r--r--src/choose_hill.cxx5
-rw-r--r--src/gipfel.cxx5
32 files changed, 160 insertions, 0 deletions
diff --git a/src/Fl_Search_Chooser.H b/src/Fl_Search_Chooser.H
index c5e88d9..d3478c2 100644
--- a/src/Fl_Search_Chooser.H
+++ b/src/Fl_Search_Chooser.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef FL_SEARCH_CHOOSER_H
#define FL_SEARCH_CHOOSER_H
diff --git a/src/Fl_Search_Chooser.cxx b/src/Fl_Search_Chooser.cxx
index f1cd6c3..28396a0 100644
--- a/src/Fl_Search_Chooser.cxx
+++ b/src/Fl_Search_Chooser.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <string.h>
diff --git a/src/Fl_Value_Dial.H b/src/Fl_Value_Dial.H
index 71e32a4..35a3adf 100644
--- a/src/Fl_Value_Dial.H
+++ b/src/Fl_Value_Dial.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef Fl_Value_Dial_H
#define Fl_Value_Dial_H
diff --git a/src/Fl_Value_Dial.cxx b/src/Fl_Value_Dial.cxx
index 482ec2e..773cb58 100644
--- a/src/Fl_Value_Dial.cxx
+++ b/src/Fl_Value_Dial.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <FL/Fl.H>
#include <FL/fl_draw.H>
diff --git a/src/GipfelWidget.H b/src/GipfelWidget.H
index 86e8d07..4b3166e 100644
--- a/src/GipfelWidget.H
+++ b/src/GipfelWidget.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef GipfelWidget_H
#define GipfelWidget_H
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index 30320de..2927cde 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <string.h>
diff --git a/src/Hill.H b/src/Hill.H
index 5c8aca7..37ab44a 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef HILL_H
#define HILL_H
diff --git a/src/Hill.cxx b/src/Hill.cxx
index 5ec35ee..14b8f81 100644
--- a/src/Hill.cxx
+++ b/src/Hill.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/ImageMetaData.H b/src/ImageMetaData.H
index 6cb16fe..5796964 100644
--- a/src/ImageMetaData.H
+++ b/src/ImageMetaData.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef IMAGE_META_DATA_H
#define IMAGE_META_DATA_H
diff --git a/src/ImageMetaData.cxx b/src/ImageMetaData.cxx
index 6d66954..6519239 100644
--- a/src/ImageMetaData.cxx
+++ b/src/ImageMetaData.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/JPEGOutputImage.H b/src/JPEGOutputImage.H
index 4a9e60f..b3554c8 100644
--- a/src/JPEGOutputImage.H
+++ b/src/JPEGOutputImage.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef JPEGOUTPUTIMAGE_H
#define JPEGOUTPUTIMAGE_H
diff --git a/src/JPEGOutputImage.cxx b/src/JPEGOutputImage.cxx
index 7ca4cb5..6e685d0 100644
--- a/src/JPEGOutputImage.cxx
+++ b/src/JPEGOutputImage.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/OutputImage.H b/src/OutputImage.H
index bae0ff5..9be72c5 100644
--- a/src/OutputImage.H
+++ b/src/OutputImage.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef OUTPUTIMAGE_H
#define OUTPUTIMAGE_H
diff --git a/src/OutputImage.cxx b/src/OutputImage.cxx
index e4da537..ddf8e14 100644
--- a/src/OutputImage.cxx
+++ b/src/OutputImage.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/Panorama.H b/src/Panorama.H
index 3f8312a..80a8f69 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef PANORAMA_H
#define PANORAMA_H
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index f964e40..4674c47 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
diff --git a/src/PreviewOutputImage.H b/src/PreviewOutputImage.H
index 5852730..8b41684 100644
--- a/src/PreviewOutputImage.H
+++ b/src/PreviewOutputImage.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef PREVIEWOUTPUTIMAGE_H
#define PREVIEWOUTPUTIMAGE_H
diff --git a/src/PreviewOutputImage.cxx b/src/PreviewOutputImage.cxx
index 3caef7f..4b1d993 100644
--- a/src/PreviewOutputImage.cxx
+++ b/src/PreviewOutputImage.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/Projection.H b/src/Projection.H
index cb9bc7e..6db0e97 100644
--- a/src/Projection.H
+++ b/src/Projection.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef PROJECTION_H
#define PROJECTION_H
diff --git a/src/Projection.cxx b/src/Projection.cxx
index d6dbd34..88ec5bf 100644
--- a/src/Projection.cxx
+++ b/src/Projection.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <math.h>
diff --git a/src/ProjectionSphaeric.H b/src/ProjectionSphaeric.H
index 49fc74d..f80940a 100644
--- a/src/ProjectionSphaeric.H
+++ b/src/ProjectionSphaeric.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef PROJECTIONSPHAERIC_H
#define PROJECTIONSPHAERIC_H
diff --git a/src/ProjectionSphaeric.cxx b/src/ProjectionSphaeric.cxx
index dbbcec6..d4e7e43 100644
--- a/src/ProjectionSphaeric.cxx
+++ b/src/ProjectionSphaeric.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <string.h>
diff --git a/src/ProjectionTangential.H b/src/ProjectionTangential.H
index 77c10d7..07ddaf9 100644
--- a/src/ProjectionTangential.H
+++ b/src/ProjectionTangential.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef PROJECTIONTANGENTIAL_H
#define PROJECTIONTANGENTIAL_H
diff --git a/src/ProjectionTangential.cxx b/src/ProjectionTangential.cxx
index 230662a..230767c 100644
--- a/src/ProjectionTangential.cxx
+++ b/src/ProjectionTangential.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
diff --git a/src/Stitch.H b/src/Stitch.H
index 2fbde1f..d29c2e9 100644
--- a/src/Stitch.H
+++ b/src/Stitch.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef STITCH_H
#define STITCH_H
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index ec1daf6..f378747 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/TIFFOutputImage.H b/src/TIFFOutputImage.H
index 1c9aad8..820a281 100644
--- a/src/TIFFOutputImage.H
+++ b/src/TIFFOutputImage.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef TIFFOUTPUTIMAGE_H
#define TIFFOUTPUTIMAGE_H
diff --git a/src/TIFFOutputImage.cxx b/src/TIFFOutputImage.cxx
index b528521..cc1b289 100644
--- a/src/TIFFOutputImage.cxx
+++ b/src/TIFFOutputImage.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <stdlib.h>
#include <stdio.h>
diff --git a/src/ViewParams.H b/src/ViewParams.H
index ba24f22..b6f34a2 100644
--- a/src/ViewParams.H
+++ b/src/ViewParams.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef VIEWPARAMS_H
#define VIEWPARAMS_H
diff --git a/src/choose_hill.H b/src/choose_hill.H
index 76fb018..2425fa3 100644
--- a/src/choose_hill.H
+++ b/src/choose_hill.H
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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.
#ifndef CHOOSE_HILL_H
#define CHOOSE_HILL_H
diff --git a/src/choose_hill.cxx b/src/choose_hill.cxx
index 9162e40..d3477f3 100644
--- a/src/choose_hill.cxx
+++ b/src/choose_hill.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <string.h>
diff --git a/src/gipfel.cxx b/src/gipfel.cxx
index 3ec7290..343d19f 100644
--- a/src/gipfel.cxx
+++ b/src/gipfel.cxx
@@ -1,3 +1,8 @@
+//
+// Copyright 2006 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 <string.h>