From b2cddfe9a2ea569ca60db0af89b36cc764de8545 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 1 Oct 2024 22:21:30 +0200 Subject: [PATCH] Update the file list. * gettext-tools/src/FILES: Update. * gettext-tools/src/write-desktop.h: Fix comment. * gettext-tools/src/write-xml.h: Likewise. --- gettext-tools/src/FILES | 9 ++++++--- gettext-tools/src/write-desktop.h | 5 ++--- gettext-tools/src/write-xml.h | 5 ++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/gettext-tools/src/FILES b/gettext-tools/src/FILES index 72754a2bb..dfdbe83b3 100644 --- a/gettext-tools/src/FILES +++ b/gettext-tools/src/FILES @@ -63,9 +63,6 @@ xerror-handler.c | write-stringtable.c | Output of a list-of-messages to a NeXTstep/GNUstep .strings | file. -| write-desktop.h -| write-desktop.c -| Output of a list-of-messages to a .desktop file. +-------------- Writing PO files +-------------- Reading PO files @@ -305,6 +302,12 @@ msgl-check.c | write-qt.h | write-qt.c | Generating Qt .qm files. +| write-desktop.h +| write-desktop.c +| Writing a .desktop file. +| write-xml.h +| write-xml.c +| Writing to an XML file. | msgfmt.c | Main source for the 'msgfmt' program. | diff --git a/gettext-tools/src/write-desktop.h b/gettext-tools/src/write-desktop.h index 4b20761b9..f1c2bf87a 100644 --- a/gettext-tools/src/write-desktop.h +++ b/gettext-tools/src/write-desktop.h @@ -1,6 +1,5 @@ -/* Reading Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free - Software Foundation, Inc. +/* Writing Desktop Entry files. + Copyright (C) 1995-2024 Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify diff --git a/gettext-tools/src/write-xml.h b/gettext-tools/src/write-xml.h index 8bf0dfc56..5b80ac4b7 100644 --- a/gettext-tools/src/write-xml.h +++ b/gettext-tools/src/write-xml.h @@ -1,6 +1,5 @@ -/* Reading XML files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016 Free - Software Foundation, Inc. +/* Writing XML files. + Copyright (C) 2024 Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify -- 2.47.3