diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-03 20:14:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-03 20:14:52 +0000 |
commit | 9d4a69876d789cbf3cdfcb2bb297c7004741369e (patch) | |
tree | ff517f8e49a1c93fc7d112806d2b43fcca50c967 /lib/libkeynote/keynote.l | |
parent | fe47e80c8309bb3387b02fa9c28b99491b75a114 (diff) |
with or without fee; received mail permitting this change from angelos
Diffstat (limited to 'lib/libkeynote/keynote.l')
-rw-r--r-- | lib/libkeynote/keynote.l | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.l b/lib/libkeynote/keynote.l index d291d59de45..f5b9bdb656b 100644 --- a/lib/libkeynote/keynote.l +++ b/lib/libkeynote/keynote.l @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: keynote.l,v 1.12 2000/08/11 20:51:38 angelos Exp $ */ +/* $OpenBSD: keynote.l,v 1.13 2001/09/03 20:14:51 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -8,7 +8,7 @@ * * Copyright (C) 1998, 1999 by Angelos D. Keromytis. * - * Permission to use, copy, and modify this software without fee + * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or * modification of this software. |