From ac850674a5599b876e4bd23bd10ca49009c43f17 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Feb 2012 23:32:48 +0100 Subject: [PATCH] *: License under GPL v3+. --- mplayer/config | 15 +++++++++++++++ setup.sh | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/mplayer/config b/mplayer/config index a7c0c96..88f24a2 100644 --- a/mplayer/config +++ b/mplayer/config @@ -5,6 +5,21 @@ # problems for DVDs (in /dev/dvd and stored on hard disk). Use the -cache # command line option where necessary. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file 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 3 of the License, or +# (at your option) any later version. +# +# This file 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 file. If not, see . + # Use xv (preferred, hardware accelerated) or x11 as video driver. vo=xv,x11 diff --git a/setup.sh b/setup.sh index fd0657e..69fbe87 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,21 @@ # Setup script for multimedia configuration files. +# Copyright (C) 2011-2012 Simon Ruderich +# +# 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 3 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, see . + . ../lib.sh -- 2.44.1