summaryrefslogtreecommitdiff
path: root/find
diff options
context:
space:
mode:
Diffstat (limited to 'find')
-rw-r--r--find/Makefile.am2
-rw-r--r--find/defs.h2
-rw-r--r--find/exec.c2
-rw-r--r--find/find.12
-rw-r--r--find/finddata.c2
-rw-r--r--find/fstype.c2
-rw-r--r--find/ftsfind.c2
-rw-r--r--find/parser.c2
-rw-r--r--find/pred.c2
-rw-r--r--find/print.c2
-rw-r--r--find/print.h2
-rw-r--r--find/sharefile.c2
-rw-r--r--find/sharefile.h2
-rw-r--r--find/testsuite/Makefile.am2
-rw-r--r--find/testsuite/checklists.py2
-rw-r--r--find/testsuite/config/unix.exp2
-rw-r--r--find/tree.c2
-rw-r--r--find/util.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/find/Makefile.am b/find/Makefile.am
index c0779a0f..bf2540d3 100644
--- a/find/Makefile.am
+++ b/find/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2021 Free Software Foundation, Inc.
+## Copyright (C) 1996-2022 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/find/defs.h b/find/defs.h
index 63ab7eda..86006905 100644
--- a/find/defs.h
+++ b/find/defs.h
@@ -1,5 +1,5 @@
/* defs.h -- data types and declarations.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/exec.c b/find/exec.c
index 7267c2de..62d45525 100644
--- a/find/exec.c
+++ b/find/exec.c
@@ -1,5 +1,5 @@
/* exec.c -- Implementation of -exec, -execdir, -ok, -okdir.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/find.1 b/find/find.1
index 5edfeb2c..bda89575 100644
--- a/find/find.1
+++ b/find/find.1
@@ -2740,7 +2740,7 @@ mailing list:
.RE
.
.SH COPYRIGHT
-Copyright \(co 1990-2021 Free Software Foundation, Inc.
+Copyright \(co 1990-2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
diff --git a/find/finddata.c b/find/finddata.c
index f9e283b8..8086c057 100644
--- a/find/finddata.c
+++ b/find/finddata.c
@@ -1,5 +1,5 @@
/* finddata.c -- global data for "find".
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/fstype.c b/find/fstype.c
index 377ca6b7..8d5879c7 100644
--- a/find/fstype.c
+++ b/find/fstype.c
@@ -1,5 +1,5 @@
/* fstype.c -- determine type of file systems that files are on
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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
the Free Software Foundation, either version 3 of the License, or
diff --git a/find/ftsfind.c b/find/ftsfind.c
index b266a988..7825c756 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -1,5 +1,5 @@
/* find -- search for files in a directory hierarchy (fts version)
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/parser.c b/find/parser.c
index 454764f3..152f0fcd 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -1,5 +1,5 @@
/* parser.c -- convert the command line args into an expression tree.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/pred.c b/find/pred.c
index 338ac14a..f9f42fac 100644
--- a/find/pred.c
+++ b/find/pred.c
@@ -1,5 +1,5 @@
/* pred.c -- execute the expression tree.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/print.c b/find/print.c
index 598f4a20..62f7d22b 100644
--- a/find/print.c
+++ b/find/print.c
@@ -1,5 +1,5 @@
/* print.c -- print/printf-related code.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/print.h b/find/print.h
index f9b3eb33..f31777ea 100644
--- a/find/print.h
+++ b/find/print.h
@@ -1,5 +1,5 @@
/* print.h -- declarations for symbols in print.c.
- Copyright (C) 2011-2021 Free Software Foundation, Inc.
+ Copyright (C) 2011-2022 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/find/sharefile.c b/find/sharefile.c
index 5e6ed927..d65dd23c 100644
--- a/find/sharefile.c
+++ b/find/sharefile.c
@@ -1,5 +1,5 @@
/* sharefile.c -- open files just once.
- Copyright (C) 2008-2021 Free Software Foundation, Inc.
+ Copyright (C) 2008-2022 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/find/sharefile.h b/find/sharefile.h
index 60d4a0b7..6e6e82bb 100644
--- a/find/sharefile.h
+++ b/find/sharefile.h
@@ -1,5 +1,5 @@
/* sharefile.h -- open files just once.
- Copyright (C) 2008-2021 Free Software Foundation, Inc.
+ Copyright (C) 2008-2022 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/find/testsuite/Makefile.am b/find/testsuite/Makefile.am
index bbc24421..568f3841 100644
--- a/find/testsuite/Makefile.am
+++ b/find/testsuite/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2021 Free Software Foundation, Inc.
+# Copyright (C) 2001-2022 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/find/testsuite/checklists.py b/find/testsuite/checklists.py
index 4869479e..522a0d88 100644
--- a/find/testsuite/checklists.py
+++ b/find/testsuite/checklists.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2021 Free Software Foundation, Inc.
+# Copyright (C) 2014-2022 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/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp
index 9541b5db..769685ce 100644
--- a/find/testsuite/config/unix.exp
+++ b/find/testsuite/config/unix.exp
@@ -1,6 +1,6 @@
# -*- TCL -*-
# Test-specific TCL procedures required by DejaGNU.
-# Copyright (C) 2000-2021 Free Software Foundation, Inc.
+# Copyright (C) 2000-2022 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/find/tree.c b/find/tree.c
index 9307821d..80dd6bfd 100644
--- a/find/tree.c
+++ b/find/tree.c
@@ -1,5 +1,5 @@
/* tree.c -- helper functions to build and evaluate the expression tree.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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/find/util.c b/find/util.c
index 59f80659..d30a50bd 100644
--- a/find/util.c
+++ b/find/util.c
@@ -1,5 +1,5 @@
/* util.c -- functions for initializing new tree elements, and other things.
- Copyright (C) 1990-2021 Free Software Foundation, Inc.
+ Copyright (C) 1990-2022 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