mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Bump copyright year to 2021
- Substitute occurrences of "-2020" with "-2021" using: git grep -I -l -e '-2020' -- ':(exclude)*.bak' | xargs \ sed -b -i -e 's/-2020/-2021/g'
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<Product>CUETools</Product>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Description>A tool for encoding and decoding ALAC.</Description>
|
||||
<Copyright>Copyright (c) 2008-2020 Grigory Chudov</Copyright>
|
||||
<Copyright>Copyright (c) 2008-2021 Grigory Chudov</Copyright>
|
||||
<Authors>Grigory Chudov</Authors>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<OutputPath>..\bin\$(Configuration)\</OutputPath>
|
||||
|
||||
@@ -143,7 +143,7 @@ namespace CUETools.ALACEnc
|
||||
|
||||
if (!quiet)
|
||||
{
|
||||
Console.WriteLine("CUETools.ALACEnc, Copyright (C) 2009-2020 Grigory Chudov.");
|
||||
Console.WriteLine("CUETools.ALACEnc, Copyright (C) 2009-2021 Grigory Chudov.");
|
||||
Console.WriteLine("Based on ffdshow ALAC audio encoder");
|
||||
Console.WriteLine("Copyright (c) 2008 Jaikrishnan Menon, <realityman@gmx.net>");
|
||||
Console.WriteLine("This is free software under the GNU GPLv3+ license; There is NO WARRANTY, to");
|
||||
|
||||
Reference in New Issue
Block a user