mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-27 15:34:51 +00:00
Add copyright/license header to iterator.rs
This commit is contained in:
parent
ce5c01a88e
commit
191b90b1df
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
// This file was generated by gir (a01311c+) from gir-files (???)
|
// Copyright (C) 2017 Sebastian Dröge <sebastian@centricular.com>
|
||||||
// DO NOT EDIT
|
//
|
||||||
|
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||||
|
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||||
|
// <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.
|
||||||
|
|
||||||
use ffi;
|
use ffi;
|
||||||
use glib::translate::*;
|
use glib::translate::*;
|
||||||
|
|
Loading…
Reference in a new issue