fix: Correct license headers in compiled output

This fixes all the license headers in the main library, which corrects
the appearance of the main license in the compiled output.

It seems that the `!` in the header forces the compiler to keep it in
the output.  I believe older compiler releases did this purely based
on `@license`.

Issue #2638

Change-Id: I7f0e918caad10c9af689c9d07672b7fe9be7b2f3
This commit is contained in:
Joey Parrish
2020-06-09 14:55:42 -07:00
parent da79dbc5db
commit f539147d48
183 changed files with 370 additions and 182 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/