Skip to content

Commit

Permalink
fix: Correct license headers in misc. files
Browse files Browse the repository at this point in the history
This corrects/normalizes license headers in misc. files, such as
config files, docs, build tools, tests, and externs.  This does not
affect the compiled output, and is only done for consistency.

Issue shaka-project#2638

Change-Id: I9d8da2de55243b08d7df2b743aac73c6f15e858a
  • Loading branch information
joeyparrish committed Jun 9, 2020
1 parent c9bd9a5 commit 7e6a0f3
Show file tree
Hide file tree
Showing 193 changed files with 369 additions and 207 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// vim: foldmethod=marker:foldmarker={{{,}}}
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion build/all.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/check.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/checkversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/compiler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/conformance.textproto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016 Google Inc.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/docs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion build/eslint-plugin-shaka-rules/arg-comment-spacing.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion build/eslint-plugin-shaka-rules/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion build/eslint-plugin-shaka-rules/private.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion build/gendeps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion build/generateExterns.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion build/generateLocalizations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2018 Google Inc. All Rights Reserved.
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion build/pixelsChanged.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env node
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 1 addition & 1 deletion build/shakaBuildHelpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/stats.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion build/updateScreenshots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
# Copyright 2016 Google Inc. All Rights Reserved.
# Copyright 2016 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion demo/cast_receiver/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Copyright 2016 Google Inc.
Copyright 2016 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Copyright 2016 Google Inc.
Copyright 2016 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
3 changes: 2 additions & 1 deletion docs/jsdoc-plugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion docs/jsdoc-template/static/scripts/show-widget.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/audiotrack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/awesomplete.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/cache.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/chromecast.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/dialog_polyfill.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/domstringlist.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/fetch.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/idb.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/ima.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/jwk_set.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/less.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/mdl.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/mediaerror.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/mediasession.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/msmediakeys.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/mux.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/network_information.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/pictureinpicture.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/prefixed_eme.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/abortable.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/abr_manager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/ads.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/error.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/manifest.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/manifest_parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/mp4_parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/namespace.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/net.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/offline.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/offline_compat_v1.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
3 changes: 2 additions & 1 deletion externs/shaka/offline_compat_v2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @license
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
Loading

0 comments on commit 7e6a0f3

Please sign in to comment.