diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:19:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-06 20:19:26 +0000 |
commit | 9b69d88557d780dd96b90dad1208e71f14ae4ed1 (patch) | |
tree | a1327489de139155684b2a5e6efae2bf573a320e /usr.bin/vi/LICENSE | |
parent | ab2a49abcd3f84660d7157d8ada37cc67c3db0b2 (diff) |
add missing reference to infocmp
Diffstat (limited to 'usr.bin/vi/LICENSE')
-rw-r--r-- | usr.bin/vi/LICENSE | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/usr.bin/vi/LICENSE b/usr.bin/vi/LICENSE index 78e8f4a40e1..5c8042e751d 100644 --- a/usr.bin/vi/LICENSE +++ b/usr.bin/vi/LICENSE @@ -1,14 +1,12 @@ -The vi program is freely redistributable. You are welcome to copy, modify -and share it with others under the conditions listed in this file. If any -company (not any 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. +Copyright (c) 1996, 1997 + Sleepycat Software. All rights reserved. -/*- +Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996 + Keith Bostic. All rights reserved. + +/* * Copyright (c) 1991, 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. - * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996 - * Keith Bostic. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |