diff options
author | 2015-12-05 06:55:09 +0000 | |
---|---|---|
committer | 2015-12-05 06:55:09 +0000 | |
commit | 94722f07f5d6b1cfa2e9fbf5e45f9ba7d7ad45b7 (patch) | |
tree | da4447fd8f4c3b79d4f3223109252c74582db5ad | |
parent | Remove NULL-checks before free() (diff) | |
download | wireguard-openbsd-94722f07f5d6b1cfa2e9fbf5e45f9ba7d7ad45b7.tar.xz wireguard-openbsd-94722f07f5d6b1cfa2e9fbf5e45f9ba7d7ad45b7.zip |
Remove needless reference to LEGAL, which is likely outdated itself.
-rw-r--r-- | bin/ksh/README | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/ksh/README b/bin/ksh/README index dfa0025459c..7ca202f4ebf 100644 --- a/bin/ksh/README +++ b/bin/ksh/README @@ -1,4 +1,4 @@ -$OpenBSD: README,v 1.12 2015/12/05 02:25:39 mmcc Exp $ +$OpenBSD: README,v 1.13 2015/12/05 06:55:09 mmcc Exp $ Last updated Jul '99 for pdksh-5.2.14. @@ -18,12 +18,6 @@ public pdksh release (4.9) are auto-configuration, arrays, $(( .. )), many POSIXisms and many bug fixes. See the NEWS and ChangeLog files for other features added and bugs fixed. -Note that pdksh is provided AS IS, with NO WARRANTY, either expressed or -implied. Also note that although the bulk of the code in pdksh is in the -public domain, some files are copyrighten (but freely distributable) and -subject to certain conditions (eg, don't remove copyright, document any -changes, etc.). See the LEGAL file for details. - Files of interest: CONTRIBUTORS short history of pdksh, people who contributed, etc. NOTES lists of known bugs in pdksh, at&t ksh, and posix. |