diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-04-30 12:24:55 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-04-30 12:24:55 +0100 |
commit | 2cda0d88a6c5832ea06c2ce102c4300938664d5c (patch) | |
tree | 6d16c435c278ed02254baf3f3675629609bb1987 /src/libutil | |
parent | 08c83eb559b9f5225fa2e7e68a0987305aa9f5f3 (diff) | |
download | rspamd-2cda0d88a6c5832ea06c2ce102c4300938664d5c.tar.gz rspamd-2cda0d88a6c5832ea06c2ce102c4300938664d5c.zip |
[Project] Move some more methods
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/cxx/locked_file.cxx | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/src/libutil/cxx/locked_file.cxx b/src/libutil/cxx/locked_file.cxx index cda05a6c3..69644acbb 100644 --- a/src/libutil/cxx/locked_file.cxx +++ b/src/libutil/cxx/locked_file.cxx @@ -1,7 +1,18 @@ -// -// Created by Vsevolod Stakhov on 02/04/2022. -// - +/*- + * Copyright 2022 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. + */ #include "locked_file.hxx" #include <fmt/core.h> #include "libutil/util.h" |