From: Vsevolod Stakhov Date: Mon, 10 Sep 2012 13:20:57 +0000 (+0400) Subject: Another debian license fix. X-Git-Tag: 0.5.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea68f17ec2f7bffbb8db9000a05d7208fb611204;p=thirdparty%2Frspamd.git Another debian license fix. Add apache license for regexp that were delivered from SpamAssassin project. Fix debian/copyright for src/dns.c. --- diff --git a/conf/lua/regexp/drugs.lua b/conf/lua/regexp/drugs.lua index 2c8b608dd0..6e9e5b14a1 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 40465744f5..b55b7594b2 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 4bea12ab44..e3978d429f 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 372dce16fc..1330d17c1d 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 92218f8545..07faab3fa3 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 + 2008-2010 William Ahern +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 License: BSD-2-Clause diff --git a/src/binlog.c b/src/binlog.c index 44eae9e861..c6aa4ec08c 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 52a4804375..3db8faa9c1 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 c121e69d8a..0dd28daa0b 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 12696c4eb1..f08f55eab9 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 dcdd1213ab..dce02efbb5 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 d1c8f8c5cd..cad963c4b8 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 569d765571..acd48dc9c3 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 347fe68c9a..9568092b5e 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 7104b4e5b9..c5aebb6994 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 2ce9d0b527..1d4f48b355 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 71836ae26b..1ea91c4f6c 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 d89670a069..1f04843bd4 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 7c03d113da..d26a34af01 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 0c4c787ccc..07b5546a02 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 081ee0be8b..8e2660807b 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 bf28c93981..bfbd433942 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 4e71075fa5..e8cf2d773c 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 3cbc3ef482..cbec6e9d42 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 631f2ba333..4e7373158e 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 9f60f853e4..eb92ed7c19 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 77d46df563..9b96bc73ff 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 2d6323129e..63728a004d 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 f64d7c2ebb..d4a8edb87d 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 413dee94c2..978f7f686a 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 f24cbefb0a..d6db813096 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 2af6aaeec1..f1b40fe9d3 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 3820b29df1..154eed731d 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 bec1709854..e00a3f9da0 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 cab8f1bdc1..1b1b2ffbba 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 b36a2db1c6..dc57e3b792 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 4a568aab78..53bb4c0d33 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 79f041dfed..e4c9be9d24 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 e8a8c20064..730d89895f 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 953921c11f..3f680647a6 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 689da90645..5bdeca370f 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 432c881978..24c05a31c3 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 dfe8bbbc7d..87a34a5c1c 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 b5fe760e3e..35901f9aa0 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 30bbc8579b..406efae77e 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 485fab10fa..f8d1fb7fc7 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 d25f379c8b..3502aba386 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 09d2f45b4c..3d128b90de 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 a2f1053bf4..4f6e0be385 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 4bcf295ce0..680f7be544 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 a3c5d82c53..8bc7843329 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 dd38a8e292..6e226c42ab 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 e7d4b31049..2211411e18 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 0357db787d..18fdeb412b 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 466d1ae78e..3c4674fc93 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 b6b2bd5a70..0dc7cbdbca 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 754e31282d..9b8d570261 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 ebcbf8c679..da3ba1270b 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 d9584b8aca..b8d9c933dc 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 a81bd97b38..f82d3ba50a 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 dcbd006892..6245fc9591 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 84a0ac8d31..30c85ddf25 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 8a2c784a0f..5fb1576a8c 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 5b523c0b16..c69f3a9e66 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