diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2018-02-07 15:57:38 +0100 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2018-02-07 15:58:49 +0100 |
commit | b94471bd60294d532a662a08e3b3877acbfe0d86 (patch) | |
tree | e0a501c5f61800ef9ecb12ba29794f6a6d28887c /utils/rds-ctl/rds-ctl.cpp | |
parent | bdde47aa848e47a0b5e11fed8cce936cd1cfc07f (diff) |
v4l-utils: add SPDX license tags
Replace existing licenses with SPDX license tags for those
files authored by Cisco.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'utils/rds-ctl/rds-ctl.cpp')
-rw-r--r-- | utils/rds-ctl/rds-ctl.cpp | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/utils/rds-ctl/rds-ctl.cpp b/utils/rds-ctl/rds-ctl.cpp index 7e3e8b89..272c8d75 100644 --- a/utils/rds-ctl/rds-ctl.cpp +++ b/utils/rds-ctl/rds-ctl.cpp @@ -1,23 +1,10 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later /* * rds-ctl.cpp is based on v4l2-ctl.cpp * * the following applies for all RDS related parts: * Copyright 2012 Cisco Systems, Inc. and/or its affiliates. All rights reserved. * Author: Konke Radlow <koradlow@gmail.com> - * - * This program 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 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., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */ #include <unistd.h> |