]> source.dussan.org Git - rspamd.git/commitdiff
Another debian license fix.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 10 Sep 2012 13:20:57 +0000 (17:20 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 10 Sep 2012 13:20:57 +0000 (17:20 +0400)
Add apache license for regexp that were delivered from SpamAssassin project.
Fix debian/copyright for src/dns.c.

63 files changed:
conf/lua/regexp/drugs.lua
conf/lua/regexp/fraud.lua
conf/lua/regexp/headers.lua
conf/lua/regexp/lotto.lua
debian/copyright
src/binlog.c
src/bloom.c
src/buffer.c
src/cfg_utils.c
src/cfg_xml.c
src/classifiers/bayes.c
src/classifiers/classifiers.c
src/classifiers/winnow.c
src/controller.c
src/dns.c
src/events.c
src/expressions.c
src/filter.c
src/fstring.c
src/fuzzy.c
src/fuzzy_storage.c
src/hash.c
src/html.c
src/lmtp.c
src/lmtp_proto.c
src/logger.c
src/lua/lua_cfg_file.c
src/lua/lua_classifier.c
src/lua/lua_common.c
src/lua/lua_config.c
src/lua/lua_message.c
src/lua/lua_task.c
src/main.c
src/map.c
src/mem_pool.c
src/memcached-test.c
src/memcached.c
src/message.c
src/plugins/chartable.c
src/plugins/custom/ipmark/ipmark.c
src/plugins/custom/regmark/metaphone.c
src/plugins/custom/regmark/prefix_tree.c
src/plugins/custom/regmark/regmark.c
src/plugins/fuzzy_check.c
src/plugins/regexp.c
src/plugins/spf.c
src/plugins/surbl.c
src/protocol.c
src/radix.c
src/settings.c
src/smtp.c
src/smtp_proto.c
src/spf.c
src/statfile.c
src/statfile_sync.c
src/symbols_cache.c
src/tokenizers/osb.c
src/tokenizers/tokenizers.c
src/upstream.c
src/url.c
src/util.c
src/view.c
src/worker.c

index 2c8b608dd065f905cd007ffe8028a19fc3a334bf..6e9e5b14a164e4363b12d1dd3430768d69322c09 100644 (file)
@@ -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
 
index 40465744f531599f141b815b9a8f4d05305555f4..b55b7594b2fb169592c150d75d0b49f96b978a88 100644 (file)
@@ -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']
 
index 4bea12ab44a1d3fd9b1adf6ebc91fcc72bf6146d..e3978d429fb8c4c25ac8631fbcf208ff98c1f73e 100644 (file)
@@ -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']
index 372dce16fce3502f897562c15976097643bd87c6..1330d17c1d01b52aaa18994089bb0606c35017ef 100644 (file)
@@ -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']
index 92218f8545fcda2daf49f0c62aff28ef1fc18671..07faab3fa331ccdb4f6808251b7cfb413bccb884 100644 (file)
@@ -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
index 44eae9e8614f6078dc7d6fa84eead5705de0f980..c6aa4ec08c6839509de463e6f932b523edaaa2cd 100644 (file)
@@ -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
index 52a4804375f53c8e6fa39871f437d43a4ec8ea39..3db8faa9c1eb23f5bee03288c5a577051eeef226 100644 (file)
@@ -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
index c121e69d8a6d1d5b5ab5bf295babec61087fca3c..0dd28daa0b7151a315405f31d4db8f00a516693e 100644 (file)
@@ -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
index 12696c4eb169096a13363f1ab631827563d4ba59..f08f55eab93f4d18bae6b94cd1977509f599b4d5 100644 (file)
@@ -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
index dcdd1213ab2e1e92e0601f9221c36455b2faf869..dce02efbb5f59df567e6d78c05a68491cbf58331 100644 (file)
@@ -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
index d1c8f8c5cd3d8fc1387d3ad62e4ac2acd8d1f0e9..cad963c4b8e384297b3e2a450d875d59d4efdfd4 100644 (file)
@@ -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
index 569d765571da9fa10d59af58077848c74a358dea..acd48dc9c3f1cd8e9a9fa83763a0aff89fe5e1b6 100644 (file)
@@ -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
index 347fe68c9ae45c335a68fce96c360e462a20120d..9568092b5eedb62919b9a84a34a97d1957d179a6 100644 (file)
@@ -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
index 7104b4e5b9932308261574037a80ffb83a0c573e..c5aebb699426f550420219563f4858eff0ea9573 100644 (file)
@@ -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
index 2ce9d0b527efff04311a7dc58d1a6f33cac78ce5..1d4f48b355e52e3e6018524f49ecfac3f44ef262 100644 (file)
--- 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.
index 71836ae26b2c178e6c2508f043e6844f574f2afa..1ea91c4f6cdd068bb6eb2f8e600eee828f033bd3 100644 (file)
@@ -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
index d89670a069814d45b95a319b45716776da3f4402..1f04843bd4a8f1f4c298a8dbe18696c9b47500e0 100644 (file)
@@ -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
index 7c03d113da29ab41b91249aa710f04ab897d14b8..d26a34af019af4cb1028116003b4976832740331 100644 (file)
@@ -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
index 0c4c787ccc52efc94c31433537ca5c1512043f91..07b5546a02e684dc0b40786b08637ea026a4bf19 100644 (file)
@@ -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
index 081ee0be8bda117cae7b744729cea58aa188725d..8e2660807ba6dddb098c4a448bc6761490a6335b 100644 (file)
@@ -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
index bf28c93981d384b564becb89285ca231b7d304d4..bfbd43394212a620ceb3412fdc070a1377b5d775 100644 (file)
@@ -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
index 4e71075fa54c08b4f1b0bb82833c2cd040444757..e8cf2d773cc394515ab35f75a145708fdbaa5425 100644 (file)
@@ -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
index 3cbc3ef4822251b327404e0b6fe9410a0dea2dc4..cbec6e9d42d8811571e554e682ed180848cd9191 100644 (file)
@@ -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
index 631f2ba3331898b7b56de4bdacec1519c9348f4a..4e7373158e5a228c003d678efe1abf90770da875 100644 (file)
@@ -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
index 9f60f853e482cb906149820dececabc121d52ece..eb92ed7c198cb7305dc920b4f03cc9f60a507dbb 100644 (file)
@@ -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
index 77d46df5633b2467336cc054c50003fc678ea70a..9b96bc73ff36f7d70e9177161ad8b38a5f738329 100644 (file)
@@ -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
index 2d6323129e3cb60fad488c0a9e4576ca39ecd914..63728a004d31b37cfa70e21a67b1c02d0eee0d03 100644 (file)
@@ -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
index f64d7c2ebb095a14d01424c6fd3a2e6274fff262..d4a8edb87d1a3f198c7a98e08a7e9aafde394dc4 100644 (file)
@@ -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
index 413dee94c271d2935cb108553a10807386c83680..978f7f686aaaa85588cddb65e952f288cdde5043 100644 (file)
@@ -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
index f24cbefb0af19031ecc6b2938fbb5b43854b560d..d6db8130960dd1de38707c64db45e9b9a8157674 100644 (file)
@@ -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
index 2af6aaeec112d156e54b9b3ec49a2d934238876d..f1b40fe9d31b3e7eafb358aad06f2b1ab3d52122 100644 (file)
@@ -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
index 3820b29df15f96dd6dbba73c88a067afb4d35b40..154eed731dcd1837dc035f6214bfea7b9140504f 100644 (file)
@@ -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
index bec1709854f1ab70126630599bde216baa2b1eac..e00a3f9da082ebc7317c41fb24767074a7417d0f 100644 (file)
@@ -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
index cab8f1bdc1609ec74206d317d69bf0621c292da4..1b1b2ffbbacbd6113f80dc3a7ee6987b36dde46f 100644 (file)
--- 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
index b36a2db1c68e331149fbf153cbaf3621950e0c32..dc57e3b7921e06b4ed032578bf48bd383fb00d19 100644 (file)
@@ -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
index 4a568aab783f77dca4b6a3d630de298117e1bca3..53bb4c0d334192e304e92738d1e3899fc68bbfbc 100644 (file)
@@ -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
index 79f041dfed50c0278aec0ee5be16738f9304283b..e4c9be9d24deacc6f94ba1a74053d0d22a9c2b42 100644 (file)
@@ -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
index e8a8c20064d5872698793e7e43b167f288d8c4fa..730d89895f2ef52d2b81cc1088fdd6368b428f7c 100644 (file)
@@ -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
index 953921c11f73b5b8e615ba62c7fae000ba5fa02e..3f680647a6e991f319a2c3f61772fef0ee548e93 100644 (file)
@@ -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
index 689da906454bb7b8b67f087e8b000c6132dbb09a..5bdeca370f5452e8693eea564d62a27ef258cc34 100644 (file)
@@ -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
index 432c88197887dd3b2248a63f6af5da6c508ce044..24c05a31c39cbce3b007a6019d9d500e22bd79b5 100644 (file)
@@ -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
index dfe8bbbc7d0fbf8f5a2e3aa74273c22d69cb9955..87a34a5c1cba509d7c54963ae7d18955e9645808 100644 (file)
@@ -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
index b5fe760e3e5b2e327d444d154f1cf094df806e53..35901f9aa0240c02dd050a8c71cc788f4ec371bf 100644 (file)
@@ -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
index 30bbc8579ba244c97c585dd9835bf32ab8f4ab0f..406efae77e2375c329482913b7d4775814c41b9c 100644 (file)
@@ -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
index 485fab10fa29a0159fc1c47417c025618ad0c91c..f8d1fb7fc7b75fd309aed9abe28f7e9d56c7010a 100644 (file)
@@ -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
index d25f379c8b6d5f23b0553a55528148f66c63b269..3502aba386933984cda0c026133556632c35fff8 100644 (file)
@@ -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
index 09d2f45b4cbeee6648576bc04e120b59c0bfaaa9..3d128b90de7d7d5dc244c9af0b72416a30621c8c 100644 (file)
@@ -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
index a2f1053bf442c55faae02bbfcbb8cfec562d6f00..4f6e0be385f96ad52497af35db4e9b99e2341d72 100644 (file)
@@ -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
index 4bcf295ce069d400c558f3b43b5727f570d0dd9a..680f7be544057f15581b34d4750bd5888ef7cce5 100644 (file)
@@ -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
index a3c5d82c53672cff310751b0a3e23fbcb9a8b8bd..8bc7843329eb9e4402c584a77599949d6f23a433 100644 (file)
@@ -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
index dd38a8e292a1481739584673eef9256371fdc607..6e226c42ab0fc9959e10a78d8a52f7cead71e7f8 100644 (file)
@@ -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
index e7d4b31049a4066a70d874bc1ab3339c20ab2de1..2211411e1840589f4c89992bee4399eda27bdfa0 100644 (file)
@@ -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
index 0357db787d4561e7630e137587372e593cea61d8..18fdeb412bdc2040638e95e68f1a06dc35ada22e 100644 (file)
--- 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
index 466d1ae78e0aabb3ed81bc6ad026b7d7856db363..3c4674fc9305e5994584ac28c264c1c5a6cbe9fd 100644 (file)
@@ -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
index b6b2bd5a70d3d24755eb823ec093e2aa80adf9bd..0dc7cbdbcaba539a84c4a2fef5ddaa71ba97d83e 100644 (file)
@@ -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
index 754e31282d54ec012506f8229d371c1ed7453d92..9b8d5702619653a3d6047910a163bed076c48cb1 100644 (file)
@@ -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
index ebcbf8c6796f73743aab799486c86fc04c20a488..da3ba1270b6fce16521822ddc8997bc66077dfbe 100644 (file)
@@ -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
index d9584b8aca547a9a490c01b1b5ce7b1942df7d33..b8d9c933dc9a6593e478afb29bd9dcd4e9d42f45 100644 (file)
@@ -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
index a81bd97b3865492eb900d9ec7cb2f38f8fbc84b8..f82d3ba50a413e83ad9867e1deb95a2002196d29 100644 (file)
@@ -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
index dcbd0068923a1b89db931d222f1856379aae7377..6245fc959160458416a1fa526d64446049b48c2b 100644 (file)
--- 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
index 84a0ac8d3128cb62b71ee3c711230a4140df49d5..30c85ddf25d0b8b7482c3f50782aaad5a038e655 100644 (file)
@@ -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
index 8a2c784a0fc1d7463f3c5f46fe97f96510ea937d..5fb1576a8cad6744ec2766f48d27f0fe0254a9b0 100644 (file)
@@ -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
index 5b523c0b1693c21bcb0c8b8701572d94b8f3d158..c69f3a9e66c08a468672b2227c825700ad8ca006 100644 (file)
@@ -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