From: Vsevolod Stakhov Date: Tue, 3 Dec 2024 12:14:32 +0000 (+0000) Subject: [Minor] Restore copyright style X-Git-Tag: 3.11.0~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b6b7493310ce783ff9c3282e7c5b6fe8ac09e7b;p=thirdparty%2Frspamd.git [Minor] Restore copyright style --- diff --git a/src/libserver/spf.c b/src/libserver/spf.c index 298f9c010a..0c4a8518bf 100644 --- a/src/libserver/spf.c +++ b/src/libserver/spf.c @@ -1,16 +1,18 @@ -// Copyright 2024 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. +/* + * Copyright 2024 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 "config.h" #include "dns.h"