about summary refs log tree commit homepage
path: root/test/http.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-03-06 02:03:34 +0000
committerEric Wong <e@80x24.org>2015-03-06 02:17:38 +0000
commit4ca5fa15f45dd8512d1244db1ca24d5624e483d4 (patch)
treeaf22645a1efd44e70c9cb7477386af16fe0859c3 /test/http.rb
parent3e14979ef533e41fe72f7e68afd533a3cc87471d (diff)
downloadcmogstored-4ca5fa15f45dd8512d1244db1ca24d5624e483d4.tar.gz
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
Diffstat (limited to 'test/http.rb')
-rw-r--r--test/http.rb2
1 files changed, 1 insertions, 1 deletions
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'