Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-01-15 22:18:47 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-01-15 22:18:47 +0300
commit51f8e963d6124f268e8a42e5079df38a4efe0d54 (patch)
tree63993a5483c02f6eefea7a7274ff5190669128a5 /tutorial/src/progressbin/imp.rs
parent326449b3e6b38b0c9861f3a67e0a92629500336f (diff)
Add SPDX-License-Identifier to all file headers
Diffstat (limited to 'tutorial/src/progressbin/imp.rs')
-rw-r--r--tutorial/src/progressbin/imp.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorial/src/progressbin/imp.rs b/tutorial/src/progressbin/imp.rs
index 5029c9c59..38a654005 100644
--- a/tutorial/src/progressbin/imp.rs
+++ b/tutorial/src/progressbin/imp.rs
@@ -5,6 +5,8 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, 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::gst_info;