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;
1515var DEV_HEADER = (
1616 '/**\n' +
1717 ' * 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' +
1821 ' */\n'
1922) ;
2023
@@ -25,6 +28,8 @@ var FULL_HEADER = (
2528 ' * Copyright (c) 2015-present, Parse, LLC.\n' +
2629 ' * All rights reserved.\n' +
2730 ' *\n' +
31+ ' * The source tree of this library can be found at\n' +
32+ ' * https://github.com/ParsePlatform/Parse-SDK-JS\n' +
2833 ' * This source code is licensed under the BSD-style license found in the\n' +
2934 ' * LICENSE file in the root directory of this source tree. An additional grant\n' +
3035 ' * 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