Skip to content

Commit

Permalink
copyright: add missing license headers
Browse files Browse the repository at this point in the history
Signed-off-by: László Várady <[email protected]>
  • Loading branch information
MrAnno committed May 16, 2024
1 parent 68d0c50 commit a094ad4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docker/alpine.dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions tests/copyright/policy
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a094ad4

Please sign in to comment.