From a22bc749c7b170ec8883ef614dd8dd88fca53aaa Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Sun, 5 Feb 2012 20:02:59 +0000 Subject: Merge of r4406, r4413: copyrights updated. --- auto/types/sizeof | 1 + auto/types/typedef | 1 + auto/types/uintptr_t | 1 + auto/types/value | 1 + 4 files changed, 4 insertions(+) (limited to 'auto/types') 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 -- cgit