Skip to content

Commit feab555

Browse files
author
Dan Kantor
committed
added license to built version
1 parent 35bd0c5 commit feab555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulp/gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@ var BROWSER_HEADER = (
175175
' *\n' +
176176
' * Copyright (c) 2016-present, Clarifai, Inc.\n' +
177177
' * All rights reserved.\n' +
178+
' * Licensed under the Apache License, Version 2.0.\n' +
178179
' *\n' +
179180
' * The source tree of this library can be found at\n' +
180-
' * https://github.com/Clarifai/js-SDK\n' +
181+
' * https://github.com/Clarifai/clarifai-javascript\n' +
181182
' */\n'
182183
);
183184

0 commit comments

Comments
 (0)