comlink icon indicating copy to clipboard operation
comlink copied to clipboard

Use shorter SPDX @license headers

Open aomarks opened this issue 3 years ago • 0 comments

This PR changes the license headers on the .ts source files in the following ways:

  1. Adds a @license annotation, so that tools like Terser and Closure compiler will automatically know to preserve these license headers by default.

  2. Uses a new, more concise style of header with the SPDX-License-Identifier property, which is approved by Google's open source office (e.g. it's used by Lit).

aomarks avatar Aug 10 '22 00:08 aomarks