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.

Src/FrOverview.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-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a titled frame that displays lists of snippets, arranged in
99
* different ways, and manages user interaction with the displayed items.

Src/Help/HTML/reml.htm

Lines changed: 1 addition & 1 deletion
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 https://mozilla.org/MPL/2.0/
66
*
7-
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Help topic describing REML markup language.
1010
-->

Src/UCodeImportExport.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 import and export user defined snippets from and
99
* to XML.

Src/UConsts.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
* Defines various character, string and resource id constants.
99
}

Src/UEncodings.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-2021, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides support for certain character encodings used by the program.
99
}

Src/UGraphicUtils.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-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Utility routines used for working with graphics.
99
}

Src/UREMLDataIO.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 render and parse Routine Extra Markup Language (REML)
99
* code. This markup is used to read and store active text objects as used by

Src/URTFBuilder.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-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements various classes used to create content of a rich text document.
99
}

Src/URTFSnippetDoc.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 a class that renders a document that describes a snippet as rich
99
* text.

Src/URTFStyles.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
* Defines structures that encapsulate RTF styling elements.
99
}

Src/URTFUtils.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-2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Utility functions used when processing RTF.
99
}

Src/USnippetDoc.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 an abstract base class that renders a text document that describes
99
* a snippet. Should be overridden by classes that generate actual documents in

Src/USnippetExtraHelper.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 a class that helps with parsing of a snippet's extra property as
99
* active text and vice versa.

Src/USourceGen.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-2022, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2023, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a class that is used to generate Pascal source code containing
99
* specified database snippets.

Src/UStrUtils.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
* Unicode string utility routines.
99
*

Src/UTextSnippetDoc.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
* Implements a class that renders a document that describes a snippet as plain
99
* text.

0 commit comments

Comments
 (0)