diff options
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 |