Special Page
All copyright notices in source files or similar files written by me follow a rough common structure:
/*
 * Copyright (C) [create year]-[lm year] [name]
 *
 * [license header]
 */

Where the parts in brackets are the following:
Sometimes some or all of the following apply:
Example:
/*
 * Copyright (C) 2024 Wilton Arthur Poth
 *
 * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
 * If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
 */


Special cases: