aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS8
-rw-r--r--configure.ac4
-rw-r--r--libid3tag/tag.c2
-rw-r--r--scheme/Makefile.am2
-rw-r--r--scheme/batch.scm2
-rw-r--r--scheme/dry-run.scm2
-rw-r--r--scheme/format.scm2
-rw-r--r--scheme/idest/batch/help.scm2
-rw-r--r--scheme/idest/batch/setlyrics.scm2
-rw-r--r--scheme/idest/batch/setpic.scm2
-rw-r--r--scheme/idest/format/framelist.scm2
-rw-r--r--scheme/idest/format/help.scm2
-rw-r--r--scheme/idest/format/lyrics.scm4
-rw-r--r--scheme/idest/format/pic.scm2
-rw-r--r--scheme/idest/format/shortlist.scm2
-rw-r--r--scheme/idest/list-modules.scm2
-rw-r--r--scheme/idest/load-module.scm2
-rw-r--r--src/Makefile.am2
-rw-r--r--src/backup.c2
-rw-r--r--src/cmdline.opt2
-rw-r--r--src/editem.c2
-rw-r--r--src/frametab.gperf2
-rw-r--r--src/getopt.m42
-rw-r--r--src/guile.c2
-rw-r--r--src/idest.h2
-rw-r--r--src/idop.c2
-rw-r--r--src/main.c2
-rw-r--r--src/slist.c2
-rw-r--r--src/utf8conv.c2
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/copy-v1-00.at2
-rw-r--r--tests/copy-v12-00.at2
-rw-r--r--tests/copy-v2-00.at2
-rw-r--r--tests/del-all-v1.at2
-rw-r--r--tests/del-all-v12.at2
-rw-r--r--tests/del-all-v2.at2
-rw-r--r--tests/del-frame-v1.at2
-rw-r--r--tests/del-frame-v2.at2
-rw-r--r--tests/delcomm.at2
-rw-r--r--tests/fmt-shortlist.at2
-rw-r--r--tests/framelist00.at2
-rw-r--r--tests/framelist01.at2
-rw-r--r--tests/framelist02.at2
-rw-r--r--tests/genfile.c2
-rw-r--r--tests/info-v1-00.at2
-rw-r--r--tests/info-v12-00.at2
-rw-r--r--tests/info-v2-00.at2
-rw-r--r--tests/list1.at2
-rw-r--r--tests/list2.at2
-rw-r--r--tests/lyrics00.at2
-rw-r--r--tests/pic00.at2
-rw-r--r--tests/pic01.at2
-rw-r--r--tests/query-v1-00.at2
-rw-r--r--tests/query-v1-01.at2
-rw-r--r--tests/query-v2-00.at2
-rw-r--r--tests/query-v2-01.at2
-rw-r--r--tests/query-v2-02.at2
-rw-r--r--tests/query-v2-03.at2
-rw-r--r--tests/query-v2-04.at2
-rw-r--r--tests/script00.at2
-rw-r--r--tests/script01.at2
-rw-r--r--tests/script02.at2
-rw-r--r--tests/script03.at2
-rw-r--r--tests/script04.at2
-rw-r--r--tests/script05.at2
-rw-r--r--tests/script06.at2
-rw-r--r--tests/script07.at2
-rw-r--r--tests/script08.at2
-rw-r--r--tests/set-v1-00.at2
-rw-r--r--tests/set-v1-01.at2
-rw-r--r--tests/set-v2-00.at2
-rw-r--r--tests/set-v2-01.at2
-rw-r--r--tests/setlyrics.at2
-rw-r--r--tests/setpic.at2
-rw-r--r--tests/settitle.at2
-rw-r--r--tests/shortlist.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
79 files changed, 84 insertions, 84 deletions
diff --git a/NEWS b/NEWS
index 11c88f9..2534bd7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
1IdEst -- history of user-visible changes. 2016-11-17 1IdEst -- history of user-visible changes. 2017-03-11
2Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 2Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5Please send bug reports to <bug-idest@gnu.org.ua> 5Please send bug reports to <bug-idest@gnu.org.ua>
6 6
7 7
8Version 2.0.90 (Git) 8Version 2.1 - 2017-03-11
9 9
10* Convert textual frames to/from the currently used character set 10* Convert textual frames to/from the currently used character set
11 11
@@ -269,7 +269,7 @@ Initial release.
269========================================================================= 269=========================================================================
270Copyright information: 270Copyright information:
271 271
272Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 272Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
273 273
274 Permission is granted to anyone to make or distribute verbatim copies 274 Permission is granted to anyone to make or distribute verbatim copies
275 of this document as received, in any medium, provided that the 275 of this document as received, in any medium, provided that the
diff --git a/configure.ac b/configure.ac
index d590639..35b2857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
1# -*- Autoconf -*- 1# -*- Autoconf -*-
2# This file is part of Idest. 2# This file is part of Idest.
3# Copyright (C) 2009-2011, 2015, 2016 Sergey Poznyakoff 3# Copyright (C) 2009-2011, 2015, 2016, 2017 Sergey Poznyakoff
4# 4#
5# Idest is free software; you can redistribute it and/or modify 5# Idest is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
16# along with Idest. If not, see <http://www.gnu.org/licenses/>. 16# along with Idest. If not, see <http://www.gnu.org/licenses/>.
17 17
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19AC_INIT([idest], [2.0.90], [bug-idest@gnu.org.ua]) 19AC_INIT([idest], [2.1], [bug-idest@gnu.org.ua])
20AC_CONFIG_SRCDIR([src/idest.h]) 20AC_CONFIG_SRCDIR([src/idest.h])
21AC_CONFIG_HEADER([config.h]) 21AC_CONFIG_HEADER([config.h])
22AC_CONFIG_AUX_DIR([build-aux]) 22AC_CONFIG_AUX_DIR([build-aux])
diff --git a/libid3tag/tag.c b/libid3tag/tag.c
index 80e59b8..18dee21 100644
--- a/libid3tag/tag.c
+++ b/libid3tag/tag.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * libid3tag - ID3 tag manipulation library 2 * libid3tag - ID3 tag manipulation library
3 * Copyright (C) 2000-2004 Underbit Technologies, Inc. 3 * Copyright (C) 2000-2004 Underbit Technologies, Inc.
4 * Copyright (C) 2015-2016 Sergey Poznyakoff 4 * Copyright (C) 2015-2017 Sergey Poznyakoff
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index 028a649..167c686 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of Idest 1# This file is part of Idest
2# Copyright (C) 2009-2011 Sergey Poznyakoff 2# Copyright (C) 2009-2011, 2017 Sergey Poznyakoff
3# 3#
4# Idest is free software; you can redistribute it and/or modify 4# Idest is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
diff --git a/scheme/batch.scm b/scheme/batch.scm
index 22a48c3..667b21f 100644
--- a/scheme/batch.scm
+++ b/scheme/batch.scm
@@ -1,5 +1,5 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; Idest is free software; you can redistribute it and/or modify 3;; Idest is free software; you can redistribute it and/or modify
4;; it under the terms of the GNU General Public License as published by 4;; it under the terms of the GNU General Public License as published by
5;; the Free Software Foundation; either version 3, or (at your option) 5;; the Free Software Foundation; either version 3, or (at your option)
diff --git a/scheme/dry-run.scm b/scheme/dry-run.scm
index 5fcc0ad..c86d79f 100644
--- a/scheme/dry-run.scm
+++ b/scheme/dry-run.scm
@@ -1,6 +1,6 @@
1;; dry-run.scm - run a script and show the frames it produces. 1;; dry-run.scm - run a script and show the frames it produces.
2;; This file is part of Idest 2;; This file is part of Idest
3;; Copyright (C) 2011, 2015 Sergey Poznyakoff 3;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
4;; Idest is free software; you can redistribute it and/or modify 4;; Idest is free software; you can redistribute it and/or modify
5;; it under the terms of the GNU General Public License as published by 5;; it under the terms of the GNU General Public License as published by
6;; the Free Software Foundation; either version 3, or (at your option) 6;; the Free Software Foundation; either version 3, or (at your option)
diff --git a/scheme/format.scm b/scheme/format.scm
index dc5b41b..97b4f35 100644
--- a/scheme/format.scm
+++ b/scheme/format.scm
@@ -1,5 +1,5 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; Idest is free software; you can redistribute it and/or modify 3;; Idest is free software; you can redistribute it and/or modify
4;; it under the terms of the GNU General Public License as published by 4;; it under the terms of the GNU General Public License as published by
5;; the Free Software Foundation; either version 3, or (at your option) 5;; the Free Software Foundation; either version 3, or (at your option)
diff --git a/scheme/idest/batch/help.scm b/scheme/idest/batch/help.scm
index 48891ce..b510c6a 100644
--- a/scheme/idest/batch/help.scm
+++ b/scheme/idest/batch/help.scm
@@ -1,5 +1,5 @@
1;; This file is part of Idest 1;; This file is part of Idest
2;; Copyright (C) 2011 Sergey Poznyakoff 2;; Copyright (C) 2011, 2017 Sergey Poznyakoff
3;; 3;;