From ee02eafe8349e98846556cdf3727f9c9916df2db Mon Sep 17 00:00:00 2001 From: Nicole Faerber Date: Sun, 17 Jan 2021 00:04:13 +0100 Subject: [PATCH] Add GPLv2 license header --- README.md | 1 + cam-thread.c | 19 +++++++++++++++++++ flirgtk.c | 20 ++++++++++++++++++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b2f81e..81e5591 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # FLIR-GTK GTK+ application for FLIR ONE USB thermal camera based on flir-v4l: + Copyright (C) 2015-2016 Thomas https://github.com/fnoop/flirone-v4l2 diff --git a/cam-thread.c b/cam-thread.c index 979fff1..ca244c0 100644 --- a/cam-thread.c +++ b/cam-thread.c @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2015-2016 Thomas + * Copyright (C) 2021 Nicole Faerber + * + * 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 2 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include // from main thread diff --git a/flirgtk.c b/flirgtk.c index 2b7161a..f2c5034 100644 --- a/flirgtk.c +++ b/flirgtk.c @@ -1,5 +1,21 @@ -// gcc `pkg-config --cflags gtk+-3.0` -c flirgtk.c -// gcc -o flirgtk flirgtk.o `pkg-config --libs gtk+-3.0` +/* + * Copyright (C) 2021 Nicole Faerber + * + * 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 2 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, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + #include