summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2023-01-01 14:50:15 +0000
committerPádraig Brady <P@draigBrady.com>2023-01-01 14:50:15 +0000
commit01755d36e7389aef48f712193976205e7381115b (patch)
tree79391c24e545d8d4f251691c5fb345931b8dd35a /gl
parent0239f2a782cb6b2181f29b34cd80c06bb704a2ef (diff)
downloadcoreutils-01755d36e7389aef48f712193976205e7381115b.tar.gz
maint: update all copyright year number ranges
Update to latest gnulib with new copyright year. Run "make update-copyright" and then... * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Manually update copyright year, until we fully sync with gnulib at a later stage. * tests/sample-test: Adjust to use the single most recent year.
Diffstat (limited to 'gl')
-rw-r--r--gl/lib/buffer-lcm.c2
-rw-r--r--gl/lib/cl-strtod.c2
-rw-r--r--gl/lib/fadvise.c2
-rw-r--r--gl/lib/fadvise.h2
-rw-r--r--gl/lib/fd-reopen.c2
-rw-r--r--gl/lib/fd-reopen.h2
-rw-r--r--gl/lib/heap.c2
-rw-r--r--gl/lib/heap.h2
-rw-r--r--gl/lib/mbsalign.c2
-rw-r--r--gl/lib/mbsalign.h2
-rw-r--r--gl/lib/rand-isaac.c2
-rw-r--r--gl/lib/rand-isaac.h2
-rw-r--r--gl/lib/randint.c2
-rw-r--r--gl/lib/randint.h2
-rw-r--r--gl/lib/randperm.c2
-rw-r--r--gl/lib/randread.c2
-rw-r--r--gl/lib/randread.h2
-rw-r--r--gl/lib/root-dev-ino.c2
-rw-r--r--gl/lib/root-dev-ino.h2
-rw-r--r--gl/lib/smack.h2
-rw-r--r--gl/lib/strintcmp.c2
-rw-r--r--gl/lib/strnumcmp-in.h2
-rw-r--r--gl/lib/strnumcmp.c2
-rw-r--r--gl/lib/targetdir.c2
-rw-r--r--gl/lib/targetdir.h2
-rw-r--r--gl/lib/xdectoint.c2
-rw-r--r--gl/lib/xdectoint.h2
-rw-r--r--gl/lib/xfts.c2
-rw-r--r--gl/tests/test-fadvise.c2
-rw-r--r--gl/tests/test-mbsalign.c2
-rw-r--r--gl/tests/test-rand-isaac.c2
31 files changed, 31 insertions, 31 deletions
diff --git a/gl/lib/buffer-lcm.c b/gl/lib/buffer-lcm.c
index 392dcb753..7e3773dfb 100644
--- a/gl/lib/buffer-lcm.c
+++ b/gl/lib/buffer-lcm.c
@@ -1,6 +1,6 @@
/* buffer-lcm.c - compute a good buffer size for dealing with two files
- Copyright (C) 2002-2022 Free Software Foundation, Inc.
+ Copyright (C) 2002-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/cl-strtod.c b/gl/lib/cl-strtod.c
index a8c7d41c9..f6365111c 100644
--- a/gl/lib/cl-strtod.c
+++ b/gl/lib/cl-strtod.c
@@ -1,6 +1,6 @@
/* Convert string to double in the current locale, falling back on the C locale.
- Copyright 2019-2022 Free Software Foundation, Inc.
+ Copyright 2019-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/fadvise.c b/gl/lib/fadvise.c
index c7335aa47..79e6ac75b 100644
--- a/gl/lib/fadvise.c
+++ b/gl/lib/fadvise.c
@@ -1,5 +1,5 @@
/* Declare an access pattern hint for files.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/fadvise.h b/gl/lib/fadvise.h
index 437788d7d..276a8837d 100644
--- a/gl/lib/fadvise.h
+++ b/gl/lib/fadvise.h
@@ -1,5 +1,5 @@
/* Declare an access pattern hint for files.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/fd-reopen.c b/gl/lib/fd-reopen.c
index 9c22f1196..f5150778f 100644
--- a/gl/lib/fd-reopen.c
+++ b/gl/lib/fd-reopen.c
@@ -1,6 +1,6 @@
/* Invoke open, but return either a desired file descriptor or -1.
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/fd-reopen.h b/gl/lib/fd-reopen.h
index 2317e8bf3..979847599 100644
--- a/gl/lib/fd-reopen.h
+++ b/gl/lib/fd-reopen.h
@@ -1,6 +1,6 @@
/* Invoke open, but return either a desired file descriptor or -1.
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/heap.c b/gl/lib/heap.c
index 30584adca..520e7fd45 100644
--- a/gl/lib/heap.c
+++ b/gl/lib/heap.c
@@ -1,6 +1,6 @@
/* Barebones heap implementation supporting only insert and pop.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/heap.h b/gl/lib/heap.h
index 895c375fc..9ae9308e4 100644
--- a/gl/lib/heap.h
+++ b/gl/lib/heap.h
@@ -1,6 +1,6 @@
/* Barebones heap implementation supporting only insert and pop.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/mbsalign.c b/gl/lib/mbsalign.c
index 484829f19..0ccf08288 100644
--- a/gl/lib/mbsalign.c
+++ b/gl/lib/mbsalign.c
@@ -1,5 +1,5 @@
/* Align/Truncate a string in a given screen width
- Copyright (C) 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h
index 2b9f976fa..37a9af578 100644
--- a/gl/lib/mbsalign.h
+++ b/gl/lib/mbsalign.h
@@ -1,5 +1,5 @@
/* Align/Truncate a string in a given screen width
- Copyright (C) 2009-2022 Free Software Foundation, Inc.
+ Copyright (C) 2009-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/rand-isaac.c b/gl/lib/rand-isaac.c
index 9a3268ed3..fe4cecf5a 100644
--- a/gl/lib/rand-isaac.c
+++ b/gl/lib/rand-isaac.c
@@ -1,6 +1,6 @@
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
- Copyright (C) 1999-2022 Free Software Foundation, Inc.
+ Copyright (C) 1999-2023 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Colin Plumb.
This program is free software: you can redistribute it and/or modify
diff --git a/gl/lib/rand-isaac.h b/gl/lib/rand-isaac.h
index 3c443be55..985766605 100644
--- a/gl/lib/rand-isaac.h
+++ b/gl/lib/rand-isaac.h
@@ -1,6 +1,6 @@
/* Bob Jenkins's cryptographic random number generators, ISAAC and ISAAC64.
- Copyright (C) 1999-2022 Free Software Foundation, Inc.
+ Copyright (C) 1999-2023 Free Software Foundation, Inc.
Copyright (C) 1997, 1998, 1999 Colin Plumb.
This program is free software: you can redistribute it and/or modify
diff --git a/gl/lib/randint.c b/gl/lib/randint.c
index 02c04edd8..55ec2b24e 100644
--- a/gl/lib/randint.c
+++ b/gl/lib/randint.c
@@ -1,6 +1,6 @@
/* Generate random integers.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/randint.h b/gl/lib/randint.h
index 775d1b775..1c774cfbf 100644
--- a/gl/lib/randint.h
+++ b/gl/lib/randint.h
@@ -1,6 +1,6 @@
/* Generate random integers.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/randperm.c b/gl/lib/randperm.c
index 380a95227..f935946a6 100644
--- a/gl/lib/randperm.c
+++ b/gl/lib/randperm.c
@@ -1,6 +1,6 @@
/* Generate random permutations.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/randread.c b/gl/lib/randread.c
index 54d2e935b..4989d666f 100644
--- a/gl/lib/randread.c
+++ b/gl/lib/randread.c
@@ -1,6 +1,6 @@
/* Generate buffers of random data.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/randread.h b/gl/lib/randread.h
index a9e4f596c..9bd1303f1 100644
--- a/gl/lib/randread.h
+++ b/gl/lib/randread.h
@@ -1,6 +1,6 @@
/* Generate buffers of random data.
- Copyright (C) 2006-2022 Free Software Foundation, Inc.
+ Copyright (C) 2006-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c
index cfa9a1d3b..04e07f18c 100644
--- a/gl/lib/root-dev-ino.c
+++ b/gl/lib/root-dev-ino.c
@@ -1,5 +1,5 @@
/* root-dev-ino.c -- get the device and inode numbers for '/'.
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/root-dev-ino.h b/gl/lib/root-dev-ino.h
index e41657792..dcc4968a0 100644
--- a/gl/lib/root-dev-ino.h
+++ b/gl/lib/root-dev-ino.h
@@ -1,6 +1,6 @@
/* Root device and inode number checking.
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/smack.h b/gl/lib/smack.h
index e5c8cc0b0..1bd9e942f 100644
--- a/gl/lib/smack.h
+++ b/gl/lib/smack.h
@@ -1,5 +1,5 @@
/* Include and determine availability of smack routines
- Copyright (C) 2013-2022 Free Software Foundation, Inc.
+ Copyright (C) 2013-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/strintcmp.c b/gl/lib/strintcmp.c
index acb6c4e8f..35b2e6ba4 100644
--- a/gl/lib/strintcmp.c
+++ b/gl/lib/strintcmp.c
@@ -1,6 +1,6 @@
/* Compare integer strings.
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/strnumcmp-in.h b/gl/lib/strnumcmp-in.h
index 1b124afd5..39b5caf77 100644
--- a/gl/lib/strnumcmp-in.h
+++ b/gl/lib/strnumcmp-in.h
@@ -1,6 +1,6 @@
/* Compare numeric strings. This is an internal include file.
- Copyright (C) 1988-2022 Free Software Foundation, Inc.
+ Copyright (C) 1988-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/strnumcmp.c b/gl/lib/strnumcmp.c
index 3c1f73d6a..282091fc8 100644
--- a/gl/lib/strnumcmp.c
+++ b/gl/lib/strnumcmp.c
@@ -1,6 +1,6 @@
/* Compare numeric strings.
- Copyright (C) 2005-2022 Free Software Foundation, Inc.
+ Copyright (C) 2005-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/targetdir.c b/gl/lib/targetdir.c
index 0006ddcf4..e593dd17f 100644
--- a/gl/lib/targetdir.c
+++ b/gl/lib/targetdir.c
@@ -1,6 +1,6 @@
/* Target directory operands for coreutils
- Copyright 2004-2022 Free Software Foundation, Inc.
+ Copyright 2004-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/targetdir.h b/gl/lib/targetdir.h
index 6fa73ecc5..1f9c83558 100644
--- a/gl/lib/targetdir.h
+++ b/gl/lib/targetdir.h
@@ -1,6 +1,6 @@
/* Target directory operands for coreutils
- Copyright 2022 Free Software Foundation, Inc.
+ Copyright 2022-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/xdectoint.c b/gl/lib/xdectoint.c
index 41e3642bf..cc039be8a 100644
--- a/gl/lib/xdectoint.c
+++ b/gl/lib/xdectoint.c
@@ -1,6 +1,6 @@
/* Convert decimal strings with bounds checking and exit on error.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/xdectoint.h b/gl/lib/xdectoint.h
index fce2fa293..bc919335b 100644
--- a/gl/lib/xdectoint.h
+++ b/gl/lib/xdectoint.h
@@ -1,6 +1,6 @@
/* Convert decimal strings with bounds checking and exit on error.
- Copyright (C) 2014-2022 Free Software Foundation, Inc.
+ Copyright (C) 2014-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/lib/xfts.c b/gl/lib/xfts.c
index a112502e8..ec264b71c 100644
--- a/gl/lib/xfts.c
+++ b/gl/lib/xfts.c
@@ -1,6 +1,6 @@
/* xfts.c -- a wrapper for fts_open
- Copyright (C) 2003-2022 Free Software Foundation, Inc.
+ Copyright (C) 2003-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/tests/test-fadvise.c b/gl/tests/test-fadvise.c
index c46b4064e..353fae404 100644
--- a/gl/tests/test-fadvise.c
+++ b/gl/tests/test-fadvise.c
@@ -1,5 +1,5 @@
/* Test that fadvise works as advertised.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/tests/test-mbsalign.c b/gl/tests/test-mbsalign.c
index edfd4f9bf..d7b50b470 100644
--- a/gl/tests/test-mbsalign.c
+++ b/gl/tests/test-mbsalign.c
@@ -1,5 +1,5 @@
/* Test that mbsalign works as advertised.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/gl/tests/test-rand-isaac.c b/gl/tests/test-rand-isaac.c
index f414b2d2b..1a90fe6e2 100644
--- a/gl/tests/test-rand-isaac.c
+++ b/gl/tests/test-rand-isaac.c
@@ -1,6 +1,6 @@
/* Test the ISAAC or ISAAC64 pseudorandom number generator.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by