custom/glue: fix some file headers (licences and authors)

Most of the contents of these files come from their *.custom
counterparts of the 0.9.x version of the bindings, so I'm
reinstating their author/licence info here.

In some cases, the content is pristine to the previous version
(no modification since then), so for these cases the current
licence is replaced completely with the previous licence.

These were spotted while creating a first version of a debian
package (creating a debian/copyright info file requires you
to audit all this). This is not (yet) part of BGO#725937.
This commit is contained in:
Andrés G. Aragoneses 2014-05-28 13:20:18 +02:00 committed by Stephan Sundermann
parent 2b44f2ffec
commit bcb8c7d1a3
7 changed files with 91 additions and 51 deletions

View File

@ -1,17 +1,30 @@
// 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 // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// GNU Affero General Public License for more details. // Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Lesser General Public
// along with this program. If not, see <http://www.gnu.org/licenses/>. // 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 { namespace Gst {
using System; using System;

View File

@ -1,11 +1,13 @@
// Iterator.cs - Custom iterator wrapper for IEnumerable // Iterator.cs - Custom iterator wrapper for IEnumerable
// //
// Authors: // Authors:
// Maarten Bosmans <mkbosmans@gmail.com>
// Sebastian Dröge <slomo@circular-chaos.org> // Sebastian Dröge <slomo@circular-chaos.org>
// Stephan Sundermann <stephansundermann@gmail.com> // Stephan Sundermann <stephansundermann@gmail.com>
// //
// Copyright (c) 2013 Stephan Sundermann // Copyright (c) 2009 Maarten Bosmans
// Copyright (c) 2009 Sebastian Dröge // Copyright (c) 2009 Sebastian Dröge
// Copyright (c) 2013 Stephan Sundermann
// //
// 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,17 +1,23 @@
// Copyright (C) 2013 Stephan Sundermann <stephansundermann@gmail.com>
// //
// This program is free software: you can redistribute it and/or modify // Authors:
// it under the terms of the GNU Affero General Public License as // Sebastian Dröge <slomo@circular-chaos.org>
// 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, // 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 // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// GNU Affero General Public License for more details. // Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Lesser General Public
// along with this program. If not, see <http://www.gnu.org/licenses/>. // 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 { namespace Gst.Video {

View File

@ -1,4 +1,12 @@
// 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 // This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as // it under the terms of the GNU Affero General Public License as

View File

@ -1,24 +1,28 @@
// 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 // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// GNU Affero General Public License for more details. // Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Lesser General Public
// along with this program. If not, see <http://www.gnu.org/licenses/>. // 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 { namespace Gst {
using System;
using System.Collections;
using System.Runtime.InteropServices;
partial class Pipeline { partial class Pipeline {
public Pipeline () : this (null) {} public Pipeline () : this (null) {}
} }
} }

View File

@ -19,7 +19,8 @@
// //
// You should have received a copy of the GNU Lesser General Public // You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software // 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;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,17 +1,23 @@
// 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 // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// GNU Affero General Public License for more details. // Lesser General Public License for more details.
// //
// You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Lesser General Public
// along with this program. If not, see <http://www.gnu.org/licenses/>. // 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> #include <glib-object.h>