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 /src/plugins | |
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.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/chartable.c | 2 | ||||
-rw-r--r-- | src/plugins/custom/ipmark/ipmark.c | 2 | ||||
-rw-r--r-- | src/plugins/custom/regmark/metaphone.c | 2 | ||||
-rw-r--r-- | src/plugins/custom/regmark/prefix_tree.c | 2 | ||||
-rw-r--r-- | src/plugins/custom/regmark/regmark.c | 2 | ||||
-rw-r--r-- | src/plugins/fuzzy_check.c | 2 | ||||
-rw-r--r-- | src/plugins/regexp.c | 2 | ||||
-rw-r--r-- | src/plugins/spf.c | 2 | ||||
-rw-r--r-- | src/plugins/surbl.c | 2 |
9 files changed, 9 insertions, 9 deletions
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 |