diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/sre.py | 2 | ||||
-rw-r--r-- | Lib/sre_compile.py | 2 | ||||
-rw-r--r-- | Lib/sre_constants.py | 2 | ||||
-rw-r--r-- | Lib/sre_parse.py | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ # Copyright (c) 1998-2000 by Secret Labs AB. All rights reserved. # # Portions of this engine have been developed in cooperation with -# CNRI. Hewlett-Packard provided funding for 1.6 integration and +# CNRI. Hewlett-Packard provided funding for 2.0 integration and # other compatibility work. # diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py index 590e45f..14b1970 100644 --- a/Lib/sre_compile.py +++ b/Lib/sre_compile.py @@ -6,7 +6,7 @@ # Copyright (c) 1997-2000 by Secret Labs AB. All rights reserved. # # Portions of this engine have been developed in cooperation with -# CNRI. Hewlett-Packard provided funding for 1.6 integration and +# CNRI. Hewlett-Packard provided funding for 2.0 integration and # other compatibility work. # diff --git a/Lib/sre_constants.py b/Lib/sre_constants.py index 45f4f48..39db58f 100644 --- a/Lib/sre_constants.py +++ b/Lib/sre_constants.py @@ -7,7 +7,7 @@ # Copyright (c) 1998-2000 by Secret Labs AB. All rights reserved. # # Portions of this engine have been developed in cooperation with -# CNRI. Hewlett-Packard provided funding for 1.6 integration and +# CNRI. Hewlett-Packard provided funding for 2.0 integration and # other compatibility work. # diff --git a/Lib/sre_parse.py b/Lib/sre_parse.py index 53616f6..0e01ad6 100644 --- a/Lib/sre_parse.py +++ b/Lib/sre_parse.py @@ -6,7 +6,7 @@ # Copyright (c) 1998-2000 by Secret Labs AB. All rights reserved. # # Portions of this engine have been developed in cooperation with -# CNRI. Hewlett-Packard provided funding for 1.6 integration and +# CNRI. Hewlett-Packard provided funding for 2.0 integration and # other compatibility work. # |