aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2022-01-02 09:52:59 +0200
committerSergey Poznyakoff <gray@gnu.org>2022-01-02 09:52:59 +0200
commite1ed6bc4deb67597ed3aa859cd2828932062f849 (patch)
tree8247c925cf8d7fb40b3c2aaff762b8efe3a20cdd
parent53ff1516720aa080f5b1cc3bb8607ce3df454e2d (diff)
downloaddirevent-master.tar.gz
direvent-master.tar.bz2
Update copyright yearHEADmaster
-rw-r--r--Makefile.am2
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--acinclude.m42
-rwxr-xr-xbootstrap2
-rw-r--r--configure.ac2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/direvent.82
-rw-r--r--doc/direvent.conf.52
-rw-r--r--doc/direvent.texi2
-rw-r--r--doc/gendocs.pl2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/closefds.c2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/config.c2
-rw-r--r--src/detach-bsd.c2
-rw-r--r--src/detach-darwin.c2
-rw-r--r--src/detach-std.c2
-rw-r--r--src/direvent.c2
-rw-r--r--src/direvent.h2
-rw-r--r--src/environ.c2
-rw-r--r--src/envop.c2
-rw-r--r--src/envop.h2
-rw-r--r--src/ev_inotify.c2
-rw-r--r--src/ev_kqueue.c2
-rw-r--r--src/event.c2
-rw-r--r--src/fnpat.c2
-rw-r--r--src/handler.c2
-rw-r--r--src/progman.c2
-rw-r--r--src/sigv.c2
-rw-r--r--src/watcher.c2
-rw-r--r--src/wildmatch.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/attrib.at2
-rw-r--r--tests/change.at2
-rw-r--r--tests/cmdexp.at2
-rw-r--r--tests/create.at2
-rw-r--r--tests/createrec.at2
-rw-r--r--tests/createrec2.at2
-rw-r--r--tests/createrec3.at2
-rw-r--r--tests/delete.at2
-rw-r--r--tests/env00.at2
-rw-r--r--tests/env01.at2
-rw-r--r--tests/env02.at2
-rw-r--r--tests/env03.at2
-rw-r--r--tests/env04.at2
-rw-r--r--tests/env05.at2
-rw-r--r--tests/env06.at2
-rw-r--r--tests/envdump.c2
-rw-r--r--tests/envleg00.at2
-rw-r--r--tests/envleg01.at2
-rw-r--r--tests/envleg02.at2
-rw-r--r--tests/envleg03.at2
-rw-r--r--tests/file.at2
-rw-r--r--tests/glob01.at2
-rw-r--r--tests/glob02.at2
-rw-r--r--tests/re01.at2
-rw-r--r--tests/re02.at2
-rw-r--r--tests/re03.at2
-rw-r--r--tests/re04.at2
-rw-r--r--tests/re05.at2
-rw-r--r--tests/remove.at2
-rw-r--r--tests/samepath.at2
-rw-r--r--tests/sent.at2
-rw-r--r--tests/shell.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/write.at2
68 files changed, 68 insertions, 68 deletions
diff --git a/Makefile.am b/Makefile.am
index 9f96c94..d048213 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU direvent -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/NEWS b/NEWS
index eedbe28..6433d97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
direvent -- history of user-visible changes. 2021-12-30
-Copyright (C) 2012-2021 Sergey Poznyakoff
+Copyright (C) 2012-2022 Sergey Poznyakoff
See the end of file for copying conditions.
Please send direvent bug reports to <bug-direvent@gnu.org.ua>
Version 5.3, 2021-12-30
diff --git a/README b/README
index 2c526e7..57e39d7 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
GNU direvent README.
-Copyright (C) 2012-2021 Sergey Poznyakoff
+Copyright (C) 2012-2022 Sergey Poznyakoff
See the end of file for copying conditions.
* Overview
Direvent is a directory content watcher daemon, i.e. a program that
monitors a set of directories on the file system and reacts when
diff --git a/acinclude.m4 b/acinclude.m4
index a60dbef..8bb516d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,8 +1,8 @@
# This file is part of GNU direvent -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/bootstrap b/bootstrap
index 3151f6d..84869d2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,9 +1,9 @@
#! /bin/sh
# This file is part of GNU direvent -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/configure.ac b/configure.ac
index f53bb43..c5d59de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# This file is part of GNU direvent -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 25038d5..875c6fa 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU direvent
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/doc/direvent.8 b/doc/direvent.8
index 98a6741..2512b35 100644
--- a/doc/direvent.8
+++ b/doc/direvent.8
@@ -1,8 +1,8 @@
.\" GNU direvent - directory content watcher daemon -*- nroff -*-
-.\" Copyright (C) 2012-2021 Sergey Poznyakoff
+.\" Copyright (C) 2012-2022 Sergey Poznyakoff
.\"
.\" GNU direvent 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 (at your
.\" option) any later version.
.\"
diff --git a/doc/direvent.conf.5 b/doc/direvent.conf.5
index c501c5c..712c6a4 100644
--- a/doc/direvent.conf.5
+++ b/doc/direvent.conf.5
@@ -1,8 +1,8 @@
.\" GNU direvent - directory content watcher daemon -*- nroff -*-
-.\" Copyright (C) 2012-2021 Sergey Poznyakoff
+.\" Copyright (C) 2012-2022 Sergey Poznyakoff
.\"
.\" GNU direvent 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 (at your
.\" option) any later version.
.\"
diff --git a/doc/direvent.texi b/doc/direvent.texi
index 8eef5d4..e7ae74d 100644
--- a/doc/direvent.texi
+++ b/doc/direvent.texi
@@ -32,13 +32,13 @@
@direntry
* direvent: (direvent). Monitor changes in directories.
@end direntry
@end ifinfo
@copying
-Copyright @copyright{} 2013--2021 Sergey Poznyakoff
+Copyright @copyright{} 2013--2022 Sergey Poznyakoff
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled ``GNU Free
diff --git a/doc/gendocs.pl b/doc/gendocs.pl
index aca56c0..51554dc 100644
--- a/doc/gendocs.pl
+++ b/doc/gendocs.pl
@@ -1,8 +1,8 @@
# This file is part of GNU direvent.
-# Copyright (C) 2020-2021 Sergey Poznyakoff
+# Copyright (C) 2020-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/src/Makefile.am b/src/Makefile.am
index d412db1..41a4754 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU direvent -*- autoconf -*-
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/src/closefds.c b/src/closefds.c
index 493397b..509564f 100644
--- a/src/closefds.c
+++ b/src/closefds.c
@@ -1,8 +1,8 @@
/* This file is part of GNU direvent
- Copyright (C) 2015-2021 Sergey Poznyakoff
+ Copyright (C) 2015-2022 Sergey Poznyakoff
GNU direvent 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, or (at your option)
any later version.
diff --git a/src/cmdline.opt b/src/cmdline.opt
index a2ec30a..3b86de5 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -1,13 +1,13 @@
#define EX_USAGE 1
OPTIONS_BEGIN("direvent",
[<GNU direvent monitors changes in directories>],
[<[CONFIG]>],
[<gnu>],
- [<copyright_year=2012-2021>],
+ [<copyright_year=2012-2022>],
[<copyright_holder=Sergey Poznyakoff>])
OPTION(debug,d,,
[<increase debug level>])
BEGIN
opt_debug_level++;
diff --git a/src/config.c b/src/config.c
index bddff7f..f106689 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/detach-bsd.c b/src/detach-bsd.c
index 161367d..0e43470 100644
--- a/src/detach-bsd.c
+++ b/src/detach-bsd.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/detach-darwin.c b/src/detach-darwin.c
index a1806bb..20e4826 100644
--- a/src/detach-darwin.c
+++ b/src/detach-darwin.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/detach-std.c b/src/detach-std.c
index 61ae700..ac5084f 100644
--- a/src/detach-std.c
+++ b/src/detach-std.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/direvent.c b/src/direvent.c
index 6d46907..93fd52b 100644
--- a/src/direvent.c
+++ b/src/direvent.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/direvent.h b/src/direvent.h
index 305e4f7..af3a4a9 100644
--- a/src/direvent.h
+++ b/src/direvent.h
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/environ.c b/src/environ.c
index cc2a272..4f27df0 100644
--- a/src/environ.c
+++ b/src/environ.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/envop.c b/src/envop.c
index c5678e8..f45e8ab 100644
--- a/src/envop.c
+++ b/src/envop.c
@@ -1,8 +1,8 @@
/* Environment modification functions for GNU direvent.
- Copyright (C) 2019-2021 Sergey Poznyakoff
+ Copyright (C) 2019-2022 Sergey Poznyakoff
GNU direvent 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, or (at your option)
any later version.
diff --git a/src/envop.h b/src/envop.h
index a6694e4..7ef4707 100644
--- a/src/envop.h
+++ b/src/envop.h
@@ -1,8 +1,8 @@
/* Environment and environment operation definitions for GNU direvent.
- Copyright (C) 2019-2021 Sergey Poznyakoff
+ Copyright (C) 2019-2022 Sergey Poznyakoff
GNU direvent 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, or (at your option)
any later version.
diff --git a/src/ev_inotify.c b/src/ev_inotify.c
index 6b7ee87..378dfb2 100644
--- a/src/ev_inotify.c
+++ b/src/ev_inotify.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/ev_kqueue.c b/src/ev_kqueue.c
index f9b1c29..0f32b65 100644
--- a/src/ev_kqueue.c
+++ b/src/ev_kqueue.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/event.c b/src/event.c
index aa9f81a..235d133 100644
--- a/src/event.c
+++ b/src/event.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/fnpat.c b/src/fnpat.c
index cbd9768..a544921 100644
--- a/src/fnpat.c
+++ b/src/fnpat.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/handler.c b/src/handler.c
index 1e95512..ada7754 100644
--- a/src/handler.c
+++ b/src/handler.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/progman.c b/src/progman.c
index f1cf32b..df84817 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/sigv.c b/src/sigv.c
index 6254ce5..5c8d447 100644
--- a/src/sigv.c
+++ b/src/sigv.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/watcher.c b/src/watcher.c
index d27f35d..1c13bb6 100644
--- a/src/watcher.c
+++ b/src/watcher.c
@@ -1,8 +1,8 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2021 Sergey Poznyakoff
+ Copyright (C) 2012-2022 Sergey Poznyakoff
GNU direvent 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 (at your
option) any later version.
diff --git a/src/wildmatch.c b/src/wildmatch.c
index 25ba8ea..0fb3fc4 100644
--- a/src/wildmatch.c
+++ b/src/wildmatch.c
@@ -1,8 +1,8 @@
/* Environment-specific globbing pattern matching for GNU direvent.
- Copyright (C) 2019-2021 Sergey Poznyakoff
+ Copyright (C) 2019-2022 Sergey Poznyakoff
GNU direvent 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, or (at your option)
any later version.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5b5ccc3..24d3a1e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU direvent
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 6d01771..4a5079d 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,7 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for GNU direvent test suite.
-# Copyright (C) 2012-2021 Sergey Poznyakoff
+# Copyright (C) 2012-2022 Sergey Poznyakoff
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH
SRCDIR=@abs_top_srcdir@/tests
TESTDIR=@abs_top_builddir@/tests
diff --git a/tests/attrib.at b/tests/attrib.at
index 71d1207..6b0cecc 100644
--- a/tests/attrib.at
+++ b/tests/attrib.at
@@ -1,8 +1,8 @@
# This file is part of GNU direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2021 Sergey Poznyakoff
+# Copyright (C) 2013-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/tests/change.at b/tests/change.at
index 1cce942..cfe5f4c 100644
--- a/tests/change.at
+++ b/tests/change.at
@@ -1,8 +1,8 @@
# This file is part of GNU direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2021 Sergey Poznyakoff
+# Copyright (C) 2021-2022 Sergey Poznyakoff
#
# GNU direvent 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, or (at your option)
# any later version.
#
diff --git a/tests/cmdexp.at b/tests/cmdexp.at
index 4529884..20424ef 100644
--- a/tests/cmdexp.at
+++ b/tests/cmdexp.at
@@ -1,8 +1,8 @@
# This file is part of GNU direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2021 Sergey Poznyakoff
+# Copyright (C) 2013-2022 Sergey Poznyakoff
#
# GNU direvent 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 So