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 35bd0c5 commit feab555Copy full SHA for feab555
gulp/gulpfile.js
@@ -175,9 +175,10 @@ var BROWSER_HEADER = (
175
' *\n' +
176
' * Copyright (c) 2016-present, Clarifai, Inc.\n' +
177
' * All rights reserved.\n' +
178
+ ' * Licensed under the Apache License, Version 2.0.\n' +
179
180
' * The source tree of this library can be found at\n' +
- ' * https://github.com/Clarifai/js-SDK\n' +
181
+ ' * https://github.com/Clarifai/clarifai-javascript\n' +
182
' */\n'
183
);
184
0 commit comments