summaryrefslogtreecommitdiffstats
path: root/st.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-01-05 04:41:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-01-05 04:41:21 +0000
commit56e60da9db31c4b6ec8d6433be9710470daaf34a (patch)
treece7e90b3c16ce6246be9850c9b1ea1328992c0e7 /st.h
parentc3f7c758488c87d12a779345c567f1b4b5e910b0 (diff)
downloadruby-56e60da9db31c4b6ec8d6433be9710470daaf34a.tar.gz
ruby-56e60da9db31c4b6ec8d6433be9710470daaf34a.tar.xz
ruby-56e60da9db31c4b6ec8d6433be9710470daaf34a.zip
20000105
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.h')
-rw-r--r--st.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.h b/st.h
index b626969f8..6397f8763 100644
--- a/st.h
+++ b/st.h
@@ -1,4 +1,4 @@
-/* This is a general purpose hash table package written by Peter Moore @ UCB. */
+/* This is a public domain general purpose hash table package written by Peter Moore @ UCB. */
/* @(#) st.h 5.1 89/12/14 */