Skip to content

Commit 43dd883

Browse files
committedFeb 9, 2017
Use tiny license header
1 parent d8b41e5 commit 43dd883

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed
 

‎dist/appmetrics.min.js

+1-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gulpfile.babel.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const DIST_DIR = 'dist';
1313

1414
function license() {
1515
return $.license('Apache', {
16-
organization: 'Copyright (c) 2016 Eric Bidelman. All rights reserved.\n\n * @version %%GULP_INJECT_VERSION%%',
17-
tiny: false
16+
organization: 'Eric Bidelman. All rights reserved. - @version %%GULP_INJECT_VERSION%%',
17+
tiny: true
1818
});
1919
}
2020

0 commit comments

Comments
 (0)