From c20ec08f420674243d497c1dc31d9a5e1a96a155 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sat, 11 Apr 2009 20:52:35 +1200 Subject: [PATCH] Oops, s/GPL v2/GPL v3/ in a few more locations. Thanks to Jussi Lehtola for pointing this out. --- bin/mythtv-status | 2 +- bin/mythtv_recording_now | 2 +- bin/mythtv_recording_soon | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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., -- 2.30.2