From 50106f93f5025ba7f9706e1da497c8c08d417d1d Mon Sep 17 00:00:00 2001 From: Jevan Tang <22316055+jevantang@users.noreply.github.com> Date: Thu, 23 Mar 2023 18:59:06 +0800 Subject: [PATCH] chore: header comment --- composer.json | 6 +++--- config/themes.php | 2 +- src/Commands/NewThemeCommand.php | 2 +- src/Commands/ThemeCommand.php | 10 +++++----- src/Commands/ThemeInstallCommand.php | 2 +- src/Commands/ThemeListCommand.php | 2 +- src/Commands/ThemeMakeCommand.php | 2 +- src/Commands/ThemePublishCommand.php | 2 +- src/Commands/ThemeUninstallCommand.php | 2 +- src/Commands/ThemeUnpublishCommand.php | 2 +- src/Commands/ThemeUnzipCommand.php | 2 +- src/Commands/Traits/StubTrait.php | 2 +- src/Commands/Traits/WorkThemeNameTrait.php | 2 +- src/Exceptions/FileAlreadyExistException.php | 2 +- src/Generators/FileGenerator.php | 2 +- src/Generators/Generator.php | 2 +- src/Manager/FileManager.php | 2 +- src/Providers/ThemeServiceProvider.php | 2 +- src/Support/Config/GenerateConfigReader.php | 2 +- src/Support/Config/GeneratorPath.php | 2 +- src/Support/Json.php | 2 +- src/Support/Process.php | 2 +- src/Support/Stub.php | 2 +- src/Support/Zip.php | 2 +- src/Theme.php | 2 +- 25 files changed, 31 insertions(+), 31 deletions(-) diff --git a/composer.json b/composer.json index 5218b7b..7eff7de 100644 --- a/composer.json +++ b/composer.json @@ -12,9 +12,9 @@ }, "authors": [ { - "name": "Jarvis Tang", - "email": "jarvis.okay@gmail.com", - "homepage": "https://github.com/jarvis-tang", + "name": "Jevan Tang", + "email": "jevan@fresns.org", + "homepage": "https://github.com/jevantang", "role": "Creator" }, { diff --git a/config/themes.php b/config/themes.php index 3551d0e..808c192 100644 --- a/config/themes.php +++ b/config/themes.php @@ -2,7 +2,7 @@ /* * Fresns (https://fresns.org) - * Copyright (C) 2021-Present Jarvis Tang + * Copyright (C) 2021-Present Jevan Tang * Released under the Apache-2.0 License. */ diff --git a/src/Commands/NewThemeCommand.php b/src/Commands/NewThemeCommand.php index 58dd8c7..e7a7738 100644 --- a/src/Commands/NewThemeCommand.php +++ b/src/Commands/NewThemeCommand.php @@ -2,7 +2,7 @@ /* * Fresns (https://fresns.org) - * Copyright (C) 2021-Present Jarvis Tang + * Copyright (C) 2021-Present Jevan Tang * Released under the Apache-2.0 License. */ diff --git a/src/Commands/ThemeCommand.php b/src/Commands/ThemeCommand.php index fe6d385..41b3539 100644 --- a/src/Commands/ThemeCommand.php +++ b/src/Commands/ThemeCommand.php @@ -2,7 +2,7 @@ /* * Fresns (https://fresns.org) - * Copyright (C) 2021-Present Jarvis Tang + * Copyright (C) 2021-Present Jevan Tang * Released under the Apache-2.0 License. */ @@ -27,12 +27,12 @@ class ThemeCommand extends Command * @var string */ public static $logo = <<