From 98b5eabe540c8fd6766a06ce8e65f968b9b46210 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 6 Jan 2023 22:26:46 +0100 Subject: [PATCH] vfd: fix obsolete license text Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/ee2742ffd88292e8639dae9f5900ad2cbe54870b Author: Thilo Graf Date: 2023-01-06 (Fri, 06 Jan 2023) --- src/driver/vfd.cpp | 3 +-- src/driver/vfd.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/driver/vfd.cpp b/src/driver/vfd.cpp index 159941f7c..0706e5875 100644 --- a/src/driver/vfd.cpp +++ b/src/driver/vfd.cpp @@ -18,8 +18,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/src/driver/vfd.h b/src/driver/vfd.h index 1d3e6384c..d9691e374 100644 --- a/src/driver/vfd.h +++ b/src/driver/vfd.h @@ -19,8 +19,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #ifndef __vfd__