Skip to content

Commit

Permalink
banner and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolinski committed Aug 7, 2024
1 parent 01370f6 commit e1b9a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

{{>main}}

[panGenerator](https://pangenerator.com) {{year}}
Copyright © {{year}} [panGenerator](https://pangenerator.com)
2 changes: 1 addition & 1 deletion src/banner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const year = new Date().getFullYear();

export default (pluginFilename) => {
return `/*!
* @license ${pkg.name} v${pkg.version}, ${pkg.author} ${year}
* @license ${pkg.name} v${pkg.version}, Copyright © ${year} ${pkg.author}
* Released under ${pkg.license} license
* ${pkg.homepage}
*/`;
Expand Down

0 comments on commit e1b9a50

Please sign in to comment.