We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44ea2e commit 9cc2faaCopy full SHA for 9cc2faa
build/banner.js
@@ -8,7 +8,7 @@ function getBanner(pluginFilename) {
8
return `/*!
9
* CoreUI${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
10
* Copyright ${year} ${pkg.author}
11
- * Licensed under MIT (${pkg.homepage})
+ * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
12
*/`
13
}
14
build/build-plugins.js
@@ -2,8 +2,7 @@
2
3
/*!
4
* Script to build our plugins to use them separately.
5
- * Copyright 2020-2022 The Bootstrap Authors
6
- * Copyright 2020-2022 Twitter, Inc.
+ * Copyright 2020-2023 The Bootstrap Authors
7
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
0 commit comments