Skip to content

Commit f393987

Browse files
committed
Fix license links
1 parent bcfd37a commit f393987

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

gulpfile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @license
33
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4-
* This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
5-
* The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
6-
* The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
4+
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5+
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6+
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
77
* Code distributed by Google as part of the polymer project is also
8-
* subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
8+
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
1010

1111
/* eslint-env node */

util/gen-changelog.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#
33
# @license
44
# Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
5-
# This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
6-
# The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
7-
# The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
5+
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
6+
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
7+
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
88
# Code distributed by Google as part of the polymer project is also
9-
# subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
9+
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
1010
#
1111

1212
PRETTY="- %s ([commit](https://github.com/Polymer/polymer/commit/%h))%n"

util/minimalDocument.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* @license
33
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
4-
* This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
5-
* The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
6-
* The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
4+
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5+
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6+
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
77
* Code distributed by Google as part of the polymer project is also
8-
* subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
8+
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
1010

1111
'use strict';

util/travis-sauce-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
#
33
# @license
44
# Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
5-
# This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
6-
# The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
7-
# The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
5+
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
6+
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
7+
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
88
# Code distributed by Google as part of the polymer project is also
9-
# subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
9+
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
1010
#
1111
set -x
1212
wct -s 'windows 10/microsoftedge@14' -s 'windows 10/microsoftedge@15' -s 'windows 10/microsoftedge@16' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@9' -s 'macos 10.12/safari@10' -s 'macos 10.13/safari@11' -s 'Linux/chrome@41'

0 commit comments

Comments
 (0)