From 047b0c13e91fe755fe165defc9de3ad0d8843330 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 2 Nov 2014 09:08:40 +0000 Subject: update copyrights to 2014 (and all contributors) In the future, we can use the update-copyright tool from gnulib: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright This project (nor any project I manage) has or ever will have have copyright assignment. All contributors retain copyrights to their contributions. --- 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 +- dev.c | 2 +- digest.c | 2 +- digest.h | 2 +- exit.c | 2 +- fdmap.c | 2 +- fdmap.h | 2 +- file.c | 2 +- fs.c | 2 +- fs.h | 2 +- gcc.h | 2 +- http.c | 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 +- 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 +- trywrite.c | 2 +- upgrade.c | 2 +- util.h | 2 +- valid_path.rl | 2 +- valid_put_path.rl | 2 +- yield.c | 2 +- 120 files changed, 120 insertions(+), 120 deletions(-) diff --git a/accept.c b/accept.c index c3092c7..71922ba 100644 --- a/accept.c +++ b/accept.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/accept_loop.c b/accept_loop.c index 1821305..cec320c 100644 --- a/accept_loop.c +++ b/accept_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/activeq.h b/activeq.h index d4c946d..f9d12b0 100644 --- a/activeq.h +++ b/activeq.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/addrinfo.c b/addrinfo.c index f45e59a..73ab578 100644 --- a/addrinfo.c +++ b/addrinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/alloc.c b/alloc.c index ba48ff7..40d38e7 100644 --- a/alloc.c +++ b/alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 e1f0168..8fc3582 100644 --- a/bind_listen.c +++ b/bind_listen.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/canonpath.c b/canonpath.c index 2e5aeda..168598c 100644 --- a/canonpath.c +++ b/canonpath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.c b/cfg.c index a87500f..8daae10 100644 --- a/cfg.c +++ b/cfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cfg.h b/cfg.h index 78c7312..6c0c9eb 100644 --- a/cfg.h +++ b/cfg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/cfg_parser.rl b/cfg_parser.rl index af6419f..408aaa5 100644 --- a/cfg_parser.rl +++ b/cfg_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cfg_validate.c b/cfg_validate.c index 65001e7..aed879d 100644 --- a/cfg_validate.c +++ b/cfg_validate.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/check.h b/check.h index 01c37ae..6d01e38 100644 --- a/check.h +++ b/check.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/chunk_parser.rl b/chunk_parser.rl index e339a87..60bd13e 100644 --- a/chunk_parser.rl +++ b/chunk_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_detect.c b/cloexec_detect.c index 1e80244..4271051 100644 --- a/cloexec_detect.c +++ b/cloexec_detect.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cloexec_from.c b/cloexec_from.c index b063480..a205081 100644 --- a/cloexec_from.c +++ b/cloexec_from.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/close.c b/close.c index 3522e2c..f0406ca 100644 --- a/close.c +++ b/close.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.c b/cmogstored.c index 6aaeb92..fe4e620 100644 --- a/cmogstored.c +++ b/cmogstored.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/cmogstored.h b/cmogstored.h index b37ff6e..e169e85 100644 --- a/cmogstored.h +++ b/cmogstored.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/cmogstored.x b/cmogstored.x index 026dcb6..899417e 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-2014 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 d44bac0..41a8434 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-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_epoll_pwait.h b/compat_epoll_pwait.h index a3f2102..f4ce9cd 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-2013 Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/compat_memstream.h b/compat_memstream.h index ec797dc..749b961 100644 --- a/compat_memstream.h +++ b/compat_memstream.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_OPEN_MEMSTREAM diff --git a/dev.c b/dev.c index dd46fe5..81db5b3 100644 --- a/dev.c +++ b/dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.c b/digest.c index 090c695..fcd2454 100644 --- a/digest.c +++ b/digest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/digest.h b/digest.h index c037fcd..5a6780b 100644 --- a/digest.h +++ b/digest.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_digest_next { diff --git a/exit.c b/exit.c index d27fcfd..af94451 100644 --- a/exit.c +++ b/exit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fdmap.c b/fdmap.c index 14da274..9f7f5d7 100644 --- a/fdmap.c +++ b/fdmap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 4975620..92c2904 100644 --- a/fdmap.h +++ b/fdmap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/file.c b/file.c index 1caab91..7f1ec9b 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/fs.c b/fs.c index 7d38f97..e368c2c 100644 --- a/fs.c +++ b/fs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 7c85168..4599752 100644 --- a/fs.h +++ b/fs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_FSTATAT diff --git a/gcc.h b/gcc.h index 73b7da1..f735b8a 100644 --- a/gcc.h +++ b/gcc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 547fdb1..f5895af 100644 --- a/http.c +++ b/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_common.rl b/http_common.rl index 4df7f42..d689aee 100644 --- a/http_common.rl +++ b/http_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/http_date.c b/http_date.c index c0fa446..71d582d 100644 --- a/http_date.c +++ b/http_date.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_dav.c b/http_dav.c index 037844c..8487e13 100644 --- a/http_dav.c +++ b/http_dav.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 7e43b31..caa726b 100644 --- a/http_get.c +++ b/http_get.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/http_parser.rl b/http_parser.rl index fc4bfd5..93a8129 100644 --- a/http_parser.rl +++ b/http_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/http_put.c b/http_put.c index 0072fca..6fd57a7 100644 --- a/http_put.c +++ b/http_put.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/inherit.c b/inherit.c index ad9f06b..a94bf51 100644 --- a/inherit.c +++ b/inherit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/ioprio.h b/ioprio.h index 7c1f051..89ef944 100644 --- a/ioprio.h +++ b/ioprio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/ioq.c b/ioq.c index 154a84e..2c4f769 100644 --- a/ioq.c +++ b/ioq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat.c b/iostat.c index f4a44ed..537dd47 100644 --- a/iostat.c +++ b/iostat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/iostat.h b/iostat.h index 4414ca1..71e413d 100644 --- a/iostat.h +++ b/iostat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_queue; diff --git a/iostat_parser.rl b/iostat_parser.rl index 10ab104..19e69b5 100644 --- a/iostat_parser.rl +++ b/iostat_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iostat_process.c b/iostat_process.c index 9b42e90..19ef682 100644 --- a/iostat_process.c +++ b/iostat_process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/ioutil.c b/ioutil.c index fdb9562..65f87c6 100644 --- a/ioutil.c +++ b/ioutil.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/iov_str.h b/iov_str.h index ebb2bfb..a359fd7 100644 --- a/iov_str.h +++ b/iov_str.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 fcfa08a..c8108c0 100644 --- a/listen_parser.h +++ b/listen_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_addrinfo * diff --git a/listen_parser.rl b/listen_parser.rl index c77c706..43ed448 100644 --- a/listen_parser.rl +++ b/listen_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 ffb260b..20e5c7b 100644 --- a/listen_parser_common.rl +++ b/listen_parser_common.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ %%{ diff --git a/listen_parser_internal.c b/listen_parser_internal.c index 0d18c2a..58e744c 100644 --- a/listen_parser_internal.c +++ b/listen_parser_internal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/maxconns.c b/maxconns.c index eb384e8..9ffa874 100644 --- a/maxconns.c +++ b/maxconns.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.c b/mgmt.c index df840bf..b6b5179 100644 --- a/mgmt.c +++ b/mgmt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt.h b/mgmt.h index 7cb0a05..bb0111f 100644 --- a/mgmt.h +++ b/mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ struct mog_svc; diff --git a/mgmt_fn.c b/mgmt_fn.c index b1cc50a..ac1de39 100644 --- a/mgmt_fn.c +++ b/mgmt_fn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mgmt_parser.rl b/mgmt_parser.rl index e40e82b..71e2c55 100644 --- a/mgmt_parser.rl +++ b/mgmt_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mkpath_for.c b/mkpath_for.c index 075e232..f3b73f2 100644 --- a/mkpath_for.c +++ b/mkpath_for.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/mnt.c b/mnt.c index bfc972f..dc31a0d 100644 --- a/mnt.c +++ b/mnt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/mnt.h b/mnt.h index ee82cd0..07c7500 100644 --- a/mnt.h +++ b/mnt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 9ba52e4..76a1f96 100644 --- a/mnt_usable.c +++ b/mnt_usable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/nameinfo.c b/nameinfo.c index f5af802..b0debac 100644 --- a/nameinfo.c +++ b/nameinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.c b/notify.c index 0dad6c6..18efbbb 100644 --- a/notify.c +++ b/notify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/notify.h b/notify.h index 66b065a..f8bc8df 100644 --- a/notify.h +++ b/notify.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ enum mog_notification { diff --git a/packaddr.h b/packaddr.h index de17378..cf8406f 100644 --- a/packaddr.h +++ b/packaddr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/path_parser.h b/path_parser.h index 8be9a4d..9592bd4 100644 --- a/path_parser.h +++ b/path_parser.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "config.h" diff --git a/path_parser.rl b/path_parser.rl index e403607..d92f237 100644 --- a/path_parser.rl +++ b/path_parser.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/pidfile.c b/pidfile.c index 86e9098..ac8e97d 100644 --- a/pidfile.c +++ b/pidfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/process.c b/process.c index 28615df..ae1a57a 100644 --- a/process.c +++ b/process.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_common.c b/queue_common.c index b9c2f99..42b8d06 100644 --- a/queue_common.c +++ b/queue_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.c b/queue_epoll.c index 90d0d89..0e0ad15 100644 --- a/queue_epoll.c +++ b/queue_epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_epoll.h b/queue_epoll.h index 4f74baa..a531fc3 100644 --- a/queue_epoll.h +++ b/queue_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 9772ca3..7a15573 100644 --- a/queue_kqueue.c +++ b/queue_kqueue.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_kqueue.h b/queue_kqueue.h index 58aa23a..09ef757 100644 --- a/queue_kqueue.h +++ b/queue_kqueue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #ifdef HAVE_KQUEUE diff --git a/queue_loop.c b/queue_loop.c index f8a03a9..ee3be71 100644 --- a/queue_loop.c +++ b/queue_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/queue_step.c b/queue_step.c index cbea9b0..ce5bdbe 100644 --- a/queue_step.c +++ b/queue_step.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.c b/selfwake.c index 77c7ae7..14ccea8 100644 --- a/selfwake.c +++ b/selfwake.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/selfwake.h b/selfwake.h index 15c0ac0..3bd30ec 100644 --- a/selfwake.h +++ b/selfwake.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 8220eac..9ce1176 100644 --- a/sig.c +++ b/sig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/svc.c b/svc.c index 86f69db..e51157a 100644 --- a/svc.c +++ b/svc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/svc_dev.c b/svc_dev.c index 393feeb..d4fafd0 100644 --- a/svc_dev.c +++ b/svc_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 af3e176..f6422d4 100644 --- a/test/cfg-parser-1.c +++ b/test/cfg-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 2e62a13..96af497 100644 --- a/test/chunk-parser-1.c +++ b/test/chunk-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 a527e20..63f655f 100644 --- a/test/epoll-wrap.c +++ b/test/epoll-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/epoll_enospc.rb b/test/epoll_enospc.rb index 5c254c0..83e6342 100644 --- a/test/epoll_enospc.rb +++ b/test/epoll_enospc.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 d4176f0..b8e34e0 100644 --- a/test/fdmap-1.c +++ b/test/fdmap-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 d79e8a9..5c1fc19 100755 --- a/test/gen-slow.sh +++ b/test/gen-slow.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 aca7dd9..4e57531 100644 --- a/test/graceful_quit.rb +++ b/test/graceful_quit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 138dc7f..3272916 100644 --- a/test/http-parser-1.c +++ b/test/http-parser-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/http.rb b/test/http.rb index 892e2db..e30d523 100644 --- a/test/http.rb +++ b/test/http.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 d6d4f32..a76a39d 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-2013, Eric Wong +# Copyright (C) 2012-2014 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 efdc5cd..1155f87 100644 --- a/test/http_dav.rb +++ b/test/http_dav.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 dd9dbd3..cea6445 100644 --- a/test/http_getonly.rb +++ b/test/http_getonly.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 d524668..ac8c5d5 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-2013, Eric Wong +# Copyright (C) 2012-2014 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 5f1fea1..7d45223 100644 --- a/test/http_put.rb +++ b/test/http_put.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 aee9778..72e5316 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-2013, Eric Wong +# Copyright (C) 2012-2014 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 2b37b0f..d2414c6 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-2013, Eric Wong +# Copyright (C) 2012-2014 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 1475332..923dac0 100644 --- a/test/http_range.rb +++ b/test/http_range.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 5c601a1..5c9409b 100644 --- a/test/inherit.rb +++ b/test/inherit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 8a1cdac..a0a560e 100755 --- a/test/iostat-mock.rb +++ b/test/iostat-mock.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 a7b7542..984d906 100644 --- a/test/ioutil-1.c +++ b/test/ioutil-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 6171ded..724f83f 100644 --- a/test/mgmt-iostat.rb +++ b/test/mgmt-iostat.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 1969077..84dfc81 100644 --- a/test/mgmt-usage.rb +++ b/test/mgmt-usage.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 04d3e19..792ed57 100644 --- a/test/mgmt.rb +++ b/test/mgmt.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 8f89228..d267787 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) 2013, Eric Wong +# Copyright (C) 2012-2014 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 7939041..9f54f90 100644 --- a/test/pwrite-wrap.c +++ b/test/pwrite-wrap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ /* diff --git a/test/pwrite_wrap.rb b/test/pwrite_wrap.rb index d3cde3e..ef00ee5 100644 --- a/test/pwrite_wrap.rb +++ b/test/pwrite_wrap.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2013, Eric Wong +# Copyright (C) 2012-2014 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 6dfba51..f150590 100644 --- a/test/queue-idle-1.c +++ b/test/queue-idle-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 b08999f..ebd1b4f 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,5 +1,5 @@ # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 67aaff2..1d84627 100644 --- a/test/thrpool-1.c +++ b/test/thrpool-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 b833979..406de0a 100644 --- a/test/trywrite-1.c +++ b/test/trywrite-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/test/upgrade.rb b/test/upgrade.rb index b59dd9e..6f87e13 100644 --- a/test/upgrade.rb +++ b/test/upgrade.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -*- encoding: binary -*- -# Copyright (C) 2012-2013, Eric Wong +# Copyright (C) 2012-2014 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 6c1a389..3135d9d 100644 --- a/test/valid-path-1.c +++ b/test/valid-path-1.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "check.h" diff --git a/thrpool.c b/thrpool.c index 80bf1ff..aa7b1db 100644 --- a/thrpool.c +++ b/thrpool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/trywrite.c b/trywrite.c index 2da4e01..7a6804d 100644 --- a/trywrite.c +++ b/trywrite.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/upgrade.c b/upgrade.c index 15772ab..83ca24b 100644 --- a/upgrade.c +++ b/upgrade.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/util.h b/util.h index 32d5b38..fd119ca 100644 --- a/util.h +++ b/util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ diff --git a/valid_path.rl b/valid_path.rl index 2d365c7..8b141f9 100644 --- a/valid_path.rl +++ b/valid_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 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 dffa1e3..09fd671 100644 --- a/valid_put_path.rl +++ b/valid_put_path.rl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" diff --git a/yield.c b/yield.c index 3a0b66d..e7d390a 100644 --- a/yield.c +++ b/yield.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, Eric Wong + * Copyright (C) 2012-2014 all contributors * License: GPLv3 or later (see COPYING for details) */ #include "cmogstored.h" -- cgit v1.2.3-24-ge0c7