-// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
+// Element.cs
+//
+// Authors:
+// Khaled Mohammed <khaled.mohammed@gmail.com>
+// Sebastian Dröge <sebastian.droege@collabora.co.uk>
+// Stephan Sundermann <stephansundermann@gmail.com>
+//
+// Copyright (C) 2006 Khaled Mohammed
+// Copyright (C) 2006 Novell, Inc.
+// Copyright (C) 2009 Sebastian Dröge
+// Copyright (C) 2013 Stephan Sundermann
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301 USA
namespace Gst {
using System;
// Iterator.cs - Custom iterator wrapper for IEnumerable
//
// Authors:
+// Maarten Bosmans <mkbosmans@gmail.com>
// Sebastian Dröge <slomo@circular-chaos.org>
// Stephan Sundermann <stephansundermann@gmail.com>
//
-// Copyright (c) 2013 Stephan Sundermann
+// Copyright (c) 2009 Maarten Bosmans
// Copyright (c) 2009 Sebastian Dröge
+// Copyright (c) 2013 Stephan Sundermann
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of version 2 of the Lesser GNU General
-// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
+// Authors:
+// Sebastian Dröge <slomo@circular-chaos.org>
//
-// This program is distributed in the hope that it will be useful,
+// Copyright (C) 2009 Sebastian Dröge
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301 USA
namespace Gst.Video {
-// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
+//
+// Authors:
+// Andrés G. Aragoneses <knocte@gmail.com>
+// Sebastian Dröge <slomo@circular-chaos.org>
+// Stephan Sundermann <stephansundermann@gmail.com>
+//
+// Copyright (c) 2009 Sebastian Dröge
+// Copyright (c) 2013 Andrés G. Aragoneses
+// Copyright (C) 2013 Stephan Sundermann
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as
-// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
+// Pipeline.cs
+//
+// Authors:
+// Sebastian Dröge <sebastian.droege@collabora.co.uk>
+//
+// Copyright (C) 2009 Sebastian Dröge
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301 USA
namespace Gst {
- using System;
- using System.Collections;
- using System.Runtime.InteropServices;
-
partial class Pipeline {
public Pipeline () : this (null) {}
}
-}
\ No newline at end of file
+}
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301 USA
using System;
using System.Runtime.InteropServices;
-// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU Affero General Public License as
-// published by the Free Software Foundation, either version 3 of the
-// License, or (at your option) any later version.
//
-// This program is distributed in the hope that it will be useful,
+// Authors:
+// Sebastian Dröge <sebastian.droege@collabora.co.uk>
+//
+// Copyright (C) 2009 Sebastian Dröge
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+//
+// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU Affero General Public License for more details.
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Affero General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301 USA
#include <glib-object.h>