Skip to content

Commit 9cc2faa

Browse files
committed
chore: update comments
1 parent c44ea2e commit 9cc2faa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function getBanner(pluginFilename) {
88
return `/*!
99
* CoreUI${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
1010
* Copyright ${year} ${pkg.author}
11-
* Licensed under MIT (${pkg.homepage})
11+
* Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
1212
*/`
1313
}
1414

build/build-plugins.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
/*!
44
* Script to build our plugins to use them separately.
5-
* Copyright 2020-2022 The Bootstrap Authors
6-
* Copyright 2020-2022 Twitter, Inc.
5+
* Copyright 2020-2023 The Bootstrap Authors
76
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
87
*/
98

0 commit comments

Comments
 (0)