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 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 <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 a527e20..63f655f 100644
--- a/test/epoll-wrap.c
+++ b/test/epoll-wrap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 d4176f0..b8e34e0 100644
--- a/test/fdmap-1.c
+++ b/test/fdmap-1.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 a7b7542..984d906 100644
--- a/test/ioutil-1.c
+++ b/test/ioutil-1.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 7939041..9f54f90 100644
--- a/test/pwrite-wrap.c
+++ b/test/pwrite-wrap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 67aaff2..1d84627 100644
--- a/test/thrpool-1.c
+++ b/test/thrpool-1.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 b833979..406de0a 100644
--- a/test/trywrite-1.c
+++ b/test/trywrite-1.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+# Copyright (C) 2012-2014 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 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 <normalperson@yhbt.net>
+ * Copyright (C) 2012-2014 all contributors <cmogstored-public@bogomips.org>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "check.h"