From 94abe3b03b1c4e3a93127c5f114460dadec5ec41 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 21 Sep 2021 14:01:53 +0200 Subject: [PATCH] Add copyright headers --- lv_conf.h | 21 ++++++++++++++++----- lv_drv_conf.h | 21 ++++++++++++++++----- 2 files changed, 32 insertions(+), 10 deletions(-) diff --git a/lv_conf.h b/lv_conf.h index 7c6f373..6c0d9b1 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -1,11 +1,22 @@ /** - * @file lv_conf.h - * Configuration file for v8.1.0-dev + * Copyright 2021 Johannes Marbach + * + * This file is part of unl0kr, 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 . */ -/* - * COPY THIS FILE AS `lv_conf.h` NEXT TO the `lvgl` FOLDER - */ #if 1 /*Set it to "1" to enable content*/ diff --git a/lv_drv_conf.h b/lv_drv_conf.h index c4a7e34..6f2265e 100644 --- a/lv_drv_conf.h +++ b/lv_drv_conf.h @@ -1,11 +1,22 @@ /** - * @file lv_drv_conf.h - * Configuration file for v8.1.0-dev + * Copyright 2021 Johannes Marbach + * + * This file is part of unl0kr, 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 . */ -/* - * COPY THIS FILE AS lv_drv_conf.h - */ #if 1 /*Set it to "1" to enable the content*/