From a094ad4f61f4054a78da633b87a9ca542d5d4bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Thu, 16 May 2024 20:55:43 +0200 Subject: [PATCH] copyright: add missing license headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: László Várady --- docker/alpine.dockerfile | 23 +++++++++++++++++++++++ tests/copyright/policy | 5 +++++ 2 files changed, 28 insertions(+) diff --git a/docker/alpine.dockerfile b/docker/alpine.dockerfile index 92fd0af6ff..139d89522d 100644 --- a/docker/alpine.dockerfile +++ b/docker/alpine.dockerfile @@ -1,3 +1,26 @@ +############################################################################# +# Copyright (c) 2023-2024 Axoflow +# Copyright (c) 2023-2024 László Várady +# +# This program is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 2 as published +# by the Free Software Foundation, or (at your option) any later version. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; 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. +# +############################################################################# + ARG DEBUG=false FROM alpine:3.19 as apkbuilder diff --git a/tests/copyright/policy b/tests/copyright/policy index b6d83d660d..f97b53aef8 100644 --- a/tests/copyright/policy +++ b/tests/copyright/policy @@ -64,6 +64,9 @@ lib/logmsg/tests/messages/syslog-ng-(pe-)?[.0-9]*-msg.h$ modules/python-modules/requirements\.lock scl/darwinosl/darwinosl-metadata-db.csv lib/multi-line/smart-multi-line\.fsm$ +docs/.*$ +charts/.*$ +docker/.*$ ########################################################################### # These files are LGPLd and are external contributions _without_ a Balabit @@ -268,6 +271,8 @@ modules/kvformat/filterx-func-parse-kv\.[ch] modules/kvformat/filterx-func-format-kv\.[ch] modules/kvformat/tests/test_filterx_func_parse_kv.c modules/kvformat/tests/test_filterx_func_format_kv.c +docker/python-modules/webhook/scl/webhook.conf +docker/python-modules/webhook/source.py ########################################################################### # These files are GPLd with Balabit origin.