Skip to content

Commit 7d7f69a

Browse files
committed
Update copyright date ranges
Updated header copyright comments to include 2021 in all files updated in 2021 that didn't already have that date updated. Just in time before 2022!
2 parents 88a2f94 + 12aa289 commit 7d7f69a

File tree

451 files changed

+447
-447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

451 files changed

+447
-447
lines changed

Build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* v. 2.0. If a copy of the MPL was not distributed with this file, You can
77
* obtain one at https://mozilla.org/MPL/2.0/
88
*
9-
* Copyright (C) 2009-2020, Peter Johnson (gravatar.com/delphidabbler).
9+
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
1010
*
1111
* Instructions for building CodeSnip from source.
1212
-->

Docs/Design/FileFormats/backup.html

Lines changed: 1 addition & 1 deletion
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 https://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: Backup Files.
1111
-->

Docs/Design/FileFormats/favourites.html

Lines changed: 1 addition & 1 deletion
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 https://mozilla.org/MPL/2.0/
77
*
8-
* Copyright (C) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
8+
* Copyright (C) 2013-2021, Peter Johnson (gravatar.com/delphidabbler).
99
*
1010
* CodeSnip File Format Documentation: Favourites Files
1111
-->

Docs/Design/FileFormats/index.html

Lines changed: 1 addition & 1 deletion
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 https://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: Index File
1111
-->

Docs/Design/FileFormats/main.css

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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2012-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* CodeSnip File Format Documentation: CSS used by all documentation HTML files.
99
*/

Docs/Design/FileFormats/saved.html

Lines changed: 1 addition & 1 deletion
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 https://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: Saved Files
1111
-->

Docs/Design/FileFormats/selection.html

Lines changed: 1 addition & 1 deletion
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 https://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: Selection Files
1111
-->

Docs/Design/FileFormats/test-unit.html

Lines changed: 1 addition & 1 deletion
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 https://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: Test Units
1111
-->

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, Peter Johnson (gravatar.com/delphidabbler) and
4+
* This file copyright (C) 2020-2021, 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

Docs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ This Source Code Form is subject to the terms of the Mozilla Public
55
License, v. 2.0. If a copy of the MPL was not distributed with this
66
file, You can obtain one at https://mozilla.org/MPL/2.0/.
77

8-
All files are Copyright (C) 2012-2020, Peter Johnson
8+
All files are Copyright (C) 2012-2021, Peter Johnson
99
(gravatar.com/delphidabbler).

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

Src/Browser.IntfDocHostUI.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Interfaces, records and constants used when hosting the IE WebBrowser Control
99
* or automating IE to replace the menus, toolbars, and context menus. The

Src/Browser.UControlHelper.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2007-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines a static class that provides helper methods for manipulating and
99
* interogating web browser controls.

Src/Browser.UController.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that hosts the IE web browser control and enables both direct loading
99
* and saving of browser's HTML and customisation of the user interface. Much of

Src/Browser.UHTMLEvents.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2007-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides sinks for events triggered by HTML documents loaded in a TWebBrowser
99
* control. Sinks for the HTMLDocumentEvents2 and HTMLWindowEvents2

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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that highlights text in web browser that match a search criteria.
99
}

Src/Browser.UIOMgr.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that wraps the IE web browser control and provides ability to load and
99
* save HTML from files, streams or strings. Also simplifies navigation to

Src/Browser.UNulUIHandler.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines a class that provides a "do-nothing" implementation of the
99
* IDocHostUIHandler interface. All methods are "stubbed out" to return values

Src/Browser.UUIMgr.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Contains class that implements IDocHostUIHandler interface and allows
99
* customisation of IE web browser control's user interface, message

Src/CompilerChecks.inc

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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Include file that checks details of compiler to determine whether or not
99
* CodeSnip can be compiled.

Src/Compilers.UBorland.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Abstract base class for classes that control and provide information about
99
* Borland compilers.

Src/Compilers.UCompilerBase.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Abstract base class for classes that control and provide information about
99
* compilers. Also provides a specialised exception class.

Src/Compilers.UCompilers.pas

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) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
7+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
88
*
99
* Provides a class that maintains a list of all supported compilers and creates
1010
* a global singleton instance of the list. Also provides a class that can

Src/Compilers.UDelphi.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Class that controls and provides information about the Delphi v2-7 compilers.
99
}

Src/Compilers.UFreePascal.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements class that wraps the Free Pascal compiler. Controls compilation,
99
* processes compiler output and provides information about the compiler.

Src/Compilers.URunner.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a class that executes a compiler and captures its output and exit
99
* code. Also provides specialised exception object that captures information

Src/Compilers.USearchDirs.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2011-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a class that encapsulates a list of search directories for use
99
* by the compiler.

Src/DB.UCategory.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2011-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Objects, records etc that encapsulate a category, its data and lists of
99
* categories.

Src/DB.UDatabaseIO.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements objects that can load data into the Database object from both the
99
* user and main databases. Also provides a class that can write the user

Src/DB.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) 2005-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines a singleton object and subsidiary classes that encapsulate the
99
* snippets and categories in the CodeSnip database and user defined databases.

Src/DB.UMetaData.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) 2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2020-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Provides meta data for the current main database and for any database
99
* updates.

Src/DB.USnippet.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2011-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Objects, records etc that encapsulate a code snippet, its data and lists of
99
* code snippets.

Src/DB.USnippetKind.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2009-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines a record that provides information about the different snippet kinds
99
* enumerated by TSnippetKind along with a static class that provides an

Src/DBIO.UFileIOIntf.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2005-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines interfaces implemented by classes that read and write physical code
99
* snippets database files. Also provides an exception class for data I/O

Src/DBIO.UNulDataReader.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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Implements a do nothing data reader for use when a database does not exist.
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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2008-2021, 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/ExternalObj.ridl

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-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2006-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Source for type library that defines the interface to extensions to the
99
* browser control DOM's "external object".

Src/Favourites.UFavourites.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) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2013-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines types used to encapsulate a list of a user's favourite snippets.
99
}

Src/Favourites.UManager.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) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2013-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines a class used to manage interaction with, and updating of, the user's
99
* favourites.

Src/Favourites.UPersist.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) 2013-2020, Peter Johnson (gravatar.com/delphidabbler).
6+
* Copyright (C) 2013-2021, Peter Johnson (gravatar.com/delphidabbler).
77
*
88
* Defines an advanced record that can persist a list of favourites to and from
99
* a file on a per user basis.

0 commit comments

Comments
 (0)