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

Commit

Permalink
audit license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Aug 27, 2014
1 parent 582b020 commit 13304c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#!/bin/bash
#
# @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
#

vulcanize core-component-page.html -o ../core-component-page/core-component-page.html --Xstrip --inline --config vulcanize.json
vulcanize core-component-page.html -o ../core-component-page/core-component-page.html --Xstrip --inline --config vulcanize.json

0 comments on commit 13304c4

Please sign in to comment.