summaryrefslogtreecommitdiffstats
path: root/cisco_ringtone_convert
diff options
context:
space:
mode:
Diffstat (limited to 'cisco_ringtone_convert')
-rwxr-xr-x[-rw-r--r--]cisco_ringtone_convert11
1 files changed, 5 insertions, 6 deletions
diff --git a/cisco_ringtone_convert b/cisco_ringtone_convert
index 9cfc44a..4fa64b3 100644..100755
--- 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
+# <http://www.gnu.org/licenses/>.
# 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',