summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-01-01 20:34:39 -0800
committerJim Meyering <meyering@fb.com>2023-01-01 20:36:23 -0800
commit45e1158a4bb44e507239274535290db61dd27577 (patch)
treebb598ff59d8730fe2e1d74402e98478454eafe3c /src
parent247e2575632a19155e10872d3703c499df4736f7 (diff)
downloadgrep-45e1158a4bb44e507239274535290db61dd27577.tar.gz
maint: update copyright dates
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/dfasearch.c2
-rw-r--r--src/die.h2
-rw-r--r--src/grep.c2
-rw-r--r--src/grep.h2
-rw-r--r--src/kwsearch.c2
-rw-r--r--src/kwset.c2
-rw-r--r--src/kwset.h2
-rw-r--r--src/pcresearch.c2
-rw-r--r--src/search.h2
-rw-r--r--src/searchutils.c2
-rw-r--r--src/system.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 52743afe..2c5a9fe6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997-1998, 2005-2022 Free Software Foundation, Inc.
+# Copyright 1997-1998, 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/src/dfasearch.c b/src/dfasearch.c
index 987238bf..3d586c21 100644
--- a/src/dfasearch.c
+++ b/src/dfasearch.c
@@ -1,5 +1,5 @@
/* dfasearch.c - searching subroutines using dfa and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 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/src/die.h b/src/die.h
index c652491c..af67b542 100644
--- a/src/die.h
+++ b/src/die.h
@@ -1,5 +1,5 @@
/* Report an error and exit.
- Copyright 2016-2022 Free Software Foundation, Inc.
+ Copyright 2016-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/src/grep.c b/src/grep.c
index 40ddfea0..95ee5f00 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -1,5 +1,5 @@
/* grep.c - main driver file for grep.
- Copyright (C) 1992, 1997-2002, 2004-2022 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1997-2002, 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/src/grep.h b/src/grep.h
index 422c257c..8d3dbe30 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -1,5 +1,5 @@
/* grep.h - interface to grep driver for searching subroutines.
- Copyright (C) 1992, 1998, 2001, 2007, 2009-2022 Free Software Foundation,
+ Copyright (C) 1992, 1998, 2001, 2007, 2009-2023 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwsearch.c b/src/kwsearch.c
index f6517170..212f6e6c 100644
--- a/src/kwsearch.c
+++ b/src/kwsearch.c
@@ -1,5 +1,5 @@
/* kwsearch.c - searching subroutines using kwset for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 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/src/kwset.c b/src/kwset.c
index ec1bc69d..b885ef92 100644
--- a/src/kwset.c
+++ b/src/kwset.c
@@ -1,5 +1,5 @@
/* kwset.c - search for any of a set of keywords.
- Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2022 Free Software
+ Copyright (C) 1989, 1998, 2000, 2005, 2007, 2009-2023 Free Software
Foundation, Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/kwset.h b/src/kwset.h
index 9509645a..679a47d9 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -1,5 +1,5 @@
/* kwset.h - header declaring the keyword set library.
- Copyright (C) 1989, 1998, 2005, 2007, 2009-2022 Free Software Foundation,
+ Copyright (C) 1989, 1998, 2005, 2007, 2009-2023 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
diff --git a/src/pcresearch.c b/src/pcresearch.c
index 6ccfac07..a107f4d0 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -1,5 +1,5 @@
/* pcresearch.c - searching subroutines using PCRE for grep.
- Copyright 2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 2000, 2007, 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/src/search.h b/src/search.h
index 1f548d94..61d65626 100644
--- a/src/search.h
+++ b/src/search.h
@@ -1,5 +1,5 @@
/* search.c - searching subroutines using dfa, kwset and regex for grep.
- Copyright 1992, 1998, 2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 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/src/searchutils.c b/src/searchutils.c
index ed621807..84f79c8f 100644
--- a/src/searchutils.c
+++ b/src/searchutils.c
@@ -1,5 +1,5 @@
/* searchutils.c - helper subroutines for grep's matchers.
- Copyright 1992, 1998, 2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 1992, 1998, 2000, 2007, 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/src/system.h b/src/system.h
index 80257737..47c458f3 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/* Portability cruft. Include after config.h and sys/types.h.
- Copyright 1996, 1998-2000, 2007, 2009-2022 Free Software Foundation, Inc.
+ Copyright 1996, 1998-2000, 2007, 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