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.