mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
build: Reduce bundle size by deduplicating license headers (#10182)
Ensure generated bundles contain a single license header instead of repeating the same notice across bundled modules. Normalize all copyright years to 2016 and remove duplicate license headers from generated bundles. This reduces the final bundle size while preserving license information in the distributed artifacts.
This commit is contained in:
committed by
GitHub
parent
c09ddc623d
commit
4f62ce8b24
@@ -1,6 +1,6 @@
|
||||
/*! @license
|
||||
* Shaka Player
|
||||
* Copyright 2025 Google LLC
|
||||
* Copyright 2016 Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user