diff options
Diffstat (limited to 'auto/cc')
-rw-r--r-- | auto/cc/acc | 1 | ||||
-rw-r--r-- | auto/cc/bcc | 1 | ||||
-rw-r--r-- | auto/cc/ccc | 1 | ||||
-rw-r--r-- | auto/cc/conf | 1 | ||||
-rw-r--r-- | auto/cc/gcc | 1 | ||||
-rw-r--r-- | auto/cc/icc | 1 | ||||
-rw-r--r-- | auto/cc/msvc | 1 | ||||
-rw-r--r-- | auto/cc/name | 1 | ||||
-rw-r--r-- | auto/cc/owc | 1 | ||||
-rw-r--r-- | auto/cc/sunc | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/auto/cc/acc b/auto/cc/acc index f325bc56d..6baee672a 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 9570a3c47..ec82e60fb 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 298f31e99..c96404510 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 bdcce2c01..c9118f2fd 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 8ea1f5846..de666a34c 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 77cf180df..1d83ed37a 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 01d6f7f2f..a99d5a92c 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 8788bc662..598f879a0 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 39c180a26..22eb4c125 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 69e6c2c71..dd9ccedfb 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 |