This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: qv4l2: fix search/replace mistake in vbi-tab.cpp/h license text Author: Hans Verkuil <hverkuil-ci...@xs4all.nl> Date: Mon Mar 14 08:56:51 2022 +0100 At some time in the past someone did search-and-replace of 'General' to 'Vbi', but that also replaced "GNU General Public License" with "GNU Vbi Public License". Obviously that was never intended, so change that back. It was there in the first commit of these sources back in 2012, so I can't track it to a specific later commit. Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> Reported-by: Gregor Jasny <gja...@googlemail.com> utils/qv4l2/vbi-tab.cpp | 6 +++--- utils/qv4l2/vbi-tab.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=a1f1fdbf9bf14b83035c269c996f19dac990590d diff --git a/utils/qv4l2/vbi-tab.cpp b/utils/qv4l2/vbi-tab.cpp index d40c65b1afc5..0816d01cacd6 100644 --- a/utils/qv4l2/vbi-tab.cpp +++ b/utils/qv4l2/vbi-tab.cpp @@ -3,16 +3,16 @@ * Copyright (C) 2012 Hans Verkuil <hverk...@xs4all.nl> * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Vbi Public License + * 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. * * 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 Vbi Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Vbi Public License + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ diff --git a/utils/qv4l2/vbi-tab.h b/utils/qv4l2/vbi-tab.h index 2eecac65d897..42e010fd9e2a 100644 --- a/utils/qv4l2/vbi-tab.h +++ b/utils/qv4l2/vbi-tab.h @@ -3,16 +3,16 @@ * Copyright (C) 2012 Hans Verkuil <hverk...@xs4all.nl> * * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Vbi Public License + * 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. * * 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 Vbi Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Vbi Public License + * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits