custom/glue: fix some file headers (licences and authors)
authorAndrés G. Aragoneses <knocte@gmail.com>
Wed, 28 May 2014 11:20:18 +0000 (13:20 +0200)
committerStephan Sundermann <ssundermann@gnome.org>
Wed, 28 May 2014 11:45:05 +0000 (13:45 +0200)
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.

sources/custom/Element.cs
sources/custom/Iterator.cs
sources/custom/NavigationAdapter.cs
sources/custom/Object.cs
sources/custom/Pipeline.cs
sources/custom/Version.cs
sources/glue/gobject.c

index 24c53f0990d7352fc6d25d8478edaf0652ab9482..7d54a4ebf9fc571facf38580d12a78082fbd07e3 100644 (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
-// 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;
index 543c5e650484b692ea60261052241335485e52a4..4a3227879540c6f08dbc362eb752739bbbd192c1 100644 (file)
@@ -1,11 +1,13 @@
 // 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 
index 5a1d27440ed698e03bd1620e64dd0b59884c5ff6..4319793b87a5aaccb6185d45c2f8ede5c9cf56bd 100644 (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.
+// 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 {
 
index 55a960d090dbd0e161abfd9ca12103c2a588ea77..11e6c665449dcffc212a82766424c333425453b1 100644 (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
 // it under the terms of the GNU Affero General Public License as
index 740727b6ba53f2d1cfd5c9fe388d4a18153b44e6..d4c639313fa18f9bd46ec375b411d504459569c5 100644 (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
-// 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
+}
index 3f815bf363cb5532d80f091dbcc3b9e8500ba9ae..87ca1c58584389ee5508b97afe760935f9a0c35c 100644 (file)
@@ -19,7 +19,8 @@
 //
 // 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;
index ccec8254552b159c8945b99f81387e3680574da9..e056f42d2de5b9ea1a64fad5c934e812422944aa 100644 (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
-// 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>