Skip to content

Commit 9bbae1a

Browse files
committed
fixes cp notice
1 parent 928427f commit 9bbae1a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var comment = '/*\n' +
2626
' * <%= pkg.description %>\n' +
2727
' * <%= pkg.homepage %>\n' +
2828
' *\n' +
29-
' * Copyright <%= year %>, <%= pkg.author %>\n' +
29+
' * Copyright <%= year %>, <%= pkg.author.name %>\n' +
3030
' * Released under the <%= pkg.license %> license.\n' +
3131
'*/\n\n';
3232

build/botui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A JS library to build the UI for your bot
44
* https://botui.org
55
*
6-
* Copyright 2017, [object Object]
6+
* Copyright 2017, Moin Uddin
77
* Released under the MIT license.
88
*/
99

build/botui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/botui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)