diff --git a/README.md b/README.md index 6abd7c36..25a6a853 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ development branch. ProcessWire is a timeless tool for web professionals that has always been committed to the long term. It started in 2003, gained the name ProcessWire in 2006, and has been in active development as an open source project since 2010. -Now more than a decade later (2021), we’re just getting started, as ProcessWire +Now more than a decade later (2023), we’re just getting started, as ProcessWire continues to grow and develop into the next 10 years and beyond. While ProcessWire has been around for a long time, don’t feel bad if you haven’t @@ -181,5 +181,5 @@ resolved any issues. ------ -Copyright 2022 by Ryan Cramer / Ryan Cramer Design, LLC +Copyright 2023 by Ryan Cramer / Ryan Cramer Design, LLC diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 6b36fb14..f5ae04a4 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -17,7 +17,7 @@ require_once(__DIR__ . '/boot.php'); * ~~~~~ * #pw-body * - * ProcessWire 3.x, Copyright 2022 by Ryan Cramer + * ProcessWire 3.x, Copyright 2023 by Ryan Cramer * https://processwire.com * * Default API vars (A-Z) diff --git a/wire/modules/AdminTheme/AdminThemeUikit/install-foot.inc b/wire/modules/AdminTheme/AdminThemeUikit/install-foot.inc index 88851482..3ea51ffe 100644 --- a/wire/modules/AdminTheme/AdminThemeUikit/install-foot.inc +++ b/wire/modules/AdminTheme/AdminThemeUikit/install-foot.inc @@ -10,7 +10,7 @@ if(!defined("PROCESSWIRE_INSTALL")) die();