diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-09-10 17:20:57 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-09-10 17:20:57 +0400 |
commit | ea68f17ec2f7bffbb8db9000a05d7208fb611204 (patch) | |
tree | 4d06580727d1f6084feb6bfbbd9843a7df7efbdf | |
parent | d4fb886390d1bdc1de4cc4085a68d272885fa828 (diff) | |
download | rspamd-ea68f17ec2f7bffbb8db9000a05d7208fb611204.tar.gz rspamd-ea68f17ec2f7bffbb8db9000a05d7208fb611204.zip |
Another debian license fix.
Add apache license for regexp that were delivered from SpamAssassin project.
Fix debian/copyright for src/dns.c.
63 files changed, 158 insertions, 58 deletions
diff --git a/conf/lua/regexp/drugs.lua b/conf/lua/regexp/drugs.lua index 2c8b608dd..6e9e5b14a 100644 --- a/conf/lua/regexp/drugs.lua +++ b/conf/lua/regexp/drugs.lua @@ -1,3 +1,20 @@ +-- Actually these regular expressions were obtained from SpamAssassin project, so they are licensed by apache license: +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See the NOTICE file distributed with +-- this work for additional information regarding copyright ownership. +-- The ASF licenses this file to you under the Apache License, Version 2.0 +-- (the "License"); you may not use this file except in compliance with +-- the License. You may obtain a copy of the License at: +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- -- Drugs spam (viagra, pills etc) -- XXX: remove this legacy to statfile diff --git a/conf/lua/regexp/fraud.lua b/conf/lua/regexp/fraud.lua index 40465744f..b55b7594b 100644 --- a/conf/lua/regexp/fraud.lua +++ b/conf/lua/regexp/fraud.lua @@ -1,3 +1,20 @@ +-- Actually these regular expressions were obtained from SpamAssassin project, so they are licensed by apache license: +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See the NOTICE file distributed with +-- this work for additional information regarding copyright ownership. +-- The ASF licenses this file to you under the Apache License, Version 2.0 +-- (the "License"); you may not use this file except in compliance with +-- the License. You may obtain a copy of the License at: +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- -- Fraud messages (Nigeria spam, viagra, etc) local reconf = config['regexp'] diff --git a/conf/lua/regexp/headers.lua b/conf/lua/regexp/headers.lua index 4bea12ab4..e3978d429 100644 --- a/conf/lua/regexp/headers.lua +++ b/conf/lua/regexp/headers.lua @@ -1,3 +1,20 @@ +-- Actually these regular expressions were obtained from SpamAssassin project, so they are licensed by apache license: +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See the NOTICE file distributed with +-- this work for additional information regarding copyright ownership. +-- The ASF licenses this file to you under the Apache License, Version 2.0 +-- (the "License"); you may not use this file except in compliance with +-- the License. You may obtain a copy of the License at: +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- -- Definitions of header regexps local reconf = config['regexp'] diff --git a/conf/lua/regexp/lotto.lua b/conf/lua/regexp/lotto.lua index 372dce16f..1330d17c1 100644 --- a/conf/lua/regexp/lotto.lua +++ b/conf/lua/regexp/lotto.lua @@ -1,3 +1,20 @@ +-- Actually these regular expressions were obtained from SpamAssassin project, so they are licensed by apache license: +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor license agreements. See the NOTICE file distributed with +-- this work for additional information regarding copyright ownership. +-- The ASF licenses this file to you under the Apache License, Version 2.0 +-- (the "License"); you may not use this file except in compliance with +-- the License. You may obtain a copy of the License at: +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, software +-- distributed under the License is distributed on an "AS IS" BASIS, +-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +-- See the License for the specific language governing permissions and +-- limitations under the License. +-- -- Rules that are specific for lotto spam messages local reconf = config['regexp'] diff --git a/debian/copyright b/debian/copyright index 92218f854..07faab3fa 100644 --- a/debian/copyright +++ b/debian/copyright @@ -78,6 +78,38 @@ License: Expat OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Files: src/dns.c +Copyright: 2009-2012 Vsevolod Stakhov <vsevolod@highsecure.ru> + 2008-2010 William Ahern <william@25thandClement.com> +License: BSD-2-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Files: conf/lua/regexp/* +Copyright: 2000-2012 The Apache Software Foundation +License: Apache 2.0 + On Debian GNU/Linux system you can find the complete text of the + Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' + Files: * Copyright: 2008-2012 Vsevolod Stakhov <vsevolod@highsecure.ru> License: BSD-2-Clause 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 @@ -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 @@ -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 @@ -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 @@ -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 |