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:
Wolfgang Stöggl
2021-01-05 20:19:53 +01:00
parent 3ee5fec963
commit d4dd402961
73 changed files with 77 additions and 77 deletions

View File

@@ -2,7 +2,7 @@
CUETools:
--------------------------------------------------------------------------------
Copyright (C) 2006-2008 Moitah (moitah@yahoo.com)
Copyright (C) 2008-2020 Gregory S. Chudov (gchudov@gmail.com)
Copyright (C) 2008-2021 Gregory S. Chudov (gchudov@gmail.com)
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

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright 2006-2007 Moitah, 2008-2020 Greg Chudov")]
[assembly: AssemblyCopyright("Copyright 2006-2007 Moitah, 2008-2021 Greg Chudov")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@@ -270,7 +270,7 @@ hdcd.dll (c) Christopher Key</value>
<value>6</value>
</data>
<data name="linkLabel3.Text" xml:space="preserve">
<value>Copyright 2008-2020 Grigory Chudov, gchudov@gmail.com</value>
<value>Copyright 2008-2021 Grigory Chudov, gchudov@gmail.com</value>
</data>
<data name="linkLabel3.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleCenter</value>

View File

@@ -159,7 +159,7 @@ hdcd.dll (c) Christopher Key
<value>309, 17</value>
</data>
<data name="linkLabel3.Text" xml:space="preserve">
<value>Copyright 2008-2020 Григорий Чудов, gchudov@gmail.com</value>
<value>Copyright 2008-2021 Григорий Чудов, gchudov@gmail.com</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>439, 296</value>

View File

@@ -2,7 +2,7 @@
//
// CUE Tools
// Copyright (C) 2006-2007 Moitah (moitah@yahoo.com)
// Copyright (C) 2008-2020 Gregory S. Chudov (gchudov@gmail.com)
// Copyright (C) 2008-2021 Gregory S. Chudov (gchudov@gmail.com)
//
// 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