diff --git a/.eslintrc.js b/.eslintrc.js index fc844a43c..ea3a7524f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,6 @@ // vim: foldmethod=marker:foldmarker={{{,}}} -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/all.py b/build/all.py index 857adb217..f232c3974 100755 --- a/build/all.py +++ b/build/all.py @@ -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. diff --git a/build/apps.py b/build/apps.py index e983fb8f4..4ffdede3e 100755 --- a/build/apps.py +++ b/build/apps.py @@ -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. diff --git a/build/build.py b/build/build.py index e452b484e..253b51f5d 100755 --- a/build/build.py +++ b/build/build.py @@ -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. diff --git a/build/check.py b/build/check.py index 92b72453a..29f849ca0 100755 --- a/build/check.py +++ b/build/check.py @@ -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. diff --git a/build/checkversion.py b/build/checkversion.py index 5eedccdf3..4bc770dc2 100755 --- a/build/checkversion.py +++ b/build/checkversion.py @@ -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. diff --git a/build/compiler.py b/build/compiler.py index 92979966a..5cc9723ad 100644 --- a/build/compiler.py +++ b/build/compiler.py @@ -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. diff --git a/build/conformance.textproto b/build/conformance.textproto index 936cd41f2..2dbcd372b 100644 --- a/build/conformance.textproto +++ b/build/conformance.textproto @@ -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. diff --git a/build/docs.py b/build/docs.py index f1ac806fe..5f2058ae0 100755 --- a/build/docs.py +++ b/build/docs.py @@ -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. diff --git a/build/eslint-plugin-shaka-rules/arg-comment-spacing.js b/build/eslint-plugin-shaka-rules/arg-comment-spacing.js index 58007075f..0fcade47c 100644 --- a/build/eslint-plugin-shaka-rules/arg-comment-spacing.js +++ b/build/eslint-plugin-shaka-rules/arg-comment-spacing.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/eslint-plugin-shaka-rules/index.js b/build/eslint-plugin-shaka-rules/index.js index f11ac7e8c..0b0ba3f32 100644 --- a/build/eslint-plugin-shaka-rules/index.js +++ b/build/eslint-plugin-shaka-rules/index.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/eslint-plugin-shaka-rules/private.js b/build/eslint-plugin-shaka-rules/private.js index 61e9d228f..f15c44c52 100644 --- a/build/eslint-plugin-shaka-rules/private.js +++ b/build/eslint-plugin-shaka-rules/private.js @@ -1,4 +1,5 @@ -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/gendeps.py b/build/gendeps.py index 953482081..22f02bac8 100755 --- a/build/gendeps.py +++ b/build/gendeps.py @@ -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. diff --git a/build/generateExterns.js b/build/generateExterns.js index f735cf280..318b4d1f3 100755 --- a/build/generateExterns.js +++ b/build/generateExterns.js @@ -1,5 +1,6 @@ #!/usr/bin/env node -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/generateLocalizations.py b/build/generateLocalizations.py index cf3e43db4..6e071b517 100755 --- a/build/generateLocalizations.py +++ b/build/generateLocalizations.py @@ -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. diff --git a/build/pixelsChanged.js b/build/pixelsChanged.js index d63dcb7d1..0866eb854 100755 --- a/build/pixelsChanged.js +++ b/build/pixelsChanged.js @@ -1,5 +1,6 @@ #!/usr/bin/env node -/** @license +/*! @license + * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ diff --git a/build/shakaBuildHelpers.py b/build/shakaBuildHelpers.py index efbc8abc9..3dc5991a4 100644 --- a/build/shakaBuildHelpers.py +++ b/build/shakaBuildHelpers.py @@ -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. diff --git a/build/stats.py b/build/stats.py index 966a4a97a..ef40ff03b 100755 --- a/build/stats.py +++ b/build/stats.py @@ -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. diff --git a/build/test.py b/build/test.py index fb3b3493d..a51e8416a 100755 --- a/build/test.py +++ b/build/test.py @@ -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. diff --git a/build/updateScreenshots.py b/build/updateScreenshots.py index e9c9bf142..39bb45d88 100755 --- a/build/updateScreenshots.py +++ b/build/updateScreenshots.py @@ -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. diff --git a/demo/cast_receiver/index.html b/demo/cast_receiver/index.html index 1d66801e6..74e9520f2 100644 --- a/demo/cast_receiver/index.html +++ b/demo/cast_receiver/index.html @@ -1,6 +1,6 @@