From 1ccd548f592f0cf3e65cb33c6b2142429918042d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 24 Aug 2023 16:43:35 +0200 Subject: src/deviceinfo-flashlight.c: Add copyright header. Fixes https://github.com/AyatanaIndicators/ayatana-indicator-power/issues/82 --- src/deviceinfo-flashlight.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/deviceinfo-flashlight.c b/src/deviceinfo-flashlight.c index e31c1ff..1bbf14d 100644 --- a/src/deviceinfo-flashlight.c +++ b/src/deviceinfo-flashlight.c @@ -1,3 +1,22 @@ +/* + * Copyright 2023 The UBports project + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as published + * by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, 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 . + * + * Authors: + * Muhammad + */ + #include char* flashlight_path() -- cgit v1.2.3