From 17d44e15033ada29b0100954e6fa8fd7fe76b220 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 26 Jul 2026 14:14:32 +0200 Subject: [PATCH] Update GPL grant in info panel. Avoid outdated FSF postal address. --- src/dialog.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dialog.c b/src/dialog.c index bbcd4dcb..5518433f 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1587,9 +1587,8 @@ void wShowLegalPanel(WScreen *scr) "of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. " "See the GNU General Public License for more details.\n\n" " You should have received a copy of the GNU General Public " - "License along with this program; if not, write to the Free Software " - "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA" - "02110-1301 USA.")); + "License along with this program; if not, see " + ".")); WMRealizeWidget(panel->win); WMMapSubwidgets(panel->win);