From: Andrew Ruthven Date: Sat, 11 Apr 2009 08:52:35 +0000 (+1200) Subject: Oops, s/GPL v2/GPL v3/ in a few more locations. X-Git-Tag: 0.9.2~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20ec08f420674243d497c1dc31d9a5e1a96a155;p=mythtv-status.git Oops, s/GPL v2/GPL v3/ in a few more locations. Thanks to Jussi Lehtola for pointing this out. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 0d23a18..e0e165c 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # Copyright (c) 2007-2008 Andrew Ruthven -# This code is hereby licensed for public consumption under the GNU GPL v2. +# This code is hereby licensed for public consumption under the GNU GPL v3. # # 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., diff --git a/bin/mythtv_recording_now b/bin/mythtv_recording_now index c35eb82..b1deb79 100755 --- a/bin/mythtv_recording_now +++ b/bin/mythtv_recording_now @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Andrew Ruthven -# This code is hereby licensed for public consumption under the GNU GPL v2. +# This code is hereby licensed for public consumption under the GNU GPL v3. # # 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., diff --git a/bin/mythtv_recording_soon b/bin/mythtv_recording_soon index ce25726..5fc2195 100755 --- a/bin/mythtv_recording_soon +++ b/bin/mythtv_recording_soon @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (c) 2007-2008 Andrew Ruthven -# This code is hereby licensed for public consumption under the GNU GPL v2. +# This code is hereby licensed for public consumption under the GNU GPL v3. # # 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.,