summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2023-01-01 17:19:37 -0800
committerJim Meyering <meyering@fb.com>2023-01-01 17:19:37 -0800
commit47a1f46f0831e7ab3842257433ed98971aba011b (patch)
treee880a516e1e20b3b9e615e97afb17d6ccc3c91b4 /lib
parent28e4de2c641df42e0707609b96c62466bd562d1b (diff)
downloaddiffutils-47a1f46f0831e7ab3842257433ed98971aba011b.tar.gz
maint: update copyright dates
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/cmpbuf.c2
-rw-r--r--lib/cmpbuf.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 934ce26..042850c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,6 +1,6 @@
# Automakefile for GNU Diffutils library.
-# Copyright (C) 2001-2002, 2004, 2006, 2009-2013, 2015-2022 Free Software
+# Copyright (C) 2001-2002, 2004, 2006, 2009-2013, 2015-2023 Free Software
# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/cmpbuf.c b/lib/cmpbuf.c
index 46f2d03..aa79edb 100644
--- a/lib/cmpbuf.c
+++ b/lib/cmpbuf.c
@@ -1,6 +1,6 @@
/* Buffer primitives for comparison operations.
- Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009-2013, 2015-2022 Free
+ Copyright (C) 1993, 1995, 1998, 2001-2002, 2006, 2009-2013, 2015-2023 Free
Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/cmpbuf.h b/lib/cmpbuf.h
index 2990fcb..91680fe 100644
--- a/lib/cmpbuf.h
+++ b/lib/cmpbuf.h
@@ -1,6 +1,6 @@
/* Buffer primitives for comparison operations.
- Copyright (C) 2002, 2009-2013, 2015-2022 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2009-2013, 2015-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