diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-05 20:02:59 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-05 20:02:59 +0000 |
| commit | a22bc749c7b170ec8883ef614dd8dd88fca53aaa (patch) | |
| tree | c6f8db5aa27b9baf14d4ae99ad1683c53c178d39 /auto/lib/openssl | |
| parent | 915bc544030472d2516a50d317afd82bccb022e1 (diff) | |
| download | nginx-a22bc749c7b170ec8883ef614dd8dd88fca53aaa.tar.gz nginx-a22bc749c7b170ec8883ef614dd8dd88fca53aaa.tar.bz2 | |
Merge of r4406, r4413: copyrights updated.
Diffstat (limited to 'auto/lib/openssl')
| -rw-r--r-- | auto/lib/openssl/conf | 1 | ||||
| -rw-r--r-- | auto/lib/openssl/make | 1 | ||||
| -rw-r--r-- | auto/lib/openssl/makefile.bcc | 1 | ||||
| -rw-r--r-- | auto/lib/openssl/makefile.msvc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf index 8218a5b97..528ee1794 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 a2025bbd6..9090fcbfd 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 5938cbf6b..6a94ff749 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 379b95dc0..fc9e57864 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: |
