diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-08 00:25:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-08 00:25:59 +0000 |
commit | 5416b9ee7731fca875bfee1b8d10e995a7798d09 (patch) | |
tree | 200a29f48f7a2ea681b90bde6b01ab1505cef881 /usr.bin/vi | |
parent | 984abb89d5711961efe5676bf70544d7fc558878 (diff) |
move the license into the body of the man page;
ok millert@
Diffstat (limited to 'usr.bin/vi')
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vi.man/vi.1 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 index ef4ee369ff1..84186a65450 100644 --- a/usr.bin/vi/docs/USD.doc/vi.man/vi.1 +++ b/usr.bin/vi/docs/USD.doc/vi.man/vi.1 @@ -1,11 +1,16 @@ -.\" $OpenBSD: vi.1,v 1.30 2005/01/07 15:04:02 millert Exp $ +.\" $OpenBSD: vi.1,v 1.31 2005/01/08 00:25:58 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. .\" Copyright (c) 1994, 1995, 1996 .\" Keith Bostic. All rights reserved. .\" -.\" See the LICENSE file for redistribution information. +.\" The vi program is freely redistributable. +.\" You are welcome to copy, modify and share it with others +.\" under the conditions listed in the LICENSE file. +.\" If any company (not individual!) finds vi sufficiently useful +.\" that you would have purchased it, or if any company wishes to +.\" redistribute it, contributions to the authors would be appreciated. .\" .\" @(#)vi.1 8.51 (Berkeley) 10/10/96 .\" @@ -2271,10 +2276,3 @@ replacements for the .Nm ex Ns / Ns Nm vi editor first appeared in .Bx 4.4 . -.Sh LICENSE -The vi program is freely redistributable. -You are welcome to copy, modify and share it with others -under the conditions listed in the LICENSE file. -If any company (not individual!) finds vi sufficiently useful -that you would have purchased it, or if any company wishes to redistribute it, -contributions to the authors would be appreciated. |