diff options
| author | Maxim Konovalov <maxim@nginx.com> | 2012-01-18 15:07:43 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@nginx.com> | 2012-01-18 15:07:43 +0000 |
| commit | f8d59e33f34185c28d1d3c6625a897e214b7ca73 (patch) | |
| tree | ae29cad88def9a4034626a1635dbad095066e0ec /auto/types | |
| parent | 8e1ef760da7a6c956622ebf9437a3ef4a082e6f1 (diff) | |
| download | nginx-f8d59e33f34185c28d1d3c6625a897e214b7ca73.tar.gz nginx-f8d59e33f34185c28d1d3c6625a897e214b7ca73.tar.bz2 | |
Copyright updated.
Diffstat (limited to 'auto/types')
| -rw-r--r-- | auto/types/sizeof | 1 | ||||
| -rw-r--r-- | auto/types/typedef | 1 | ||||
| -rw-r--r-- | auto/types/uintptr_t | 1 | ||||
| -rw-r--r-- | auto/types/value | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/auto/types/sizeof b/auto/types/sizeof index 4d65dca16..e84a0905e 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 884ef25d7..f121e8fc2 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 55024b820..07f7e7d7d 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 698ba7d92..ac88a3919 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 |
