aboutsummaryrefslogtreecommitdiff
path: root/src/getopt.m4
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-11-05 23:20:23 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-11-05 23:20:23 +0200
commit6f8dc538dab2a9284802b63e80fd4f03bb0dff34 (patch)
tree387372a6dc1c8e04aa81e19b19820c8d75351f67 /src/getopt.m4
parent353839b7a29a53aa754b98b02ede449c737a873a (diff)
downloadidest-6f8dc538dab2a9284802b63e80fd4f03bb0dff34.tar.gz
idest-6f8dc538dab2a9284802b63e80fd4f03bb0dff34.tar.bz2
Bugfixes.
1. Fix --convert option so it can be used to remove unnecessary ID3 formats (e.g. --convert=2). 2. Fix processing of unknown frames in Guile code. 3. Fix setpic and pic modules. * scheme/idest/batch/setpic.scm (read-picture): Use binary i/o. * scheme/idest/format/pic.scm (save-picture): Likewise. * scheme/idest/list-modules.scm: Minor changes. * src/frametab.gperf (frame_field_from_rawdata): New function. * src/getopt.m4: Update copyright years. * src/guile.c (set_frame_from_rawdata): Use frame_field_from_rawdata. * src/idest.h (frame_field_from_rawdata): New proto. * src/idop.c (set_tag_options): Always call id3_tag_options.
Diffstat (limited to 'src/getopt.m4')
-rw-r--r--src/getopt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/src/getopt.m4 b/src/getopt.m4
index 9267de2..2e8d01d 100644
--- a/src/getopt.m4
+++ b/src/getopt.m4
@@ -1,5 +1,5 @@
dnl This file is part of GNU Rush.
-dnl Copyright (C) 2007-2011 Sergey Poznyakoff.
+dnl Copyright (C) 2007-2011, 2015 Sergey Poznyakoff.
dnl
dnl GNU Rush is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
@@ -457,7 +457,7 @@ const char version_etc_copyright[] =
/* Do *not* mark this string for translation. %s is a copyright
symbol suitable for this locale, and %d is the copyright
year. */
- "Copyright %s 2005-2011 Sergey Poznyakoff";
+ "Copyright %s 2005-2011, 2015 Sergey Poznyakoff";
void
print_version_only(const char *program_version, FILE *stream)

Return to:

Send suggestions and report system problems to the System administrator.