diff options
Diffstat (limited to 'lib/uniname/gen-uninames.lisp')
-rwxr-xr-x | lib/uniname/gen-uninames.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/uniname/gen-uninames.lisp b/lib/uniname/gen-uninames.lisp index 7c45364b03..5ebb921c23 100755 --- a/lib/uniname/gen-uninames.lisp +++ b/lib/uniname/gen-uninames.lisp @@ -176,9 +176,9 @@ (format ostream " * Unicode character name table.~%") (format ostream " * Generated automatically by the gen-uninames utility.~%") (format ostream " */~%") - (format ostream "/* Copyright (C) 2000-2021 Free Software Foundation, Inc.~%") + (format ostream "/* Copyright (C) 2000-2022 Free Software Foundation, Inc.~%") (format ostream "~%") - (format ostream " This program is free software.~%") + (format ostream " This file is free software.~%") (format ostream " It is dual-licensed under \"the GNU LGPLv3+ or the GNU GPLv2+\".~%") (format ostream " You can redistribute it and/or modify it under either~%") (format ostream " - the terms of the GNU Lesser General Public License as published~%") @@ -189,7 +189,7 @@ (format ostream " any later version, or~%") (format ostream " - the same dual license \"the GNU LGPLv3+ or the GNU GPLv2+\".~%") (format ostream "~%") - (format ostream " This program is distributed in the hope that it will be useful,~%") + (format ostream " This file is distributed in the hope that it will be useful,~%") (format ostream " but WITHOUT ANY WARRANTY; without even the implied warranty of~%") (format ostream " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU~%") (format ostream " Lesser General Public License and the GNU General Public License~%") |