Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
use new license
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 18, 2014
1 parent bb47a00 commit 24c48ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions banner.txt
@@ -0,0 +1,9 @@
/**
* @license
* Copyright (c) 2014 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
* 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
*/
2 changes: 1 addition & 1 deletion gruntfile.js
Expand Up @@ -29,7 +29,7 @@ module.exports = function(grunt) {
sourceMap: true,
sourceMapName: 'build/polymer.js.map',
sourceMapIncludeSources: true,
banner: grunt.file.read('LICENSE') + '// @version: <%= buildversion %>'
banner: grunt.file.read('banner.txt') + '// @version: <%= buildversion %>'
//mangle: false, beautify: true, compress: false
},
files: {
Expand Down

0 comments on commit 24c48ff

Please sign in to comment.