From 5aa88d0b23b70df649181ca3d7455beb085f856c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Wed, 22 May 2024 14:41:51 +0200 Subject: [PATCH] lib: remove pe-versioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- lib/Makefile.am | 1 - lib/pe-versioning.h | 24 ------------------------ lib/versioning.h | 1 - 3 files changed, 26 deletions(-) delete mode 100644 lib/pe-versioning.h diff --git a/lib/Makefile.am b/lib/Makefile.am index acecebb3e3..4a552ba080 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -186,7 +186,6 @@ pkginclude_HEADERS += \ lib/ringbuffer.h \ lib/host-id.h \ lib/resolved-configurable-paths.h \ - lib/pe-versioning.h \ lib/window-size-counter.h # this is intentionally formatted so conflicts are less likely to arise. one name in every line. diff --git a/lib/pe-versioning.h b/lib/pe-versioning.h deleted file mode 100644 index 0974752338..0000000000 --- a/lib/pe-versioning.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (c) 2017 Balabit - * Copyright (c) 2017 Laszlo Budai - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - * As an additional exemption you are allowed to compile & link against the - * OpenSSL libraries as published by the OpenSSL project. See the file - * COPYING for details. - * - */ - diff --git a/lib/versioning.h b/lib/versioning.h index 23709bbfcd..35e0f9428c 100644 --- a/lib/versioning.h +++ b/lib/versioning.h @@ -218,5 +218,4 @@ #define FEATURE_TYPING_MIN_VERSION 0 #define FEATURE_TYPING_VERSION "syslog-ng 4.0" -#include "pe-versioning.h" #endif