From 41a1eb1464fae74ad043e5f49f4afefae5c4fefe Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Sat, 7 May 2011 17:07:37 +0200
Subject: [PATCH] STYLE:add references to Jan Wegner contributions in source
 files

---
 Code/Common/otbGamma.h                                   | 4 +++-
 Code/Markov/otbMRFEnergyFisherClassification.h           | 2 ++
 Examples/Markov/MarkovClassification3Example.cxx         | 1 +
 Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx | 1 +
 4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Code/Common/otbGamma.h b/Code/Common/otbGamma.h
index cbc0497960..57a0e9896b 100644
--- a/Code/Common/otbGamma.h
+++ b/Code/Common/otbGamma.h
@@ -9,6 +9,8 @@
   Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
   See OTBCopyright.txt for details.
 
+  This code is from a Jan Wegner contribution.
+
 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -27,7 +29,7 @@
 namespace otb 
 {
 /** \class Gamma
- *  \brief Gamma function (necessary for Fisher distribution 
+ *  \brief Gamma function
  *
  */
 class Gamma {
diff --git a/Code/Markov/otbMRFEnergyFisherClassification.h b/Code/Markov/otbMRFEnergyFisherClassification.h
index 57e939281a..c580750f4e 100644
--- a/Code/Markov/otbMRFEnergyFisherClassification.h
+++ b/Code/Markov/otbMRFEnergyFisherClassification.h
@@ -9,6 +9,8 @@
   Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
   See OTBCopyright.txt for details.
 
+  This code is from a Jan Wegner contribution.
+
 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
diff --git a/Examples/Markov/MarkovClassification3Example.cxx b/Examples/Markov/MarkovClassification3Example.cxx
index 51e7f4bfc6..0ba78c8cd9 100644
--- a/Examples/Markov/MarkovClassification3Example.cxx
+++ b/Examples/Markov/MarkovClassification3Example.cxx
@@ -37,6 +37,7 @@
 //  regularization energy is defined by a Potts model and the fidelity or likelihood energy is modelled by a
 //  Fisher distribution.
 //  The parameter of the fisher distribution was determined for each class in a supervised step. ( See the File OtbParameterEstimatioOfFisherDistribution )
+//  This example is a contribution from Jan Wegner.
 //
 // Software Guide : EndLatex
 
diff --git a/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx b/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx
index 31a6c0814c..cb981e76ab 100644
--- a/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx
+++ b/Testing/Code/Markov/otbMRFEnergyFisherClassification.cxx
@@ -9,6 +9,7 @@
   Copyright (c) Centre National d'Etudes Spatiales. All rights reserved.
   See OTBCopyright.txt for details.
 
+  This code is from a Jan Wegner contribution.
 
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
-- 
GitLab