From b95d349bff845a6cc936f838087fdce62aa7194d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A3=B0=E7=BA=B3?= <1595220980@qq.com> Date: Mon, 30 Jun 2025 08:41:13 +0800 Subject: [PATCH] Add LGPLv2.1 license headers to GUOHETEC driver files --- rigs/guohetec/guohetec.c | 21 +++++++++++++++++++++ rigs/guohetec/guohetec.h | 21 +++++++++++++++++++++ rigs/guohetec/pmr171.c | 21 +++++++++++++++++++++ rigs/guohetec/q900.c | 21 +++++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/rigs/guohetec/guohetec.c b/rigs/guohetec/guohetec.c index d2d797c1c..16334e119 100644 --- a/rigs/guohetec/guohetec.c +++ b/rigs/guohetec/guohetec.c @@ -1,3 +1,24 @@ +/* + * Hamlib GUOHETEC backend - common functions + * Copyright (c) 2024 by [Your Name] + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include #include "iofunc.h" diff --git a/rigs/guohetec/guohetec.h b/rigs/guohetec/guohetec.h index 06d944f54..0e58b44e0 100644 --- a/rigs/guohetec/guohetec.h +++ b/rigs/guohetec/guohetec.h @@ -1,3 +1,24 @@ +/* + * Hamlib GUOHETEC backend - common header file + * Copyright (c) 2024 by [Your Name] + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + // rigs/guohetec/guohetec.h #ifndef _guohetec_H_ #define _guohetec_H_ diff --git a/rigs/guohetec/pmr171.c b/rigs/guohetec/pmr171.c index 38a5ada07..9844fd8ad 100644 --- a/rigs/guohetec/pmr171.c +++ b/rigs/guohetec/pmr171.c @@ -1,3 +1,24 @@ +/* + * Hamlib GUOHETEC PMR-171 backend - main file + * Copyright (c) 2024 by [Your Name] + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include /* String function definitions */ #include diff --git a/rigs/guohetec/q900.c b/rigs/guohetec/q900.c index 2e6d6bc0e..943e25eb7 100644 --- a/rigs/guohetec/q900.c +++ b/rigs/guohetec/q900.c @@ -1,3 +1,24 @@ +/* + * Hamlib GUOHETEC Q900 backend - main file + * Copyright (c) 2024 by [Your Name] + * + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + * + */ + #include #include /* String function definitions */ #include