1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

banner update

This commit is contained in:
codecalm
2024-01-31 23:03:46 +01:00
parent 36008d1b6d
commit 82216adeb9

View File

@@ -12,7 +12,7 @@ const year = new Date().getFullYear()
function getBanner(pluginFilename) {
return `/*!
* Tabler${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
* Copyright 2011-${year} ${pkg.author}
* Copyright 2018-${year} ${pkg.author}
* Licensed under MIT (https://github.com/tabler/tabler/blob/main/LICENSE)
*/`
}