# Zerocat Coreboot Machines --- Create very satisfying free software devices.
#
# Copyright (C) 2019, 2020, 2021, 2022  Kai Mertens <kmx@posteo.net>
#
# This file is part of Zerocat Coreboot Machines.
#
# Zerocat Coreboot Machines is free software: you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# Zerocat Coreboot Machines 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 Zerocat Coreboot Machines.  If not, see <http://www.gnu.org/licenses/>.


# Library: “func__print_licheader.sh”

print_licheader()
{
  _funcstart "$FUNCNAME"

  _info "${SET_UNDERLINE}\
Copyright (C) 2017–2022  Authors of Zerocat Coreboot Machines.
License: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: Feel free to use, study, share and improve it under certain conditions.
To the extent permitted by law, this software comes WITHOUT WARRANTY.
Check the sources: <http://www.zerocat.org/coreboot-machines.html>\
${CLR_UNDERLINE}\
"

  _funcstop "$FUNCNAME"
}
