From a12edf64ee5dee0c7c272dcb3b79366234dfaa63 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Thu, 29 Oct 2009 11:32:33 -0500 Subject: Switch to GPLv3+ instead of GPLv2+ --- cisco_ringtone_convert | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) mode change 100644 => 100755 cisco_ringtone_convert (limited to 'cisco_ringtone_convert') diff --git a/cisco_ringtone_convert b/cisco_ringtone_convert old mode 100644 new mode 100755 index 9cfc44a..4fa64b3 --- a/cisco_ringtone_convert +++ b/cisco_ringtone_convert @@ -3,9 +3,9 @@ # Copyright © 2009 Jeffrey C. Ollie # -# This program is free software; you can redistribute it and/or modify +# 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 +# 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 @@ -14,9 +14,8 @@ # 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 Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see +# . # Based upon code originally posted by Jono Bacon to his blog: # http://www.jonobacon.org/2006/12/27/using-gnonlin-with-gstreamer-and-python/ @@ -101,7 +100,7 @@ class Main: self.pipeline.set_state(gst.STATE_NULL) self.mainloop.quit() -parser = optparse.OptionParser(version='0.1') +parser = optparse.OptionParser(version='0.2') parser.add_option('-s', '--start', action = 'store', -- cgit