diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-09-28 13:16:00 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-09-28 13:16:00 +0200 |
commit | 4736edbed8fb012951bf3f5f7ef4d9135fbf7622 (patch) | |
tree | 079bb1a17a65ca6d0d598d82b3d488e31827e1d3 | |
parent | 53baf567f48eb22085b4a55fd1d9c9d6276e1fe6 (diff) |
libcecutil: make license consistent
The headers and sources were a mix of GPL, LGPL and dual licensed
BSD. Set them all to "LGPL-2.1-only OR BSD-3-Clause".
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
-rwxr-xr-x | utils/libcecutil/cec-gen.pl | 1 | ||||
-rw-r--r-- | utils/libcecutil/cec-htng-funcs.h | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-htng.h | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-info.cpp | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-info.h | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-log.cpp | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-log.h | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-parse.cpp | 2 | ||||
-rw-r--r-- | utils/libcecutil/cec-parse.h | 2 |
9 files changed, 9 insertions, 8 deletions
diff --git a/utils/libcecutil/cec-gen.pl b/utils/libcecutil/cec-gen.pl index 50ded200..716ceb26 100755 --- a/utils/libcecutil/cec-gen.pl +++ b/utils/libcecutil/cec-gen.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) sub maxprefix { my $p = shift(@_); diff --git a/utils/libcecutil/cec-htng-funcs.h b/utils/libcecutil/cec-htng-funcs.h index 2abb21f5..bea16e3e 100644 --- a/utils/libcecutil/cec-htng-funcs.h +++ b/utils/libcecutil/cec-htng-funcs.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * cec-htng-funcs - HDMI CEC wrapper functions for Hospitality Profile * diff --git a/utils/libcecutil/cec-htng.h b/utils/libcecutil/cec-htng.h index f9d34ff0..77ca52e4 100644 --- a/utils/libcecutil/cec-htng.h +++ b/utils/libcecutil/cec-htng.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * cec-htng - HDMI CEC messages for Hospitality Profile * diff --git a/utils/libcecutil/cec-info.cpp b/utils/libcecutil/cec-info.cpp index 8f85db11..baa3f618 100644 --- a/utils/libcecutil/cec-info.cpp +++ b/utils/libcecutil/cec-info.cpp @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-only +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * CEC common helper functions * diff --git a/utils/libcecutil/cec-info.h b/utils/libcecutil/cec-info.h index 22e54f2a..8178aa83 100644 --- a/utils/libcecutil/cec-info.h +++ b/utils/libcecutil/cec-info.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1-only */ +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * CEC common helper functions * diff --git a/utils/libcecutil/cec-log.cpp b/utils/libcecutil/cec-log.cpp index 76251443..41dd9b2d 100644 --- a/utils/libcecutil/cec-log.cpp +++ b/utils/libcecutil/cec-log.cpp @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ diff --git a/utils/libcecutil/cec-log.h b/utils/libcecutil/cec-log.h index 1fb74851..09bf5063 100644 --- a/utils/libcecutil/cec-log.h +++ b/utils/libcecutil/cec-log.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * Copyright 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ diff --git a/utils/libcecutil/cec-parse.cpp b/utils/libcecutil/cec-parse.cpp index 1190d8e5..574b86ec 100644 --- a/utils/libcecutil/cec-parse.cpp +++ b/utils/libcecutil/cec-parse.cpp @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0-only +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * Copyright 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ diff --git a/utils/libcecutil/cec-parse.h b/utils/libcecutil/cec-parse.h index b0f36b48..df57207a 100644 --- a/utils/libcecutil/cec-parse.h +++ b/utils/libcecutil/cec-parse.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) +// SPDX-License-Identifier: (LGPL-2.1-only OR BSD-3-Clause) /* * Copyright 2019 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ |