diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-05-01 11:54:02 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-05-01 11:54:02 +0100 |
commit | 1ba1250cf9a2de1d41e16ed6408efecaa96f39d2 (patch) | |
tree | f9b792d91aa5d47b6e321a046c76471d4edd0c34 /src/rspamd.h | |
parent | de05eea118e89faf09db1a9fd3d91cc8917f4d7e (diff) | |
download | rspamd-1ba1250cf9a2de1d41e16ed6408efecaa96f39d2.tar.gz rspamd-1ba1250cf9a2de1d41e16ed6408efecaa96f39d2.zip |
[Minor] Fix headers style
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index 8551b988d..3ea6c90b8 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -1,6 +1,17 @@ -/** - * @file main.h - * Definitions for main rspamd structures +/*- + * Copyright 2016-2017 Vsevolod Stakhov + * + * Licensed 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. */ #ifndef RSPAMD_MAIN_H @@ -325,8 +336,4 @@ enum rspamd_pbkdf_version_id { extern const struct rspamd_controller_pbkdf pbkdf_list[]; -#endif - -/* - * vi:ts=4 - */ +#endif
\ No newline at end of file |