diff options
Diffstat (limited to 'usr.bin/vi/LICENSE')
-rw-r--r-- | usr.bin/vi/LICENSE | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/vi/LICENSE b/usr.bin/vi/LICENSE index bb34822f403..7f4df86b30d 100644 --- a/usr.bin/vi/LICENSE +++ b/usr.bin/vi/LICENSE @@ -1,12 +1,15 @@ -Copyright (c) 1996, 1997 - Sleepycat Software. All rights reserved. +/* $OpenBSD: LICENSE,v 1.10 2003/07/21 16:21:12 millert Exp $ */ -Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996 - Keith Bostic. All rights reserved. +The following are the copyrights and redistribution conditions that apply +to this copy of the Vi software. /* * Copyright (c) 1991, 1992, 1993, 1994 * The Regents of the University of California. All rights reserved. + * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + * Keith Bostic. All rights reserved. + * Copyright (c) 1999, 2000 + * Sven Verdoolaege. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |