# HG changeset patch # User Sergey Kandaurov # Date 1373012334 -14400 # Node ID ad51e58c2d7aa70835810a8abfe15a11b4bd3772 # Parent 07c600de2f90142da860ac8d2e440c306ea4ae8f Tests: fixed typo in copyright. diff --git a/debug_connection.t b/debug_connection.t --- a/debug_connection.t +++ b/debug_connection.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -# (C) Nginx, Inc +# (C) Nginx, Inc. # Tests for debug_connection. diff --git a/error_log.t b/error_log.t --- a/error_log.t +++ b/error_log.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -# (C) Nginx, Inc +# (C) Nginx, Inc. # Tests for error_log. # Various log levels emitted with limit_req_log_level.