about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cfg-parser-1.c2
-rw-r--r--test/chunk-parser-1.c2
-rw-r--r--test/epoll-wrap.c2
-rw-r--r--test/epoll_enospc.rb2
-rw-r--r--test/fdmap-1.c2
-rwxr-xr-xtest/gen-slow.sh2
-rw-r--r--test/graceful_quit.rb2
-rw-r--r--test/http-parser-1.c2
-rw-r--r--test/http.rb2
-rw-r--r--test/http_chunked_put.rb2
-rw-r--r--test/http_dav.rb2
-rw-r--r--test/http_getonly.rb2
-rw-r--r--test/http_idle_expire.rb2
-rw-r--r--test/http_put.rb2
-rw-r--r--test/http_put6_fail.rb2
-rw-r--r--test/http_put_slow.rb2
-rw-r--r--test/http_range.rb2
-rw-r--r--test/inherit.rb2
-rwxr-xr-xtest/iostat-mock.rb2
-rw-r--r--test/ioutil-1.c2
-rw-r--r--test/mgmt-iostat.rb2
-rw-r--r--test/mgmt-usage.rb2
-rw-r--r--test/mgmt.rb2
-rw-r--r--test/mgmt_auto_adjust.rb2
-rw-r--r--test/pwrite-wrap.c2
-rw-r--r--test/pwrite_wrap.rb2
-rw-r--r--test/queue-idle-1.c2
-rw-r--r--test/test_helper.rb2
-rw-r--r--test/thrpool-1.c2
-rw-r--r--test/trywrite-1.c2
-rw-r--r--test/upgrade.rb2
-rw-r--r--test/valid-path-1.c2
32 files changed, 32 insertions, 32 deletions
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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * 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 <cmogstored-public@bogomips.org>
+# Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
 # 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 <cmogstored-public@bogomips.org>
+ * Copyright (C) 2012-2015 all contributors <cmogstored-public@bogomips.org>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "check.h"