about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-18 23:30:30 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-18 23:30:30 +0000
commitcbab5b9d18f13c22f6d94bdad2490e8d280ea927 (patch)
tree5d8e58259050a0c296861592e3a48af690c9c9ee
parentd7a6fe7d93c2e7c771e99f7083d2a59d320da12f (diff)
downloadcmogstored-cbab5b9d18f13c22f6d94bdad2490e8d280ea927.tar.gz
Many files were missed the first time around in
commit 37026af96dec638aa850d604003bf7218d90037d
-rw-r--r--cfg_parser.rl2
-rw-r--r--chunk_parser.rl2
-rw-r--r--cmogstored.x2
-rw-r--r--compat_accept.h2
-rw-r--r--http_common.rl2
-rw-r--r--http_parser.rl2
-rw-r--r--iostat_parser.rl2
-rw-r--r--listen_parser.rl2
-rw-r--r--listen_parser_common.rl2
-rw-r--r--mgmt_parser.rl2
-rwxr-xr-xtest/gen-slow.sh2
-rw-r--r--test/graceful_quit.rb2
-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_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/mgmt-iostat.rb2
-rw-r--r--test/mgmt-usage.rb2
-rw-r--r--test/mgmt.rb2
-rw-r--r--test/test_helper.rb2
-rw-r--r--valid_path.rl2
-rw-r--r--valid_put_path.rl2
28 files changed, 28 insertions, 28 deletions
diff --git a/cfg_parser.rl b/cfg_parser.rl
index 8f99977..f14e495 100644
--- a/cfg_parser.rl
+++ b/cfg_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 /*
diff --git a/chunk_parser.rl b/chunk_parser.rl
index 645250a..9234f71 100644
--- a/chunk_parser.rl
+++ b/chunk_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/cmogstored.x b/cmogstored.x
index ac7f34f..aa3167c 100644
--- a/cmogstored.x
+++ b/cmogstored.x
@@ -21,7 +21,7 @@ You may also report bugs publically to the MogileFS mailing list
 mogile@googlegroups.com.
 
 [COPYRIGHT]
-Copyright (C) 2012 Eric Wong <normalperson@yhbt.net>.
+Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>.
 License: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>.
 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 cbd4fa9..d44bac0 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 Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 
diff --git a/http_common.rl b/http_common.rl
index 30a473e..8df5fed 100644
--- a/http_common.rl
+++ b/http_common.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 %%{
diff --git a/http_parser.rl b/http_parser.rl
index f2b8032..d84d0ce 100644
--- a/http_parser.rl
+++ b/http_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/iostat_parser.rl b/iostat_parser.rl
index d4c3425..27ede88 100644
--- a/iostat_parser.rl
+++ b/iostat_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/listen_parser.rl b/listen_parser.rl
index 751bbc2..f68a821 100644
--- a/listen_parser.rl
+++ b/listen_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/listen_parser_common.rl b/listen_parser_common.rl
index 6f56118..17b1933 100644
--- a/listen_parser_common.rl
+++ b/listen_parser_common.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 %%{
diff --git a/mgmt_parser.rl b/mgmt_parser.rl
index 98e46b9..771d3d5 100644
--- a/mgmt_parser.rl
+++ b/mgmt_parser.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/test/gen-slow.sh b/test/gen-slow.sh
index 0d16e3b..d79e8a9 100755
--- a/test/gen-slow.sh
+++ b/test/gen-slow.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 9a54ace..aca7dd9 100644
--- a/test/graceful_quit.rb
+++ b/test/graceful_quit.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require 'test/test_helper'
 require 'net/http'
diff --git a/test/http.rb b/test/http.rb
index 4a6f2a1..df51836 100644
--- a/test/http.rb
+++ b/test/http.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 e56c4cd..817ced7 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, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 d22c00d..efdc5cd 100644
--- a/test/http_dav.rb
+++ b/test/http_dav.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 8f8ebb3..dd9dbd3 100644
--- a/test/http_getonly.rb
+++ b/test/http_getonly.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 8d8dc0f..d524668 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, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 ad5a86c..537182c 100644
--- a/test/http_put.rb
+++ b/test/http_put.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require 'test/test_helper'
 require 'digest/md5'
diff --git a/test/http_put_slow.rb b/test/http_put_slow.rb
index c52431d..6e0cc6f 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, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 7b0182d..1475332 100644
--- a/test/http_range.rb
+++ b/test/http_range.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 07efd3c..5c601a1 100644
--- a/test/inherit.rb
+++ b/test/inherit.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # 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 a0366a9..8a1cdac 100755
--- a/test/iostat-mock.rb
+++ b/test/iostat-mock.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 usage = "Usage: #$0 PIDFILE (fast|slow)"
 $stdout.binmode
diff --git a/test/mgmt-iostat.rb b/test/mgmt-iostat.rb
index 4cbd12d..905430c 100644
--- a/test/mgmt-iostat.rb
+++ b/test/mgmt-iostat.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require 'test/test_helper'
 
diff --git a/test/mgmt-usage.rb b/test/mgmt-usage.rb
index 71a66ea..1224b66 100644
--- a/test/mgmt-usage.rb
+++ b/test/mgmt-usage.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require 'test/test_helper'
 
diff --git a/test/mgmt.rb b/test/mgmt.rb
index 2e04e5f..e5ed9d9 100644
--- a/test/mgmt.rb
+++ b/test/mgmt.rb
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 require 'test/test_helper'
 require 'digest/md5'
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 0573964..588f4df 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-# Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+# Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
 # License: GPLv3 or later (see COPYING for details)
 ARGV << "-v"
 require 'test/unit'
diff --git a/valid_path.rl b/valid_path.rl
index a5019e6..9d26cfe 100644
--- a/valid_path.rl
+++ b/valid_path.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"
diff --git a/valid_put_path.rl b/valid_put_path.rl
index cb5c340..dffa1e3 100644
--- a/valid_put_path.rl
+++ b/valid_put_path.rl
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, Eric Wong <normalperson@yhbt.net>
+ * Copyright (C) 2012-2013, Eric Wong <normalperson@yhbt.net>
  * License: GPLv3 or later (see COPYING for details)
  */
 #include "cmogstored.h"