From 191b90b1dfd06889f36df5cc2ed325e2f79d10c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 17 Sep 2017 18:50:35 +0300 Subject: [PATCH] Add copyright/license header to iterator.rs --- gstreamer/src/iterator.rs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gstreamer/src/iterator.rs b/gstreamer/src/iterator.rs index 96d0a0406..f39396c63 100644 --- a/gstreamer/src/iterator.rs +++ b/gstreamer/src/iterator.rs @@ -1,5 +1,10 @@ -// This file was generated by gir (a01311c+) from gir-files (???) -// DO NOT EDIT +// Copyright (C) 2017 Sebastian Dröge +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. use ffi; use glib::translate::*;