diff --git a/CHANGES b/CHANGES
index e0198797..4dc11b1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
-06 Nov 2009 - 2.5.x
--------------------
+14 Jan 2010 - 2.5.12
+--------------------
+
+ * Update copyright to 2010.
* Reserved 700,000-799,999 IDs for Ivan Ristic.
diff --git a/README.TXT b/README.TXT
index 188e629f..d6ede95f 100644
--- a/README.TXT
+++ b/README.TXT
@@ -1,5 +1,5 @@
ModSecurity for Apache 2.x, http://www.modsecurity.org/
-Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
ModSecurity for Apache is an open source product, released under terms of
the General Public Licence, Version 2 (GPLv2). Please refer to the
diff --git a/apache2/acmp.c b/apache2/acmp.c
index d8c0c0aa..f52a48a5 100644
--- a/apache2/acmp.c
+++ b/apache2/acmp.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/acmp.h b/apache2/acmp.h
index 761e3a47..c4652223 100644
--- a/apache2/acmp.h
+++ b/apache2/acmp.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/apache2.h b/apache2/apache2.h
index 264fcf44..b6f8edf7 100644
--- a/apache2/apache2.h
+++ b/apache2/apache2.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/apache2_config.c b/apache2/apache2_config.c
index 545e169d..a5f5e06b 100644
--- a/apache2/apache2_config.c
+++ b/apache2/apache2_config.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/apache2_io.c b/apache2/apache2_io.c
index 1bed6e56..5e2005cc 100644
--- a/apache2/apache2_io.c
+++ b/apache2/apache2_io.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/apache2_util.c b/apache2/apache2_util.c
index 011f49a9..cf1be8e4 100644
--- a/apache2/apache2_util.c
+++ b/apache2/apache2_util.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/mod_security2.c b/apache2/mod_security2.c
index 01ff01e6..83a6d849 100644
--- a/apache2/mod_security2.c
+++ b/apache2/mod_security2.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/modsecurity.c b/apache2/modsecurity.c
index 9655783d..d75bb506 100644
--- a/apache2/modsecurity.c
+++ b/apache2/modsecurity.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h
index 89fc6901..d8ff69aa 100644
--- a/apache2/modsecurity.h
+++ b/apache2/modsecurity.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_geo.c b/apache2/msc_geo.c
index 5e72fb9f..7909e86f 100644
--- a/apache2/msc_geo.c
+++ b/apache2/msc_geo.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_geo.h b/apache2/msc_geo.h
index 0df47af7..26bee2ef 100644
--- a/apache2/msc_geo.h
+++ b/apache2/msc_geo.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_logging.c b/apache2/msc_logging.c
index 956f31b5..b6ae2c06 100644
--- a/apache2/msc_logging.c
+++ b/apache2/msc_logging.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_logging.h b/apache2/msc_logging.h
index ea258986..ee9b399d 100644
--- a/apache2/msc_logging.h
+++ b/apache2/msc_logging.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_lua.c b/apache2/msc_lua.c
index f248a6d7..c278c9df 100644
--- a/apache2/msc_lua.c
+++ b/apache2/msc_lua.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_lua.h b/apache2/msc_lua.h
index 80c2bcf7..04e72556 100644
--- a/apache2/msc_lua.h
+++ b/apache2/msc_lua.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_multipart.c b/apache2/msc_multipart.c
index d5268eb7..bcbba526 100644
--- a/apache2/msc_multipart.c
+++ b/apache2/msc_multipart.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_multipart.h b/apache2/msc_multipart.h
index 1cd4888e..f83ff0d4 100644
--- a/apache2/msc_multipart.h
+++ b/apache2/msc_multipart.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_parsers.c b/apache2/msc_parsers.c
index 3b8e90f8..f2f9218d 100644
--- a/apache2/msc_parsers.c
+++ b/apache2/msc_parsers.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_parsers.h b/apache2/msc_parsers.h
index 9a55dd7b..a5dac5b6 100644
--- a/apache2/msc_parsers.h
+++ b/apache2/msc_parsers.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_pcre.c b/apache2/msc_pcre.c
index 2281dbd2..bbe24f6e 100644
--- a/apache2/msc_pcre.c
+++ b/apache2/msc_pcre.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_pcre.h b/apache2/msc_pcre.h
index 7c0a01c6..2400122c 100644
--- a/apache2/msc_pcre.h
+++ b/apache2/msc_pcre.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_release.c b/apache2/msc_release.c
index 9513f59a..2ce72334 100644
--- a/apache2/msc_release.c
+++ b/apache2/msc_release.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_release.h b/apache2/msc_release.h
index efd32ba8..d0366797 100644
--- a/apache2/msc_release.h
+++ b/apache2/msc_release.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_reqbody.c b/apache2/msc_reqbody.c
index 9fc629e1..76a04a4c 100644
--- a/apache2/msc_reqbody.c
+++ b/apache2/msc_reqbody.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_test.c b/apache2/msc_test.c
index 9e7b9780..7b6a9d89 100644
--- a/apache2/msc_test.c
+++ b/apache2/msc_test.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_util.c b/apache2/msc_util.c
index 7a8ab012..09734557 100644
--- a/apache2/msc_util.c
+++ b/apache2/msc_util.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_util.h b/apache2/msc_util.h
index 8bed805e..612ea9c6 100644
--- a/apache2/msc_util.h
+++ b/apache2/msc_util.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_xml.c b/apache2/msc_xml.c
index 4f330140..c13d8331 100644
--- a/apache2/msc_xml.c
+++ b/apache2/msc_xml.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/msc_xml.h b/apache2/msc_xml.h
index 34c078e3..aaf00e95 100644
--- a/apache2/msc_xml.h
+++ b/apache2/msc_xml.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/pdf_protect.c b/apache2/pdf_protect.c
index e1e6c869..0844f1a5 100644
--- a/apache2/pdf_protect.c
+++ b/apache2/pdf_protect.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/pdf_protect.h b/apache2/pdf_protect.h
index 97d632ae..7474f239 100644
--- a/apache2/pdf_protect.h
+++ b/apache2/pdf_protect.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/persist_dbm.c b/apache2/persist_dbm.c
index f7946746..2d2634b4 100644
--- a/apache2/persist_dbm.c
+++ b/apache2/persist_dbm.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/persist_dbm.h b/apache2/persist_dbm.h
index 94ab1ba5..8d20a679 100644
--- a/apache2/persist_dbm.h
+++ b/apache2/persist_dbm.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/re.c b/apache2/re.c
index 4b5e2ae3..fb1585dd 100644
--- a/apache2/re.c
+++ b/apache2/re.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/re.h b/apache2/re.h
index cdd57610..663d4bb9 100644
--- a/apache2/re.h
+++ b/apache2/re.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/re_operators.c b/apache2/re_operators.c
index c4eb7cfb..0c7cf2fe 100644
--- a/apache2/re_operators.c
+++ b/apache2/re_operators.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/re_tfns.c b/apache2/re_tfns.c
index 79d80cb2..46b80671 100644
--- a/apache2/re_tfns.c
+++ b/apache2/re_tfns.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/re_variables.c b/apache2/re_variables.c
index b8325d55..c77553bb 100644
--- a/apache2/re_variables.c
+++ b/apache2/re_variables.c
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/apache2/utf8tables.h b/apache2/utf8tables.h
index d18f2f36..80a20902 100644
--- a/apache2/utf8tables.h
+++ b/apache2/utf8tables.h
@@ -1,6 +1,6 @@
/*
* ModSecurity for Apache 2.x, http://www.modsecurity.org/
- * Copyright (c) 2004-2009 Breach Security, Inc. (http://www.breach.com/)
+ * Copyright (c) 2004-2010 Breach Security, Inc. (http://www.breach.com/)
*
* This product is released under the terms of the General Public Licence,
* version 2 (GPLv2). Please refer to the file LICENSE (included with this
diff --git a/doc/html-chunked.xsl b/doc/html-chunked.xsl
index 2c42ecf1..8b250969 100644
--- a/doc/html-chunked.xsl
+++ b/doc/html-chunked.xsl
@@ -13,7 +13,7 @@
-
+
diff --git a/doc/html.xsl b/doc/html.xsl
index a3b50930..4d389ee6 100644
--- a/doc/html.xsl
+++ b/doc/html.xsl
@@ -9,7 +9,7 @@
-
+
diff --git a/doc/migration-matrix.xml b/doc/migration-matrix.xml
index 04dd83ae..f79fbf93 100644
--- a/doc/migration-matrix.xml
+++ b/doc/migration-matrix.xml
@@ -6,7 +6,7 @@
Version 1.0 / (April 10, 2007)
- 2004-2009
+ 2004-2010
Breach Security, Inc. (http://www.breach.com)
diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 6b45eebb..7dac11af 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -6,10 +6,10 @@
Manual
- Version 2.5.11 (Nov 4, 2009)
+ Version 2.5.12 (Jan 14, 2010)
- 2004-2009
+ 2004-2010
Breach Security, Inc. (http://www.breach.com)
diff --git a/doc/modsecurity2-data-formats.xml b/doc/modsecurity2-data-formats.xml
index e8eb70d5..27ddb6b1 100644
--- a/doc/modsecurity2-data-formats.xml
+++ b/doc/modsecurity2-data-formats.xml
@@ -6,7 +6,7 @@
Version 2.5.10-dev1 (March 24, 2009)
- 2004-2009
+ 2004-2010
Breach Security, Inc. (http://www.breach.com)