2023-06-18 22:24:16 +08:00
|
|
|
import pkg from './../package.json' assert { type: 'json' }
|
2023-06-17 22:31:03 +08:00
|
|
|
|
2023-06-18 22:24:16 +08:00
|
|
|
export default `/**
|
2023-06-17 22:31:03 +08:00
|
|
|
* Less - ${pkg.description} v${pkg.version}
|
|
|
|
* http://lesscss.org
|
|
|
|
*
|
|
|
|
* Copyright (c) 2009-${new Date().getFullYear()}, ${pkg.author.name} <${
|
|
|
|
pkg.author.email
|
|
|
|
}>
|
|
|
|
* Licensed under the ${pkg.license} License.
|
|
|
|
*
|
|
|
|
* @license ${pkg.license}
|
|
|
|
*/
|
|
|
|
`
|