# 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_logo.sh”

function print_logo() {

  _funcstart "$FUNCNAME"

  # jp2a 1.0.6
  # jp2a --background=dark --width=68 --chars="  .-:;+ox#0OXN" zerocat-logo-0D0D1A.jpg
  _info "\

 -+::;-
 -;:- :;.
   -;- ::             .-:-.
     :: :;         :::-...::;                    :++
      -: +.      ::.        .+.   -+-         .;::+
       ; -+    ::            -o   +::+ -:::::+; -o
       ;- o  -;.              o.  o. ;#-    ..  ++
       ;- o ::                +;  o            -:x+
       ;. o+-                 :#:x-.--.     .;x0+;+
       ;  o;                   --  +o:xx:;- ;::+. +- ..
      .;                             :++::-    .::#xo++:.
      +.                            -;::;: .::.-;:o.
     -;            .-::.          .:;xx+-.  ;.   +.
     +   o.      -+:. .;+           .  oo;:.  .:;.
    ;-  +#-     -o      :;   -.     .++.  .-::-
   .+  ;.+:    .+        +   ;#;-     :::.
   ;. :- -+    +.        +.   o.:;:      :::.
   +  o   o.  -+         :;   -+  -;;:-     :;:.
   +  o.  .+  .o.         o.   ;-     -:::::.  -::-
   ;.  -:; .;:  :;:       .+-   ;:          -:::  .;:
    ::::::   .::::+         :;-  -;;-          .;;-;;
                              ::::::x-            :-   ,———.
———————,                                     ___      /  _/
\___  / _____  __  __ _____  _____ ______  _/  (__   / _/
  /  / /  __ |(  |/__)  _  \/  ___)___   \(_   __/  /_/
 /  ´———, ___/|   / |  \_/  | \___/  —   ¡ |  '——.,———
(______/____/ |__|   \_____/\_____/____/\_)\_____/|__/
"

  _funcstop "$FUNCNAME"
}
