From 6f646ff5b0066fc9cc838f06d00b719aeb12a9f9 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Feb 2014 20:08:42 +0000 Subject: - 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 --- tools/mkkeypair | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit