Add GPL boilerplate.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Jul 2023 16:35:10 +0000 (18:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 7 Jul 2023 16:35:10 +0000 (18:35 +0200)
src/wx/gpu_config_panel.cc
src/wx/gpu_config_panel.h

index 8a312ae37cd8b752affa82790462eb393025a0c9..e8f036bfb7d63e3672237921404359ff7c43dcca 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
+*/
+
 
 #include "check_box.h"
 #include "dir_picker_ctrl.h"
@@ -6,6 +26,7 @@
 #include <wx/panel.h>
 #include <wx/wx.h>
 
+
 #include <fstream>
 #include <string>
 #include <vector>
index 4613eec3b49cde4ee81873b9ae5d9e046c4db490..51b6443f00f6770e0d1d1337395d93b08afb067b 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
+*/
+
+
 #include "config_dialog.h"