From 15b703e1b7db091f103867ecf4b11af2cf444357 Mon Sep 17 00:00:00 2001 From: down Date: Sat, 17 Sep 2022 22:05:18 +0700 Subject: [PATCH] add license info --- app/src/display/widgets/bongo_img.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/src/display/widgets/bongo_img.c b/app/src/display/widgets/bongo_img.c index 942187ea..f7b3e032 100644 --- a/app/src/display/widgets/bongo_img.c +++ b/app/src/display/widgets/bongo_img.c @@ -1,3 +1,16 @@ +/* + * Copyright (c) 2022 The ZMK Contributors + * + * SPDX-License-Identifier: MIT + */ + +/* + * This is a pixel redraw of the redraw of the original Bongo Cat + * https://twitter.com/strayrogue/status/992994454058381312 + * The redraw is distributed under CC BY-SA 4.0 + * https://commons.wikimedia.org/wiki/File:Bongo_Cat_Redraw.png + */ + #include #ifndef LV_ATTRIBUTE_MEM_ALIGN