Replace license headers with SPDX-License-Identifiers

This commit is contained in:
Johannes Marbach
2024-01-12 09:51:43 +01:00
parent f819807e51
commit fadf86d8b0
47 changed files with 53 additions and 711 deletions

View File

@@ -1,20 +1,6 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
@@ -27,6 +13,7 @@
#define BB_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */ #define BB_VERSION "?" /* Just to silence IDE warning. Real version injected by meson during build. */
#endif #endif
/** /**
* Fonts * Fonts
*/ */

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "command_line.h" #include "command_line.h"
#include "buffyboard.h" #include "buffyboard.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_COMMAND_LINE_H #ifndef BB_COMMAND_LINE_H
#define BB_COMMAND_LINE_H #define BB_COMMAND_LINE_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "cursor.h" #include "cursor.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_CURSOR_H #ifndef BB_CURSOR_H
#define BB_CURSOR_H #define BB_CURSOR_H

View File

@@ -1,21 +1,7 @@
#!/bin/sh #!/bin/sh
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
find "$1" -name "*.mk" | while IFS= read -r makefile; do find "$1" -name "*.mk" | while IFS= read -r makefile; do

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "indev.h" #include "indev.h"
#include "cursor.h" #include "cursor.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_INDEV_H #ifndef BB_INDEV_H
#define BB_INDEV_H #define BB_INDEV_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#if 1 /*Set it to "1" to enable content*/ #if 1 /*Set it to "1" to enable content*/
#ifndef LV_CONF_H #ifndef LV_CONF_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#if 1 /*Set it to "1" to enable the content*/ #if 1 /*Set it to "1" to enable the content*/
#ifndef LV_DRV_CONF_H #ifndef LV_DRV_CONF_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "buffyboard.h" #include "buffyboard.h"
#include "command_line.h" #include "command_line.h"
#include "indev.h" #include "indev.h"

View File

@@ -1,19 +1,5 @@
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
project( project(

View File

@@ -1,21 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
cd ../squeek2lvgl cd ../squeek2lvgl

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "terminal.h" #include "terminal.h"
#include <errno.h> #include <errno.h>

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_TERMINAL_H #ifndef BB_TERMINAL_H
#define BB_TERMINAL_H #define BB_TERMINAL_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "uinput_device.h" #include "uinput_device.h"
#include <fcntl.h> #include <fcntl.h>

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_UINPUT_DEVICE_H #ifndef BB_UINPUT_DEVICE_H
#define BB_UINPUT_DEVICE_H #define BB_UINPUT_DEVICE_H

View File

@@ -1,21 +1,8 @@
#!/bin/bash #!/bin/bash
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
pipenv install pipenv install

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "sq2lv.h" #include "sq2lv.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef SQ2LV_H #ifndef SQ2LV_H
#define SQ2LV_H #define SQ2LV_H

View File

@@ -1,21 +1,8 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
import argparse import argparse
from typing import Set from typing import Set

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2022 Eugenio Paolantonio (g7) * Copyright 2022 Eugenio Paolantonio (g7)
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "backends.h" #include "backends.h"
#include <string.h> #include <string.h>

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2022 Eugenio Paolantonio (g7) * Copyright 2022 Eugenio Paolantonio (g7)
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_BACKENDS_H #ifndef UL_BACKENDS_H
#define UL_BACKENDS_H #define UL_BACKENDS_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "command_line.h" #include "command_line.h"
#include "log.h" #include "log.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_COMMAND_LINE_H #ifndef UL_COMMAND_LINE_H
#define UL_COMMAND_LINE_H #define UL_COMMAND_LINE_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "config.h" #include "config.h"
#include "log.h" #include "log.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_CONFIG_H #ifndef UL_CONFIG_H
#define UL_CONFIG_H #define UL_CONFIG_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef BB_CURSOR_H #ifndef BB_CURSOR_H
#define BB_CURSOR_H #define BB_CURSOR_H

View File

@@ -1,21 +1,8 @@
#!/bin/sh #!/bin/sh
# Copyright 2022 Johannes Marbach, Oliver Smith # Copyright 2022 Johannes Marbach, Oliver Smith
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
find lv_drivers -name '*.c' find lv_drivers -name '*.c'
find lvgl/src/core -name '*.c' find lvgl/src/core -name '*.c'

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "indev.h" #include "indev.h"
#include "cursor.h" #include "cursor.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_INDEV_H #ifndef UL_INDEV_H
#define UL_INDEV_H #define UL_INDEV_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "log.h" #include "log.h"
#include <stdarg.h> #include <stdarg.h>

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_LOG_H #ifndef UL_LOG_H
#define UL_LOG_H #define UL_LOG_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#if 1 /*Set it to "1" to enable content*/ #if 1 /*Set it to "1" to enable content*/
#ifndef LV_CONF_H #ifndef LV_CONF_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#if 1 /*Set it to "1" to enable the content*/ #if 1 /*Set it to "1" to enable the content*/
#ifndef LV_DRV_CONF_H #ifndef LV_DRV_CONF_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "backends.h" #include "backends.h"
#include "command_line.h" #include "command_line.h"
#include "config.h" #include "config.h"

View File

@@ -1,19 +1,5 @@
# Copyright 2021 Clayton Craft # Copyright 2021 Clayton Craft
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
project( project(

View File

@@ -1,7 +1,9 @@
#!/bin/sh -ex #!/bin/sh -ex
# Copyright 2023 Johannes Marbach # Copyright 2023 Johannes Marbach
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
npm i npm i
./node_modules/lv_img_conv/lv_img_conv.js -f \ ./node_modules/lv_img_conv/lv_img_conv.js -f \

View File

@@ -1,7 +1,9 @@
#!/bin/sh -ex #!/bin/sh -ex
# Copyright 2022 Johannes Marbach # Copyright 2022 Johannes Marbach
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
npx lv_font_conv --bpp 4 --size 32 --no-compress -o font_32.c --format lvgl \ npx lv_font_conv --bpp 4 --size 32 --no-compress -o font_32.c --format lvgl \
--font OpenSans-Regular.ttf \ --font OpenSans-Regular.ttf \
--range '0x0020-0x007F' \ --range '0x0020-0x007F' \

View File

@@ -1,21 +1,7 @@
#!/bin/bash #!/bin/bash
# Copyright 2021 Johannes Marbach # Copyright 2021 Johannes Marbach
# # SPDX-License-Identifier: GPL-3.0-or-later
# 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
# the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
cd ../squeek2lvgl cd ../squeek2lvgl

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "terminal.h" #include "terminal.h"
#include "log.h" #include "log.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_TERMINAL_H #ifndef UL_TERMINAL_H
#define UL_TERMINAL_H #define UL_TERMINAL_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "theme.h" #include "theme.h"
#include "log.h" #include "log.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_THEME_H #ifndef UL_THEME_H
#define UL_THEME_H #define UL_THEME_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#include "themes.h" #include "themes.h"

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_THEMES_H #ifndef UL_THEMES_H
#define UL_THEMES_H #define UL_THEMES_H

View File

@@ -1,23 +1,8 @@
/** /**
* Copyright 2021 Johannes Marbach * Copyright 2021 Johannes Marbach
* * SPDX-License-Identifier: GPL-3.0-or-later
* 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
* the Free Software Foundation, either version 3 of the License, 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, see <https://www.gnu.org/licenses/>.
*/ */
#ifndef UL_UNL0KR_H #ifndef UL_UNL0KR_H
#define UL_UNL0KR_H #define UL_UNL0KR_H