Copyright updated.
diff --git a/auto/cc/acc b/auto/cc/acc
index f325bc5..6baee67 100644
--- a/auto/cc/acc
+++ b/auto/cc/acc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # aCC: HP ANSI C++ B3910B A.03.55.02
diff --git a/auto/cc/bcc b/auto/cc/bcc
index 9570a3c..ec82e60 100644
--- a/auto/cc/bcc
+++ b/auto/cc/bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # Borland C++ 5.5
diff --git a/auto/cc/ccc b/auto/cc/ccc
index 298f31e..c964045 100644
--- a/auto/cc/ccc
+++ b/auto/cc/ccc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # Compaq C V6.5-207
diff --git a/auto/cc/conf b/auto/cc/conf
index bdcce2c..c9118f2 100644
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 LINK="\$(CC)"
diff --git a/auto/cc/gcc b/auto/cc/gcc
index 8ea1f58..de666a3 100644
--- a/auto/cc/gcc
+++ b/auto/cc/gcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # gcc 2.7.2.3, 2.8.1, 2.95.4, egcs-1.1.2
diff --git a/auto/cc/icc b/auto/cc/icc
index 77cf180..1d83ed3 100644
--- a/auto/cc/icc
+++ b/auto/cc/icc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # Intel C++ compiler 7.1, 8.0, 8.1, 9.0, 11.1
diff --git a/auto/cc/msvc b/auto/cc/msvc
index 01d6f7f..a99d5a9 100644
--- a/auto/cc/msvc
+++ b/auto/cc/msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # MSVC 6.0 SP2
diff --git a/auto/cc/name b/auto/cc/name
index 8788bc6..598f879 100644
--- a/auto/cc/name
+++ b/auto/cc/name
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ "$NGX_PLATFORM" != win32 ]; then
diff --git a/auto/cc/owc b/auto/cc/owc
index 39c180a..22eb4c1 100644
--- a/auto/cc/owc
+++ b/auto/cc/owc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # Open Watcom C 1.0, 1.2, 1.3
diff --git a/auto/cc/sunc b/auto/cc/sunc
index 69e6c2c..dd9cced 100644
--- a/auto/cc/sunc
+++ b/auto/cc/sunc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 # Sun C 5.7 Patch 117837-04 2005/05/11    Sun Studio 10
diff --git a/auto/configure b/auto/configure
index 6be54f7..45ea154 100755
--- a/auto/configure
+++ b/auto/configure
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 . auto/options
diff --git a/auto/define b/auto/define
index 971f99d..b5a7622 100644
--- a/auto/define
+++ b/auto/define
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END >> $NGX_AUTO_CONFIG_H
diff --git a/auto/endianess b/auto/endianess
index 5ed22a8..452dd7c 100644
--- a/auto/endianess
+++ b/auto/endianess
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for system endianess ...$ngx_c"
diff --git a/auto/feature b/auto/feature
index 98e757c..c13e51d 100644
--- a/auto/feature
+++ b/auto/feature
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for $ngx_feature ...$ngx_c"
diff --git a/auto/have b/auto/have
index 1b644ad..f8e3751 100644
--- a/auto/have
+++ b/auto/have
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END >> $NGX_AUTO_CONFIG_H
diff --git a/auto/have_headers b/auto/have_headers
index 526ac47..a3a7543 100644
--- a/auto/have_headers
+++ b/auto/have_headers
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END >> $NGX_AUTO_HEADERS_H
diff --git a/auto/headers b/auto/headers
index 6f5225f..5a2e6b9 100644
--- a/auto/headers
+++ b/auto/headers
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 ngx_include="unistd.h";      . auto/include
diff --git a/auto/include b/auto/include
index 3a047d3..3466fda 100644
--- a/auto/include
+++ b/auto/include
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for $ngx_include ...$ngx_c"
diff --git a/auto/init b/auto/init
index 56ecb19..910f529 100644
--- a/auto/init
+++ b/auto/init
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 NGX_MAKEFILE=$NGX_OBJS/Makefile
diff --git a/auto/install b/auto/install
index 2b10024..c2c0ade 100644
--- a/auto/install
+++ b/auto/install
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $USE_PERL = YES ]; then
diff --git a/auto/lib/conf b/auto/lib/conf
index 357e781..e1e4475 100644
--- a/auto/lib/conf
+++ b/auto/lib/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $USE_PCRE = YES -o $PCRE != NONE ]; then
diff --git a/auto/lib/geoip/conf b/auto/lib/geoip/conf
index 5647e91..3764d76 100644
--- a/auto/lib/geoip/conf
+++ b/auto/lib/geoip/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
     ngx_feature="GeoIP library"
diff --git a/auto/lib/google-perftools/conf b/auto/lib/google-perftools/conf
index 67df9f8..398ddd0 100644
--- a/auto/lib/google-perftools/conf
+++ b/auto/lib/google-perftools/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
     ngx_feature="Google perftools"
diff --git a/auto/lib/libatomic/conf b/auto/lib/libatomic/conf
index 5cf16f3..d1e484a 100644
--- a/auto/lib/libatomic/conf
+++ b/auto/lib/libatomic/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $NGX_LIBATOMIC != YES ]; then
diff --git a/auto/lib/libatomic/make b/auto/lib/libatomic/make
index e1672e3..b84267b 100644
--- a/auto/lib/libatomic/make
+++ b/auto/lib/libatomic/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
     cat << END                                            >> $NGX_MAKEFILE
diff --git a/auto/lib/libgd/conf b/auto/lib/libgd/conf
index 6378723..b0bc74c 100644
--- a/auto/lib/libgd/conf
+++ b/auto/lib/libgd/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
     ngx_feature="GD library"
diff --git a/auto/lib/libxslt/conf b/auto/lib/libxslt/conf
index 8c9ea8b..bc19d83 100644
--- a/auto/lib/libxslt/conf
+++ b/auto/lib/libxslt/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
     ngx_feature="libxslt"
diff --git a/auto/lib/make b/auto/lib/make
index f22767e..58a84a3 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $PCRE != NONE -a $PCRE != NO -a $PCRE != YES ]; then
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf
index 9afe5b8..f9c1ed9 100644
--- a/auto/lib/md5/conf
+++ b/auto/lib/md5/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $MD5 != NONE ]; then
diff --git a/auto/lib/md5/make b/auto/lib/md5/make
index 60af28c..81f138a 100644
--- a/auto/lib/md5/make
+++ b/auto/lib/md5/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 case "$NGX_CC_NAME" in
diff --git a/auto/lib/md5/makefile.bcc b/auto/lib/md5/makefile.bcc
index c02ef95..eb6fb62 100644
--- a/auto/lib/md5/makefile.bcc
+++ b/auto/lib/md5/makefile.bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -q -O2 -tWM $(CPU_OPT) -DL_ENDIAN
diff --git a/auto/lib/md5/makefile.msvc b/auto/lib/md5/makefile.msvc
index 233da0f..90d62fa 100644
--- a/auto/lib/md5/makefile.msvc
+++ b/auto/lib/md5/makefile.msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -nologo -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT) -D L_ENDIAN
diff --git a/auto/lib/md5/makefile.owc b/auto/lib/md5/makefile.owc
index c36c936..78c1e61 100644
--- a/auto/lib/md5/makefile.owc
+++ b/auto/lib/md5/makefile.owc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf
index 8218a5b..528ee17 100644
--- a/auto/lib/openssl/conf
+++ b/auto/lib/openssl/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $OPENSSL != NONE ]; then
diff --git a/auto/lib/openssl/make b/auto/lib/openssl/make
index a2025bb..9090fcb 100644
--- a/auto/lib/openssl/make
+++ b/auto/lib/openssl/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 case "$CC" in
diff --git a/auto/lib/openssl/makefile.bcc b/auto/lib/openssl/makefile.bcc
index 5938cbf..6a94ff7 100644
--- a/auto/lib/openssl/makefile.bcc
+++ b/auto/lib/openssl/makefile.bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 all:
diff --git a/auto/lib/openssl/makefile.msvc b/auto/lib/openssl/makefile.msvc
index 379b95d..fc9e578 100644
--- a/auto/lib/openssl/makefile.msvc
+++ b/auto/lib/openssl/makefile.msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 all:
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf
index fd98ee9..c56848d 100644
--- a/auto/lib/pcre/conf
+++ b/auto/lib/pcre/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $PCRE != NONE ]; then
diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make
index a9be75e..834779b 100644
--- a/auto/lib/pcre/make
+++ b/auto/lib/pcre/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 case "$NGX_CC_NAME" in
diff --git a/auto/lib/pcre/makefile.bcc b/auto/lib/pcre/makefile.bcc
index 40d579f..1c140d6 100644
--- a/auto/lib/pcre/makefile.bcc
+++ b/auto/lib/pcre/makefile.bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS =	-q -O2 -tWM -w-8004 $(CPU_OPT)
diff --git a/auto/lib/pcre/makefile.msvc b/auto/lib/pcre/makefile.msvc
index 47ae699..7a8da71 100644
--- a/auto/lib/pcre/makefile.msvc
+++ b/auto/lib/pcre/makefile.msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS =	-O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT)
diff --git a/auto/lib/pcre/makefile.owc b/auto/lib/pcre/makefile.owc
index b2f1d12..bfb6920 100644
--- a/auto/lib/pcre/makefile.owc
+++ b/auto/lib/pcre/makefile.owc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS =	-c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
diff --git a/auto/lib/perl/conf b/auto/lib/perl/conf
index 3f7b908..52c7084 100644
--- a/auto/lib/perl/conf
+++ b/auto/lib/perl/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo "checking for perl"
diff --git a/auto/lib/perl/make b/auto/lib/perl/make
index 49eb5cf..f5d9ab5 100644
--- a/auto/lib/perl/make
+++ b/auto/lib/perl/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END                                                    >> $NGX_MAKEFILE
diff --git a/auto/lib/sha1/conf b/auto/lib/sha1/conf
index af3d3fb..1e644c0 100644
--- a/auto/lib/sha1/conf
+++ b/auto/lib/sha1/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $SHA1 != NONE ]; then
diff --git a/auto/lib/sha1/make b/auto/lib/sha1/make
index 6c89acf..fc10aae 100644
--- a/auto/lib/sha1/make
+++ b/auto/lib/sha1/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 case "$NGX_CC_NAME" in
diff --git a/auto/lib/sha1/makefile.bcc b/auto/lib/sha1/makefile.bcc
index 1d8b5e4..b0685fa 100644
--- a/auto/lib/sha1/makefile.bcc
+++ b/auto/lib/sha1/makefile.bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -q -O2 -tWM $(CPU_OPT) -DL_ENDIAN
diff --git a/auto/lib/sha1/makefile.msvc b/auto/lib/sha1/makefile.msvc
index 4abd366..3cbd21b 100644
--- a/auto/lib/sha1/makefile.msvc
+++ b/auto/lib/sha1/makefile.msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -nologo -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT) -D L_ENDIAN
diff --git a/auto/lib/sha1/makefile.owc b/auto/lib/sha1/makefile.owc
index c1a3e04..fc095cc 100644
--- a/auto/lib/sha1/makefile.owc
+++ b/auto/lib/sha1/makefile.owc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)
diff --git a/auto/lib/test b/auto/lib/test
index 6821b51..907e235 100644
--- a/auto/lib/test
+++ b/auto/lib/test
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for $ngx_lib ...$ngx_c"
diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf
index 843dd5a..cefc874 100644
--- a/auto/lib/zlib/conf
+++ b/auto/lib/zlib/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $ZLIB != NONE ]; then
diff --git a/auto/lib/zlib/make b/auto/lib/zlib/make
index b874b04..9401a1d 100644
--- a/auto/lib/zlib/make
+++ b/auto/lib/zlib/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 case "$NGX_CC_NAME" in
diff --git a/auto/lib/zlib/makefile.bcc b/auto/lib/zlib/makefile.bcc
index 69a728c..56f8356 100644
--- a/auto/lib/zlib/makefile.bcc
+++ b/auto/lib/zlib/makefile.bcc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -q -O2 -tWM -w-8004 -w-8012 $(CPU_OPT)
diff --git a/auto/lib/zlib/makefile.msvc b/auto/lib/zlib/makefile.msvc
index d02f2b6..2c7c1ae 100644
--- a/auto/lib/zlib/makefile.msvc
+++ b/auto/lib/zlib/makefile.msvc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -nologo -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT)
diff --git a/auto/lib/zlib/makefile.owc b/auto/lib/zlib/makefile.owc
index 738e9a0..f75e66d 100644
--- a/auto/lib/zlib/makefile.owc
+++ b/auto/lib/zlib/makefile.owc
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CFLAGS = -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
diff --git a/auto/make b/auto/make
index 27f71ec..e7f5490 100644
--- a/auto/make
+++ b/auto/make
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo "creating $NGX_MAKEFILE"
diff --git a/auto/modules b/auto/modules
index 93e0de9..dab660f 100644
--- a/auto/modules
+++ b/auto/modules
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 if [ $EVENT_SELECT = NO -a $EVENT_FOUND = NO ]; then
diff --git a/auto/nohave b/auto/nohave
index bb5632a..dfb1718 100644
--- a/auto/nohave
+++ b/auto/nohave
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END >> $NGX_AUTO_CONFIG_H
diff --git a/auto/options b/auto/options
index 2b04023..393be40 100644
--- a/auto/options
+++ b/auto/options
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 help=no
diff --git a/auto/os/conf b/auto/os/conf
index f4d08cb..8c18a63 100644
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo "checking for $NGX_SYSTEM specific features"
diff --git a/auto/os/darwin b/auto/os/darwin
index f9953b9..590e036 100644
--- a/auto/os/darwin
+++ b/auto/os/darwin
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_DARWIN . auto/have_headers
diff --git a/auto/os/freebsd b/auto/os/freebsd
index 0829388..88654ba 100644
--- a/auto/os/freebsd
+++ b/auto/os/freebsd
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_FREEBSD . auto/have_headers
diff --git a/auto/os/linux b/auto/os/linux
index 394cd87..0b2173c 100644
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_LINUX . auto/have_headers
diff --git a/auto/os/solaris b/auto/os/solaris
index 333f0ae..16da4b3 100644
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_SOLARIS . auto/have_headers
diff --git a/auto/os/win32 b/auto/os/win32
index 02b261c..21a54ba 100644
--- a/auto/os/win32
+++ b/auto/os/win32
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_WIN32 . auto/have_headers
diff --git a/auto/sources b/auto/sources
index 38b3f40..c48c3ad 100644
--- a/auto/sources
+++ b/auto/sources
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 CORE_MODULES="ngx_core_module ngx_errlog_module ngx_conf_module"
diff --git a/auto/stubs b/auto/stubs
index 0031eaf..d8bc1f0 100644
--- a/auto/stubs
+++ b/auto/stubs
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 have=NGX_SUPPRESS_WARN . auto/have
diff --git a/auto/summary b/auto/summary
index c65946c..dcebec9 100644
--- a/auto/summary
+++ b/auto/summary
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 ### STUB
diff --git a/auto/types/sizeof b/auto/types/sizeof
index 4d65dca..e84a090 100644
--- a/auto/types/sizeof
+++ b/auto/types/sizeof
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for $ngx_type size ...$ngx_c"
diff --git a/auto/types/typedef b/auto/types/typedef
index 884ef25..f121e8f 100644
--- a/auto/types/typedef
+++ b/auto/types/typedef
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for $ngx_type ...$ngx_c"
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t
index 55024b8..07f7e7d 100644
--- a/auto/types/uintptr_t
+++ b/auto/types/uintptr_t
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 echo $ngx_n "checking for uintptr_t ...$ngx_c"
diff --git a/auto/types/value b/auto/types/value
index 698ba7d..ac88a39 100644
--- a/auto/types/value
+++ b/auto/types/value
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 cat << END >> $NGX_AUTO_CONFIG_H
diff --git a/auto/unix b/auto/unix
index 67b7a90..398b9be 100755
--- a/auto/unix
+++ b/auto/unix
@@ -1,5 +1,6 @@
 
 # Copyright (C) Igor Sysoev
+# Copyright (C) Nginx, Inc.
 
 
 NGX_USER=${NGX_USER:-nobody}