changeset 463:eab214ef080c

Updated FSF address
author carandraug
date Fri, 24 Jun 2011 17:35:07 +0000
parents dd9a66134527
children 0f8343f43cb1
files inst/edge.m inst/entropy.m inst/entropyfilt.m inst/hough_circle.m inst/houghtf.m inst/rangefilt.m inst/stdfilt.m src/nonmax_supress.cc
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/inst/edge.m
+++ b/inst/edge.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ##
 ## Note: The implementation and help text for the 'andy' edge detector came with
 ## the following notice:
--- a/inst/entropy.m
+++ b/inst/entropy.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{E} =} entropy (@var{im})
--- a/inst/entropyfilt.m
+++ b/inst/entropyfilt.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{E} =} entropyfilt (@var{im})
--- a/inst/hough_circle.m
+++ b/inst/hough_circle.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} @var{accum}= hough_circle (@var{bw}, @var{r})
--- a/inst/houghtf.m
+++ b/inst/houghtf.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} @var{H} = houghtf (@var{bw})
--- a/inst/rangefilt.m
+++ b/inst/rangefilt.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{R} =} rangefilt (@var{im})
--- a/inst/stdfilt.m
+++ b/inst/stdfilt.m
@@ -12,7 +12,7 @@
 ## 
 ## You should have received a copy of the GNU General Public License
 ## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {@var{S} =} stdfilt (@var{im})
--- a/src/nonmax_supress.cc
+++ b/src/nonmax_supress.cc
@@ -13,7 +13,7 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 Author: Søren Hauberg <hauberg at gmail dot com>