aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/binlog.c2
-rw-r--r--src/bloom.c2
-rw-r--r--src/buffer.c2
-rw-r--r--src/cfg_utils.c2
-rw-r--r--src/cfg_xml.c2
-rw-r--r--src/classifiers/bayes.c2
-rw-r--r--src/classifiers/classifiers.c2
-rw-r--r--src/classifiers/winnow.c2
-rw-r--r--src/controller.c2
-rw-r--r--src/dns.c2
-rw-r--r--src/events.c2
-rw-r--r--src/expressions.c2
-rw-r--r--src/filter.c2
-rw-r--r--src/fstring.c2
-rw-r--r--src/fuzzy.c2
-rw-r--r--src/fuzzy_storage.c2
-rw-r--r--src/hash.c2
-rw-r--r--src/html.c2
-rw-r--r--src/lmtp.c2
-rw-r--r--src/lmtp_proto.c2
-rw-r--r--src/logger.c2
-rw-r--r--src/lua/lua_cfg_file.c2
-rw-r--r--src/lua/lua_classifier.c2
-rw-r--r--src/lua/lua_common.c2
-rw-r--r--src/lua/lua_config.c2
-rw-r--r--src/lua/lua_message.c2
-rw-r--r--src/lua/lua_task.c2
-rw-r--r--src/main.c2
-rw-r--r--src/map.c2
-rw-r--r--src/mem_pool.c2
-rw-r--r--src/memcached-test.c2
-rw-r--r--src/memcached.c2
-rw-r--r--src/message.c2
-rw-r--r--src/plugins/chartable.c2
-rw-r--r--src/plugins/custom/ipmark/ipmark.c2
-rw-r--r--src/plugins/custom/regmark/metaphone.c2
-rw-r--r--src/plugins/custom/regmark/prefix_tree.c2
-rw-r--r--src/plugins/custom/regmark/regmark.c2
-rw-r--r--src/plugins/fuzzy_check.c2
-rw-r--r--src/plugins/regexp.c2
-rw-r--r--src/plugins/spf.c2
-rw-r--r--src/plugins/surbl.c2
-rw-r--r--src/protocol.c2
-rw-r--r--src/radix.c2
-rw-r--r--src/settings.c2
-rw-r--r--src/smtp.c2
-rw-r--r--src/smtp_proto.c2
-rw-r--r--src/spf.c2
-rw-r--r--src/statfile.c2
-rw-r--r--src/statfile_sync.c2
-rw-r--r--src/symbols_cache.c2
-rw-r--r--src/tokenizers/osb.c2
-rw-r--r--src/tokenizers/tokenizers.c2
-rw-r--r--src/upstream.c2
-rw-r--r--src/url.c2
-rw-r--r--src/util.c2
-rw-r--r--src/view.c2
-rw-r--r--src/worker.c2
58 files changed, 58 insertions, 58 deletions
diff --git a/src/binlog.c b/src/binlog.c
index 44eae9e86..c6aa4ec08 100644
--- a/src/binlog.c
+++ b/src/binlog.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/bloom.c b/src/bloom.c
index 52a480437..3db8faa9c 100644
--- a/src/bloom.c
+++ b/src/bloom.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/buffer.c b/src/buffer.c
index c121e69d8..0dd28daa0 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/cfg_utils.c b/src/cfg_utils.c
index 12696c4eb..f08f55eab 100644
--- a/src/cfg_utils.c
+++ b/src/cfg_utils.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/cfg_xml.c b/src/cfg_xml.c
index dcdd1213a..dce02efbb 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/classifiers/bayes.c b/src/classifiers/bayes.c
index d1c8f8c5c..cad963c4b 100644
--- a/src/classifiers/bayes.c
+++ b/src/classifiers/bayes.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/classifiers/classifiers.c b/src/classifiers/classifiers.c
index 569d76557..acd48dc9c 100644
--- a/src/classifiers/classifiers.c
+++ b/src/classifiers/classifiers.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/classifiers/winnow.c b/src/classifiers/winnow.c
index 347fe68c9..9568092b5 100644
--- a/src/classifiers/winnow.c
+++ b/src/classifiers/winnow.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/controller.c b/src/controller.c
index 7104b4e5b..c5aebb699 100644
--- a/src/controller.c
+++ b/src/controller.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/dns.c b/src/dns.c
index 2ce9d0b52..1d4f48b35 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* Copyright (c) 2008, 2009, 2010 William Ahern
*
* All rights reserved.
diff --git a/src/events.c b/src/events.c
index 71836ae26..1ea91c4f6 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/expressions.c b/src/expressions.c
index d89670a06..1f04843bd 100644
--- a/src/expressions.c
+++ b/src/expressions.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/filter.c b/src/filter.c
index 7c03d113d..d26a34af0 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/fstring.c b/src/fstring.c
index 0c4c787cc..07b5546a0 100644
--- a/src/fstring.c
+++ b/src/fstring.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/fuzzy.c b/src/fuzzy.c
index 081ee0be8..8e2660807 100644
--- a/src/fuzzy.c
+++ b/src/fuzzy.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index bf28c9398..bfbd43394 100644
--- a/src/fuzzy_storage.c
+++ b/src/fuzzy_storage.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/hash.c b/src/hash.c
index 4e71075fa..e8cf2d773 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/html.c b/src/html.c
index 3cbc3ef48..cbec6e9d4 100644
--- a/src/html.c
+++ b/src/html.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lmtp.c b/src/lmtp.c
index 631f2ba33..4e7373158 100644
--- a/src/lmtp.c
+++ b/src/lmtp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lmtp_proto.c b/src/lmtp_proto.c
index 9f60f853e..eb92ed7c1 100644
--- a/src/lmtp_proto.c
+++ b/src/lmtp_proto.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/logger.c b/src/logger.c
index 77d46df56..9b96bc73f 100644
--- a/src/logger.c
+++ b/src/logger.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c
index 2d6323129..63728a004 100644
--- a/src/lua/lua_cfg_file.c
+++ b/src/lua/lua_cfg_file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_classifier.c b/src/lua/lua_classifier.c
index f64d7c2eb..d4a8edb87 100644
--- a/src/lua/lua_classifier.c
+++ b/src/lua/lua_classifier.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c
index 413dee94c..978f7f686 100644
--- a/src/lua/lua_common.c
+++ b/src/lua/lua_common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_config.c b/src/lua/lua_config.c
index f24cbefb0..d6db81309 100644
--- a/src/lua/lua_config.c
+++ b/src/lua/lua_config.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_message.c b/src/lua/lua_message.c
index 2af6aaeec..f1b40fe9d 100644
--- a/src/lua/lua_message.c
+++ b/src/lua/lua_message.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index 3820b29df..154eed731 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/main.c b/src/main.c
index bec170985..e00a3f9da 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/map.c b/src/map.c
index cab8f1bdc..1b1b2ffbb 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/mem_pool.c b/src/mem_pool.c
index b36a2db1c..dc57e3b79 100644
--- a/src/mem_pool.c
+++ b/src/mem_pool.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/memcached-test.c b/src/memcached-test.c
index 4a568aab7..53bb4c0d3 100644
--- a/src/memcached-test.c
+++ b/src/memcached-test.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/memcached.c b/src/memcached.c
index 79f041dfe..e4c9be9d2 100644
--- a/src/memcached.c
+++ b/src/memcached.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/message.c b/src/message.c
index e8a8c2006..730d89895 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/chartable.c b/src/plugins/chartable.c
index 953921c11..3f680647a 100644
--- a/src/plugins/chartable.c
+++ b/src/plugins/chartable.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/custom/ipmark/ipmark.c b/src/plugins/custom/ipmark/ipmark.c
index 689da9064..5bdeca370 100644
--- a/src/plugins/custom/ipmark/ipmark.c
+++ b/src/plugins/custom/ipmark/ipmark.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/custom/regmark/metaphone.c b/src/plugins/custom/regmark/metaphone.c
index 432c88197..24c05a31c 100644
--- a/src/plugins/custom/regmark/metaphone.c
+++ b/src/plugins/custom/regmark/metaphone.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/custom/regmark/prefix_tree.c b/src/plugins/custom/regmark/prefix_tree.c
index dfe8bbbc7..87a34a5c1 100644
--- a/src/plugins/custom/regmark/prefix_tree.c
+++ b/src/plugins/custom/regmark/prefix_tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/custom/regmark/regmark.c b/src/plugins/custom/regmark/regmark.c
index b5fe760e3..35901f9aa 100644
--- a/src/plugins/custom/regmark/regmark.c
+++ b/src/plugins/custom/regmark/regmark.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index 30bbc8579..406efae77 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c
index 485fab10f..f8d1fb7fc 100644
--- a/src/plugins/regexp.c
+++ b/src/plugins/regexp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/spf.c b/src/plugins/spf.c
index d25f379c8..3502aba38 100644
--- a/src/plugins/spf.c
+++ b/src/plugins/spf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c
index 09d2f45b4..3d128b90d 100644
--- a/src/plugins/surbl.c
+++ b/src/plugins/surbl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/protocol.c b/src/protocol.c
index a2f1053bf..4f6e0be38 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/radix.c b/src/radix.c
index 4bcf295ce..680f7be54 100644
--- a/src/radix.c
+++ b/src/radix.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/settings.c b/src/settings.c
index a3c5d82c5..8bc784332 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/smtp.c b/src/smtp.c
index dd38a8e29..6e226c42a 100644
--- a/src/smtp.c
+++ b/src/smtp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/smtp_proto.c b/src/smtp_proto.c
index e7d4b3104..2211411e1 100644
--- a/src/smtp_proto.c
+++ b/src/smtp_proto.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/spf.c b/src/spf.c
index 0357db787..18fdeb412 100644
--- a/src/spf.c
+++ b/src/spf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/statfile.c b/src/statfile.c
index 466d1ae78..3c4674fc9 100644
--- a/src/statfile.c
+++ b/src/statfile.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/statfile_sync.c b/src/statfile_sync.c
index b6b2bd5a7..0dc7cbdbc 100644
--- a/src/statfile_sync.c
+++ b/src/statfile_sync.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/symbols_cache.c b/src/symbols_cache.c
index 754e31282..9b8d57026 100644
--- a/src/symbols_cache.c
+++ b/src/symbols_cache.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/tokenizers/osb.c b/src/tokenizers/osb.c
index ebcbf8c67..da3ba1270 100644
--- a/src/tokenizers/osb.c
+++ b/src/tokenizers/osb.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/tokenizers/tokenizers.c b/src/tokenizers/tokenizers.c
index d9584b8ac..b8d9c933d 100644
--- a/src/tokenizers/tokenizers.c
+++ b/src/tokenizers/tokenizers.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/upstream.c b/src/upstream.c
index a81bd97b3..f82d3ba50 100644
--- a/src/upstream.c
+++ b/src/upstream.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/url.c b/src/url.c
index dcbd00689..6245fc959 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/util.c b/src/util.c
index 84a0ac8d3..30c85ddf2 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/view.c b/src/view.c
index 8a2c784a0..5fb1576a8 100644
--- a/src/view.c
+++ b/src/view.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/worker.c b/src/worker.c
index 5b523c0b1..c69f3a9e6 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012, Vsevolod Stakhov
+ * Copyright (c) 2009-2012, Vsevolod Stakhov
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without