diff --git a/ChangeLog b/ChangeLog index 851b7a0..e2b383a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2022-12-03 Michael Herstine +2022-12-04 Michael Herstine + + scribbu release 0.6.22. + Updating boilerplate prior to releasing 0.6.22. + +2022-12-04 Michael Herstine Remove boost::filesystem in favor of std::filesystem. It turns-out that boost 1.74 introduced a bug in the @@ -18,6 +23,8 @@ bug, so I replaced the boost implementation with the std version throughout. + Also updated `ci.yml`. + 2022-11-25 Michael Herstine Fix SIGSTKSZ. diff --git a/README.org b/README.org index 1647a99..1acb7ff 100644 --- a/README.org +++ b/README.org @@ -59,8 +59,8 @@ scribbu can be invoked in a few ways: #+BEGIN_EXAMPLE scribbu - scribbu 0.6.21 - Copyright (C) 2017-2021 Michael Herstine + scribbu 0.6.22 + Copyright (C) 2017-2022 Michael Herstine You are in the Guile REPL; in your shell, type `info scribbu' for documentation. @@ -110,7 +110,7 @@ scribbu is supported on Linux & MacOS. It depends upon: scribbu is distributed as an Autotools source distribution, so installation is accomplished via the usual "configure, make, make install" incantations. General instructions may be found in [[INSTALL]]. -Begining with scribbu 0.6.20, binary packages for Debian & Arch are also available. +Begining with scribbu 0.6.22, binary packages for Debian & Arch are also available. Patches, suggestions & bug reports are welcome. diff --git a/admin/boilerplate b/admin/boilerplate index 34c68d9..9bc2b3f 100644 --- a/admin/boilerplate +++ b/admin/boilerplate @@ -1,4 +1,4 @@ # scribbu boilerplate as of release 0.6 -*- text -*- -version: 0.6.18 +version: 0.6.22 author: Michael Herstine email: sp1ff@pobox.com diff --git a/configure.ac b/configure.ac index d71ec3f..b20689c 100644 --- a/configure.ac +++ b/configure.ac @@ -53,6 +53,7 @@ AC_SEARCH_LIBS(ffi_call,ffi,AC_DEFINE([HAVE_FFI_CALL],[1], AC_CHECK_HEADERS([arpa/inet.h]) AC_CHECK_HEADERS([libintl.h]) AC_CHECK_HEADERS([stddef.h]) +AC_CHECK_HEADERS([stdint.h]) # Checks for typedefs, structures, and compiler characteristics. AC_CHECK_HEADER_STDBOOL diff --git a/doc/scribbu-dump.1 b/doc/scribbu-dump.1 index f9b638f..e1a6723 100644 --- a/doc/scribbu-dump.1 +++ b/doc/scribbu-dump.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2018-2021 Michael Herstine +.\" Copyright (C) 2018-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-dump 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-dump 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu-dump \- dump ID3 tags from one or more files .SH SYNOPSIS diff --git a/doc/scribbu-encodings.1 b/doc/scribbu-encodings.1 index 5e3024f..bb1f541 100644 --- a/doc/scribbu-encodings.1 +++ b/doc/scribbu-encodings.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2021 Michael Herstine +.\" Copyright (C) 2021-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-encodings 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-encodings 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu encodings \- List the character encodings supported by scribbu .SH SYNOPSIS diff --git a/doc/scribbu-genre.1 b/doc/scribbu-genre.1 index 5fe519a..1ad509c 100644 --- a/doc/scribbu-genre.1 +++ b/doc/scribbu-genre.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2020-2021 Michael Herstine +.\" Copyright (C) 2020-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-genre 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-genre 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu genre \- Set the genre for one or more files .SH SYNOPSIS diff --git a/doc/scribbu-m3u.1 b/doc/scribbu-m3u.1 index 1d8e102..0f1f27f 100644 --- a/doc/scribbu-m3u.1 +++ b/doc/scribbu-m3u.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2021 Michael Herstine +.\" Copyright (C) 2021-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-m3u 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-m3u 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu m3u \- M3U playlists from one or more files .SH SYNOPSIS diff --git a/doc/scribbu-popm.1 b/doc/scribbu-popm.1 index 51004d0..d727de6 100644 --- a/doc/scribbu-popm.1 +++ b/doc/scribbu-popm.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2019-2021 Michael Herstine +.\" Copyright (C) 2019-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-popm 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-popm 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu popm \- Manage the play count and/or popularimeter ID3v2 tags .SH SYNOPSIS diff --git a/doc/scribbu-rename.1 b/doc/scribbu-rename.1 index 3443642..249cbf0 100644 --- a/doc/scribbu-rename.1 +++ b/doc/scribbu-rename.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2018-2021 Michael Herstine +.\" Copyright (C) 2018-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-rename 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-rename 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu rename \- Rename files according to the ID3 tag attributes .SH SYNOPSIS diff --git a/doc/scribbu-report.1 b/doc/scribbu-report.1 index 6707bcd..7228098 100644 --- a/doc/scribbu-report.1 +++ b/doc/scribbu-report.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2018-2021 Michael Herstine +.\" Copyright (C) 2018-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu-report \- generate a report on one or more files' ID3 tags .SH SYNOPSIS diff --git a/doc/scribbu-split.1 b/doc/scribbu-split.1 index b3be604..20756fe 100644 --- a/doc/scribbu-split.1 +++ b/doc/scribbu-split.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2018-2021 Michael Herstine +.\" Copyright (C) 2018-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu-split \- split a file into ID3v2, track & ID3v1 pieces .SH SYNOPSIS diff --git a/doc/scribbu-text.1 b/doc/scribbu-text.1 index 065849e..1854a23 100644 --- a/doc/scribbu-text.1 +++ b/doc/scribbu-text.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2019-2021 Michael Herstine +.\" Copyright (C) 2019-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu-text 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu-text 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu-text \- Manage ID3v2 text frames .SH SYNOPSIS diff --git a/doc/scribbu.1 b/doc/scribbu.1 index 3cf60f9..ad866dd 100644 --- a/doc/scribbu.1 +++ b/doc/scribbu.1 @@ -1,7 +1,7 @@ -.\" Copyright (C) 2018-2021 Michael Herstine +.\" Copyright (C) 2018-2022 Michael Herstine .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. -.TH scribbu 1 2021-05-02 "scribbu 0.6.18" "scribbu Manual" +.TH scribbu 1 2022-12-04 "scribbu 0.6.22" "scribbu Manual" .SH NAME scribbu \- The extensible tool for tagging your music collection .SH SYNOPSIS diff --git a/doc/scribbu.texi b/doc/scribbu.texi index 11e5c4b..f5e4e48 100644 --- a/doc/scribbu.texi +++ b/doc/scribbu.texi @@ -12,7 +12,7 @@ @copying -Copyright @copyright{} 2018-2021 Michael Herstine +Copyright @copyright{} 2018-2022 Michael Herstine @quotation Permission is granted to copy, distribute and/or modify this document diff --git a/doc/version.texi b/doc/version.texi index a299c31..00fe612 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 29 November 2022 -@set UPDATED-MONTH November 2022 +@set UPDATED 4 December 2022 +@set UPDATED-MONTH December 2022 @set EDITION 0.6.22 @set VERSION 0.6.22 diff --git a/scheme/scribbu.scm b/scheme/scribbu.scm index 8517611..760c897 100644 --- a/scheme/scribbu.scm +++ b/scheme/scribbu.scm @@ -1,6 +1,6 @@ ;;;; scribbu.scm --- Scheme modules for scribbu -;;;; Copyright (C) 2019-2021 Michael Herstine +;;;; Copyright (C) 2019-2022 Michael Herstine ;;;; Author: Michael Herstine diff --git a/scribbu/charsets.cc b/scribbu/charsets.cc index 32a6352..d9fcd89 100644 --- a/scribbu/charsets.cc +++ b/scribbu/charsets.cc @@ -1,7 +1,7 @@ /** * \file charsets.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/charsets.hh b/scribbu/charsets.hh index 96d4fd9..4afcc07 100644 --- a/scribbu/charsets.hh +++ b/scribbu/charsets.hh @@ -1,7 +1,7 @@ /** * \file charsets.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/csv-pprinter.cc b/scribbu/csv-pprinter.cc index 371a3eb..e6a05e4 100644 --- a/scribbu/csv-pprinter.cc +++ b/scribbu/csv-pprinter.cc @@ -1,7 +1,7 @@ /** * \file csv-pprinter.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/csv-pprinter.hh b/scribbu/csv-pprinter.hh index 0e7c3da..adc6055 100644 --- a/scribbu/csv-pprinter.hh +++ b/scribbu/csv-pprinter.hh @@ -1,7 +1,7 @@ /** * \file csv-pprinter.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/dynwind-context.cc b/scribbu/dynwind-context.cc index 7adf5c8..84e43ca 100644 --- a/scribbu/dynwind-context.cc +++ b/scribbu/dynwind-context.cc @@ -1,7 +1,7 @@ /** * \file dynwind-context.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/dynwind-context.hh b/scribbu/dynwind-context.hh index f0c0c4f..e641f07 100644 --- a/scribbu/dynwind-context.hh +++ b/scribbu/dynwind-context.hh @@ -1,7 +1,7 @@ /** * \file dynwind-context.hh * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/errors.hh b/scribbu/errors.hh index a891881..0985148 100644 --- a/scribbu/errors.hh +++ b/scribbu/errors.hh @@ -1,7 +1,7 @@ /** * \file errors.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv2.cc b/scribbu/framesv2.cc index 4feaa58..f01b91e 100644 --- a/scribbu/framesv2.cc +++ b/scribbu/framesv2.cc @@ -1,7 +1,7 @@ /** * \file framesv2.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv2.hh b/scribbu/framesv2.hh index 7562e4d..fce9bf3 100644 --- a/scribbu/framesv2.hh +++ b/scribbu/framesv2.hh @@ -1,7 +1,7 @@ /** * \file framesv2.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv22.cc b/scribbu/framesv22.cc index a16ef3d..81a1eab 100644 --- a/scribbu/framesv22.cc +++ b/scribbu/framesv22.cc @@ -1,7 +1,7 @@ /** * \file framesv22.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv22.hh b/scribbu/framesv22.hh index ba9aed1..06e3043 100644 --- a/scribbu/framesv22.hh +++ b/scribbu/framesv22.hh @@ -1,7 +1,7 @@ /** * \file framesv22.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv23.cc b/scribbu/framesv23.cc index ffff987..6a30837 100644 --- a/scribbu/framesv23.cc +++ b/scribbu/framesv23.cc @@ -1,7 +1,7 @@ /** * \file framesv23.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv23.hh b/scribbu/framesv23.hh index 0cc196f..ce64430 100644 --- a/scribbu/framesv23.hh +++ b/scribbu/framesv23.hh @@ -1,7 +1,7 @@ /** * \file framesv23.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv24.cc b/scribbu/framesv24.cc index e7e0da3..245dfb7 100644 --- a/scribbu/framesv24.cc +++ b/scribbu/framesv24.cc @@ -1,7 +1,7 @@ /** * \file framesv24.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/framesv24.hh b/scribbu/framesv24.hh index dd2fecd..ac1e0e5 100644 --- a/scribbu/framesv24.hh +++ b/scribbu/framesv24.hh @@ -1,7 +1,7 @@ /** * \file framesv24.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * @@ -768,7 +768,7 @@ namespace scribbu { using namespace std; vector buf; comments::textb(back_inserter(buf)); - return buf.empty() ? string_type() : + return buf.empty() ? string_type() : id3v2_4_frame::as_str(&(buf[0]), buf.size(), unicode(), dst, rsp, src); } diff --git a/scribbu/id3v1.cc b/scribbu/id3v1.cc index 7dae152..ed151b2 100644 --- a/scribbu/id3v1.cc +++ b/scribbu/id3v1.cc @@ -1,7 +1,7 @@ /** * \file id3v1.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v1.hh b/scribbu/id3v1.hh index f5acac0..dbd7c25 100644 --- a/scribbu/id3v1.hh +++ b/scribbu/id3v1.hh @@ -1,7 +1,7 @@ /** * \file id3v1.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v2-utils.cc b/scribbu/id3v2-utils.cc index 34e9f54..3e4437e 100644 --- a/scribbu/id3v2-utils.cc +++ b/scribbu/id3v2-utils.cc @@ -1,7 +1,7 @@ /** * \file id3v2-utils.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v2-utils.hh b/scribbu/id3v2-utils.hh index b59728b..d2e7bdd 100644 --- a/scribbu/id3v2-utils.hh +++ b/scribbu/id3v2-utils.hh @@ -1,7 +1,7 @@ /** * \file id3v2-utils.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v2.cc b/scribbu/id3v2.cc index 496ead1..10ca2af 100644 --- a/scribbu/id3v2.cc +++ b/scribbu/id3v2.cc @@ -1,7 +1,7 @@ /** * \file id3v2.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v2.hh b/scribbu/id3v2.hh index f0c6bc4..362ce41 100644 --- a/scribbu/id3v2.hh +++ b/scribbu/id3v2.hh @@ -1,7 +1,7 @@ /** * \file id3v2.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * @@ -130,7 +130,7 @@ * sequences of the form $FF 00 should be interpreted as just $FF. * * ID2v2.3 introduced an extended header, which is *not* sync-safe, and - * padding, which *is* (padding bytes must always be $00). In section 3.2 + * padding, which *is* (padding bytes must always be $00). In section 3.2 * \ref scribbu_id3v2_refs_4 "[4]" the specification explicitly notes that the * extended header \em is subject to unsynchronisation. Therefore, in the end, * ID3v2.3 tags are deserialized in the same way as ID3v2.2: once the header is diff --git a/scribbu/id3v22.cc b/scribbu/id3v22.cc index 0ad9535..31f579e 100644 --- a/scribbu/id3v22.cc +++ b/scribbu/id3v22.cc @@ -1,7 +1,7 @@ /** * \file id3v22.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v22.hh b/scribbu/id3v22.hh index 5a65639..0d1e001 100644 --- a/scribbu/id3v22.hh +++ b/scribbu/id3v22.hh @@ -1,7 +1,7 @@ /** * \file id3v22.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v23.cc b/scribbu/id3v23.cc index 0b74448..629cab9 100644 --- a/scribbu/id3v23.cc +++ b/scribbu/id3v23.cc @@ -1,7 +1,7 @@ /** * \file id3v23.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * @@ -589,7 +589,7 @@ scribbu::id3v2_3_tag::needs_unsynchronisation() const } return false; - + } /** diff --git a/scribbu/id3v23.hh b/scribbu/id3v23.hh index a9e3ff8..046e0d8 100644 --- a/scribbu/id3v23.hh +++ b/scribbu/id3v23.hh @@ -1,7 +1,7 @@ /** * \file id3v23.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v24.cc b/scribbu/id3v24.cc index 291484c..73b1242 100644 --- a/scribbu/id3v24.cc +++ b/scribbu/id3v24.cc @@ -1,7 +1,7 @@ /** * \file id3v24.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/id3v24.hh b/scribbu/id3v24.hh index 4d24a55..e3d69a2 100644 --- a/scribbu/id3v24.hh +++ b/scribbu/id3v24.hh @@ -1,7 +1,7 @@ /** * \file id3v24.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/mp3.cc b/scribbu/mp3.cc index 49bdbad..043f940 100644 --- a/scribbu/mp3.cc +++ b/scribbu/mp3.cc @@ -1,7 +1,7 @@ /** * \file mp3.cc * - * Copyright (C) 2021 Michael Herstine + * Copyright (C) 2021-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/mp3.hh b/scribbu/mp3.hh index dfe3899..1d09e32 100644 --- a/scribbu/mp3.hh +++ b/scribbu/mp3.hh @@ -1,7 +1,7 @@ /** * \file mp3.hh * - * Copyright (C) 2021 Michael Herstine + * Copyright (C) 2021-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/ostream.cc b/scribbu/ostream.cc index 03b2623..f25c45e 100644 --- a/scribbu/ostream.cc +++ b/scribbu/ostream.cc @@ -1,7 +1,7 @@ /** * \file ostream.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/ostream.hh b/scribbu/ostream.hh index d342301..caa4401 100644 --- a/scribbu/ostream.hh +++ b/scribbu/ostream.hh @@ -1,7 +1,7 @@ /** * \file ostream.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/pprinter.cc b/scribbu/pprinter.cc index 2ecec67..745ed46 100644 --- a/scribbu/pprinter.cc +++ b/scribbu/pprinter.cc @@ -1,7 +1,7 @@ /** * \file pprinter.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/pprinter.hh b/scribbu/pprinter.hh index ed7551b..a446d87 100644 --- a/scribbu/pprinter.hh +++ b/scribbu/pprinter.hh @@ -1,7 +1,7 @@ /** * \file pprinter.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/scheme-serde.cc b/scribbu/scheme-serde.cc index 47dafd0..9686357 100644 --- a/scribbu/scheme-serde.cc +++ b/scribbu/scheme-serde.cc @@ -1,7 +1,7 @@ /** * \file scheme-serde.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/scheme-serde.hh b/scribbu/scheme-serde.hh index 79437af..c9e990f 100644 --- a/scribbu/scheme-serde.hh +++ b/scribbu/scheme-serde.hh @@ -1,7 +1,7 @@ /** * \file scheme-serde.hh * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/scheme.cc b/scribbu/scheme.cc index 5ee9f7e..cc7f0da 100644 --- a/scribbu/scheme.cc +++ b/scribbu/scheme.cc @@ -1,7 +1,7 @@ /** * \file scheme.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * @@ -48,8 +48,8 @@ using scribbu::scheme_serde_dispatcher; // utility code // /////////////////////////////////////////////////////////////////////////////// -#define AUTHOR "Michael Herstine" -#define COPYRIGHT "2017-2021" +#define AUTHOR "Michael Herstine" +#define COPYRIGHT "2017-2022" #define READ_ID3V1_TAG "read-id3v1-tag" #define READ_TAGSET "read-tagset" #define WITH_TRACK_IN "with-track-in" diff --git a/scribbu/scheme.hh b/scribbu/scheme.hh index eb67772..6b4260d 100644 --- a/scribbu/scheme.hh +++ b/scribbu/scheme.hh @@ -1,7 +1,7 @@ /** * \file scheme.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/scribbu.cc b/scribbu/scribbu.cc index 7d6bce3..cfdd24a 100644 --- a/scribbu/scribbu.cc +++ b/scribbu/scribbu.cc @@ -1,7 +1,7 @@ /** * \file scribbu.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/scribbu.hh b/scribbu/scribbu.hh index d2fe5b2..64ad1f7 100644 --- a/scribbu/scribbu.hh +++ b/scribbu/scribbu.hh @@ -1,7 +1,7 @@ /** * \file scribbu.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tagset.cc b/scribbu/tagset.cc index e647e4e..a46c720 100644 --- a/scribbu/tagset.cc +++ b/scribbu/tagset.cc @@ -1,7 +1,7 @@ /** * \file tagset.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tagset.hh b/scribbu/tagset.hh index f18638b..8072614 100644 --- a/scribbu/tagset.hh +++ b/scribbu/tagset.hh @@ -1,7 +1,7 @@ /** * \file tagset.hh * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tbt-lexer.ll b/scribbu/tbt-lexer.ll index 9cfff3d..de54b4a 100644 --- a/scribbu/tbt-lexer.ll +++ b/scribbu/tbt-lexer.ll @@ -8,7 +8,7 @@ * Note that this will be processed into a .cc file by autoconf. * * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tbt-parser.yy b/scribbu/tbt-parser.yy index 8a50019..188d5c2 100644 --- a/scribbu/tbt-parser.yy +++ b/scribbu/tbt-parser.yy @@ -7,7 +7,7 @@ * * Note that this will be processed into a .cc file by autoconf. * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tbt-support.cc b/scribbu/tbt-support.cc index bd949c1..f54e0b8 100644 --- a/scribbu/tbt-support.cc +++ b/scribbu/tbt-support.cc @@ -1,7 +1,7 @@ /** * \file tbt-support.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tbt-support.hh b/scribbu/tbt-support.hh index ec78600..903e096 100644 --- a/scribbu/tbt-support.hh +++ b/scribbu/tbt-support.hh @@ -1,7 +1,7 @@ /** * \file tbt-support.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tdf-pprinter.cc b/scribbu/tdf-pprinter.cc index 6bd676c..cb3b55f 100644 --- a/scribbu/tdf-pprinter.cc +++ b/scribbu/tdf-pprinter.cc @@ -1,7 +1,7 @@ /** * \file tdf-pprinter.hh * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/tdf-pprinter.hh b/scribbu/tdf-pprinter.hh index def70f7..b9d3842 100644 --- a/scribbu/tdf-pprinter.hh +++ b/scribbu/tdf-pprinter.hh @@ -1,7 +1,7 @@ /** * \file tdf-pprinter.hh * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/winamp-genres.cc b/scribbu/winamp-genres.cc index 0f11883..0b8b9f8 100644 --- a/scribbu/winamp-genres.cc +++ b/scribbu/winamp-genres.cc @@ -1,7 +1,7 @@ /** * \file winamp-genres.cc * - * Copyright (C) 2020-2021 Michael Herstine + * Copyright (C) 2020-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/scribbu/winamp-genres.hh b/scribbu/winamp-genres.hh index 1894401..f79eb96 100644 --- a/scribbu/winamp-genres.hh +++ b/scribbu/winamp-genres.hh @@ -1,7 +1,7 @@ /** * \file winamp-genres.hh * - * Copyright (C) 2020-2021 Michael Herstine + * Copyright (C) 2020-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/command-utilities.cc b/src/command-utilities.cc index 161a370..b02dd88 100644 --- a/src/command-utilities.cc +++ b/src/command-utilities.cc @@ -4,7 +4,7 @@ * \brief Assorted utilities for scribbu & its sub-commands * * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/command-utilities.hh b/src/command-utilities.hh index a7a7014..6d77e2a 100644 --- a/src/command-utilities.hh +++ b/src/command-utilities.hh @@ -4,7 +4,7 @@ * \brief Assorted utilities for scribbu & its sub-commands * * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/dump.cc b/src/dump.cc index 63374d6..df383ba 100644 --- a/src/dump.cc +++ b/src/dump.cc @@ -1,7 +1,7 @@ /** * \file dump.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/encodings.cc b/src/encodings.cc index fe5ab09..fc38434 100644 --- a/src/encodings.cc +++ b/src/encodings.cc @@ -1,7 +1,7 @@ /** * \file encodings.cc * - * Copyright (C) 2021 Michael Herstine + * Copyright (C) 2021-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/genre.cc b/src/genre.cc index db90e5f..875aa30 100644 --- a/src/genre.cc +++ b/src/genre.cc @@ -1,7 +1,7 @@ /** * \file genre.cc * - * Copyright (C) 2020-2021 Michael Herstine + * Copyright (C) 2020-2022 Michael Herstine * * This file is part of scribbu. * @@ -58,7 +58,7 @@ give the -P or --no-pager option to avoid that). scribbu genre -g GENRE will attempt to map to map the string GENRE to one of the Winamp genres using -Damerau-Levenshtein distance, but disregarding case. For instance +Damerau-Levenshtein distance, but disregarding case. For instance scribbu genre -g rok @@ -82,8 +82,8 @@ The operation can also be scoped by tag: This brings up the question of what to do if there is no ID3v1 and/or no ID3v2 tag. By default, in the absence of a tag, nothing will be done (so if invoked, for instance, on a file with neither an ID3v1 nor an ID3v2 tag, this sub-command -would do nothing; this is not necessarily a degenerate case-- imagine this -sub-command being invoked on a directory containing non-music files). This +would do nothing; this is not necessarily a degenerate case-- imagine this +sub-command being invoked on a directory containing non-music files). This behavior can be customized by the following flags: -c,--create-v2 create an ID3v2.3 tag & add a TCON frame to it for any @@ -100,7 +100,7 @@ behavior can be customized by the following flags: -A,--always-create-v1 create an ID3v1 tag & set its genre field appropriately for any file that does not have an ID3v1 tag, regardless of the presence or absence of an ID3v2 - tag; use this with caution when operating on + tag; use this with caution when operating on directories, or you may find assorted, non-musical files have had ID3v1 tags appended to them diff --git a/src/m3u.cc b/src/m3u.cc index ee94c9c..ff0b90e 100644 --- a/src/m3u.cc +++ b/src/m3u.cc @@ -1,7 +1,7 @@ /** * \file m3u.cc * - * Copyright (C) 2021 Michael Herstine + * Copyright (C) 2021-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/popm.cc b/src/popm.cc index 6ad930a..c77c220 100644 --- a/src/popm.cc +++ b/src/popm.cc @@ -1,7 +1,7 @@ /** * \file popm.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/rename.cc b/src/rename.cc index 4d20091..bdcda75 100644 --- a/src/rename.cc +++ b/src/rename.cc @@ -1,7 +1,7 @@ /** * \file rename.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/report.cc b/src/report.cc index 41efdaa..0749259 100644 --- a/src/report.cc +++ b/src/report.cc @@ -1,7 +1,7 @@ /** * \file report.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/scribbu.cc b/src/scribbu.cc index 0387e6c..1ed92f4 100644 --- a/src/scribbu.cc +++ b/src/scribbu.cc @@ -1,7 +1,7 @@ /** * \file scribbu.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/split.cc b/src/split.cc index 8654273..742688a 100644 --- a/src/split.cc +++ b/src/split.cc @@ -1,7 +1,7 @@ /** * \file split.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/src/text.cc b/src/text.cc index 53f2827..e351afd 100644 --- a/src/text.cc +++ b/src/text.cc @@ -1,7 +1,7 @@ /** * \file text.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * @@ -267,7 +267,7 @@ set_text::process_v1(scribbu::id3v1_tag &v1) } }); - return num_deltas != 0; + return num_deltas != 0; } /// Process an ID3v2.2 tag diff --git a/src/xtag.cc b/src/xtag.cc index 6ef408c..994d5ae 100644 --- a/src/xtag.cc +++ b/src/xtag.cc @@ -1,7 +1,7 @@ /** * \file xtag.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/charsets.cc b/test/charsets.cc index 766e951..1e13257 100644 --- a/test/charsets.cc +++ b/test/charsets.cc @@ -1,7 +1,7 @@ /** * \file charsets.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/csv-pprinter.cc b/test/csv-pprinter.cc index 8a0c66f..abd067b 100644 --- a/test/csv-pprinter.cc +++ b/test/csv-pprinter.cc @@ -1,7 +1,7 @@ /** * \file csv-pprinter.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/framesv2.cc b/test/framesv2.cc index 0d98857..6960e79 100644 --- a/test/framesv2.cc +++ b/test/framesv2.cc @@ -1,7 +1,7 @@ /** * \file framesv2.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/framesv22.cc b/test/framesv22.cc index 5009fc3..ae1b7f8 100644 --- a/test/framesv22.cc +++ b/test/framesv22.cc @@ -1,7 +1,7 @@ /** * \file framesv22.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/framesv23.cc b/test/framesv23.cc index 608bb57..af00e61 100644 --- a/test/framesv23.cc +++ b/test/framesv23.cc @@ -1,7 +1,7 @@ /** * \file framesv23.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/framesv24.cc b/test/framesv24.cc index 8a13a21..f5e3eee 100644 --- a/test/framesv24.cc +++ b/test/framesv24.cc @@ -1,7 +1,7 @@ /** * \file framesv24.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v1.cc b/test/id3v1.cc index b211564..9ddf8d8 100644 --- a/test/id3v1.cc +++ b/test/id3v1.cc @@ -1,7 +1,7 @@ /** * \file id3v1.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v2-edit.cc b/test/id3v2-edit.cc index fd412f0..15f71aa 100644 --- a/test/id3v2-edit.cc +++ b/test/id3v2-edit.cc @@ -1,7 +1,7 @@ /** * \file id3v2-edit.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v2-utils.cc b/test/id3v2-utils.cc index da73509..fbd7525 100644 --- a/test/id3v2-utils.cc +++ b/test/id3v2-utils.cc @@ -1,7 +1,7 @@ /** * \file id3v2-utils.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v2.cc b/test/id3v2.cc index 6a031d0..fabeed2 100644 --- a/test/id3v2.cc +++ b/test/id3v2.cc @@ -1,7 +1,7 @@ /** * \file id3v2.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v22.cc b/test/id3v22.cc index 0686740..a6e57bd 100644 --- a/test/id3v22.cc +++ b/test/id3v22.cc @@ -1,7 +1,7 @@ /** * \file id3v22.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v23.cc b/test/id3v23.cc index 0ec4f0c..9b8da6e 100644 --- a/test/id3v23.cc +++ b/test/id3v23.cc @@ -1,7 +1,7 @@ /** * \file id3v23.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/id3v24.cc b/test/id3v24.cc index 08a3613..11cf559 100644 --- a/test/id3v24.cc +++ b/test/id3v24.cc @@ -1,7 +1,7 @@ /** * \file id3v24.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/mp3.cc b/test/mp3.cc index dfc3fd7..824d770 100644 --- a/test/mp3.cc +++ b/test/mp3.cc @@ -1,7 +1,7 @@ /** * \file mp3.cc * - * Copyright (C) 2021 Michael Herstine + * Copyright (C) 2021-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/ostream.cc b/test/ostream.cc index ee0a00f..df8497e 100644 --- a/test/ostream.cc +++ b/test/ostream.cc @@ -1,7 +1,7 @@ /** * \file ostream.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/pprinter.cc b/test/pprinter.cc index 684c420..aed8cba 100644 --- a/test/pprinter.cc +++ b/test/pprinter.cc @@ -1,7 +1,7 @@ /** * \file pprinter.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/scribbu.cc b/test/scribbu.cc index 927e299..73b6fc6 100644 --- a/test/scribbu.cc +++ b/test/scribbu.cc @@ -1,7 +1,7 @@ /** * \file scribbu.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/tagset.cc b/test/tagset.cc index aa87d92..7a02f5a 100644 --- a/test/tagset.cc +++ b/test/tagset.cc @@ -1,7 +1,7 @@ /** * \file tagset.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/tdf-pprinter.cc b/test/tdf-pprinter.cc index 1558923..af7dd8d 100644 --- a/test/tdf-pprinter.cc +++ b/test/tdf-pprinter.cc @@ -1,7 +1,7 @@ /** * \file csv-pprinter.cc * - * Copyright (C) 2019-2021 Michael Herstine + * Copyright (C) 2019-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/test-cleanup-encoded-by.scm b/test/test-cleanup-encoded-by.scm index 524369e..f1db0c3 100755 --- a/test/test-cleanup-encoded-by.scm +++ b/test/test-cleanup-encoded-by.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test-cleanup-encoded-by.scm ;;;; -;;;; Copyright (C) 2015-2021 Michael Herstine +;;;; Copyright (C) 2015-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/test-cleanup-from-audacity.scm b/test/test-cleanup-from-audacity.scm index 02e7b57..9ed6dda 100644 --- a/test/test-cleanup-from-audacity.scm +++ b/test/test-cleanup-from-audacity.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test-cleanup-from-audacity.scm ;;;; -;;;; Copyright (C) 2015-2021 Michael Herstine +;;;; Copyright (C) 2015-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/test-frames-from-scheme.scm b/test/test-frames-from-scheme.scm index 119283b..c11bcaf 100644 --- a/test/test-frames-from-scheme.scm +++ b/test/test-frames-from-scheme.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test-frames-from-scheme.scm ;;;; -;;;; Copyright (C) 2019-2021 Michael Herstine +;;;; Copyright (C) 2019-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/test-fs-generator.scm b/test/test-fs-generator.scm index 31d3951..8c19c27 100644 --- a/test/test-fs-generator.scm +++ b/test/test-fs-generator.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test-fs-generator.scm ;;;; -;;;; Copyright (C) 2015-2021 Michael Herstine +;;;; Copyright (C) 2015-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/test-tagsets-from-scheme.scm b/test/test-tagsets-from-scheme.scm index c85c91c..79ac3bf 100644 --- a/test/test-tagsets-from-scheme.scm +++ b/test/test-tagsets-from-scheme.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test-tagsets-from-scheme.scm ;;;; -;;;; Copyright (C) 2019-2021 Michael Herstine +;;;; Copyright (C) 2019-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/test.scm b/test/test.scm index eca6243..acf4e26 100644 --- a/test/test.scm +++ b/test/test.scm @@ -1,7 +1,7 @@ ;;;; ;;;; test.scm ;;;; -;;;; Copyright (C) 2015-2021 Michael Herstine +;;;; Copyright (C) 2015-2022 Michael Herstine ;;;; ;;;; This file is part of scribbu. ;;;; diff --git a/test/unit.cc b/test/unit.cc index 46b3e1b..910a434 100644 --- a/test/unit.cc +++ b/test/unit.cc @@ -1,7 +1,7 @@ /** * \file unit.cc * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/unit.hh b/test/unit.hh index 8c97b8c..bd42329 100644 --- a/test/unit.hh +++ b/test/unit.hh @@ -1,7 +1,7 @@ /** * \file unit.hh * - * Copyright (C) 2015-2021 Michael Herstine + * Copyright (C) 2015-2022 Michael Herstine * * This file is part of scribbu. * diff --git a/test/winamp-genres.cc b/test/winamp-genres.cc index b2a67c4..b91df6e 100644 --- a/test/winamp-genres.cc +++ b/test/winamp-genres.cc @@ -1,7 +1,7 @@ /** * \file winamp-genres.cc * - * Copyright (C) 2020-2021 Michael Herstine + * Copyright (C) 2020-2022 Michael Herstine * * This file is part of scribbu. *