From f5c3ecc08527016259ff9d8b2c7e9df519895ea4 Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Thu, 28 Apr 2011 14:17:13 -0700 Subject: [PATCH] add Contributors section to README and cleanup threshold.lisp header --- README.md | 4 ++++ thresholding.lisp | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ccf90..3b171bb 100644 --- a/README.md +++ b/README.md @@ -268,3 +268,7 @@ expository example code into Some examples of using opticl code can be found here: [http://www.cyrusharmon.org/static/opticl-examples/opticl-examples.xhtml](http://www.cyrusharmon.org/static/opticl-examples/opticl-examples.xhtml) + +# Contributors + +Thanks to Ivan Chernetsky for contributing code thresholding grayscale images diff --git a/thresholding.lisp b/thresholding.lisp index ca399c5..1eb0124 100644 --- a/thresholding.lisp +++ b/thresholding.lisp @@ -1,5 +1,7 @@ -;;; Originally written by Ivan Chernetsky in 2011. -;;; The below code is in the public domain. + +;;; +;;; Thresholding code contributed buy Ivan Chernetsky in 2011. +;;; See COPYRIGHT file for details. (in-package :opticl)