File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ var VERSION = require('./package.json').version;
15
15
var DEV_HEADER = (
16
16
'/**\n' +
17
17
' * Parse JavaScript SDK v' + VERSION + '\n' +
18
+ ' *\n' +
19
+ ' * The source tree of this library can be found at\n' +
20
+ ' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
18
21
' */\n'
19
22
) ;
20
23
@@ -25,6 +28,8 @@ var FULL_HEADER = (
25
28
' * Copyright (c) 2015-present, Parse, LLC.\n' +
26
29
' * All rights reserved.\n' +
27
30
' *\n' +
31
+ ' * The source tree of this library can be found at\n' +
32
+ ' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
28
33
' * This source code is licensed under the BSD-style license found in the\n' +
29
34
' * LICENSE file in the root directory of this source tree. An additional grant\n' +
30
35
' * of patent rights can be found in the PATENTS file in the same directory.\n' +
You can’t perform that action at this time.
0 commit comments