From 7754ce9f3af20bc35f35809d3419847f605b9954 Mon Sep 17 00:00:00 2001 Message-Id: <7754ce9f3af20bc35f35809d3419847f605b9954.1746128641.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 10 Mar 2025 13:48:22 +0000 Subject: [PATCH] COPYRIGHT: Fix comment for LGPL-2. Organization: Straylight/Edgeware From: Mark Wooding --- COPYRIGHT | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index fa1c8ba..0f4794e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -80,5 +80,6 @@ License: LGPL-2.0+ License along with this package; if not, see . Comment: - On Debian systems, the full text of the GNU General Public License - version 2 can be found in the file '/usr/share/common-licenses/LGPL-2'. + On Debian systems, the full text of the GNU Library General Public + License version 2 can be found in the file + '/usr/share/common-licenses/LGPL-2'. -- [mdw]