From a6ba02f02e4319c0bf5b8aa000ef6851905185b4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 29 May 2016 06:14:16 +0000 Subject: update copyrights for 2016 git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright --- accept.c | 2 +- accept_loop.c | 2 +- activeq.h | 2 +- addrinfo.c | 2 +- alloc.c | 2 +- bind_listen.c | 2 +- build-aux/txt2pre | 2 +- canonpath.c | 2 +- cfg.c | 2 +- cfg.h | 2 +- cfg_parser.rl | 2 +- cfg_validate.c | 2 +- check.h | 2 +- chunk_parser.rl | 2 +- cloexec_detect.c | 2 +- cloexec_from.c | 2 +- close.c | 2 +- cmogstored.c | 2 +- cmogstored.h | 2 +- cmogstored.x | 2 +- compat_accept.h | 2 +- compat_epoll_pwait.h | 2 +- compat_memstream.h | 2 +- compat_sendfile.h | 2 +- configure.ac | 2 +- defaults.h | 2 +- dev.c | 2 +- digest.c | 2 +- digest.h | 2 +- exit.c | 2 +- fadvise.h | 2 +- fdmap.c | 2 +- fdmap.h | 2 +- file.c | 2 +- fs.c | 2 +- fs.h | 2 +- gcc.h | 2 +- http.c | 2 +- http.h | 2 +- http_common.rl | 2 +- http_date.c | 2 +- http_dav.c | 2 +- http_get.c | 2 +- http_parser.rl | 2 +- http_put.c | 2 +- http_util.h | 2 +- inherit.c | 2 +- ioprio.h | 2 +- ioq.c | 2 +- iostat.c | 2 +- iostat.h | 2 +- iostat_parser.rl | 2 +- iostat_process.c | 2 +- ioutil.c | 2 +- iov_str.h | 2 +- listen_parser.h | 2 +- listen_parser.rl | 2 +- listen_parser_common.rl | 2 +- listen_parser_internal.c | 2 +- maxconns.c | 2 +- mgmt.c | 2 +- mgmt.h | 2 +- mgmt_fn.c | 2 +- mgmt_parser.rl | 2 +- mkpath_for.c | 2 +- mnt.c | 2 +- mnt.h | 2 +- mnt_usable.c | 2 +- nameinfo.c | 2 +- notify.c | 2 +- notify.h | 2 +- packaddr.h | 2 +- path_parser.h | 2 +- path_parser.rl | 2 +- pidfile.c | 2 +- process.c | 2 +- queue_common.c | 2 +- queue_epoll.c | 2 +- queue_epoll.h | 2 +- queue_kqueue.c | 2 +- queue_kqueue.h | 2 +- queue_loop.c | 2 +- queue_step.c | 2 +- selfwake.c | 2 +- selfwake.h | 2 +- sig.c | 2 +- svc.c | 2 +- svc_dev.c | 2 +- test/cfg-parser-1.c | 2 +- test/chunk-parser-1.c | 2 +- test/epoll-wrap.c | 2 +- test/epoll_enospc.rb | 2 +- test/fdmap-1.c | 2 +- test/gen-slow.sh | 2 +- test/graceful_quit.rb | 2 +- test/http-parser-1.c | 2 +- test/http.rb | 2 +- test/http_chunked_put.rb | 2 +- test/http_dav.rb | 2 +- test/http_getonly.rb | 2 +- test/http_idle_expire.rb | 2 +- test/http_put.rb | 2 +- test/http_put6_fail.rb | 2 +- test/http_put_slow.rb | 2 +- test/http_range.rb | 2 +- test/inherit.rb | 2 +- test/iostat-mock.rb | 2 +- test/ioutil-1.c | 2 +- test/mgmt-iostat.rb | 2 +- test/mgmt-usage.rb | 2 +- test/mgmt.rb | 2 +- test/mgmt_auto_adjust.rb | 2 +- test/pwrite-wrap.c | 2 +- test/pwrite_wrap.rb | 2 +- test/queue-idle-1.c | 2 +- test/test_helper.rb | 2 +- test/thrpool-1.c | 2 +- test/trywrite-1.c | 2 +- test/upgrade.rb | 2 +- test/valid-path-1.c | 2 +- thrpool.c | 2 +- trace.h | 2 +- trywrite.c | 2 +- upgrade.c | 2 +- util.h | 2 +- valid_path.rl | 2 +- valid_put_path.rl | 2 +- yield.c | 2 +- 128 files changed, 128 insertions(+), 128 deletions(-) diff --git a/accept.c b/accept.c index 24fa353..0567cd4 100644 --- a/accept.c +++ b/accept.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/accept_loop.c b/accept_loop.c index 1b81a29..b8c6254 100644 --- a/accept_loop.c +++ b/accept_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/activeq.h b/activeq.h index 5777a2b..75983ab 100644 --- a/activeq.h +++ b/activeq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/addrinfo.c b/addrinfo.c index 30be5d2..68a602c 100644 --- a/addrinfo.c +++ b/addrinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/alloc.c b/alloc.c index f6db124..aae9202 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) * * We use thread-local buffers as much as possible. mog_rbuf may diff --git a/bind_listen.c b/bind_listen.c index c705576..013d385 100644 --- a/bind_listen.c +++ b/bind_listen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/build-aux/txt2pre b/build-aux/txt2pre index bc42952..d1eadc6 100755 --- a/build-aux/txt2pre +++ b/build-aux/txt2pre @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2015 all contributors +# Copyright (C) 2015-2016 all contributors # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt) # # Stupid script to make HTML from preformatted, utf-8 text versions, diff --git a/canonpath.c b/canonpath.c index dc4c8f0..6bbd19c 100644 --- a/canonpath.c +++ b/canonpath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.c b/cfg.c index 329f043..1b78f6e 100644 --- a/cfg.c +++ b/cfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.h b/cfg.h index 1e46794..8b5d40d 100644 --- a/cfg.h +++ b/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/cfg_parser.rl b/cfg_parser.rl index fe7f433..fd496db 100644 --- a/cfg_parser.rl +++ b/cfg_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cfg_validate.c b/cfg_validate.c index 3e7f1a0..b095819 100644 --- a/cfg_validate.c +++ b/cfg_validate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/check.h b/check.h index d4657cf..a29a0eb 100644 --- a/check.h +++ b/check.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/chunk_parser.rl b/chunk_parser.rl index 0eb2e22..ee577af 100644 --- a/chunk_parser.rl +++ b/chunk_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_detect.c b/cloexec_detect.c index 758777c..9abb1db 100644 --- a/cloexec_detect.c +++ b/cloexec_detect.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_from.c b/cloexec_from.c index 3e69ccc..444e665 100644 --- a/cloexec_from.c +++ b/cloexec_from.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/close.c b/close.c index 4529729..f82e0ba 100644 --- a/close.c +++ b/close.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.c b/cmogstored.c index c9c7247..ecfbd6e 100644 --- a/cmogstored.c +++ b/cmogstored.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.h b/cmogstored.h index 4bb0716..de2b5c2 100644 --- a/cmogstored.h +++ b/cmogstored.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cmogstored.x b/cmogstored.x index 20eeb36..d826082 100644 --- a/cmogstored.x +++ b/cmogstored.x @@ -50,7 +50,7 @@ Please email to either the public cmogstored mailing list . [COPYRIGHT] -Copyright (C) 2012-2015 all contributors +Copyright (C) 2012-2016 all contributors License: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. diff --git a/compat_accept.h b/compat_accept.h index 771a60c..9a21dfc 100644 --- a/compat_accept.h +++ b/compat_accept.h @@ -5,7 +5,7 @@ * and any emulation would not be thread-safe. So we'll handle * accept4()-compatibility for ourselves. * - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_epoll_pwait.h b/compat_epoll_pwait.h index b201d0a..01be78d 100644 --- a/compat_epoll_pwait.h +++ b/compat_epoll_pwait.h @@ -2,7 +2,7 @@ * fake epoll_pwait() implemented using ppoll + epoll_wait. * This is only for Linux 2.6.18 / glibc 2.5 systems (Enterprise distros :P) * - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_memstream.h b/compat_memstream.h index e6bc4b8..7a60e9b 100644 --- a/compat_memstream.h +++ b/compat_memstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_OPEN_MEMSTREAM diff --git a/compat_sendfile.h b/compat_sendfile.h index 28f4c0c..8413891 100644 --- a/compat_sendfile.h +++ b/compat_sendfile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifndef HAVE_SENDFILE diff --git a/configure.ac b/configure.ac index 0d551c3..1a94fa4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) AC_INIT([cmogstored], m4_esyscmd([build-aux/git-version-gen .tarball-version]), diff --git a/defaults.h b/defaults.h index caa974c..1d2e1b4 100644 --- a/defaults.h +++ b/defaults.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #define MOG_DEFAULT_MAXCONNS 10000 diff --git a/dev.c b/dev.c index 5b3888b..4cb15d2 100644 --- a/dev.c +++ b/dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.c b/digest.c index 69867f8..66891f7 100644 --- a/digest.c +++ b/digest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.h b/digest.h index aa77876..8b43ca9 100644 --- a/digest.h +++ b/digest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_digest_next { diff --git a/exit.c b/exit.c index 396cb40..9c34261 100644 --- a/exit.c +++ b/exit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fadvise.h b/fadvise.h index ef30b51..f1d0772 100644 --- a/fadvise.h +++ b/fadvise.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #if defined(HAVE_POSIX_FADVISE) diff --git a/fdmap.c b/fdmap.c index 7811d19..2c5af4d 100644 --- a/fdmap.c +++ b/fdmap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) * * File descriptor-based memory allocation. We have a fixed slot of diff --git a/fdmap.h b/fdmap.h index b77ff31..519dec1 100644 --- a/fdmap.h +++ b/fdmap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/file.c b/file.c index 16db8a4..fe3feec 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fs.c b/fs.c index 82c2aa6..1c51977 100644 --- a/fs.c +++ b/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) * * All path operations we support are relative to mog_svc.docroot. diff --git a/fs.h b/fs.h index 975f183..19d3961 100644 --- a/fs.h +++ b/fs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_FSTATAT diff --git a/gcc.h b/gcc.h index 4ac704c..85f0c57 100644 --- a/gcc.h +++ b/gcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #define MOG_PRINTF __attribute__((format(printf,1,2))) diff --git a/http.c b/http.c index 1914d18..1061e63 100644 --- a/http.c +++ b/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http.h b/http.h index a7cdb55..7dcc154 100644 --- a/http.h +++ b/http.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "iov_str.h" diff --git a/http_common.rl b/http_common.rl index 7401a2a..4dee06e 100644 --- a/http_common.rl +++ b/http_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/http_date.c b/http_date.c index 4ba5322..61b0320 100644 --- a/http_date.c +++ b/http_date.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_dav.c b/http_dav.c index 135ef3f..39056a3 100644 --- a/http_dav.c +++ b/http_dav.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) * * TODO: ensure compliance with relevant RFCs. diff --git a/http_get.c b/http_get.c index 8025093..23140de 100644 --- a/http_get.c +++ b/http_get.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/http_parser.rl b/http_parser.rl index 5683b7d..300b571 100644 --- a/http_parser.rl +++ b/http_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_put.c b/http_put.c index 3334d56..92bc435 100644 --- a/http_put.c +++ b/http_put.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_util.h b/http_util.h index 8a1c5f7..adc947f 100644 --- a/http_util.h +++ b/http_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ static inline uint8_t to_u8(size_t len) diff --git a/inherit.c b/inherit.c index 0229a04..43c9785 100644 --- a/inherit.c +++ b/inherit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/ioprio.h b/ioprio.h index 0c12c40..a4fc2ca 100644 --- a/ioprio.h +++ b/ioprio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/ioq.c b/ioq.c index c28de1e..c515a8b 100644 --- a/ioq.c +++ b/ioq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat.c b/iostat.c index eb6da71..55af99b 100644 --- a/iostat.c +++ b/iostat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/iostat.h b/iostat.h index cf3d372..d8a4b3c 100644 --- a/iostat.h +++ b/iostat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_queue; diff --git a/iostat_parser.rl b/iostat_parser.rl index a788786..cd6c9b6 100644 --- a/iostat_parser.rl +++ b/iostat_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat_process.c b/iostat_process.c index 4d7dfbf..d8766e0 100644 --- a/iostat_process.c +++ b/iostat_process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/ioutil.c b/ioutil.c index 52aa17b..09cde7e 100644 --- a/ioutil.c +++ b/ioutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iov_str.h b/iov_str.h index 00fc2c0..18fcd58 100644 --- a/iov_str.h +++ b/iov_str.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ static void iov_str(struct iovec *iov, const char *str, size_t len) diff --git a/listen_parser.h b/listen_parser.h index dafc30b..04ff42b 100644 --- a/listen_parser.h +++ b/listen_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_addrinfo * diff --git a/listen_parser.rl b/listen_parser.rl index 0384a4d..a006355 100644 --- a/listen_parser.rl +++ b/listen_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/listen_parser_common.rl b/listen_parser_common.rl index fd48d4c..97c4fe5 100644 --- a/listen_parser_common.rl +++ b/listen_parser_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/listen_parser_internal.c b/listen_parser_internal.c index a9bde7f..3fcd437 100644 --- a/listen_parser_internal.c +++ b/listen_parser_internal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/maxconns.c b/maxconns.c index 6a38dc3..3e48e67 100644 --- a/maxconns.c +++ b/maxconns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.c b/mgmt.c index b544f2f..7754efd 100644 --- a/mgmt.c +++ b/mgmt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.h b/mgmt.h index 13cf356..a8734e2 100644 --- a/mgmt.h +++ b/mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/mgmt_fn.c b/mgmt_fn.c index a07fa60..dce48e1 100644 --- a/mgmt_fn.c +++ b/mgmt_fn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt_parser.rl b/mgmt_parser.rl index f1116aa..f5881c1 100644 --- a/mgmt_parser.rl +++ b/mgmt_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mkpath_for.c b/mkpath_for.c index f34d3ab..07a6563 100644 --- a/mkpath_for.c +++ b/mkpath_for.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mnt.c b/mnt.c index 8431c0f..e3bd12f 100644 --- a/mnt.c +++ b/mnt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/mnt.h b/mnt.h index 82885f7..61097d7 100644 --- a/mnt.h +++ b/mnt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ void mog_mnt_refresh(void); diff --git a/mnt_usable.c b/mnt_usable.c index 8d30d79..e336d64 100644 --- a/mnt_usable.c +++ b/mnt_usable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/nameinfo.c b/nameinfo.c index 2425b4a..ec06e3c 100644 --- a/nameinfo.c +++ b/nameinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.c b/notify.c index b85be97..23bbe96 100644 --- a/notify.c +++ b/notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.h b/notify.h index ee4a04d..1e65cd8 100644 --- a/notify.h +++ b/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_notification { diff --git a/packaddr.h b/packaddr.h index 1f7ca90..393b6a8 100644 --- a/packaddr.h +++ b/packaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/path_parser.h b/path_parser.h index 39c8c31..8c80d74 100644 --- a/path_parser.h +++ b/path_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "config.h" diff --git a/path_parser.rl b/path_parser.rl index 1c371ac..bf57b9f 100644 --- a/path_parser.rl +++ b/path_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/pidfile.c b/pidfile.c index 3f9d675..41da90b 100644 --- a/pidfile.c +++ b/pidfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/process.c b/process.c index 3ea8ea3..3122e08 100644 --- a/process.c +++ b/process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_common.c b/queue_common.c index 5ffa673..a55080e 100644 --- a/queue_common.c +++ b/queue_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.c b/queue_epoll.c index 312c9e7..f3f0d49 100644 --- a/queue_epoll.c +++ b/queue_epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.h b/queue_epoll.h index aeeb9b7..8848a97 100644 --- a/queue_epoll.h +++ b/queue_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #if defined(HAVE_EPOLL_WAIT) && ! MOG_LIBKQUEUE diff --git a/queue_kqueue.c b/queue_kqueue.c index 204a254..40b6a49 100644 --- a/queue_kqueue.c +++ b/queue_kqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_kqueue.h b/queue_kqueue.h index 60d1f00..40a7857 100644 --- a/queue_kqueue.h +++ b/queue_kqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_KQUEUE diff --git a/queue_loop.c b/queue_loop.c index d431863..d998ca5 100644 --- a/queue_loop.c +++ b/queue_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_step.c b/queue_step.c index a6cc93c..1a91bb6 100644 --- a/queue_step.c +++ b/queue_step.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.c b/selfwake.c index 06e9d62..a2dee6a 100644 --- a/selfwake.c +++ b/selfwake.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.h b/selfwake.h index ce678f1..c147ccb 100644 --- a/selfwake.h +++ b/selfwake.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #if (defined(HAVE_EPOLL_WAIT) && defined(HAVE_PPOLL)) \ diff --git a/sig.c b/sig.c index 7e1c200..ed923e2 100644 --- a/sig.c +++ b/sig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/svc.c b/svc.c index a065a90..a0c2921 100644 --- a/svc.c +++ b/svc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/svc_dev.c b/svc_dev.c index 3f48dcb..b12e44f 100644 --- a/svc_dev.c +++ b/svc_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/test/cfg-parser-1.c b/test/cfg-parser-1.c index 5a0a056..c4293f0 100644 --- a/test/cfg-parser-1.c +++ b/test/cfg-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/chunk-parser-1.c b/test/chunk-parser-1.c index f71337a..53f7e59 100644 --- a/test/chunk-parser-1.c +++ b/test/chunk-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/epoll-wrap.c b/test/epoll-wrap.c index 819c6b4..c7bbdb9 100644 --- a/test/epoll-wrap.c +++ b/test/epoll-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/epoll_enospc.rb b/test/epoll_enospc.rb index f245168..8b1d290 100644 --- a/test/epoll_enospc.rb +++ b/test/epoll_enospc.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' diff --git a/test/fdmap-1.c b/test/fdmap-1.c index a861746..17d104b 100644 --- a/test/fdmap-1.c +++ b/test/fdmap-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/gen-slow.sh b/test/gen-slow.sh index df68f54..f024948 100755 --- a/test/gen-slow.sh +++ b/test/gen-slow.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) # # Splits out individual Test::Unit test cases to be standalone Ruby diff --git a/test/graceful_quit.rb b/test/graceful_quit.rb index bdf8241..1fff323 100644 --- a/test/graceful_quit.rb +++ b/test/graceful_quit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/http-parser-1.c b/test/http-parser-1.c index 96a338f..9125b9c 100644 --- a/test/http-parser-1.c +++ b/test/http-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/http.rb b/test/http.rb index 654a1b1..110d29d 100644 --- a/test/http.rb +++ b/test/http.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'digest/md5' diff --git a/test/http_chunked_put.rb b/test/http_chunked_put.rb index 88021fe..96215da 100644 --- a/test/http_chunked_put.rb +++ b/test/http_chunked_put.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'digest/md5' diff --git a/test/http_dav.rb b/test/http_dav.rb index 28b0499..4272410 100644 --- a/test/http_dav.rb +++ b/test/http_dav.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/http_getonly.rb b/test/http_getonly.rb index c86f003..94fe33b 100644 --- a/test/http_getonly.rb +++ b/test/http_getonly.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/http_idle_expire.rb b/test/http_idle_expire.rb index eb3ac80..603b1ee 100644 --- a/test/http_idle_expire.rb +++ b/test/http_idle_expire.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'io/wait' diff --git a/test/http_put.rb b/test/http_put.rb index cbae7cd..7743e00 100644 --- a/test/http_put.rb +++ b/test/http_put.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'digest/md5' diff --git a/test/http_put6_fail.rb b/test/http_put6_fail.rb index 61e322e..a69c252 100644 --- a/test/http_put6_fail.rb +++ b/test/http_put6_fail.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/http_put_slow.rb b/test/http_put_slow.rb index c21f9b5..cd1348c 100644 --- a/test/http_put_slow.rb +++ b/test/http_put_slow.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'digest/md5' diff --git a/test/http_range.rb b/test/http_range.rb index e19e6c5..9d15ebd 100644 --- a/test/http_range.rb +++ b/test/http_range.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/inherit.rb b/test/inherit.rb index 34aa52f..c3016dc 100644 --- a/test/inherit.rb +++ b/test/inherit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/iostat-mock.rb b/test/iostat-mock.rb index 0675e35..03af527 100755 --- a/test/iostat-mock.rb +++ b/test/iostat-mock.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) usage = "Usage: #$0 PIDFILE (fast|slow)" $stdout.binmode diff --git a/test/ioutil-1.c b/test/ioutil-1.c index c73089c..43a7a56 100644 --- a/test/ioutil-1.c +++ b/test/ioutil-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/mgmt-iostat.rb b/test/mgmt-iostat.rb index f79cf48..39b774b 100644 --- a/test/mgmt-iostat.rb +++ b/test/mgmt-iostat.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'timeout' diff --git a/test/mgmt-usage.rb b/test/mgmt-usage.rb index 329998c..837d601 100644 --- a/test/mgmt-usage.rb +++ b/test/mgmt-usage.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' diff --git a/test/mgmt.rb b/test/mgmt.rb index cc6695d..64f7bfc 100644 --- a/test/mgmt.rb +++ b/test/mgmt.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'digest/md5' diff --git a/test/mgmt_auto_adjust.rb b/test/mgmt_auto_adjust.rb index bcba4c8..01c5d1f 100644 --- a/test/mgmt_auto_adjust.rb +++ b/test/mgmt_auto_adjust.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' diff --git a/test/pwrite-wrap.c b/test/pwrite-wrap.c index 79148fa..30eb6fd 100644 --- a/test/pwrite-wrap.c +++ b/test/pwrite-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/pwrite_wrap.rb b/test/pwrite_wrap.rb index 744f2be..b9a79a8 100644 --- a/test/pwrite_wrap.rb +++ b/test/pwrite_wrap.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'timeout' diff --git a/test/queue-idle-1.c b/test/queue-idle-1.c index e77d364..16707e3 100644 --- a/test/queue-idle-1.c +++ b/test/queue-idle-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/test_helper.rb b/test/test_helper.rb index 696868b..9909e4a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) ARGV << "-v" require 'test/unit' diff --git a/test/thrpool-1.c b/test/thrpool-1.c index 2830ac4..57970b4 100644 --- a/test/thrpool-1.c +++ b/test/thrpool-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ /* ensure we can start and stop thread pools properly */ diff --git a/test/trywrite-1.c b/test/trywrite-1.c index c2a1314..2f1abf5 100644 --- a/test/trywrite-1.c +++ b/test/trywrite-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/upgrade.rb b/test/upgrade.rb index 52a378d..39df765 100644 --- a/test/upgrade.rb +++ b/test/upgrade.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2015 all contributors +# Copyright (C) 2012-2016 all contributors # License: GPLv3 or later (see COPYING for details) require 'test/test_helper' require 'net/http' diff --git a/test/valid-path-1.c b/test/valid-path-1.c index 935ba3e..b3029a7 100644 --- a/test/valid-path-1.c +++ b/test/valid-path-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/thrpool.c b/thrpool.c index 9235994..5eef760 100644 --- a/thrpool.c +++ b/thrpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/trace.h b/trace.h index b033abd..a4139bd 100644 --- a/trace.h +++ b/trace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_SYSTEMTAP diff --git a/trywrite.c b/trywrite.c index 7ade425..79eef38 100644 --- a/trywrite.c +++ b/trywrite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/upgrade.c b/upgrade.c index 82a7b28..cda8700 100644 --- a/upgrade.c +++ b/upgrade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/util.h b/util.h index 9fd51fe..dda0da5 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/valid_path.rl b/valid_path.rl index c449c26..6a93bad 100644 --- a/valid_path.rl +++ b/valid_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/valid_put_path.rl b/valid_put_path.rl index c3f2da3..45f4373 100644 --- a/valid_put_path.rl +++ b/valid_put_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/yield.c b/yield.c index 397f51b..d817625 100644 --- a/yield.c +++ b/yield.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2015 all contributors + * Copyright (C) 2012-2016 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" -- cgit v1.2.3-24-ge0c7