diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 20:08:42 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-02-27 20:08:42 +0000 |
commit | 6f646ff5b0066fc9cc838f06d00b719aeb12a9f9 (patch) | |
tree | b0d42a671ca998269d53c05027815ec58db2f3ec /tools | |
parent | 0743ed4fb6fd6f622adec3b428b15053762c2f5b (diff) |
- mkkeypair: LICENSE doesn't exist anymore. It's now COPYING
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3075 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/mkkeypair | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkkeypair b/tools/mkkeypair index 7393a10..2c30157 100755 --- a/tools/mkkeypair +++ b/tools/mkkeypair @@ -5,7 +5,7 @@ # for use with cryptlinks. # # (C) 2003 Joshua Kwan and the IRCD-Hybrid team -# See LICENSE for the terms of copying. +# See COPYING for the terms of copying. if test -f rsa.key; then echo Moving old key out of the way to rsa.key.old |