diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-09 22:28:31 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-08-09 22:28:31 +0200 |
commit | 2a00cfa9027bfbef99964a064eedb3bb8b0b26dc (patch) | |
tree | bac512eb60e9dde69cc1a6e71210284318fb2fad | |
parent | 8586b05ced3119eed2fbd264f687b239818f8baa (diff) |
more comment cleanups
-rw-r--r-- | src/GipfelWidget.cxx | 6 | ||||
-rw-r--r-- | src/Hill.cxx | 4 | ||||
-rw-r--r-- | src/Panorama.cxx | 4 | ||||
-rw-r--r-- | src/PreviewOutputImage.cxx | 2 | ||||
-rw-r--r-- | src/Projection.cxx | 6 | ||||
-rw-r--r-- | src/ProjectionTangential.cxx | 2 | ||||
-rw-r--r-- | src/Stitch.cxx | 2 |
7 files changed, 2 insertions, 24 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index c4fe032..ee5cb00 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -1,9 +1,5 @@ // -// "$Id: GipfelWidget.cxx,v 1.36 2005/07/04 17:39:32 hofmann Exp $" -// -// GipfelWidget routines. -// -// Copyright 2005 by Johannes Hofmann +// Copyright 2006 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/Hill.cxx b/src/Hill.cxx index 67e1d8e..277cefe 100644 --- a/src/Hill.cxx +++ b/src/Hill.cxx @@ -1,8 +1,4 @@ // -// "$Id: Hill.cxx,v 1.17 2005/06/22 20:40:35 hofmann Exp $" -// -// Hill routines. -// // Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or diff --git a/src/Panorama.cxx b/src/Panorama.cxx index 73bc003..00bd0a4 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -1,8 +1,4 @@ // -// "$Id: Panorama.cxx,v 1.45 2005/06/22 19:47:20 hofmann Exp $" -// -// Panorama routines. -// // Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or diff --git a/src/PreviewOutputImage.cxx b/src/PreviewOutputImage.cxx index 078ba26..8b09e80 100644 --- a/src/PreviewOutputImage.cxx +++ b/src/PreviewOutputImage.cxx @@ -1,6 +1,4 @@ // -// DataImage routines. -// // Copyright 2006 by Johannes Hofmann // // This library is free software; you can redistribute it and/or diff --git a/src/Projection.cxx b/src/Projection.cxx index 1f224e8..1916d55 100644 --- a/src/Projection.cxx +++ b/src/Projection.cxx @@ -1,9 +1,5 @@ // -// "$Id: Panorama.cxx,v 1.45 2005/06/22 19:47:20 hofmann Exp $" -// -// Panorama routines. -// -// Copyright 2005 by Johannes Hofmann +// Copyright 2006 by Johannes Hofmann // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Library General Public diff --git a/src/ProjectionTangential.cxx b/src/ProjectionTangential.cxx index 416d27d..2578c5a 100644 --- a/src/ProjectionTangential.cxx +++ b/src/ProjectionTangential.cxx @@ -1,6 +1,4 @@ // -// ProjectionTangential routines. -// // Copyright 2005 by Johannes Hofmann // // This library is free software; you can redistribute it and/or diff --git a/src/Stitch.cxx b/src/Stitch.cxx index 1fe3d88..af46968 100644 --- a/src/Stitch.cxx +++ b/src/Stitch.cxx @@ -1,6 +1,4 @@ // -// Stitch routines. -// // Copyright 2006 by Johannes Hofmann // // This library is free software; you can redistribute it and/or |