Skip to content

Commit ee445f7

Browse files
committed
chore: license info
1 parent 1f986b6 commit ee445f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rollup.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const pkg = require('./package.json');
88

99
const banner = `/*!
1010
* ${pkg.name} ${pkg.version} <${pkg.homepage}>
11-
* Copyright (c) ${(new Date()).getFullYear()} ${pkg.author.name} <${pkg.author.url}>
11+
* Copyright (c) 2024-present yorickshan and html2canvas-pro contributors
1212
* Released under ${pkg.license} License
1313
*/`;
1414

tests/rollup.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ import sourceMaps from 'rollup-plugin-sourcemaps';
44
import typescript from '@rollup/plugin-typescript';
55
import json from '@rollup/plugin-json';
66
import { resolve } from 'path';
7-
7+
// eslint-disable-next-line
88
const pkg = require('../package.json');
99

1010
const banner = `/*
11-
* ${pkg.title} ${pkg.version} <${pkg.homepage}>
12-
* Copyright (c) ${new Date().getFullYear()} ${pkg.author.name} <${pkg.author.url}>
11+
* ${pkg.name} ${pkg.version} <${pkg.homepage}>
12+
* Copyright (c) 2024-present yorickshan and html2canvas-pro contributors
1313
* Released under ${pkg.license} License
1414
*/`;
1515

0 commit comments

Comments
 (0)