diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-07-31 11:28:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-07-31 11:28:28 +0100 |
commit | 90ee1a51d207c9e76efe475156e595738df672b2 (patch) | |
tree | 440ba8f7369fc6f061695d1e02b2240f70c4b572 /src | |
parent | faaf9f0e48071dcd86864c1bcdb1cf80f5271162 (diff) | |
download | rspamd-90ee1a51d207c9e76efe475156e595738df672b2.tar.gz rspamd-90ee1a51d207c9e76efe475156e595738df672b2.zip |
[Dep] Update fmtlib to 10.0.0
Diffstat (limited to 'src')
-rw-r--r-- | src/libserver/hyperscan_tools.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libserver/hyperscan_tools.cxx b/src/libserver/hyperscan_tools.cxx index 2d762a475..ec051837e 100644 --- a/src/libserver/hyperscan_tools.cxx +++ b/src/libserver/hyperscan_tools.cxx @@ -1,11 +1,11 @@ -/*- - * Copyright 2022 Vsevolod Stakhov +/* + * Copyright 2023 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 + * 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, @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + #include "config.h" #ifdef WITH_HYPERSCAN |