From 51f8e963d6124f268e8a42e5079df38a4efe0d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 15 Jan 2022 21:18:47 +0200 Subject: Add SPDX-License-Identifier to all file headers --- video/ffv1/src/ffv1dec/imp.rs | 2 ++ video/ffv1/src/ffv1dec/mod.rs | 2 ++ video/ffv1/src/lib.rs | 2 ++ video/ffv1/tests/ffv1dec.rs | 2 ++ 4 files changed, 8 insertions(+) (limited to 'video/ffv1') diff --git a/video/ffv1/src/ffv1dec/imp.rs b/video/ffv1/src/ffv1dec/imp.rs index fd5321626..81a31e245 100644 --- a/video/ffv1/src/ffv1dec/imp.rs +++ b/video/ffv1/src/ffv1dec/imp.rs @@ -5,6 +5,8 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// SPDX-License-Identifier: MIT/Apache-2.0 use ffv1::constants::{RGB, YCBCR}; use ffv1::decoder::{Decoder, Frame}; diff --git a/video/ffv1/src/ffv1dec/mod.rs b/video/ffv1/src/ffv1dec/mod.rs index 71fa34c36..dfbc2dd89 100644 --- a/video/ffv1/src/ffv1dec/mod.rs +++ b/video/ffv1/src/ffv1dec/mod.rs @@ -5,6 +5,8 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// SPDX-License-Identifier: MIT/Apache-2.0 use gst::glib; use gst::prelude::*; diff --git a/video/ffv1/src/lib.rs b/video/ffv1/src/lib.rs index ca52eb17b..03572c2d5 100644 --- a/video/ffv1/src/lib.rs +++ b/video/ffv1/src/lib.rs @@ -5,6 +5,8 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// SPDX-License-Identifier: MIT/Apache-2.0 #![allow(clippy::non_send_fields_in_send_ty)] mod ffv1dec; diff --git a/video/ffv1/tests/ffv1dec.rs b/video/ffv1/tests/ffv1dec.rs index 894af6bcf..a431ff4ce 100644 --- a/video/ffv1/tests/ffv1dec.rs +++ b/video/ffv1/tests/ffv1dec.rs @@ -6,6 +6,8 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. +// +// SPDX-License-Identifier: MIT/Apache-2.0 use gst::glib; use gst::prelude::*; -- cgit v1.2.3