diff auto/os/linux @ 444:42d11f017717

nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
author Igor Sysoev <igor@sysoev.ru>
date Wed, 29 Sep 2004 16:00:49 +0000
parents 0fb6c53fb135
children 295d97d70c69
line wrap: on
line diff
--- a/auto/os/linux
+++ b/auto/os/linux
@@ -1,3 +1,6 @@
+
+# Copyright (C) Igor Sysoev
+
 
 CORE_INCS="$UNIX_INCS"
 CORE_DEPS="$UNIX_DEPS $LINUX_DEPS"
@@ -15,7 +18,7 @@ version=`grep "#define LINUX_VERSION_COD
          | sed -e 's/^.* \(.*\)$/\1/'`
 
 
-# enable rt signals on Linux 2.2.19 and onward
+# enable the rt signals on Linux 2.2.19 and onward
 
 if [ $version -ge 131609 -o $EVENT_RTSIG = YES ]; then
     echo " + using rt signals"