From 24c48ff7ae443e69dd2ee60b0f23d55753ae96cd Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 18 Apr 2014 13:26:47 -0700 Subject: [PATCH] use new license --- banner.txt | 9 +++++++++ gruntfile.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 banner.txt diff --git a/banner.txt b/banner.txt new file mode 100644 index 0000000..ac7cb60 --- /dev/null +++ b/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 + */ diff --git a/gruntfile.js b/gruntfile.js index d5c586c..d991206 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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: {