From e7d81b5fac9e8fd55e810fc7f3766ae2b9ea7aa9 Mon Sep 17 00:00:00 2001 From: Chris Putnam Date: Wed, 31 Jan 2024 14:25:22 -0600 Subject: [PATCH] update copyright notice --- binmerge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binmerge b/binmerge index 1845498..c377fe0 100755 --- a/binmerge +++ b/binmerge @@ -5,7 +5,7 @@ # Takes a cue sheet with multiple binary track files and merges them together, # generating a corrected cue sheet in the process. # -# Copyright (C) 2023 Chris Putnam +# Copyright (C) 2024 Chris Putnam # # 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 @@ -31,7 +31,7 @@ VERBOSE = False def print_license(): print(textwrap.dedent(""" binmerge - Copyright (C) 2023 Chris Putnam + Copyright (C) 2024 Chris Putnam 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