Skip to content

Commit dbcf3c8

Browse files
committed
Bump copyright dates for 2025
1 parent 6329b76 commit dbcf3c8

39 files changed

+39
-39
lines changed

Src/ActiveText.UHTMLRenderer.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides a class that renders active text as HTML.
99
}

Src/Browser.UHighlighter.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that highlights text in web browser that match a search criteria.
99
}

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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2024, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* CodeSnip application project file.
99
}

Src/FmAboutDlg.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements the program's About dialogue box.
99
}

Src/FmCompErrorDlg.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a dialogue box that displays compiler error and warning logs.
99
}

Src/FrHiliterPrefs.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame that allows the user to set syntax highlighter
99
* preferences.

Src/FrPrintingPrefs.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2007-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2007-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame that allows user to set printing preferences.
99
*

Src/FrRTFPreview.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame used to display previews of RTF documents.
99
}

Src/FrSourcePrefs.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 https://mozilla.org/MPL/2.0/
55
*
6-
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2025, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a frame that allows user to set source code preferences.
99
*

Src/Help/CodeSnip.hhp

Lines changed: 1 addition & 1 deletion
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 https://mozilla.org/MPL/2.0/
44
;
5-
; Copyright (C) 2005-2022, Peter Johnson (gravatar.com/delphidabbler).
5+
; Copyright (C) 2005-2025, Peter Johnson (gravatar.com/delphidabbler).
66
;
77
; CodeSnip help project file.
88

0 commit comments

Comments
 (0)