From b421eca5d99ddce14dea49575353145b3d0ebc7d Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Fri, 31 Jul 2026 13:13:11 +1000 Subject: [PATCH] [client] tests: fix copyright headers --- client/include/interface/test_capture.h | 9 +++++++++ client/tests/lgmp_transport_test.c | 9 +++++++++ client/tests/render_test.cpp | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/client/include/interface/test_capture.h b/client/include/interface/test_capture.h index b0bf8a5a..3609dc7b 100644 --- a/client/include/interface/test_capture.h +++ b/client/include/interface/test_capture.h @@ -7,6 +7,15 @@ * 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 */ #pragma once diff --git a/client/tests/lgmp_transport_test.c b/client/tests/lgmp_transport_test.c index b4a4d456..3d6a1342 100644 --- a/client/tests/lgmp_transport_test.c +++ b/client/tests/lgmp_transport_test.c @@ -7,6 +7,15 @@ * 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 "interface/transport.h" diff --git a/client/tests/render_test.cpp b/client/tests/render_test.cpp index 216a31f0..ecaa1013 100644 --- a/client/tests/render_test.cpp +++ b/client/tests/render_test.cpp @@ -7,6 +7,15 @@ * 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