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:
@@ -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
|
||||
|
||||
@@ -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("")]
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user