about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-02-10 05:41:50 +0000
committerEric Wong <normalperson@yhbt.net>2014-02-10 05:41:50 +0000
commitf3184dc74bbb4969daaea86519dd6ff7915bb910 (patch)
tree46cc91cb4902ce104ed04a843d440cc31b42fa9a /README
parentb8deeb0bf37db99341e1f341f89b2ca769f648d9 (diff)
downloadruby-tdb-f3184dc74bbb4969daaea86519dd6ff7915bb910.tar.gz
LGPLv3+ is not compatible with GPLv2-only, unfortunately,
there are still many GPLv2-only packages around.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2f6db8e..db19fff 100644
--- a/README
+++ b/README
@@ -8,8 +8,8 @@ write to the same databases used by Samba!
 == Features
 
 * Concurrent reader and writer processes may safely operate on the
-  same file.  This is great for MRI 1.8 and 1.9 where multi-core
-  performance is easiest to achieve with processes and not threads.
+  same file.  This is great for MRI where multi-core performance
+  is easiest to achieve with processes and not threads.
 
 * Fork-safe, you may fork and share the same TDB object in your parent
   and child processes.