summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/pcre
diff options
context:
space:
mode:
Diffstat (limited to 'auto/lib/pcre')
-rw-r--r--auto/lib/pcre/conf1
-rw-r--r--auto/lib/pcre/make1
-rw-r--r--auto/lib/pcre/makefile.bcc1
-rw-r--r--auto/lib/pcre/makefile.msvc1
-rw-r--r--auto/lib/pcre/makefile.owc1
5 files changed, 5 insertions, 0 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf
index fd98ee9f5..c56848d5d 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 a9be75e36..834779b9c 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 40d579fb5..1c140d668 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 47ae6991a..7a8da7158 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 b2f1d1297..bfb692068 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)