From db96d08794cf7f2423b26887eb7a27e0bb0f1044 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Jul 2023 18:35:10 +0200 Subject: [PATCH] Add GPL boilerplate. --- src/wx/gpu_config_panel.cc | 21 +++++++++++++++++++++ src/wx/gpu_config_panel.h | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/src/wx/gpu_config_panel.cc b/src/wx/gpu_config_panel.cc index 8a312ae37..e8f036bfb 100644 --- a/src/wx/gpu_config_panel.cc +++ b/src/wx/gpu_config_panel.cc @@ -1,3 +1,23 @@ +/* + Copyright (C) 2023 Grok Image Compression Inc. + + This file is part of DCP-o-matic. + + DCP-o-matic 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. + + DCP-o-matic 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 DCP-o-matic. If not, see . + +*/ + #include "check_box.h" #include "dir_picker_ctrl.h" @@ -6,6 +26,7 @@ #include #include + #include #include #include diff --git a/src/wx/gpu_config_panel.h b/src/wx/gpu_config_panel.h index 4613eec3b..51b6443f0 100644 --- a/src/wx/gpu_config_panel.h +++ b/src/wx/gpu_config_panel.h @@ -1,3 +1,24 @@ +/* + Copyright (C) 2023 Grok Image Compression Inc. + + This file is part of DCP-o-matic. + + DCP-o-matic 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. + + DCP-o-matic 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 DCP-o-matic. If not, see . + +*/ + + #include "config_dialog.h" -- 2.30.2