From f9322ca676cc71bdf0100673fd57a9b565f9dec4 Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Mon, 16 Mar 2026 12:00:20 +0800 Subject: [PATCH] Fix LICENSE path for ISC license file Correct a typo in LICENSE that referenced the ISC license file with a duplicated directory name. No functional change. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 28796e982e1..0ccd7072122 100644 --- a/LICENSE +++ b/LICENSE @@ -246,7 +246,7 @@ The PostgreSQL software includes: src/backend/utils/adt/inet_cidr_ntop.c src/backend/utils/adt/inet_net_pton.c - see licenses/licenses/LICENSE-isc.txt + see licenses/LICENSE-isc.txt ---------------------------- Perl Artistic License 2.0 (exception)