Skip to content

Commit 2220634

Browse files
committed
Updated copyright dates to include 2023
Updated for all files that were updated to date in 2023 that had not already had the date updated.
1 parent 483496a commit 2220634

26 files changed

+26
-26
lines changed

Docs/Design/reml.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22

33
<!--
4-
* This file copyright (C) 2020-2021, Peter Johnson (gravatar.com/delphidabbler) and
4+
* This file copyright (C) 2020-2023, Peter Johnson (gravatar.com/delphidabbler) and
55
* is licensed under the MIT License: https://opensource.org/licenses/MIT
66
*
77
* DelphiDabbler Code Snippets Database Documentation: REML markup language

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-2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides a class that renders active text as HTML.
99
}

Src/ActiveText.UMain.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) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides interfaces, a factory class and implementation of "active text".
99
* Active text is text that can have actions performed on it. Actions may

Src/ActiveText.URTFRenderer.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) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a class and helpers that create RTF representations of active text
99
* with customised styling.

Src/ActiveText.UTextRenderer.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) 2012-2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements class that renders active text as plain text in fixed width, word
99
* wrapped paragraphs.

Src/ActiveText.UValidator.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) 2011-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2011-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a container record that provides methods to validate active text
99
* object.

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-2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* CodeSnip application project file.
99
}

Src/Compilers.USettings.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) 2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2022-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that reads and writes settings that apply to all compilers.
99
}

Src/DBIO.UXMLDataIO.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) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements classes that can read and write databases stored in XML format
99
* with associated source code files.

Src/FmSnippetsEditorDlg.FrActiveTextEditor.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) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2012-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* A frame that provides an editor for entering and ammending active text,
99
* either as plain text or in markup.

0 commit comments

Comments
 (0)