debian/0000755000000000000000000000000011360162676007176 5ustar debian/fbx-playlist.menu0000644000000000000000000000024011360162610012462 0ustar ?package(fbx-playlist):needs="X11" section="Applications/TV and Radio"\ title="Playlist editor for FreeBox" command="/usr/bin/fbx-playlist" \ hints="Video" debian/fbx-playlist.10000644000000000000000000000256311360162610011670 0ustar .\" Hey, EMACS: -*- nroff -*- .TH FBX-PLAYLIST 1 "juillet 17, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME fbx-playlist \- create playlists for the FreeBox .SH SYNOPSIS .B fbx-playlist .SH DESCRIPTION This manual page documents briefly the .B fbx-playlist command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBfbx-playlist\fP is a qt program that create a playlist that can be given to the vlc-fbx program to be play by the FreeBox. Standard extension for vlc playlist files is ".m3u" . .SH SEE ALSO .BR fbx-playlist-cmd (1), .BR vlc-fbx (1). .br The format of the playlist is documented fully in the .IR /usr/share/doc/freeplayer/options-playlist.txt file. .SH AUTHOR fbx-playlist was written by Clement Vasseur. .PP This manual page was written by Vincent Danjean , for the Debian project (but may be used by others). debian/watch0000644000000000000000000000160711360162610010217 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 #opts="versionmangle=s/-//,dversionmangle=s/\+dfsg\.\d+$//" \ opts="dversionmangle=s/\+dfsg\.\d+$//" \ ftp://ftp.free.fr/pub/freeplayer/freeplayer-linux-(.*)\.tgz debian \ /bin/bash debian/dh_wraporig --uupdate # Uncomment to examine a Webpage # #http://www.example.com/downloads.php freeplayer-(.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/freeplayer-(.*)\.tar\.gz # Uncommment to examine a FTP server #ftp://ftp.example.com/pub/freeplayer-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for devscripts >= 2.9 # http://sf.net/freeplayer/freeplayer-(.*)\.tar\.gz debian/freeplayer.manpages0000644000000000000000000000005311360162610013033 0ustar debian/vlc-fbx.1 debian/fbx-playlist-cmd.1 debian/freeplayer.install0000644000000000000000000000006011360162610012704 0ustar share/http-fbx/* usr/share/freeplayer/http-fbx/ debian/rules0000755000000000000000000000112311360162610010237 0ustar #!/usr/bin/make -f %: dh --with quilt $@ override_dh_auto_install: # Only install these files when building arch-all packages ifneq (,$(findstring freeplayer, $(shell dh_listpackages))) : # Install binary without suffix install -m 755 \ bin/fbx-playlist.pl \ debian/freeplayer/usr/bin/fbx-playlist-cmd install -m 755 \ bin/vlc-fbx.sh \ debian/freeplayer/usr/bin/vlc-fbx : # and patch it as install.sh sed s^%HTTP_PATH%^/usr/share/freeplayer/http-fbx/^ \ -i debian/freeplayer/usr/bin/vlc-fbx endif override_dh_auto_clean: $(RM) -rf fbx-playlist-1.1 override_dh_auto_test: debian/copyright0000644000000000000000000000233111360162610011114 0ustar This package was debianized by Vincent Danjean on Tue, 17 Jul 2007 07:57:42 +0200. It was downloaded from ftp://ftp.free.fr/pub/freeplayer/ Upstream Author: Clement Vasseur Copyright: Copyright (C) 2005 Freebox S.A. License: This package 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 package 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. The Debian packaging is © 2007, Vincent Danjean and is licensed under the GPL, see above. debian/freeplayer.dirs0000644000000000000000000000001011360162610012172 0ustar usr/bin debian/dh_wraporig0000644000000000000000000003005211360162610011412 0ustar #!/bin/bash #-------------------------- =+- Shell script -+= -------------------------- # # @file dh_wraporig # @date Tue Apr 25 17:09:12 2006 # @brief # # CVS version control block - do not edit manually # $RCSfile: dh_wraporig,v $ # $Source: /home/cvs/yoh/soft/dh_wraporig,v $ # # Created: Tue Apr 25 17:09:12 2006 # Commited: $Date: 2007-06-27 18:16:23 +0200 (mer, 27 jun 2007) $ # Revision: $Revision: 333 $ # # Yaroslav Halchenko CS@UNM, CS@NJIT # web: http://www.onerussian.com & PSYCH@RUTGERS # e-mail: yoh@onerussian.com ICQ#: 60653192 # # DESCRIPTION (NOTES): # # A very simple script to wrap provided files into a tarball. # Can be used to be called by uscan whenever new .xpi for a mozilla # extension is available from the upstream. Also it can be used to checkout # upstream source from SVN, given the version to get and the path. Or to # repackage .zip files into .tar.gz # # COPYRIGHT: Yaroslav Halchenko 2006, 2007 # # LICENSE: # # 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. # # On Debian system see /usr/share/common-licenses/GPL for the full license. # #-----------------\____________________________________/------------------ ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### # CVS version control block - do not edit manually WRO_SVN_ID='$Id: dh_wraporig 333 2007-06-27 16:16:23Z yoh-guest $' WRO_SVN_REV='$Revision: 333 $' WRO_SVN_DATE='$Date: 2007-06-27 18:16:23 +0200 (mer, 27 jun 2007) $' ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### set -e ############ # Defaults # ############ # repackage version wro_version=0.1.${WRO_SVN_REV//[A-Za-z :\$]/} # # modifications which need to be performed on the sources # # which files to remove. $delete_files might be a string # or an array delete_files='' # additional tar parameters for instance to exclude some files # alternative to 'delete_files' which operates at all levels of # hierarchy additional_tar_params='--exclude *~' # suffix for the repackaged tarball such as ~dfsg # NOTE: debian/watch has to be adjusted to mangle debian version, # eg # opts="dversionmangle=s/~dfsg\.\d+$//" suffix_out= # suffix_version_out would be computed later # if not defined here suffix_version_out= upstream_version= source_name= post_command=svn-upgrade uupdate_command=uupdate dest_dir="../tarballs" patches_list_file=debian/patches/00list readme_file=debian/README.Debian-source additional_readme_lines= additional_readme_files= # Miscelaneous flags do_orig_symlink= do_delete_originals= do_create_readme= do_uupdate= print_help() { print_version cat << EOT Wrap original upstream archive into a tarball, or repackage upstream archive optionally removing specified unwanted material (usually Non-DFSG compliant), and finally call a specified command (if any). Usage: $0 [OPTIONS] Where is a tarball fetched from online. Options: -h, --help Print this help and exit. -V, --version Print version information and exit. -D, --delete-originals Delete original file. -l, --orig-symlink Create .orig.tar.gz symlink. If post_command is defined that would not be necessary. -R, --create-readme-source Create debian/README.source to be installed along with the package to include the description of performed actions -d , --delete-files Space separated list of files to be removed. -s , --source-name Explicitly specified name of the source. -c , --command Command to execute on generated file. --upstream-version Just to pass to command --uupdate Run uupdate after creating the new tarball If --create-readme-source is enabled, it will be created in the NEW directory (instead of the current one) EOT } print_version() { cat << EOT dh_wraporig (AKA repackage) $wro_version Copyright (C) 2006-2007 Yaroslav Halchenko This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. EOT } # # [ -f debian/dh_wraporig.local ] && source debian/dh_wraporig.local # this script is a joint between dh_wraporig and repackage, so # read both config files [ -f debian/repackage.params ] && source debian/repackage.params # for compatibility with older naming of variables -- asign if they got # defined in .local dest_dir=${ddir:-${dest_dir}} source_name=${sname:-${source_name}} post_command=${call:-${post_command}} ################################ # Commandline options handling # ################################ # Parse commandline options (taken from the getopt examples from the # Debian util-linux package). # Note that we use `"$@"' to let each command-line parameter expand to # a separate word. The quotes around `$@' are essential! We need # CLOPTS as the `eval set --' would nuke the return value of getopt. CLOPTS=`getopt -o h,V,l,R,D,s:,d:,c: --long help,version,source-name:,orig-symlink,delete-originals,upstream-version:,delete-files:,command:,uupdate -n '$0' -- "$@"` if [ $? != 0 ] ; then echo "Terminating..." >&2 exit 1 fi # Note the quotes around `$CLOPTS': they are essential! eval set -- "$CLOPTS" while true ; do case "$1" in -h|--help) print_help; exit 0;; -V|--version) print_version; exit 0;; -c|--command) shift; post_command=$1; shift;; -l|--orig-symlink) shift; do_orig_symlink=1;; -R|--create-readme-source) shift; do_create_readme=1;; -s|--source-name) shift; source_name="$1"; shift;; -d|--delete-files) shift; delete_files="$1 $delete_files"; shift;; -D|--delete-originals) shift; do_delete_originals=1;; --upstream-version) shift; upstream_version="$1"; shift;; --uupdate) shift; do_uupdate=1;; --) shift ; break ;; *) echo "ERROR: Internal error! ($1)"; exit 1;; esac done if [ -z "$upstream_version" ]; then echo "ERROR: Please provide upstream version, so I didn't have to guess" exit 1; fi if [ -z "$source_name" ]; then echo "WARNING: Source name wasn't given -- trying to guess" source_name=`grep -h ^Source: debian/control control 2>/dev/null | awk '{print $2;}'` if [ -z $source_name ]; then echo "ERROR: Couldn't guess -- must be no {debian/,}control file" exit 1 fi echo "Source name: $source_name" fi work_dir="${source_name}-${upstream_version}" debian_package_prefix="${source_name}_${upstream_version}" fname=$1 full_fname=`readlink -f "$fname"` ofile="${work_dir}.tar.gz" # Define file identity which might be reported into README file_identity=$fname which md5sum > /dev/null && file_identity="md5:"$(md5sum "$fname") # remove directory if such exists -- must be leftovers... rm -rf "$work_dir" # handle different sources. 1st it is just SVN checkout if [[ "$source" =~ svn\ export.* ]]; then readme_lines+="* Exported files from VC using\n" readme_lines+=" `eval echo ${source}`\n" rm -rf "$full_fname" readme_lines+="* Provided file $fname was discarded.\n" eval $source ${work_dir} elif [[ "$source" =~ repack ]] || [ ! -z "$delete_files" ]; then tmpdir=tmpdir$$ mkdir $tmpdir echo -ne "Extracting original sources..." # extract from known archives if [[ "$fname" =~ .*\.\(zip\|jar\)$ ]]; then unzip -q -d $tmpdir $1 elif [[ "$fname" =~ .*\.tar\.gz$ ]]; then tar -xzf "$fname" -C $tmpdir elif [[ "$fname" =~ .*\.tar\.bz2$ ]]; then tar -xjf "$fname" -C $tmpdir else echo "\rERROR: Don't know how to extract from $fname" return 1 fi echo -e "\rFiles extracted successfully " readme_lines+="* Extracted files from\n $file_identity\n" # move/rename if [ x`/bin/ls $tmpdir/ | wc -l` = x1 ]; then # there was a directory - just move it under # appropriate name mv $tmpdir/* "$work_dir" rmdir $tmpdir else # there seems to be multiple files - rename $tmpdir mv $tmpdir "$work_dir" fi elif [ ! -z "$source" ]; then echo "ERROR: Do not know how to handle source $source" exit 1 else # Otherwise simply wrap full original source into tarball readme_lines+="* Wrapped into a gzipped tarball provided file\n" readme_lines+=" ${file_identity}\n" mkdir "$work_dir" mv $* $work_dir fi # Delete some files if that was requested if [ ! -z "${delete_files[*]}" ]; then # since $delete_files pattern might be a bit obscure # lets just cd into echo -n "Deleting requested files/directories" (builtin cd $work_dir ; eval rm -rf ${delete_files[*]} ) echo -e "\rRequested files/directories has been deleted" readme_lines+="* Removed following files/directories:\n" readme_lines+=" ${delete_files[*]}\n" if [ -z "$suffix_out" ]; then echo "WARNING: Please provide suffix to use. Such alternation must be noted" echo " in the package version (dfsg is the one commonly used)" fi fi # if suffix_version was defined - we need to version it if [ ! -z "$suffix_out" ] && [ -z "$suffix_version_out" ]; then suffix_version_out=${suffix_out}.1 fi # Create a tarball output_fname="${work_dir}${suffix_version_out}.tar.gz" output_full_fname="$dest_dir/${output_fname}" orig_full_fname="$dest_dir/${debian_package_prefix}${suffix_version_out}.orig.tar.gz" if [ ! -z "$additional_tar_params" ]; then readme_lines+="* Additional parameters for tar on tarball creation were:\n" readme_lines+=" $additional_tar_params\n" fi echo -ne "Creating tarball..." tar $additional_tar_params -cf- "$work_dir" | gzip -9 > "$output_full_fname" rm -rf "$work_dir" echo -e "\rResult saved as '$output_full_fname'. Enjoy" # Create symlink if it was requested if [ ! -z "$do_orig_symlink" ]; then echo "Symlink created at '$orig_full_fname'. Enjoy" ln -sf "$output_fname" "$orig_full_fname" fi # Delete original file if it was requested if [ ! -z "$do_delete_originals" ]; then rm -f "$full_fname" fi # Run post_command if any was assigned if [ ! -z "$post_command" ]; then params="--upstream-version $upstream_version$suffix_version_out" $post_command $params "$output_full_fname" readme_lines+="\n* Afterwards command '$post_command' was run" fi # Run uupdate if requested if [ ! -z "$do_uupdate" ]; then params="--upstream-version $upstream_version$suffix_version_out" $uupdate_command $params "$output_full_fname" readme_lines+="\n* Afterwards command '$uupdate_command' was run" fi # Create debian/README.Debian-source if [ ! -z "$do_create_readme" ]; then if [ -f $patches_list_file ]; then readme_lines+="\n\nAdditional information:" readme_lines+="\n* Following patches were present to be applied to the original source\n" readme_lines+=" at build time\n" readme_lines+="`cat $patches_list_file`" fi if [ ! -z "$do_uupdate" ]; then readme_file="../${source_name}-$upstream_version$suffix_version_out/$readme_file" fi readme_dir="`dirname $readme_file`" if [ ! -d "$readme_dir" ]; then echo "ERROR: Can't find $readme_dir directory to create $readme_file" exit 1 fi cat >| $readme_file <> $readme_file echo -e "$additional_readme_lines" >> $readme_file [ ! -z "$additional_readme_files" ] && \ cat $additional_readme_files >> $readme_file fi debian/fbx-playlist-cmd.10000644000000000000000000000265311360162610012431 0ustar .\" Hey, EMACS: -*- nroff -*- .TH FBX-PLAYLIST-CMD 1 "juillet 17, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME fbx-playlist-cmd \- create playlists for the FreeBox .SH SYNOPSIS .B fbx-playlist-cmd .RI "files" ... .SH DESCRIPTION This manual page documents briefly the .B fbx-playlist-cmd command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBfbx-playlist-cmd\fP is a program that create on its standard output a playlist that can be given to the vlc-fbx program to be play by the FreeBox. Standard extension for vlc playlist files is ".m3u" . .SH SEE ALSO .BR fbx-playlist (1), .BR vlc-fbx (1). .br The format of the playlist is documented fully in the .IR /usr/share/doc/freeplayer/options-playlist.txt file. .SH AUTHOR fbx-playlist-cmd was written by Clement Vasseur. .PP This manual page was written by Vincent Danjean , for the Debian project (but may be used by others). debian/compat0000644000000000000000000000000211360162610010360 0ustar 7 debian/patches/0000755000000000000000000000000011360162610010611 5ustar debian/patches/series0000644000000000000000000000013211360162610012022 0ustar fix-build-system.diff hack-through-mpeg1.diff fix-license.ui.diff fix-vlc-invocation.diff debian/patches/fix-build-system.diff0000644000000000000000000000073211360162610014652 0ustar Add a Makefile to build fbx-playlist --- /dev/null +++ b/Makefile @@ -0,0 +1,22 @@ +# Makefile to build fbx-playlist + +VARS=CFLAGS CXXFLAGS CPPFLAGS LDFLAGS MAKEFLAGS + +unexport $(VARS) + +all: + +fbx-playlist-1.1: share/fbx-playlist-1.1.tar.gz + tar xzf $< + cd $@ && qmake-qt4 + sed 's/\( -DVERSION=\)"\(.*\)" /\1\\"\2\\" /' \ + -i $@/Makefile + +share/fbx-playlist-1.1.tar.gz: + false + +clean: clean + $(RM) -r fbx-playlist-1.1 + +%: fbx-playlist-1.1 + make -C $< $@ debian/patches/fix-license.ui.diff0000644000000000000000000000051511360162610014266 0ustar Fix licence.ui file Fix: #533969 Author: Nobuhiro Iwamatsu --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ fbx-playlist-1.1: share/fbx-playlist-1.1.tar.gz tar xzf $< + -patch -p1 < debian/patches/freeplayer_ftbfs.diff cd $@ && qmake-qt4 sed 's/\( -DVERSION=\)"\(.*\)" /\1\\"\2\\" /' \ -i $@/Makefile debian/patches/fix-vlc-invocation.diff0000644000000000000000000000216411360162610015165 0ustar Remove --wx-systray option in vlc invocation This option is not handled by vlc anymore Fix: #533409 --- a/bin/vlc-fbx.sh +++ b/bin/vlc-fbx.sh @@ -1,3 +1,3 @@ #!/bin/sh -exec vlc --extraintf=http --http-host=:8080 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-dst=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --no-playlist-autostart --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --play-and-stop --http-src="%HTTP_PATH%" --wx-systray --config="~/.vlc/vlcrc-fbx" --open="$1" +exec vlc --extraintf=http --http-host=:8080 --http-charset=ISO-8859-1 --sout="#std" --sout-standard-access=udp --sout-standard-mux=ts --sout-standard-dst=212.27.38.253:1234 --sout-ts-pid-video=68 --sout-ts-pid-audio=69 --sout-ts-pid-spu=70 --sout-ts-pcr=80 --sout-ts-dts-delay=400 --no-playlist-autostart --subsdec-encoding=ISO-8859-1 --sout-transcode-maxwidth=720 --sout-transcode-maxheight=576 --play-and-stop --http-src="%HTTP_PATH%" --config="~/.vlc/vlcrc-fbx" --open="$1" debian/patches/hack-through-mpeg1.diff0000644000000000000000000000412711360162610015042 0ustar Hack to force MPEG-1 instead of MPEG-2 Workaround: #440508 --- a/share/http-fbx/play.html +++ b/share/http-fbx/play.html @@ -72,13 +72,13 @@ - + "> - + "> debian/patches/freeplayer_ftbfs.diff0000644000000000000000000047167611360162610015012 0ustar Fix licence.ui file. This patch is not applied by quilt but during the build (after unpacking included source tarball) --- a/fbx-playlist-1.1/license.ui 2007-05-31 13:35:55.000000000 +0000 +++ b/fbx-playlist-1.1/license.ui 2010-04-09 04:22:17.000000000 +0000 @@ -42,7 +42,7 @@ - <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Monospace; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:Sans Serif; color:#000000;"> GNU GENERAL PUBLIC LICENSE</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Version 2, June 1991</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Copyright (C) 1989, 1991 Free Software Foundation, Inc.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Everyone is permitted to copy and distribute verbatim copies</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> of this license document, but changing it is not allowed.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Preamble</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> The licenses for most software are designed to take away your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">freedom to share and change it. By contrast, the GNU General Public</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">License is intended to guarantee your freedom to share and change free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">software--to make sure the software is free for all its users. This</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">General Public License applies to most of the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Foundation's software and to any other program whose authors commit to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">using it. (Some other Free Software Foundation software is covered by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the GNU Library General Public License instead.) You can apply it to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">your programs, too.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> When we speak of free software, we are referring to freedom, not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">price. Our General Public Licenses are designed to make sure that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">have the freedom to distribute copies of free software (and charge for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this service if you wish), that you receive source code or can get it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">if you want it, that you can change the software or use pieces of it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">in new free programs; and that you know you can do these things.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> To protect your rights, we need to make restrictions that forbid</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">anyone to deny you these rights or to ask you to surrender the rights.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">These restrictions translate to certain responsibilities for you if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute copies of the software, or if you modify it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> For example, if you distribute copies of such a program, whether</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">gratis or for a fee, you must give the recipients all the rights that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">you have. You must make sure that they, too, receive or can get the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">source code. And you must show them these terms so they know their</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">rights.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> We protect your rights with two steps: (1) copyright the software, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">(2) offer you this license which gives you legal permission to copy,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute and/or modify the software.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Also, for each author's protection and ours, we want to make certain</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that everyone understands that there is no warranty for this free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">software. If the software is modified by someone else and passed on, we</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">want its recipients to know that what they have is not the original, so</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that any problems introduced by others will not reflect on the original</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">authors' reputations.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Finally, any free program is threatened constantly by software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patents. We wish to avoid the danger that redistributors of a free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">program will individually obtain patent licenses, in effect making the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">program proprietary. To prevent this, we have made it clear that any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patent must be licensed for everyone's free use or not licensed at all.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> The precise terms and conditions for copying, distribution and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">modification follow.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 0. This License applies to any program or other work which contains</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">a notice placed by the copyright holder saying it may be distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">under the terms of this General Public License. The "Program", below,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">refers to any such program or work, and a "work based on the Program"</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">means either the Program or any derivative work under copyright law:</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that is to say, a work containing the Program or a portion of it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">either verbatim or with modifications and/or translated into another</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">language. (Hereinafter, translation is included without limitation in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the term "modification".) Each licensee is addressed as "you".</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Activities other than copying, distribution and modification are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">covered by this License; they are outside its scope. The act of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">running the Program is not restricted, and the output from the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">is covered only if its contents constitute a work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program (independent of having been made by running the Program).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Whether that is true depends on what the Program does.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 1. You may copy and distribute verbatim copies of the Program's</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">source code as you receive it, in any medium, provided that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">conspicuously and appropriately publish on each copy an appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">copyright notice and disclaimer of warranty; keep intact all the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">notices that refer to this License and to the absence of any warranty;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">and give any other recipients of the Program a copy of this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">along with the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You may charge a fee for the physical act of transferring a copy, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">you may at your option offer warranty protection in exchange for a fee.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 2. You may modify your copy or copies of the Program or any portion</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of it, thus forming a work based on the Program, and copy and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute such modifications or work under the terms of Section 1</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">above, provided that you also meet all of these conditions:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a) You must cause the modified files to carry prominent notices</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> stating that you changed the files and the date of any change.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> b) You must cause any work that you distribute or publish, that in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> whole or in part contains or is derived from the Program or any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> part thereof, to be licensed as a whole at no charge to all third</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> parties under the terms of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> c) If the modified program normally reads commands interactively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> when run, you must cause it, when started running for such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> interactive use in the most ordinary way, to print or display an</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> announcement including an appropriate copyright notice and a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> notice that there is no warranty (or else, saying that you provide</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a warranty) and that users may redistribute the program under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> these conditions, and telling the user how to view a copy of this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> License. (Exception: if the Program itself is interactive but</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> does not normally print such an announcement, your work based on</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> the Program is not required to print an announcement.)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">These requirements apply to the modified work as a whole. If</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">identifiable sections of that work are not derived from the Program,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">and can be reasonably considered independent and separate works in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">themselves, then this License, and its terms, do not apply to those</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">sections when you distribute them as separate works. But when you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute the same sections as part of a whole which is a work based</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">on the Program, the distribution of the whole must be on the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License, whose permissions for other licensees extend to the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">entire whole, and thus to each and every part regardless of who wrote it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Thus, it is not the intent of this section to claim rights or contest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">your rights to work written entirely by you; rather, the intent is to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">exercise the right to control the distribution of derivative or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">collective works based on the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">In addition, mere aggregation of another work not based on the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">with the Program (or with a work based on the Program) on a volume of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">a storage or distribution medium does not bring the other work under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the scope of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 3. You may copy and distribute the Program (or a work based on it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">under Section 2) in object code or executable form under the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Sections 1 and 2 above provided that you also do one of the following:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a) Accompany it with the complete corresponding machine-readable</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> source code, which must be distributed under the terms of Sections</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 1 and 2 above on a medium customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> b) Accompany it with a written offer, valid for at least three</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> years, to give any third party, for a charge no more than your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> cost of physically performing source distribution, a complete</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> machine-readable copy of the corresponding source code, to be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> distributed under the terms of Sections 1 and 2 above on a medium</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> c) Accompany it with the information you received as to the offer</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> to distribute corresponding source code. (This alternative is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> allowed only for noncommercial distribution and only if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> received the program in object code or executable form with such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> an offer, in accord with Subsection b above.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">The source code for a work means the preferred form of the work for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">making modifications to it. For an executable work, complete source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">code means all the source code for all modules it contains, plus any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">associated interface definition files, plus the scripts used to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">control compilation and installation of the executable. However, as a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">special exception, the source code distributed need not include</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">anything that is normally distributed (in either source or binary</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">form) with the major components (compiler, kernel, and so on) of the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">operating system on which the executable runs, unless that component</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">itself accompanies the executable.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If distribution of executable or object code is made by offering</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">access to copy from a designated place, then offering equivalent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">access to copy the source code from the same place counts as</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribution of the source code, even though third parties are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">compelled to copy the source along with the object code.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 4. You may not copy, modify, sublicense, or distribute the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">except as expressly provided under this License. Any attempt</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">otherwise to copy, modify, sublicense or distribute the Program is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">void, and will automatically terminate your rights under this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">However, parties who have received copies, or rights, from you under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License will not have their licenses terminated so long as such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">parties remain in full compliance.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 5. You are not required to accept this License, since you have not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">signed it. However, nothing else grants you permission to modify or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute the Program or its derivative works. These actions are</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">prohibited by law if you do not accept this License. Therefore, by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">modifying or distributing the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program), you indicate your acceptance of this License to do so, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">all its terms and conditions for copying, distributing or modifying</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the Program or works based on it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 6. Each time you redistribute the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program), the recipient automatically receives a license from the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">original licensor to copy, distribute or modify the Program subject to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">these terms and conditions. You may not impose any further</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">restrictions on the recipients' exercise of the rights granted herein.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You are not responsible for enforcing compliance by third parties to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 7. If, as a consequence of a court judgment or allegation of patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">infringement or for any other reason (not limited to patent issues),</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">conditions are imposed on you (whether by court order, agreement or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">otherwise) that contradict the conditions of this License, they do not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">excuse you from the conditions of this License. If you cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute so as to satisfy simultaneously your obligations under this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">License and any other pertinent obligations, then as a consequence you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">may not distribute the Program at all. For example, if a patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">license would not permit royalty-free redistribution of the Program by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">all those who receive copies directly or indirectly through you, then</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the only way you could satisfy both it and this License would be to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">refrain entirely from distribution of the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If any portion of this section is held invalid or unenforceable under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">any particular circumstance, the balance of the section is intended to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">apply and the section as a whole is intended to apply in other</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">circumstances.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">It is not the purpose of this section to induce you to infringe any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patents or other property right claims or to contest validity of any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">such claims; this section has the sole purpose of protecting the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">integrity of the free software distribution system, which is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">implemented by public license practices. Many people have made</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">generous contributions to the wide range of software distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">through that system in reliance on consistent application of that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">system; it is up to the author/donor to decide if he or she is willing</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to distribute software through any other system and a licensee cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">impose that choice.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">This section is intended to make thoroughly clear what is believed to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be a consequence of the rest of this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 8. If the distribution and/or use of the Program is restricted in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">certain countries either by patents or by copyrighted interfaces, the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">original copyright holder who places the Program under this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">may add an explicit geographical distribution limitation excluding</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">those countries, so that distribution is permitted only in or among</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">countries not thus excluded. In such case, this License incorporates</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the limitation as if written in the body of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 9. The Free Software Foundation may publish revised and/or new versions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of the General Public License from time to time. Such new versions will</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be similar in spirit to the present version, but may differ in detail to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">address new problems or concerns.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Each version is given a distinguishing version number. If the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">specifies a version number of this License which applies to it and "any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">later version", you have the option of following the terms and conditions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">either of that version or of any later version published by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Software Foundation. If the Program does not specify a version number of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License, you may choose any version ever published by the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Foundation.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 10. If you wish to incorporate parts of the Program into other free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">programs whose distribution conditions are different, write to the author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to ask for permission. For software which is copyrighted by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Software Foundation, write to the Free Software Foundation; we sometimes</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">make exceptions for this. Our decision will be guided by the two goals</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of preserving the free status of all derivatives of our free software and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of promoting the sharing and reuse of software generally.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> NO WARRANTY</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">REPAIR OR CORRECTION.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">POSSIBILITY OF SUCH DAMAGES.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> END OF TERMS AND CONDITIONS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> </p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> How to Apply These Terms to Your New Programs</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> If you develop a new program, and you want it to be of the greatest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">possible use to the public, the best way to achieve this is to make it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">free software which everyone can redistribute and change under these terms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> To do so, attach the following notices to the program. It is safest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to attach them to the start of each source file to most effectively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">convey the exclusion of warranty; and each file should have at least</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the "copyright" line and a pointer to where the full notice is found.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This program is free software; you can redistribute it and/or modify</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> it under the terms of the GNU General Public License as published by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> the Free Software Foundation; either version 2 of the License, or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> (at your option) any later version.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This program is distributed in the hope that it will be useful,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> GNU General Public License for more details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> You should have received a copy of the GNU General Public License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> along with this program; if not, write to the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Also add information on how to contact you by electronic and paper mail.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If the program is interactive, make it output a short notice like this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">when it starts in an interactive mode:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Gnomovision version 69, Copyright (C) year name of author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This is free software, and you are welcome to redistribute it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> under certain conditions; type `show c' for details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">The hypothetical commands `show w' and `show c' should show the appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">parts of the General Public License. Of course, the commands you use may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be called something other than `show w' and `show c'; they could even be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">mouse-clicks or menu items--whatever suits your program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You should also get your employer (if you work as a programmer) or your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">school, if any, to sign a "copyright disclaimer" for the program, if</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">necessary. Here is a sample; alter the names:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Yoyodyne, Inc., hereby disclaims all copyright interest in the program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> `Gnomovision' (which makes passes at compilers) written by James Hacker.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> &lt;signature of Ty Coon&gt;, 1 April 1989</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Ty Coon, President of Vice</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">This General Public License does not permit incorporating your program into</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">proprietary programs. If your program is a subroutine library, you may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">consider it more useful to permit linking proprietary applications with the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">library. If this is what you want to do, use the GNU Library General</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Public License instead of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p></body></html> + <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Monospace; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:Sans Serif; color:#000000;"> GNU GENERAL PUBLIC LICENSE</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Version 2, June 1991</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Copyright (C) 1989, 1991 Free Software Foundation, Inc.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Everyone is permitted to copy and distribute verbatim copies</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> of this license document, but changing it is not allowed.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Preamble</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> The licenses for most software are designed to take away your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">freedom to share and change it. By contrast, the GNU General Public</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">License is intended to guarantee your freedom to share and change free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">software--to make sure the software is free for all its users. This</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">General Public License applies to most of the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Foundation's software and to any other program whose authors commit to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">using it. (Some other Free Software Foundation software is covered by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the GNU Library General Public License instead.) You can apply it to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">your programs, too.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> When we speak of free software, we are referring to freedom, not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">price. Our General Public Licenses are designed to make sure that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">have the freedom to distribute copies of free software (and charge for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this service if you wish), that you receive source code or can get it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">if you want it, that you can change the software or use pieces of it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">in new free programs; and that you know you can do these things.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> To protect your rights, we need to make restrictions that forbid</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">anyone to deny you these rights or to ask you to surrender the rights.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">These restrictions translate to certain responsibilities for you if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute copies of the software, or if you modify it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> For example, if you distribute copies of such a program, whether</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">gratis or for a fee, you must give the recipients all the rights that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">you have. You must make sure that they, too, receive or can get the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">source code. And you must show them these terms so they know their</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">rights.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> We protect your rights with two steps: (1) copyright the software, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">(2) offer you this license which gives you legal permission to copy,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute and/or modify the software.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Also, for each author's protection and ours, we want to make certain</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that everyone understands that there is no warranty for this free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">software. If the software is modified by someone else and passed on, we</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">want its recipients to know that what they have is not the original, so</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that any problems introduced by others will not reflect on the original</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">authors' reputations.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Finally, any free program is threatened constantly by software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patents. We wish to avoid the danger that redistributors of a free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">program will individually obtain patent licenses, in effect making the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">program proprietary. To prevent this, we have made it clear that any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patent must be licensed for everyone's free use or not licensed at all.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> The precise terms and conditions for copying, distribution and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">modification follow.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> GNU GENERAL PUBLIC LICENSE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 0. This License applies to any program or other work which contains</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">a notice placed by the copyright holder saying it may be distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">under the terms of this General Public License. The "Program", below,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">refers to any such program or work, and a "work based on the Program"</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">means either the Program or any derivative work under copyright law:</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">that is to say, a work containing the Program or a portion of it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">either verbatim or with modifications and/or translated into another</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">language. (Hereinafter, translation is included without limitation in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the term "modification".) Each licensee is addressed as "you".</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Activities other than copying, distribution and modification are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">covered by this License; they are outside its scope. The act of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">running the Program is not restricted, and the output from the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">is covered only if its contents constitute a work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program (independent of having been made by running the Program).</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Whether that is true depends on what the Program does.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 1. You may copy and distribute verbatim copies of the Program's</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">source code as you receive it, in any medium, provided that you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">conspicuously and appropriately publish on each copy an appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">copyright notice and disclaimer of warranty; keep intact all the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">notices that refer to this License and to the absence of any warranty;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">and give any other recipients of the Program a copy of this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">along with the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You may charge a fee for the physical act of transferring a copy, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">you may at your option offer warranty protection in exchange for a fee.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 2. You may modify your copy or copies of the Program or any portion</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of it, thus forming a work based on the Program, and copy and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute such modifications or work under the terms of Section 1</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">above, provided that you also meet all of these conditions:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a) You must cause the modified files to carry prominent notices</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> stating that you changed the files and the date of any change.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> b) You must cause any work that you distribute or publish, that in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> whole or in part contains or is derived from the Program or any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> part thereof, to be licensed as a whole at no charge to all third</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> parties under the terms of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> c) If the modified program normally reads commands interactively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> when run, you must cause it, when started running for such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> interactive use in the most ordinary way, to print or display an</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> announcement including an appropriate copyright notice and a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> notice that there is no warranty (or else, saying that you provide</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a warranty) and that users may redistribute the program under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> these conditions, and telling the user how to view a copy of this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> License. (Exception: if the Program itself is interactive but</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> does not normally print such an announcement, your work based on</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> the Program is not required to print an announcement.)</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">These requirements apply to the modified work as a whole. If</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">identifiable sections of that work are not derived from the Program,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">and can be reasonably considered independent and separate works in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">themselves, then this License, and its terms, do not apply to those</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">sections when you distribute them as separate works. But when you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute the same sections as part of a whole which is a work based</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">on the Program, the distribution of the whole must be on the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License, whose permissions for other licensees extend to the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">entire whole, and thus to each and every part regardless of who wrote it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Thus, it is not the intent of this section to claim rights or contest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">your rights to work written entirely by you; rather, the intent is to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">exercise the right to control the distribution of derivative or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">collective works based on the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">In addition, mere aggregation of another work not based on the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">with the Program (or with a work based on the Program) on a volume of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">a storage or distribution medium does not bring the other work under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the scope of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 3. You may copy and distribute the Program (or a work based on it,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">under Section 2) in object code or executable form under the terms of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Sections 1 and 2 above provided that you also do one of the following:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> a) Accompany it with the complete corresponding machine-readable</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> source code, which must be distributed under the terms of Sections</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 1 and 2 above on a medium customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> b) Accompany it with a written offer, valid for at least three</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> years, to give any third party, for a charge no more than your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> cost of physically performing source distribution, a complete</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> machine-readable copy of the corresponding source code, to be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> distributed under the terms of Sections 1 and 2 above on a medium</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> customarily used for software interchange; or,</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> c) Accompany it with the information you received as to the offer</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> to distribute corresponding source code. (This alternative is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> allowed only for noncommercial distribution and only if you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> received the program in object code or executable form with such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> an offer, in accord with Subsection b above.)</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">The source code for a work means the preferred form of the work for</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">making modifications to it. For an executable work, complete source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">code means all the source code for all modules it contains, plus any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">associated interface definition files, plus the scripts used to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">control compilation and installation of the executable. However, as a</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">special exception, the source code distributed need not include</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">anything that is normally distributed (in either source or binary</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">form) with the major components (compiler, kernel, and so on) of the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">operating system on which the executable runs, unless that component</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">itself accompanies the executable.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If distribution of executable or object code is made by offering</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">access to copy from a designated place, then offering equivalent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">access to copy the source code from the same place counts as</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribution of the source code, even though third parties are not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">compelled to copy the source along with the object code.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 4. You may not copy, modify, sublicense, or distribute the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">except as expressly provided under this License. Any attempt</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">otherwise to copy, modify, sublicense or distribute the Program is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">void, and will automatically terminate your rights under this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">However, parties who have received copies, or rights, from you under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License will not have their licenses terminated so long as such</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">parties remain in full compliance.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 5. You are not required to accept this License, since you have not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">signed it. However, nothing else grants you permission to modify or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute the Program or its derivative works. These actions are</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">prohibited by law if you do not accept this License. Therefore, by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">modifying or distributing the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program), you indicate your acceptance of this License to do so, and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">all its terms and conditions for copying, distributing or modifying</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the Program or works based on it.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 6. Each time you redistribute the Program (or any work based on the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Program), the recipient automatically receives a license from the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">original licensor to copy, distribute or modify the Program subject to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">these terms and conditions. You may not impose any further</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">restrictions on the recipients' exercise of the rights granted herein.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You are not responsible for enforcing compliance by third parties to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 7. If, as a consequence of a court judgment or allegation of patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">infringement or for any other reason (not limited to patent issues),</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">conditions are imposed on you (whether by court order, agreement or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">otherwise) that contradict the conditions of this License, they do not</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">excuse you from the conditions of this License. If you cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">distribute so as to satisfy simultaneously your obligations under this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">License and any other pertinent obligations, then as a consequence you</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">may not distribute the Program at all. For example, if a patent</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">license would not permit royalty-free redistribution of the Program by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">all those who receive copies directly or indirectly through you, then</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the only way you could satisfy both it and this License would be to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">refrain entirely from distribution of the Program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If any portion of this section is held invalid or unenforceable under</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">any particular circumstance, the balance of the section is intended to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">apply and the section as a whole is intended to apply in other</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">circumstances.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">It is not the purpose of this section to induce you to infringe any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">patents or other property right claims or to contest validity of any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">such claims; this section has the sole purpose of protecting the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">integrity of the free software distribution system, which is</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">implemented by public license practices. Many people have made</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">generous contributions to the wide range of software distributed</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">through that system in reliance on consistent application of that</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">system; it is up to the author/donor to decide if he or she is willing</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to distribute software through any other system and a licensee cannot</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">impose that choice.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">This section is intended to make thoroughly clear what is believed to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be a consequence of the rest of this License.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 8. If the distribution and/or use of the Program is restricted in</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">certain countries either by patents or by copyrighted interfaces, the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">original copyright holder who places the Program under this License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">may add an explicit geographical distribution limitation excluding</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">those countries, so that distribution is permitted only in or among</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">countries not thus excluded. In such case, this License incorporates</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the limitation as if written in the body of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 9. The Free Software Foundation may publish revised and/or new versions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of the General Public License from time to time. Such new versions will</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be similar in spirit to the present version, but may differ in detail to</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">address new problems or concerns.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Each version is given a distinguishing version number. If the Program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">specifies a version number of this License which applies to it and "any</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">later version", you have the option of following the terms and conditions</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">either of that version or of any later version published by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Software Foundation. If the Program does not specify a version number of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">this License, you may choose any version ever published by the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Foundation.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 10. If you wish to incorporate parts of the Program into other free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">programs whose distribution conditions are different, write to the author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to ask for permission. For software which is copyrighted by the Free</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Software Foundation, write to the Free Software Foundation; we sometimes</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">make exceptions for this. Our decision will be guided by the two goals</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of preserving the free status of all derivatives of our free software and</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">of promoting the sharing and reuse of software generally.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> NO WARRANTY</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">REPAIR OR CORRECTION.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">POSSIBILITY OF SUCH DAMAGES.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> END OF TERMS AND CONDITIONS</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> How to Apply These Terms to Your New Programs</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> If you develop a new program, and you want it to be of the greatest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">possible use to the public, the best way to achieve this is to make it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">free software which everyone can redistribute and change under these terms.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> To do so, attach the following notices to the program. It is safest</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">to attach them to the start of each source file to most effectively</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">convey the exclusion of warranty; and each file should have at least</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">the "copyright" line and a pointer to where the full notice is found.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> &lt;one line to give the program's name and a brief idea of what it does.&gt;</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Copyright (C) &lt;year&gt; &lt;name of author&gt;</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This program is free software; you can redistribute it and/or modify</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> it under the terms of the GNU General Public License as published by</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> the Free Software Foundation; either version 2 of the License, or</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> (at your option) any later version.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This program is distributed in the hope that it will be useful,</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> but WITHOUT ANY WARRANTY; without even the implied warranty of</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> GNU General Public License for more details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> You should have received a copy of the GNU General Public License</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> along with this program; if not, write to the Free Software</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Also add information on how to contact you by electronic and paper mail.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">If the program is interactive, make it output a short notice like this</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">when it starts in an interactive mode:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Gnomovision version 69, Copyright (C) year name of author</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> This is free software, and you are welcome to redistribute it</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> under certain conditions; type `show c' for details.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">The hypothetical commands `show w' and `show c' should show the appropriate</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">parts of the General Public License. Of course, the commands you use may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">be called something other than `show w' and `show c'; they could even be</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">mouse-clicks or menu items--whatever suits your program.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">You should also get your employer (if you work as a programmer) or your</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">school, if any, to sign a "copyright disclaimer" for the program, if</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">necessary. Here is a sample; alter the names:</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Yoyodyne, Inc., hereby disclaims all copyright interest in the program</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> `Gnomovision' (which makes passes at compilers) written by James Hacker.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> &lt;signature of Ty Coon&gt;, 1 April 1989</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"> Ty Coon, President of Vice</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">This General Public License does not permit incorporating your program into</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">proprietary programs. If your program is a subroutine library, you may</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">consider it more useful to permit linking proprietary applications with the</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">library. If this is what you want to do, use the GNU Library General</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;">Public License instead of this License.</p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Sans Serif; color:#000000;"></p></body></html> debian/dh_wraporig.local0000644000000000000000000000104011360162610012476 0ustar # later on should be changed to svn-upgrade # but now that would just annoy post_command= # # files/directories to delete. bash patterns delete_files='share/doc/html-rs.pdf share/vlc-*.tar.bz2' # # where to place the new tarball dest_dir=".." # # suffix to attach suffix_out=+dfsg # # for now we better simply create a symlink #do_orig_symlink=" pleasedo ;-) " # # do we need original tarball? I guess so for now, # if not - uncomment #do_delete_originals=" kill the beast " # # Create README.Debian-source do_create_readme=" of course " debian/fbx-playlist.dirs0000644000000000000000000000001011360162610012452 0ustar usr/bin debian/freeplayer.lintian-overrides0000644000000000000000000000010011360162610014667 0ustar # icon provided by vlc menu-icon-missing /usr/share/vlc/vlc.xpm debian/fbx-playlist.lintian-overrides0000644000000000000000000000030411360162610015155 0ustar # program uses french words (latin1 encoded): élément and ressource spelling-error-in-binary ./usr/bin/fbx-playlist ment meant spelling-error-in-binary ./usr/bin/fbx-playlist ressource resource debian/fbx-playlist.manpages0000644000000000000000000000002611360162610013313 0ustar debian/fbx-playlist.1 debian/fbx-playlist.install0000644000000000000000000000004711360162610013171 0ustar fbx-playlist-1.1/fbx-playlist usr/bin/ debian/source/0000755000000000000000000000000011360162610010462 5ustar debian/source/format0000644000000000000000000000001411360162610011670 0ustar 3.0 (quilt) debian/freeplayer.docs0000644000000000000000000000004611360162610012172 0ustar README share/doc/options-playlist.txt debian/README.Debian-source0000644000000000000000000000122111360162610012515 0ustar README on source packaging of freeplayer: -------------------------------------------------------------- The source tarball of the package was generated by dh_wraporig v.0.1.333 script which can be obtained from alioth's exppsy project repository: http://svn.debian.org/wsvn/pkg-exppsy/tools/dh_wraporig For this package dh_wraporig performed following actions: * Extracted files from md5:e766e9397001a43d64a6e0b0518a346a ../freeplayer_20070531.orig.tar.gz * Removed following files/directories: share/doc/html-rs.pdf share/vlc-*.tar.bz2 * Additional parameters for tar on tarball creation were: --exclude *~ * Afterwards command 'uupdate' was run debian/freeplayer.menu0000644000000000000000000000027011360162610012205 0ustar ?package(freeplayer):needs="X11" section="Applications/TV and Radio"\ title="VLC media player for FreeBox" command="/usr/bin/vlc-fbx" \ icon="/usr/share/vlc/vlc.xpm" hints="Video" debian/README.Debian0000644000000000000000000000160411360162610011224 0ustar freeplayer for Debian --------------------- This package is useless without a FreeBox, ie the modem of the French ADSL IP provider "Free" (http://www.free.fr) As such, most of the remainding documentation is in french. Debian does not allow vlc to encode MPEG-2 stream (see #440216 and #440508) so this version of freeplayer has been patched to ask vlc to encode in MPEG-1. This means that more resources (network bandwidth, ...) are required. The 'html-rs.pdf' has been removed from the upstream: no source (and no license) is provided. This file documents the HTML extension used by the freeplayer. You can get it in the upstream tarball if you really need it. As a repackaging was needed, the sources of the 'vlc' program was removed: vlc is already in the Debian distribution (so not recompiled in this package) -- Vincent Danjean Tue, 17 Jul 2007 07:57:42 +0200 debian/vlc-fbx.10000644000000000000000000000221211360162610010602 0ustar .\" Hey, EMACS: -*- nroff -*- .TH VLC-FBX 1 "juillet 17, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME vlc-fbx \- invoke vlc with correct options for the freebox .SH SYNOPSIS .B vlc-fbx .RI URL-to-play .SH DESCRIPTION This manual page documents briefly the .B vlc-fbx command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBvlc-fbx\fP is a wrapper around vlc so that video is played by the FreeBox .SH SEE ALSO .BR fbx-playlist (1). .SH AUTHOR vlc-fbx was written by Clement Vasseur. .PP This manual page was written by Vincent Danjean , for the Debian project (but may be used by others). debian/control0000644000000000000000000000211411360162610010563 0ustar Source: freeplayer Section: sound Priority: extra Maintainer: Vincent Danjean Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt (>= 0.46-7~), libqt4-dev Standards-Version: 3.8.4 Homepage: http://adsl.free.fr/multimedia/freeplayer/ Package: freeplayer Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, vlc (>= 0.8.6b) Description: wrapper around vlc for French ADSL FreeBox Freeplayer is a helper tool to allow the French ADSL FreeBox to use vlc and play/display the content of your computer on the TV linked to the FreeBox. . This package is useless without a FreeBox, ie the modem of the French ADSL IP provider "Free" (http://www.free.fr) Package: fbx-playlist Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: freeplayer Enhances: freeplayer Description: graphical editor for FreeBox playlist This program allows to create and edit playlist to be used by the freeplayer within a graphical (qt) environment. . This package is useless without a FreeBox, ie the modem of the French ADSL IP provider "Free" (http://www.free.fr) debian/changelog0000644000000000000000000000307111360162610011035 0ustar freeplayer (20070531+dfsg.1-3) unstable; urgency=low * Do not try to install files of arch all package when only arch any packages are built (Closes: #577232) -- Vincent Danjean Sat, 10 Apr 2010 22:53:27 +0200 freeplayer (20070531+dfsg.1-2) unstable; urgency=low [ Nobuhiro Iwamatsu ] * Update Makefile and add debian/patches/freeplayer_ftbfs.diff. (Closes: #533969) [ Vincent Danjean ] * Bump Standard-Version * Convert to dh7, quilt and 3.0 (quilt) source format * Force encoding into MPEG-1 instead of MPEG-2 (see #440216 and #440508) and document it in README.Debian * Fix command line options to vlc (Closes: #533409) * Add symlink freeplayer for vlc-fbx (Closes: #460877) -- Vincent Danjean Sat, 10 Apr 2010 12:57:26 +0200 freeplayer (20070531+dfsg.1-1) unstable; urgency=low * Repackaging to remove a pdf without sources nor licence vlc sources also removed (not used and this shrink the tarball of 98%) Again: Closes: #433727 [using a patched version of dh_wraporig] -- Vincent Danjean Wed, 15 Aug 2007 19:02:11 +0200 freeplayer (20070531-2) unstable; urgency=low * Initial official release. (Closes: #433727: ITP: freeplayer -- wrapper around vlc for French ADSL FreeBox - Debian Bug report logs) * fix typo in log description -- Vincent Danjean Mon, 23 Jul 2007 14:42:35 +0200 freeplayer (20070531-1) unstable; urgency=low * Initial release -- Vincent Danjean Tue, 17 Jul 2007 07:57:42 +0200 debian/freeplayer.links0000644000000000000000000000014011360162610012355 0ustar usr/bin/vlc-fbx usr/bin/freeplayer usr/share/man/man1/vlc-fbx.1 usr/share/man/man1/freeplayer.1