Fixed licenses

This commit is contained in:
Stephan Sundermann 2013-10-11 17:48:15 +02:00
parent d0e02c05ba
commit c5e5940a76
3 changed files with 12 additions and 8 deletions

View file

@ -1,9 +1,11 @@
// Iterator.cs - Custom iterator wrapper for IEnumerable // Iterator.cs - Custom caps wrapper for IEnumerable
// //
// Author: Sebastian Dröge // Authors:
// Stephan Sundermann <stephansundermann@gmail.com> // Sebastian Dröge <slomo@circular-chaos.org>
// Stephan Sundermann <stephansundermann@gmail.com>
// //
// Copyright (c) 2004-2009 Novell, Inc. // Copyright (c) 2013 Stephan Sundermann
// Copyright (c) 2009 Sebastian Dröge
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General // modify it under the terms of version 2 of the Lesser GNU General

View file

@ -1,9 +1,11 @@
// Iterator.cs - Custom iterator wrapper for IEnumerable // Iterator.cs - Custom iterator wrapper for IEnumerable
// //
// Author: Sebastian Dröge // Authors:
// Stephan Sundermann <stephansundermann@gmail.com> // Sebastian Dröge <slomo@circular-chaos.org>
// Stephan Sundermann <stephansundermann@gmail.com>
// //
// Copyright (c) 2004-2009 Novell, Inc. // Copyright (c) 2013 Stephan Sundermann
// Copyright (c) 2009 Sebastian Dröge
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General // modify it under the terms of version 2 of the Lesser GNU General

View file

@ -70,7 +70,7 @@ namespace Gst
public void Add (Gst.TagMergeMode mode, string tag, object value) public void Add (Gst.TagMergeMode mode, string tag, object value)
{ {
if (!Tag.TagExists (tag)) if (!Tag.Exists (tag))
throw new ArgumentException (String.Format ("Invalid tag name '{0}'", tag)); throw new ArgumentException (String.Format ("Invalid tag name '{0}'", tag));
GLib.Value v = new GLib.Value (value); GLib.Value v = new GLib.Value (value);