changeset 11359:4b3bfe924b51 octave-forge

maint: fix Søren's name
author carandraug
date Sun, 06 Jan 2013 15:13:08 +0000
parents d23c2e9aba99
children 43dfc6db177d
files main/image/inst/bwboundaries.m main/image/inst/bwconncomp.m main/image/inst/bwhitmiss.m main/image/inst/edge.m main/image/inst/hough_circle.m main/image/inst/houghtf.m main/image/inst/imclose.m main/image/inst/imcomplement.m main/image/inst/imdilate.m main/image/inst/imerode.m main/image/inst/imfilter.m main/image/inst/imopen.m main/image/inst/imsmooth.m main/image/inst/ordfiltn.m main/image/inst/regionprops.m main/image/src/__bilateral__.cc main/image/src/__custom_gaussian_smoothing__.cc main/image/src/__spatial_filtering__.cc main/image/src/nonmax_supress.cc
diffstat 19 files changed, 20 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/inst/bwboundaries.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/bwboundaries.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2010 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2010 Søren Hauberg <soren@hauberg.org>
 ## Copyright (C) Andrew Kelly, IPS Radio & Space Services
 ##
 ## This program is free software; you can redistribute it and/or modify it under
--- a/main/image/inst/bwconncomp.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/bwconncomp.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2010 Soren Hauberg
+## Copyright (C) 2010 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/bwhitmiss.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/bwhitmiss.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/edge.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/edge.m	Sun Jan 06 15:13:08 2013 +0000
@@ -474,7 +474,7 @@
 
 ## The 'andy' edge detector that was present in older versions of 'edge'.
 ## The function body has simply been copied from the old implementation.
-##   -- Soren Hauberg, march 11th, 2008
+##   -- Søren Hauberg, march 11th, 2008
 function [imout, thresh] = andy(im, method, thresh, param2)
    [n,m]= size(im);
    xx= 2:m-1;
--- a/main/image/inst/hough_circle.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/hough_circle.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/houghtf.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/houghtf.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/imclose.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imclose.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/imcomplement.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imcomplement.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/imdilate.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imdilate.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,5 +1,5 @@
 ## Copyright (C) 2004 Josep Mones i Teixidor <jmones@puntbarra.com>
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ## Copyright (C) 2010 Carnë Draug <carandraug+dev@gmail.com>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
--- a/main/image/inst/imerode.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imerode.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,5 +1,5 @@
 ## Copyright (C) 2004 Josep Mones i Teixidor <jmones@puntbarra.com>
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ## Copyright (C) 2011-2012 Carnë Draug <carandraug+dev@gmail.com>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
--- a/main/image/inst/imfilter.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imfilter.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2007 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2007 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/imopen.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imopen.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/imsmooth.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/imsmooth.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2007 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2007 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/ordfiltn.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/ordfiltn.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
 ## the terms of the GNU General Public License as published by the Free Software
--- a/main/image/inst/regionprops.m	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/inst/regionprops.m	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2010 Soren Hauberg <soren@hauberg.org>
+## Copyright (C) 2010 Søren Hauberg <soren@hauberg.org>
 ## Copyright (C) 2012 Jordi Gutiérrez Hermoso <jordigh@octave.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it under
--- a/main/image/src/__bilateral__.cc	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/src/__bilateral__.cc	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-// Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+// Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 //
 // This program is free software; you can redistribute it and/or modify it under
 // the terms of the GNU General Public License as published by the Free Software
--- a/main/image/src/__custom_gaussian_smoothing__.cc	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/src/__custom_gaussian_smoothing__.cc	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-// Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+// Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 //
 // This program is free software; you can redistribute it and/or modify it under
 // the terms of the GNU General Public License as published by the Free Software
--- a/main/image/src/__spatial_filtering__.cc	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/src/__spatial_filtering__.cc	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-// Copyright (C) 2008 Soren Hauberg <soren@hauberg.org>
+// Copyright (C) 2008 Søren Hauberg <soren@hauberg.org>
 //
 // This program is free software; you can redistribute it and/or modify it under
 // the terms of the GNU General Public License as published by the Free Software
@@ -15,7 +15,7 @@
 
 // The 'compare' and 'selnth' functions are copied from the 'cordflt2' function
 // developed by Teemu Ikonen. This work was released under GPLv2 or later.
-//      -- Soren Hauberg, March 21st, 2008
+//      -- Søren Hauberg, March 21st, 2008
 
 #include <octave/oct.h>
 
--- a/main/image/src/nonmax_supress.cc	Sun Jan 06 15:07:08 2013 +0000
+++ b/main/image/src/nonmax_supress.cc	Sun Jan 06 15:13:08 2013 +0000
@@ -1,4 +1,4 @@
-// Copyright (C) 2005 Soren Hauberg <soren@hauberg.org>
+// Copyright (C) 2005 Søren Hauberg <soren@hauberg.org>
 //
 // This program is free software; you can redistribute it and/or modify it under
 // the terms of the GNU General Public License as published by the Free Software