Skip to content

Commit

Permalink
chore: header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Mar 23, 2023
1 parent 45ba57f commit 50106f9
Show file tree
Hide file tree
Showing 25 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"authors": [
{
"name": "Jarvis Tang",
"email": "[email protected]",
"homepage": "https://github.com/jarvis-tang",
"name": "Jevan Tang",
"email": "[email protected]",
"homepage": "https://github.com/jevantang",
"role": "Creator"
},
{
Expand Down
2 changes: 1 addition & 1 deletion config/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/NewThemeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
10 changes: 5 additions & 5 deletions src/Commands/ThemeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand All @@ -27,12 +27,12 @@ class ThemeCommand extends Command
* @var string
*/
public static $logo = <<<LOGO
________ __ ___
________ __ ___
/_ __/ /_ ___ ____ ___ ___ / |/ /___ _____ ____ _____ ____ _____
/ / / __ \/ _ \/ __ `__ \/ _ \ / /|_/ / __ `/ __ \/ __ `/ __ `/ _ \/ ___/
/ / / / / / __/ / / / / / __/ / / / / /_/ / / / / /_/ / /_/ / __/ /
/_/ /_/ /_/\___/_/ /_/ /_/\___/ /_/ /_/\__,_/_/ /_/\__,_/\__, /\___/_/
/____/
/ / / / / / __/ / / / / / __/ / / / / /_/ / / / / /_/ / /_/ / __/ /
/_/ /_/ /_/\___/_/ /_/ /_/\___/ /_/ /_/\__,_/_/ /_/\__,_/\__, /\___/_/
/____/
LOGO;

public function handle(): void
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemePublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeUninstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeUnpublishCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/ThemeUnzipCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Traits/StubTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Traits/WorkThemeNameTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/FileAlreadyExistException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Generators/FileGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Generators/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Manager/FileManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Providers/ThemeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Config/GenerateConfigReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Config/GeneratorPath.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Json.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Support/Zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down
2 changes: 1 addition & 1 deletion src/Theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit 50106f9

Please sign in to comment.