From 9343c8f9b6694de1a127154d3ff337b0cd14023f Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:15:16 +0200 Subject: [PATCH] Update regarding "2002-present" pattern for copyright headers --- Code-Style.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Code-Style.md b/Code-Style.md index ba15c85..2f2c165 100644 --- a/Code-Style.md +++ b/Code-Style.md @@ -34,7 +34,7 @@ Each source file must specify the following license at the very top of the file: ```java /* - * Copyright 2002-2023 the original author or authors. + * Copyright 2002-present the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,18 +50,6 @@ Each source file must specify the following license at the very top of the file: */ ``` -Always check the date range in the license header. For example, if you've modified a file in 2022 whose header still reads: - -``` -* Copyright 2002-2018 the original author or authors. -``` - -Then be sure to update it to 2023 accordingly: - -``` -* Copyright 2002-2023 the original author or authors. -``` - ### Import statements The import statements are structured as follow: