]> Sergey Matveev's repositories - public-inbox.git/blobdiff - public-inbox.cgi
update copyright headers and email addresses
[public-inbox.git] / public-inbox.cgi
index 1fcc04fa195bcb18a318080fbad6ced743c72d71..157cf6a200e8b060d36f4477b14a3728be29d20a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# Copyright (C) 2014, Eric Wong <normalperson@yhbt.net> and all contributors
+# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
 # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
 use strict;
 use warnings;
@@ -17,6 +17,7 @@ BEGIN {
 
        %HTTP_CODES = (
                200 => 'OK',
+               300 => 'Multiple Choices',
                301 => 'Moved Permanently',
                302 => 'Found',
                404 => 'Not Found',