diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-18 20:06:22 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-18 20:06:22 +0200 |
commit | e217a37d7621dc61673061f65ba057cd0d6978f9 (patch) | |
tree | b4c82ab8c47145509355a512247aa1657af7f29e /rules/regexp | |
parent | 5f028335acbd28cf6529cd64c733ae95f2873def (diff) | |
download | rspamd-e217a37d7621dc61673061f65ba057cd0d6978f9.tar.gz rspamd-e217a37d7621dc61673061f65ba057cd0d6978f9.zip |
[Minor] Trim whitespace
Diffstat (limited to 'rules/regexp')
-rw-r--r-- | rules/regexp/drugs.lua | 4 | ||||
-rw-r--r-- | rules/regexp/fraud.lua | 4 | ||||
-rw-r--r-- | rules/regexp/lotto.lua | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/rules/regexp/drugs.lua b/rules/regexp/drugs.lua index 8d7b882f6..3a5da68ef 100644 --- a/rules/regexp/drugs.lua +++ b/rules/regexp/drugs.lua @@ -6,9 +6,9 @@ -- 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. diff --git a/rules/regexp/fraud.lua b/rules/regexp/fraud.lua index 59e6ad03f..994024028 100644 --- a/rules/regexp/fraud.lua +++ b/rules/regexp/fraud.lua @@ -6,9 +6,9 @@ -- 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. diff --git a/rules/regexp/lotto.lua b/rules/regexp/lotto.lua index 03ebdb4ab..b4f926274 100644 --- a/rules/regexp/lotto.lua +++ b/rules/regexp/lotto.lua @@ -6,9 +6,9 @@ -- 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. |