From dff8da6b3e89b986bb7f6b1ec18cf65d5972e307 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 Jan 2024 10:12:26 -0800 Subject: Update copyright dates with scripts/update-copyrights --- scripts/gen-sorted.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gen-sorted.awk') diff --git a/scripts/gen-sorted.awk b/scripts/gen-sorted.awk index 0347d5bd47..a2585e2e4c 100755 --- a/scripts/gen-sorted.awk +++ b/scripts/gen-sorted.awk @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # Generate sorted list of directories. The sorting is stable but with # dependencies between directories resolved by moving dependees in front. -# Copyright (C) 1998-2023 Free Software Foundation, Inc. +# Copyright (C) 1998-2024 Free Software Foundation, Inc. BEGIN { cnt = split(subdirs, all) + 1 -- cgit v1.2.3