Skip to content

Commit de13696

Browse files
committed
Bump copyright year in header comments
1 parent ee4594c commit de13696

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Src/CodeSnip.dpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* CodeSnip application project file.
99
}

Src/FmSplash.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2007-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2007-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements the program's splash screen.
99
}

Src/Res/HTML/dlg-about-program-tplt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
1010
* obtain one at http://mozilla.org/MPL/2.0/
1111
*
12-
* Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
12+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
1313
*
1414
* Template for content displayed in program tab of about dialog box.
1515
-->

Src/UClassHelpers.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides various class helpers for VCL classes.
99
}

Src/UGIFImageList.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
44
* obtain one at http://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2008-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Image list descendant that enables representations of GIF images loaded from
99
* HTML resource to be added. Resource names are mapped to image indices.

0 commit comments

Comments
 (0)