1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Update copyright dates with scripts/update-copyrights

This commit is contained in:
Paul Eggert
2025-01-01 10:14:45 -08:00
parent b1da163a21
commit 2642002380
13063 changed files with 13065 additions and 13066 deletions

View File

@ -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-2024 Free Software Foundation, Inc.
# Copyright (C) 1998-2025 Free Software Foundation, Inc.
BEGIN {
cnt = split(subdirs, all) + 1