From fac6f91e8d426ee26b8ed82a55e76e4bda3afadb Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Sun, 24 Mar 2002 11:41:24 +0000 Subject: [PATCH] add license headers Original commit message from CVS: add license headers --- ChangeLog | 2 +- examples/gst/cp.py | 22 ++++++++++++++++++++++ examples/gst/f2f.py | 21 +++++++++++++++++++++ examples/gst/oggplay.py | 22 ++++++++++++++++++++++ examples/gstreamer/cp.py | 22 ++++++++++++++++++++++ examples/gstreamer/f2f.py | 21 +++++++++++++++++++++ examples/gstreamer/oggplay.py | 22 ++++++++++++++++++++++ gst/__init__.py | 22 ++++++++++++++++++++++ gst/gstreamer-arg-types.py | 22 ++++++++++++++++++++++ gstreamer/__init__.py | 22 ++++++++++++++++++++++ gstreamer/gstreamer-arg-types.py | 22 ++++++++++++++++++++++ 11 files changed, 219 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9ec486aec..a451f67d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2002-03-24 David I. Lehn - * examples/gstreamer/: add cp.py oggplay.py f2f.py + * examples/gstreamer/: add cp.py oggplay.py f2f.py dvdplay.py * gstreamer/gstreamermodule.c: strip GST_ prefix diff --git a/examples/gst/cp.py b/examples/gst/cp.py index c125e32b6c..c3adc52780 100755 --- a/examples/gst/cp.py +++ b/examples/gst/cp.py @@ -1,5 +1,27 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# +import sys from gstreamer import * from gobject import GObject diff --git a/examples/gst/f2f.py b/examples/gst/f2f.py index 7d7abf7ea7..46e17169a8 100755 --- a/examples/gst/f2f.py +++ b/examples/gst/f2f.py @@ -1,4 +1,25 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# from gobject import GObject from gstreamer import * diff --git a/examples/gst/oggplay.py b/examples/gst/oggplay.py index 32ea819382..d848dd5084 100755 --- a/examples/gst/oggplay.py +++ b/examples/gst/oggplay.py @@ -1,5 +1,27 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# +import sys from gstreamer import * def main(): diff --git a/examples/gstreamer/cp.py b/examples/gstreamer/cp.py index c125e32b6c..c3adc52780 100755 --- a/examples/gstreamer/cp.py +++ b/examples/gstreamer/cp.py @@ -1,5 +1,27 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# +import sys from gstreamer import * from gobject import GObject diff --git a/examples/gstreamer/f2f.py b/examples/gstreamer/f2f.py index 7d7abf7ea7..46e17169a8 100755 --- a/examples/gstreamer/f2f.py +++ b/examples/gstreamer/f2f.py @@ -1,4 +1,25 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# from gobject import GObject from gstreamer import * diff --git a/examples/gstreamer/oggplay.py b/examples/gstreamer/oggplay.py index 32ea819382..d848dd5084 100755 --- a/examples/gstreamer/oggplay.py +++ b/examples/gstreamer/oggplay.py @@ -1,5 +1,27 @@ #!/usr/bin/env python2.2 +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# +import sys from gstreamer import * def main(): diff --git a/gst/__init__.py b/gst/__init__.py index a2d6e2b1c2..cadeabf54f 100644 --- a/gst/__init__.py +++ b/gst/__init__.py @@ -1,3 +1,25 @@ +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# + import sys import os diff --git a/gst/gstreamer-arg-types.py b/gst/gstreamer-arg-types.py index 15ae89839f..72d9dec18e 100644 --- a/gst/gstreamer-arg-types.py +++ b/gst/gstreamer-arg-types.py @@ -1,3 +1,25 @@ +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# + import argtypes #arg = argtypes.PointerArg('GstEvent') diff --git a/gstreamer/__init__.py b/gstreamer/__init__.py index a2d6e2b1c2..cadeabf54f 100644 --- a/gstreamer/__init__.py +++ b/gstreamer/__init__.py @@ -1,3 +1,25 @@ +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# + import sys import os diff --git a/gstreamer/gstreamer-arg-types.py b/gstreamer/gstreamer-arg-types.py index 15ae89839f..72d9dec18e 100644 --- a/gstreamer/gstreamer-arg-types.py +++ b/gstreamer/gstreamer-arg-types.py @@ -1,3 +1,25 @@ +# +# gst-python +# Copyright (C) 2002 David I. Lehn +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Library General Public +# License as published by the Free Software Foundation; either +# version 2 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 +# Library General Public License for more details. +# +# You should have received a copy of the GNU Library General Public +# License along with this library; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. +# +# Author: David I. Lehn +# + import argtypes #arg = argtypes.PointerArg('GstEvent')