aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--NEWS4
-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.texi2
-rw-r--r--doc/html.init2
-rw-r--r--src/Makefile.am2
-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/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/hashtab.c2
-rw-r--r--src/progman.c2
-rw-r--r--src/sigv.c2
-rw-r--r--src/watcher.c2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/attrib.at2
-rw-r--r--tests/cmdexp.at2
-rw-r--r--tests/create.at2
-rw-r--r--tests/createrec.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/envdump.c2
-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/write.at2
47 files changed, 48 insertions, 48 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b13324..27a23d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2014 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/NEWS b/NEWS
index 2077f82..e83762b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-direvent -- history of user-visible changes. 2016-06-20
+direvent -- history of user-visible changes. 2016-07-04
Copyright (C) 2012-2016 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -46,7 +46,7 @@ the '--with-include-path' to configure, e.g.:
(see the file INSTALL, section "Building and Configuring", for a
detailed discussion of this option).
-To inspect the actual path at runtime, run \fBdirevent \-\-help\fR,
+To inspect the actual path at runtime, run 'direvent --help',
and look for the string 'Include search path:' in its output.
* New command line option -I (--include)
diff --git a/README b/README
index ea4713f..3526276 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Direvent README.
-Copyright (C) 2012-2014 Sergey Poznyakoff
+Copyright (C) 2012-2016 Sergey Poznyakoff
See the end of file for copying conditions.
* Overview
diff --git a/acinclude.m4 b/acinclude.m4
index 31651bc..db374a3 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,5 +1,5 @@
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2014 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/bootstrap b/bootstrap
index 387009b..0f9dfce 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2014 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/configure.ac b/configure.ac
index 40d41c1..b8acb2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2015 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/doc/Makefile.am b/doc/Makefile.am
index 8ed8e5c..c182af1 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2015 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/doc/direvent.8 b/doc/direvent.8
index b4add02..03644ff 100644
--- a/doc/direvent.8
+++ b/doc/direvent.8
@@ -1,5 +1,5 @@
.\" direvent - directory content watcher daemon -*- nroff -*-
-.\" Copyright (C) 2012-2014 Sergey Poznyakoff
+.\" Copyright (C) 2012-2016 Sergey Poznyakoff
.\"
.\" 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
diff --git a/doc/direvent.texi b/doc/direvent.texi
index 47db410..91a5921 100644
--- a/doc/direvent.texi
+++ b/doc/direvent.texi
@@ -35,7 +35,7 @@
@end ifinfo
@copying
-Copyright @copyright{} 2013-2014 Sergey Poznyakoff
+Copyright @copyright{} 2013-2016 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
diff --git a/doc/html.init b/doc/html.init
index 3fb5d84..d595cf1 100644
--- a/doc/html.init
+++ b/doc/html.init
@@ -1,5 +1,5 @@
# Texi2any configuration for direvent documentation. -*- perl -*-
-# Copyright (C) 2012-2014, 2015 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/Makefile.am b/src/Makefile.am
index 703edac..273ecf5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Direvent -*- autoconf -*-
-# Copyright (C) 2012-2014 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
#
# Direvent 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/config.c b/src/config.c
index 6b7563b..1ab990f 100644
--- a/src/config.c
+++ b/src/config.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/detach-bsd.c b/src/detach-bsd.c
index ee235b3..aaff49b 100644
--- a/src/detach-bsd.c
+++ b/src/detach-bsd.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/detach-darwin.c b/src/detach-darwin.c
index 924173d..fd42105 100644
--- a/src/detach-darwin.c
+++ b/src/detach-darwin.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/detach-std.c b/src/detach-std.c
index 0b6ce24..fd9d602 100644
--- a/src/detach-std.c
+++ b/src/detach-std.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/direvent.c b/src/direvent.c
index b79df38..c2d6cac 100644
--- a/src/direvent.c
+++ b/src/direvent.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/direvent.h b/src/direvent.h
index 2cd5344..60808e6 100644
--- a/src/direvent.h
+++ b/src/direvent.h
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/environ.c b/src/environ.c
index f0fcce7..659b724 100644
--- a/src/environ.c
+++ b/src/environ.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/ev_inotify.c b/src/ev_inotify.c
index da388c8..83008ea 100644
--- a/src/ev_inotify.c
+++ b/src/ev_inotify.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/ev_kqueue.c b/src/ev_kqueue.c
index 7e7d5f0..d509e56 100644
--- a/src/ev_kqueue.c
+++ b/src/ev_kqueue.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/event.c b/src/event.c
index 1350b78..225cd4a 100644
--- a/src/event.c
+++ b/src/event.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/fnpat.c b/src/fnpat.c
index 3e44f12..2ac4d11 100644
--- a/src/fnpat.c
+++ b/src/fnpat.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/hashtab.c b/src/hashtab.c
index 77edb95..674ec11 100644
--- a/src/hashtab.c
+++ b/src/hashtab.c
@@ -1,5 +1,5 @@
/* This file is part of Direvent.
- Copyright (C) 2012-2014 Sergey Poznyakoff.
+ Copyright (C) 2012-2016 Sergey Poznyakoff.
Direvent 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/progman.c b/src/progman.c
index 651f49d..d988e17 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/sigv.c b/src/sigv.c
index 575febf..fbbcb5d 100644
--- a/src/sigv.c
+++ b/src/sigv.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/src/watcher.c b/src/watcher.c
index b2aae98..689ee2f 100644
--- a/src/watcher.c
+++ b/src/watcher.c
@@ -1,5 +1,5 @@
/* direvent - directory content watcher daemon
- Copyright (C) 2012-2014 Sergey Poznyakoff
+ Copyright (C) 2012-2016 Sergey Poznyakoff
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
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 6692bab..42ab676 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,6 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Direvent test suite.
-# Copyright (C) 2012-2014 Sergey Poznyakoff
+# Copyright (C) 2012-2016 Sergey Poznyakoff
PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH
SRCDIR=@abs_top_srcdir@/tests
diff --git a/tests/attrib.at b/tests/attrib.at
index 299055c..26dd27a 100644
--- a/tests/attrib.at
+++ b/tests/attrib.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/cmdexp.at b/tests/cmdexp.at
index e577367..f1abaa2 100644
--- a/tests/cmdexp.at
+++ b/tests/cmdexp.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/create.at b/tests/create.at
index ec80804..4054227 100644
--- a/tests/create.at
+++ b/tests/create.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/createrec.at b/tests/createrec.at
index f701e70..7bc923d 100644
--- a/tests/createrec.at
+++ b/tests/createrec.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/delete.at b/tests/delete.at
index 1f62dba..10ae66e 100644
--- a/tests/delete.at
+++ b/tests/delete.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/env00.at b/tests/env00.at
index 5dbe76e..30cfa43 100644
--- a/tests/env00.at
+++ b/tests/env00.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/env01.at b/tests/env01.at
index f37958c..cc49f8b 100644
--- a/tests/env01.at
+++ b/tests/env01.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/env02.at b/tests/env02.at
index 35aff72..ef84453 100644
--- a/tests/env02.at
+++ b/tests/env02.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/env03.at b/tests/env03.at
index dfe98ac..20310ab 100644
--- a/tests/env03.at
+++ b/tests/env03.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/envdump.c b/tests/envdump.c
index 7d8162d..c4cbd57 100644
--- a/tests/envdump.c
+++ b/tests/envdump.c
@@ -1,6 +1,6 @@
/* envdump.c - dump execution environment
This file is part of Direvent testsuite.
- Copyright (C) 2013, 2014 Sergey Poznyakoff
+ Copyright (C) 2013-2016 Sergey Poznyakoff
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
diff --git a/tests/glob01.at b/tests/glob01.at
index 19b4675..920ee92 100644
--- a/tests/glob01.at
+++ b/tests/glob01.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/glob02.at b/tests/glob02.at
index 298e4ce..7d514d8 100644
--- a/tests/glob02.at
+++ b/tests/glob02.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013, 2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/re01.at b/tests/re01.at
index b3a36a5..e17bb9c 100644
--- a/tests/re01.at
+++ b/tests/re01.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/re02.at b/tests/re02.at
index 3d9dd82..b1e8b9e 100644
--- a/tests/re02.at
+++ b/tests/re02.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/re03.at b/tests/re03.at
index af17800..7a3e06d 100644
--- a/tests/re03.at
+++ b/tests/re03.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/re04.at b/tests/re04.at
index d5d49e8..36cab50 100644
--- a/tests/re04.at
+++ b/tests/re04.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/re05.at b/tests/re05.at
index 8802368..f4fa292 100644
--- a/tests/re05.at
+++ b/tests/re05.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2016 Sergey Poznyakoff
#
# Direvent 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/tests/remove.at b/tests/remove.at
index 3737f43..15f2006 100644
--- a/tests/remove.at
+++ b/tests/remove.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent 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/tests/samepath.at b/tests/samepath.at
index 8697c26..6f87c66 100644
--- a/tests/samepath.at
+++ b/tests/samepath.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2014 Sergey Poznyakoff
+# Copyright (C) 2014-2016 Sergey Poznyakoff
#
# Direvent 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/tests/write.at b/tests/write.at
index f2b97bd..828207d 100644
--- a/tests/write.at
+++ b/tests/write.at
@@ -1,5 +1,5 @@
# This file is part of Direvent testsuite. -*- Autotest -*-
-# Copyright (C) 2013-2014 Sergey Poznyakoff
+# Copyright (C) 2013-2016 Sergey Poznyakoff
#
# Direvent is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

Return to:

Send suggestions and report system problems to the System administrator.