Skip to content

Commit

Permalink
Merge pull request #5103 from abdonrd/fix-license
Browse files Browse the repository at this point in the history
Fix license links
  • Loading branch information
kevinpschaaf authored Feb 20, 2018
2 parents 10aded4 + f393987 commit 5a044f8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

/* eslint-env node */
Expand Down
8 changes: 4 additions & 4 deletions util/gen-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#
# @license
# Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
#

PRETTY="- %s ([commit](https://github.com/Polymer/polymer/commit/%h))%n"
Expand Down
8 changes: 4 additions & 4 deletions util/minimalDocument.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @license
* Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
* This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

'use strict';
Expand Down
8 changes: 4 additions & 4 deletions util/travis-sauce-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
#
# @license
# Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
# This code may only be used under the BSD style license found at http:polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http:polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http:polymer.github.io/CONTRIBUTORS.txt
# This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
# The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
# The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
# Code distributed by Google as part of the polymer project is also
# subject to an additional IP rights grant found at http:polymer.github.io/PATENTS.txt
# subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
#
set -x
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 comments on commit 5a044f8

Please sign in to comment.