We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72a505 commit 7218522Copy full SHA for 7218522
binmerge
@@ -5,7 +5,7 @@
5
# Takes a cue sheet with multiple binary track files and merges them together,
6
# generating a corrected cue sheet in the process.
7
#
8
-# Copyright (C) 2020 Chris Putnam
+# Copyright (C) 2021 Chris Putnam
9
10
# This program is free software; you can redistribute it and/or modify
11
# it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ VERBOSE = False
31
def print_license():
32
print(textwrap.dedent("""
33
binmerge
34
- Copyright (C) 2020 Chris Putnam
+ Copyright (C) 2021 Chris Putnam
35
36
This program is free software; you can redistribute it and/or modify
37
it under the terms of the GNU General Public License as published by
0 commit comments