diff --git a/buffyboard/buffyboard.h b/buffyboard/buffyboard.h index 9a981dc..4a4764b 100644 --- a/buffyboard/buffyboard.h +++ b/buffyboard/buffyboard.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/command_line.c b/buffyboard/command_line.c index 35d6681..e4365c5 100644 --- a/buffyboard/command_line.c +++ b/buffyboard/command_line.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/command_line.h b/buffyboard/command_line.h index d80ee70..2c5fc6b 100644 --- a/buffyboard/command_line.h +++ b/buffyboard/command_line.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/cursor.c b/buffyboard/cursor.c index 845e957..8299c36 100644 --- a/buffyboard/cursor.c +++ b/buffyboard/cursor.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/cursor.h b/buffyboard/cursor.h index 8ca9e25..180c370 100644 --- a/buffyboard/cursor.h +++ b/buffyboard/cursor.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/find-lvgl-sources.sh b/buffyboard/find-lvgl-sources.sh index 75874e9..791e0eb 100755 --- a/buffyboard/find-lvgl-sources.sh +++ b/buffyboard/find-lvgl-sources.sh @@ -2,7 +2,7 @@ # Copyright 2021 Johannes Marbach # -# This file is part of buffyboard, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buffyboard/indev.c b/buffyboard/indev.c index 1ebb359..1d1bcf7 100644 --- a/buffyboard/indev.c +++ b/buffyboard/indev.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/indev.h b/buffyboard/indev.h index 14a5e4b..2439192 100644 --- a/buffyboard/indev.h +++ b/buffyboard/indev.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/lv_conf.h b/buffyboard/lv_conf.h index 39796c8..702162d 100644 --- a/buffyboard/lv_conf.h +++ b/buffyboard/lv_conf.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/lv_drv_conf.h b/buffyboard/lv_drv_conf.h index d3bfbb3..78bef88 100644 --- a/buffyboard/lv_drv_conf.h +++ b/buffyboard/lv_drv_conf.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/main.c b/buffyboard/main.c index 04839d2..44bfe99 100644 --- a/buffyboard/main.c +++ b/buffyboard/main.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/meson.build b/buffyboard/meson.build index 92854d1..0818292 100644 --- a/buffyboard/meson.build +++ b/buffyboard/meson.build @@ -1,6 +1,6 @@ # Copyright 2021 Johannes Marbach # -# This file is part of buffyboard, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buffyboard/regenerate-layouts.sh b/buffyboard/regenerate-layouts.sh index a245ec1..6141991 100755 --- a/buffyboard/regenerate-layouts.sh +++ b/buffyboard/regenerate-layouts.sh @@ -2,7 +2,7 @@ # Copyright 2021 Johannes Marbach # -# This file is part of buffyboard, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/buffyboard/terminal.c b/buffyboard/terminal.c index 73f68d0..31015fe 100644 --- a/buffyboard/terminal.c +++ b/buffyboard/terminal.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/terminal.h b/buffyboard/terminal.h index 77c96df..f903751 100644 --- a/buffyboard/terminal.h +++ b/buffyboard/terminal.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/uinput_device.c b/buffyboard/uinput_device.c index c8154e6..60dd2c2 100644 --- a/buffyboard/uinput_device.c +++ b/buffyboard/uinput_device.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/buffyboard/uinput_device.h b/buffyboard/uinput_device.h index 24440f7..b2e56b4 100644 --- a/buffyboard/uinput_device.h +++ b/buffyboard/uinput_device.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of buffyboard, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/squeek2lvgl/regenerate-examples.sh b/squeek2lvgl/regenerate-examples.sh index d60bb09..b975673 100755 --- a/squeek2lvgl/regenerate-examples.sh +++ b/squeek2lvgl/regenerate-examples.sh @@ -2,7 +2,7 @@ # Copyright 2021 Johannes Marbach # -# This file is part of squeek2lvgl, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/squeek2lvgl/sq2lv.c b/squeek2lvgl/sq2lv.c index 590af71..3e471cc 100644 --- a/squeek2lvgl/sq2lv.c +++ b/squeek2lvgl/sq2lv.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of squeek2lvgl, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/squeek2lvgl/sq2lv.h b/squeek2lvgl/sq2lv.h index 16bc028..a9465f4 100644 --- a/squeek2lvgl/sq2lv.h +++ b/squeek2lvgl/sq2lv.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of squeek2lvgl, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/squeek2lvgl/squeek2lvgl.py b/squeek2lvgl/squeek2lvgl.py index f4650ee..c58f086 100644 --- a/squeek2lvgl/squeek2lvgl.py +++ b/squeek2lvgl/squeek2lvgl.py @@ -2,7 +2,7 @@ # Copyright 2021 Johannes Marbach # -# This file is part of squeek2lvgl, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/unl0kr/backends.c b/unl0kr/backends.c index 7ac3af9..907c416 100644 --- a/unl0kr/backends.c +++ b/unl0kr/backends.c @@ -1,7 +1,7 @@ /** * Copyright 2022 Eugenio Paolantonio (g7) * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/backends.h b/unl0kr/backends.h index 5e1dc1c..fe92cdd 100644 --- a/unl0kr/backends.h +++ b/unl0kr/backends.h @@ -1,7 +1,7 @@ /** * Copyright 2022 Eugenio Paolantonio (g7) * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/command_line.c b/unl0kr/command_line.c index fa3388d..db88bae 100644 --- a/unl0kr/command_line.c +++ b/unl0kr/command_line.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/command_line.h b/unl0kr/command_line.h index b65483a..1ea9b35 100644 --- a/unl0kr/command_line.h +++ b/unl0kr/command_line.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/config.c b/unl0kr/config.c index af7d229..fdae2d2 100644 --- a/unl0kr/config.c +++ b/unl0kr/config.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/config.h b/unl0kr/config.h index 534bd1e..dc7ef66 100644 --- a/unl0kr/config.h +++ b/unl0kr/config.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/cursor.c b/unl0kr/cursor.c index 70201f7..c4144be 100644 --- a/unl0kr/cursor.c +++ b/unl0kr/cursor.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/cursor.h b/unl0kr/cursor.h index d240aef..d235fa2 100644 --- a/unl0kr/cursor.h +++ b/unl0kr/cursor.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/find-lvgl-sources.sh b/unl0kr/find-lvgl-sources.sh index cd63a40..80e73ef 100755 --- a/unl0kr/find-lvgl-sources.sh +++ b/unl0kr/find-lvgl-sources.sh @@ -2,7 +2,7 @@ # Copyright 2022 Johannes Marbach, Oliver Smith # -# This file is part of unl0kr, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/unl0kr/indev.c b/unl0kr/indev.c index 6ce0e99..49eb2fb 100644 --- a/unl0kr/indev.c +++ b/unl0kr/indev.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/indev.h b/unl0kr/indev.h index 8e2a1fe..e5adc4e 100644 --- a/unl0kr/indev.h +++ b/unl0kr/indev.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/log.c b/unl0kr/log.c index ae2aaee..16e87ad 100644 --- a/unl0kr/log.c +++ b/unl0kr/log.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/log.h b/unl0kr/log.h index 3557063..143aeaa 100644 --- a/unl0kr/log.h +++ b/unl0kr/log.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/lv_conf.h b/unl0kr/lv_conf.h index 8e7eb89..dc71434 100644 --- a/unl0kr/lv_conf.h +++ b/unl0kr/lv_conf.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/lv_drv_conf.h b/unl0kr/lv_drv_conf.h index 9db1c43..a429ba4 100644 --- a/unl0kr/lv_drv_conf.h +++ b/unl0kr/lv_drv_conf.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/main.c b/unl0kr/main.c index 32a3ef7..ae2a4aa 100644 --- a/unl0kr/main.c +++ b/unl0kr/main.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/meson.build b/unl0kr/meson.build index bff0d67..68ee507 100644 --- a/unl0kr/meson.build +++ b/unl0kr/meson.build @@ -1,6 +1,6 @@ # Copyright 2021 Clayton Craft # -# This file is part of unl0kr, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/unl0kr/regenerate-layouts.sh b/unl0kr/regenerate-layouts.sh index 304c763..6404dab 100755 --- a/unl0kr/regenerate-layouts.sh +++ b/unl0kr/regenerate-layouts.sh @@ -2,7 +2,7 @@ # Copyright 2021 Johannes Marbach # -# This file is part of unl0kr, hereafter referred to as the program. +# This file is part of buffybox, hereafter referred to as the program. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/unl0kr/terminal.c b/unl0kr/terminal.c index c95b4f2..947c961 100644 --- a/unl0kr/terminal.c +++ b/unl0kr/terminal.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/terminal.h b/unl0kr/terminal.h index dc0ddb8..8afe638 100644 --- a/unl0kr/terminal.h +++ b/unl0kr/terminal.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/theme.c b/unl0kr/theme.c index f6188f5..f30732f 100644 --- a/unl0kr/theme.c +++ b/unl0kr/theme.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/theme.h b/unl0kr/theme.h index b9e765e..f37d7b5 100644 --- a/unl0kr/theme.h +++ b/unl0kr/theme.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/themes.c b/unl0kr/themes.c index fc038b4..7953e70 100644 --- a/unl0kr/themes.c +++ b/unl0kr/themes.c @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/themes.h b/unl0kr/themes.h index cacd705..d3bc906 100644 --- a/unl0kr/themes.h +++ b/unl0kr/themes.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/unl0kr/unl0kr.h b/unl0kr/unl0kr.h index d520860..0382504 100644 --- a/unl0kr/unl0kr.h +++ b/unl0kr/unl0kr.h @@ -1,7 +1,7 @@ /** * Copyright 2021 Johannes Marbach * - * This file is part of unl0kr, hereafter referred to as the program. + * This file is part of buffybox, hereafter referred to as the program. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by