Skip to content

Commit 05ddea9

Browse files
delphidabblercahamo
authored and
cahamo
committed
Update copyright date range in header comments
1 parent 5a42221 commit 05ddea9

13 files changed

+13
-13
lines changed

Docs/Design/FileFormats/config.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Configuration Files
1111
-->

Docs/Design/FileFormats/export.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Export
1111
-->

Docs/Design/FileFormats/main-db.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Main Database
1111
-->

Docs/Design/FileFormats/user-db.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
66
* obtain one at http://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: User Database
1111
-->

Src/Compilers.UBDS.pas

+1-1
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) 2006-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that controls and provides information about Borland CodeGear and
99
* Embarcadero "BDS" Win32 compilers.

Src/Compilers.UGlobals.pas

+1-1
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
* Declares various types that describe the compiler and compilation results and
99
* defines interfaces to compiler objects.

Src/DBIO.UIniDataReader.pas

+1-1
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
* Implements code that reads the main CodeSnip database from .ini and .dat
99
* files.

Src/FrCodeGenPrefs.pas

+1-1
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) 2010-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2010-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame that allows user to set source code generation
99
* preferences.

Src/Help/HTML/about_compiler_checks.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic explaining compiler checks.
1010
-->

Src/Help/HTML/dlg_configcompilers.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
55
* obtain one at http://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic for Configure Compilers dialogue box.
1010
-->

Src/UXMLDocConsts.pas

+1-1
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
* Constants defined node names and attributes used in the various XML documents
99
* used by CodeSnip.

Src/VCodeSnip.vi

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at http://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2008-2020, Peter Johnson (gravatar.com/delphidabbler).
5+
; Copyright (C) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
66
;
77
; Version information description file for CodeSnip.
88

Src/VCodeSnipPortable.vi

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
; obtain one at http://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2012-2020, Peter Johnson (gravatar.com/delphidabbler).
5+
; Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
66
;
77
; Version information description file for the portable edition of CodeSnip
88

0 commit comments

Comments
 (0)