From 4ca5fa15f45dd8512d1244db1ca24d5624e483d4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Mar 2015 02:03:34 +0000 Subject: copyright updates for 2015 Via update-copyright in gnulib, also added a few copyrights to non-trivial files. 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 +- 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 | 4 ++++ configure.ac | 2 ++ defaults.h | 4 ++++ dev.c | 2 +- digest.c | 2 +- digest.h | 2 +- exit.c | 2 +- fadvise.h | 4 ++++ fdmap.c | 2 +- fdmap.h | 2 +- file.c | 2 +- fs.c | 2 +- fs.h | 2 +- gcc.h | 2 +- http.c | 2 +- http.h | 4 ++++ 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 | 4 ++++ 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 +- m4/gnulib-cache.m4 | 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 | 4 ++++ trywrite.c | 2 +- upgrade.c | 2 +- util.h | 2 +- valid_path.rl | 2 +- valid_put_path.rl | 2 +- yield.c | 2 +- 128 files changed, 147 insertions(+), 121 deletions(-) diff --git a/accept.c b/accept.c index 71922ba..24fa353 100644 --- a/accept.c +++ b/accept.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/accept_loop.c b/accept_loop.c index cec320c..1b81a29 100644 --- a/accept_loop.c +++ b/accept_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/activeq.h b/activeq.h index f9d12b0..5777a2b 100644 --- a/activeq.h +++ b/activeq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/addrinfo.c b/addrinfo.c index 73ab578..30be5d2 100644 --- a/addrinfo.c +++ b/addrinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/alloc.c b/alloc.c index 40d38e7..f6db124 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 8fc3582..5535b92 100644 --- a/bind_listen.c +++ b/bind_listen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/canonpath.c b/canonpath.c index 168598c..dc4c8f0 100644 --- a/canonpath.c +++ b/canonpath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.c b/cfg.c index 8daae10..329f043 100644 --- a/cfg.c +++ b/cfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.h b/cfg.h index 6c0c9eb..1e46794 100644 --- a/cfg.h +++ b/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/cfg_parser.rl b/cfg_parser.rl index 408aaa5..fe7f433 100644 --- a/cfg_parser.rl +++ b/cfg_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cfg_validate.c b/cfg_validate.c index aed879d..3e7f1a0 100644 --- a/cfg_validate.c +++ b/cfg_validate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/check.h b/check.h index 6d01e38..d4657cf 100644 --- a/check.h +++ b/check.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/chunk_parser.rl b/chunk_parser.rl index 60bd13e..0eb2e22 100644 --- a/chunk_parser.rl +++ b/chunk_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_detect.c b/cloexec_detect.c index 4271051..758777c 100644 --- a/cloexec_detect.c +++ b/cloexec_detect.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_from.c b/cloexec_from.c index a205081..3e69ccc 100644 --- a/cloexec_from.c +++ b/cloexec_from.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/close.c b/close.c index f0406ca..4529729 100644 --- a/close.c +++ b/close.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.c b/cmogstored.c index fe4e620..c9c7247 100644 --- a/cmogstored.c +++ b/cmogstored.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.h b/cmogstored.h index e169e85..c6c5291 100644 --- a/cmogstored.h +++ b/cmogstored.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cmogstored.x b/cmogstored.x index 899417e..bd5956d 100644 --- a/cmogstored.x +++ b/cmogstored.x @@ -37,7 +37,7 @@ Please email to either the public cmogstored mailing list . [COPYRIGHT] -Copyright (C) 2012-2014 all contributors +Copyright (C) 2012-2015 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 41a8434..771a60c 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-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_epoll_pwait.h b/compat_epoll_pwait.h index f4ce9cd..b201d0a 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-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_memstream.h b/compat_memstream.h index 749b961..e6bc4b8 100644 --- a/compat_memstream.h +++ b/compat_memstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 7154d2d..28f4c0c 100644 --- a/compat_sendfile.h +++ b/compat_sendfile.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ #ifndef HAVE_SENDFILE static ssize_t compat_sendfile(int sockfd, int filefd, off_t *off, size_t count) { diff --git a/configure.ac b/configure.ac index 5d7a8a9..8bd98e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,5 @@ +# Copyright (C) 2012-2015 all contributors +# License: GPLv3 or later (see COPYING for details) AC_INIT([cmogstored], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [cmogstored-public@bogomips.org]) diff --git a/defaults.h b/defaults.h index adf9468..caa974c 100644 --- a/defaults.h +++ b/defaults.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ #define MOG_DEFAULT_MAXCONNS 10000 #define MOG_DEFAULT_HTTPLISTEN "0.0.0.0:7500" #define MOG_DEFAULT_MGMTLISTEN "0.0.0.0:7501" diff --git a/dev.c b/dev.c index 81db5b3..cd14db9 100644 --- a/dev.c +++ b/dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.c b/digest.c index fcd2454..69867f8 100644 --- a/digest.c +++ b/digest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.h b/digest.h index 5a6780b..aa77876 100644 --- a/digest.h +++ b/digest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_digest_next { diff --git a/exit.c b/exit.c index af94451..396cb40 100644 --- a/exit.c +++ b/exit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fadvise.h b/fadvise.h index 95124c1..ef30b51 100644 --- a/fadvise.h +++ b/fadvise.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ #if defined(HAVE_POSIX_FADVISE) static inline void mog_fadv_sequential(int fd, off_t offset, off_t len) { diff --git a/fdmap.c b/fdmap.c index 9f7f5d7..7811d19 100644 --- a/fdmap.c +++ b/fdmap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 92c2904..b77ff31 100644 --- a/fdmap.h +++ b/fdmap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/file.c b/file.c index 7f1ec9b..16db8a4 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fs.c b/fs.c index e368c2c..82c2aa6 100644 --- a/fs.c +++ b/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 4599752..975f183 100644 --- a/fs.h +++ b/fs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_FSTATAT diff --git a/gcc.h b/gcc.h index f735b8a..4ac704c 100644 --- a/gcc.h +++ b/gcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 f5895af..1914d18 100644 --- a/http.c +++ b/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http.h b/http.h index 5dd3a30..a7cdb55 100644 --- a/http.h +++ b/http.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ #include "iov_str.h" void mog_http_resp0(struct mog_fd *, struct iovec *status, bool alive); diff --git a/http_common.rl b/http_common.rl index d689aee..7401a2a 100644 --- a/http_common.rl +++ b/http_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/http_date.c b/http_date.c index 71d582d..4ba5322 100644 --- a/http_date.c +++ b/http_date.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_dav.c b/http_dav.c index ad7c80d..135ef3f 100644 --- a/http_dav.c +++ b/http_dav.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 caa726b..bb721f1 100644 --- a/http_get.c +++ b/http_get.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/http_parser.rl b/http_parser.rl index 93a8129..8e82828 100644 --- a/http_parser.rl +++ b/http_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_put.c b/http_put.c index 6fd57a7..3334d56 100644 --- a/http_put.c +++ b/http_put.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_util.h b/http_util.h index b92cbd2..8a1c5f7 100644 --- a/http_util.h +++ b/http_util.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ static inline uint8_t to_u8(size_t len) { assert(len <= UINT8_MAX && "HTTP parser didn't check len <= U8MAX"); diff --git a/inherit.c b/inherit.c index a94bf51..ca7afa7 100644 --- a/inherit.c +++ b/inherit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/ioprio.h b/ioprio.h index 89ef944..0c12c40 100644 --- a/ioprio.h +++ b/ioprio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/ioq.c b/ioq.c index 2c4f769..c28de1e 100644 --- a/ioq.c +++ b/ioq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat.c b/iostat.c index 537dd47..eb6da71 100644 --- a/iostat.c +++ b/iostat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/iostat.h b/iostat.h index 71e413d..cf3d372 100644 --- a/iostat.h +++ b/iostat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_queue; diff --git a/iostat_parser.rl b/iostat_parser.rl index 19e69b5..a788786 100644 --- a/iostat_parser.rl +++ b/iostat_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat_process.c b/iostat_process.c index 19ef682..90a291f 100644 --- a/iostat_process.c +++ b/iostat_process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/ioutil.c b/ioutil.c index 65f87c6..52aa17b 100644 --- a/ioutil.c +++ b/ioutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iov_str.h b/iov_str.h index a359fd7..00fc2c0 100644 --- a/iov_str.h +++ b/iov_str.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 c8108c0..dafc30b 100644 --- a/listen_parser.h +++ b/listen_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_addrinfo * diff --git a/listen_parser.rl b/listen_parser.rl index 43ed448..0384a4d 100644 --- a/listen_parser.rl +++ b/listen_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 20e5c7b..fd48d4c 100644 --- a/listen_parser_common.rl +++ b/listen_parser_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/listen_parser_internal.c b/listen_parser_internal.c index 58e744c..a9bde7f 100644 --- a/listen_parser_internal.c +++ b/listen_parser_internal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/m4/gnulib-cache.m4 b/m4/gnulib-cache.m4 index 93b6bb5..5dac348 100644 --- a/m4/gnulib-cache.m4 +++ b/m4/gnulib-cache.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2015 Free Software Foundation, Inc. # # This file 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/maxconns.c b/maxconns.c index 9ffa874..6a38dc3 100644 --- a/maxconns.c +++ b/maxconns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.c b/mgmt.c index b6b5179..b544f2f 100644 --- a/mgmt.c +++ b/mgmt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.h b/mgmt.h index bb0111f..13cf356 100644 --- a/mgmt.h +++ b/mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/mgmt_fn.c b/mgmt_fn.c index ac1de39..c0d4571 100644 --- a/mgmt_fn.c +++ b/mgmt_fn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt_parser.rl b/mgmt_parser.rl index 71e2c55..f1116aa 100644 --- a/mgmt_parser.rl +++ b/mgmt_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mkpath_for.c b/mkpath_for.c index f3b73f2..f34d3ab 100644 --- a/mkpath_for.c +++ b/mkpath_for.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mnt.c b/mnt.c index dc31a0d..0de0bb9 100644 --- a/mnt.c +++ b/mnt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/mnt.h b/mnt.h index 07c7500..82885f7 100644 --- a/mnt.h +++ b/mnt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 76a1f96..8d30d79 100644 --- a/mnt_usable.c +++ b/mnt_usable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/nameinfo.c b/nameinfo.c index b0debac..2425b4a 100644 --- a/nameinfo.c +++ b/nameinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.c b/notify.c index 18efbbb..b85be97 100644 --- a/notify.c +++ b/notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.h b/notify.h index f8bc8df..ee4a04d 100644 --- a/notify.h +++ b/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_notification { diff --git a/packaddr.h b/packaddr.h index cf8406f..1f7ca90 100644 --- a/packaddr.h +++ b/packaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/path_parser.h b/path_parser.h index 9592bd4..39c8c31 100644 --- a/path_parser.h +++ b/path_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "config.h" diff --git a/path_parser.rl b/path_parser.rl index d92f237..1c371ac 100644 --- a/path_parser.rl +++ b/path_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/pidfile.c b/pidfile.c index ac8e97d..3f9d675 100644 --- a/pidfile.c +++ b/pidfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/process.c b/process.c index ae1a57a..3ea8ea3 100644 --- a/process.c +++ b/process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_common.c b/queue_common.c index 42b8d06..5ffa673 100644 --- a/queue_common.c +++ b/queue_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.c b/queue_epoll.c index 0e0ad15..312c9e7 100644 --- a/queue_epoll.c +++ b/queue_epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.h b/queue_epoll.h index a531fc3..aeeb9b7 100644 --- a/queue_epoll.h +++ b/queue_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 7a15573..204a254 100644 --- a/queue_kqueue.c +++ b/queue_kqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_kqueue.h b/queue_kqueue.h index 09ef757..60d1f00 100644 --- a/queue_kqueue.h +++ b/queue_kqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_KQUEUE diff --git a/queue_loop.c b/queue_loop.c index ee3be71..d431863 100644 --- a/queue_loop.c +++ b/queue_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_step.c b/queue_step.c index ce5bdbe..a6cc93c 100644 --- a/queue_step.c +++ b/queue_step.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.c b/selfwake.c index 14ccea8..1a6908b 100644 --- a/selfwake.c +++ b/selfwake.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.h b/selfwake.h index 3bd30ec..ce678f1 100644 --- a/selfwake.h +++ b/selfwake.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 9ce1176..c04117a 100644 --- a/sig.c +++ b/sig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/svc.c b/svc.c index e51157a..a065a90 100644 --- a/svc.c +++ b/svc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/svc_dev.c b/svc_dev.c index d4fafd0..3f48dcb 100644 --- a/svc_dev.c +++ b/svc_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 f6422d4..5a0a056 100644 --- a/test/cfg-parser-1.c +++ b/test/cfg-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 96af497..f71337a 100644 --- a/test/chunk-parser-1.c +++ b/test/chunk-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 63f655f..819c6b4 100644 --- a/test/epoll-wrap.c +++ b/test/epoll-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/epoll_enospc.rb b/test/epoll_enospc.rb index 83e6342..f245168 100644 --- a/test/epoll_enospc.rb +++ b/test/epoll_enospc.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 b8e34e0..a861746 100644 --- a/test/fdmap-1.c +++ b/test/fdmap-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 5c1fc19..df68f54 100755 --- a/test/gen-slow.sh +++ b/test/gen-slow.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 4e57531..bdf8241 100644 --- a/test/graceful_quit.rb +++ b/test/graceful_quit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 3272916..96a338f 100644 --- a/test/http-parser-1.c +++ b/test/http-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/http.rb b/test/http.rb index e30d523..654a1b1 100644 --- a/test/http.rb +++ b/test/http.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 a76a39d..88021fe 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-2014 all contributors +# Copyright (C) 2012-2015 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 1155f87..28b0499 100644 --- a/test/http_dav.rb +++ b/test/http_dav.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 cea6445..c86f003 100644 --- a/test/http_getonly.rb +++ b/test/http_getonly.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 ac8c5d5..eb3ac80 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-2014 all contributors +# Copyright (C) 2012-2015 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 7d45223..cbae7cd 100644 --- a/test/http_put.rb +++ b/test/http_put.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 72e5316..61e322e 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-2014 all contributors +# Copyright (C) 2012-2015 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 d2414c6..c21f9b5 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-2014 all contributors +# Copyright (C) 2012-2015 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 923dac0..982d767 100644 --- a/test/http_range.rb +++ b/test/http_range.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 5c9409b..b342ab0 100644 --- a/test/inherit.rb +++ b/test/inherit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 a0a560e..0675e35 100755 --- a/test/iostat-mock.rb +++ b/test/iostat-mock.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 984d906..c73089c 100644 --- a/test/ioutil-1.c +++ b/test/ioutil-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 724f83f..f79cf48 100644 --- a/test/mgmt-iostat.rb +++ b/test/mgmt-iostat.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 84dfc81..329998c 100644 --- a/test/mgmt-usage.rb +++ b/test/mgmt-usage.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 792ed57..cc6695d 100644 --- a/test/mgmt.rb +++ b/test/mgmt.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 d267787..bcba4c8 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-2014 all contributors +# Copyright (C) 2012-2015 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 9f54f90..b1c1e73 100644 --- a/test/pwrite-wrap.c +++ b/test/pwrite-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/pwrite_wrap.rb b/test/pwrite_wrap.rb index ef00ee5..ab3d4a4 100644 --- a/test/pwrite_wrap.rb +++ b/test/pwrite_wrap.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 f150590..e77d364 100644 --- a/test/queue-idle-1.c +++ b/test/queue-idle-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 ebd1b4f..696868b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 1d84627..2830ac4 100644 --- a/test/thrpool-1.c +++ b/test/thrpool-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 406de0a..c2a1314 100644 --- a/test/trywrite-1.c +++ b/test/trywrite-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/upgrade.rb b/test/upgrade.rb index 6f87e13..52a378d 100644 --- a/test/upgrade.rb +++ b/test/upgrade.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2014 all contributors +# Copyright (C) 2012-2015 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 3135d9d..935ba3e 100644 --- a/test/valid-path-1.c +++ b/test/valid-path-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/thrpool.c b/thrpool.c index aa7b1db..9235994 100644 --- a/thrpool.c +++ b/thrpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/trace.h b/trace.h index 39dce9b..b033abd 100644 --- a/trace.h +++ b/trace.h @@ -1,3 +1,7 @@ +/* + * Copyright (C) 2012-2015 all contributors + * License: GPLv3 or later (see COPYING for details) + */ #ifdef HAVE_SYSTEMTAP # include "probes.h" # define TRACE(probe) probe diff --git a/trywrite.c b/trywrite.c index 7a6804d..c872609 100644 --- a/trywrite.c +++ b/trywrite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/upgrade.c b/upgrade.c index 83ca24b..1311ebe 100644 --- a/upgrade.c +++ b/upgrade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/util.h b/util.h index fd119ca..9fd51fe 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/valid_path.rl b/valid_path.rl index 8b141f9..c449c26 100644 --- a/valid_path.rl +++ b/valid_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 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 09fd671..c3f2da3 100644 --- a/valid_put_path.rl +++ b/valid_put_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/yield.c b/yield.c index e7d390a..397f51b 100644 --- a/yield.c +++ b/yield.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 all contributors + * Copyright (C) 2012-2015 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" -- cgit v1.2.3-24-ge0c7