summaryrefslogtreecommitdiff
path: root/dw/hyphenator.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-15 00:42:12 +0000
committercorvid <corvid@lavabit.com>2012-12-15 00:42:12 +0000
commit565f21fba29f87c843c0e3d06b22879755de8bf9 (patch)
treeef78fb7b31c9372340332c25f2b3c662c8857074 /dw/hyphenator.cc
parente3ab8943f76ef1c7446bca67cc82a5ec66ee2a06 (diff)
a little more detail on hyphenator provenance
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r--dw/hyphenator.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc
index cc92b77f..c2b9755e 100644
--- a/dw/hyphenator.cc
+++ b/dw/hyphenator.cc
@@ -9,8 +9,9 @@
#define LEN 1000
/*
- * This is a direct translation of the Python implementation by Ned
- * Batchelder.
+ * This is (or at least began as) a direct translation of Ned Batchelder's
+ * public-domain Python implementation at
+ * http://nedbatchelder.com/code/modules/hyphenate.py
*/
using namespace lout::object;