This package was debianized by Simon Law <sfllaw@debian.org> and
updated based on input from Billy Biggs <vektor@dumbterm.net>
and Matt Zimmerman <mdz@debian.org>.

It was downloaded from https://www.linuxtv.org/downloads/tvtime/

Upstream Authors: Billy Biggs <vektor@dumbterm.net>
                  Doug Bell <drbell@users.sourceforge.net>
                  Achim Schneider <batchall@mordor.ch>
                  Joachim Koenig <Joachim.Koenig@tecnomen.fi>
                  David I. Lehn <dlehn@users.sourceforge.net>
                  Paul Jara <rascass@users.sourceforget.net>
                  Robert Högberg <cogline@linux.se>
                  Craig Dooley <cd5697@albany.edu>
                  Alexander S. Belov <asbel@sice.ru>
                  Mark Trolley <mtrolley@scs.carleton.ca>
                  Stewart Allen <stewart@neuron.com>
                  Justin A <justin@bouncybouncy.net>
                  Brian Goines <bgoines78@comcast.net>
                  Krister Lagerstrom <krister@kmlager.com>
                  Scott Van Wart <silvaran@users.sourceforge.net>
                  Adrian Minta <gygy@rdslink.ro>
                  Jindrich Makovicka <makovick@users.sourceforge.net>
                  Per von Zweigbergk <pvz@e.kth.se>
                  Richard Jones <richard@earthmen.com>
                  Ville Syrjala <syrjala@sci.fi>
                  David Atkinson <psykax@psykax.com>
                  Mike Bourgeous <nitrogen@slimetech.com>
                  Merlin Ma <softlib@turbolinux.com.cn>
                  Martin Fiedler <ho-ecker@users.sourceforge.net>
		  Michael Lawrence <lawremi@iastate.edu>

Upstream Copyright:

   tvtime is a high quality television application.
   Copyright (C) 2001, 2002, 2003  Billy Biggs, Doug Bell, Alexander S. Belov,
   Achim Schneider

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2, or (at your option)
   any later version.

   This program 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 General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software Foundation,
   Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.

	 tvtime also includes source code borrowed or derived from other
projects, whose copyright notices are reproduced below:

the tvtime-dscaler package
	There dynamic link libraries are directly copied from the 
DScaler 4.1 Alpha binaries, which is licensed under the GNU General 
Public License.  The sources are included in data/DScaler401src.zip and 
distribution has been explicitly allowed.
    > In addition to the GNU General Public License, as a special exception to
    > Section 3, John Adcock gives permission to distribute the Program,
    > DScaler, where the source code distributed need not include anything
    > that is normally distributed (in either source or binary form) with
    > major components (compiler, kernel, and so on) of the Microsoft Windows
    > family of operating systems, unless that component itself accompanies
    > the executable.  You must obey the GNU General Public License in all
    > respects for all of the Program code used.  If you modify the Program,
    > you may extend this exception to your version of the file, but you are
    > not obligated to do so.  If you do not wish to do so, delete this
    > exception statement from your version.

data/FreeMonoBold.sfd
data/FreeMonoBold.ttf
      The FreeMonoBold.ttf and source file FreeMonoBold.sfd comes from
      the freefont project.  See  http://www.nongnu.org/freefont/

      --
      freefont is a collection of free Universal Character Set outline fonts.
      Copyright (C) 2002  Free Software Foundation

      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
      the Free Software Foundation; either version 2 of the License, or
      (at your option) any later version.

      This program 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 General Public License for more details.

      You should have received a copy of the GNU General Public License
      along with this program; if not, write to the Free Software Foundation,
      Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

data/tvtimeSansBold.ttf
      Copyright (c) 2003 Scott Van Wart <silvaran@users.sourceforge.net>
      tvtimeSansBold is based on FreeSansBold from the freefont project.

      freefont is a collection of free Universal Character Set outline fonts.
      Copyright (C) 2002  Free Software Foundation

      This program is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published by
      the Free Software Foundation; either version 2 of the License, or
      (at your option) any later version.

      This program 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 General Public License for more details.

      You should have received a copy of the GNU General Public License
      along with this program; if not, write to the Free Software Foundation,
      Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

plugins/greedy.c
   /**
    * Copyright (c) 2000 Tom Barry  All rights reserved.
    * mmx.h port copyright (c) 2002 Billy Biggs <vektor@dumbterm.net>.
    *
    * This code is ported from DScaler: http://deinterlace.sf.net/
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2, or (at your option)
    * any later version.
    *
    * This program 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    * along with this program; if not, write to the Free Software Foundation,
    * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
    */

plugins/linearblend.c
   /**
    * Linear blend deinterlacing plugin.  The algorithm for this filter is based
    * on the mythtv sources, which took it from the mplayer sources.
    *
    * The file is postprocess_template.c in mplayer, and is
    *
    *  Copyright (C) 2001-2002 Michael Niedermayer (michaelni@gmx.at)
    *
    *  This program is free software; you can redistribute it and/or modify
    *  it under the terms of the GNU General Public License as published by
    *  the Free Software Foundation; either version 2 of the License, or
    *  (at your option) any later version.
    *
    *  This program 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 General Public License for more details.
    *
    *  You should have received a copy of the GNU General Public License
    *  along with this program; if not, write to the Free Software
    *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
    */

plugins/vfir.c
   /**
    * This file contains code from ffmpeg, see http://ffmpeg.org/
    *
    * Originated in imgconvert.c: Misc image conversion routines
    * Copyright (c) 2001, 2002, 2003 Fabrice Bellard.
    *
    * tvtime port Copyright (C) 2003 Billy Biggs <vektor@dumbterm.net>.
    *
    * This program is free software; you can redistribute it and/or modify
    * it under the terms of the GNU General Public License as published by
    * the Free Software Foundation; either version 2, or (at your option)
    * any later version.
    *
    * This program 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 General Public License for more details.
    *
    * You should have received a copy of the GNU General Public License
    * along with this program; if not, write to the Free Software Foundation,
    * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
    */

src/DS_ApiCommon.h
src/DS_Deinterlace.h
   ////////////////////////////////////////////////////////////////////////////
   // Copyright (c) 2000 John Adcock.  All rights reserved.
   ////////////////////////////////////////////////////////////////////////////
   // This header file 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 software 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
   ////////////////////////////////////////////////////////////////////////////

src/DS_Filter.h
   /////////////////////////////////////////////////////////////////////////////
   // Copyright (c) 2000 John Adcock.  All rights reserved.
   /////////////////////////////////////////////////////////////////////////////
   //
   //  This file is subject to the terms of the GNU General Public License as
   //  published by the Free Software Foundation.  A copy of this license is
   //  included with this software distribution in the file COPYING.  If you
   //  do not have a copy, you may obtain a copy by writing to the Free
   //  Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   //  02110-1301, USA.
   //
   //  This software is distributed in the hope that it will be useful,
   //  but WITHOUT ANY WARRANTY; without even the implied warranty of
   //                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            