From cd2072e4090d2afcbb98f4e461a1a2c32ee9389a Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 23 Jun 2026 14:22:59 -0400 Subject: [PATCH] update mikecao copyright --- composer.json | 2 +- flight/template/View.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 70a09ca..6a03654 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ { "name": "Mike Cao", "email": "mike@mikecao.com", - "homepage": "http://www.mikecao.com/", + "homepage": "https://mikecao.com", "role": "Original Developer" }, { diff --git a/flight/template/View.php b/flight/template/View.php index f995d36..e14b0f4 100644 --- a/flight/template/View.php +++ b/flight/template/View.php @@ -9,8 +9,8 @@ namespace flight\template; * methods for managing view data and inserts the data into * view templates upon rendering. * - * @license MIT, http://flightphp.com/license - * @copyright Copyright (c) 2011, Mike Cao + * @license MIT, https://docs.flightphp.com/license + * @copyright 2011 [Mike Cao](https://mikecao.com) */ class View {