diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 2b7238486f..166698bd88 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd # A reusable workflow to build Packager docs. Leaves docs output in the # "gh-pages" folder. Only runs in Linux due to the dependency on doxygen, diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7231f1f77d..9fea9ff291 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd # A reusable workflow to build and test Packager on every supported OS and # architecture. diff --git a/.github/workflows/docker-hub-release.yaml b/.github/workflows/docker-hub-release.yaml index 33ce37ea2f..d75ae94647 100644 --- a/.github/workflows/docker-hub-release.yaml +++ b/.github/workflows/docker-hub-release.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd name: Docker Hub Release diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index a8b0c27aed..50b2e63ff8 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd # A workflow to build the official docker image. name: Official Docker image diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index 0f757809b5..2833181776 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd name: GitHub Release diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 205ccafd66..be6bd83c0c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd # A workflow to lint Shaka Packager. name: Lint diff --git a/.github/workflows/npm-release.yaml b/.github/workflows/npm-release.yaml index 91797d515b..a9025c49fd 100644 --- a/.github/workflows/npm-release.yaml +++ b/.github/workflows/npm-release.yaml @@ -1,3 +1,10 @@ +# Copyright 2022 Google LLC +# +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd + +# A workflow to release Shaka Packager to NPM. name: NPM Release # Runs when a new release is published on GitHub. diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 5e8eacb30e..8576aa6589 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd name: Build and Test PR diff --git a/.github/workflows/test-linux-distros.yaml b/.github/workflows/test-linux-distros.yaml index 8e6a69c053..61c609d27f 100644 --- a/.github/workflows/test-linux-distros.yaml +++ b/.github/workflows/test-linux-distros.yaml @@ -1,16 +1,8 @@ # Copyright 2022 Google LLC # -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# https://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd # A workflow to test building in various Linux distros. name: Test Linux Distros diff --git a/.github/workflows/update-docs.yaml b/.github/workflows/update-docs.yaml index 4a8efb9288..5b24fc274e 100644 --- a/.github/workflows/update-docs.yaml +++ b/.github/workflows/update-docs.yaml @@ -1,3 +1,10 @@ +# Copyright 2022 Google LLC +# +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file or at +# https://developers.google.com/open-source/licenses/bsd + +# A workflow to update the public docs. name: Update Docs # Runs when a new release is published on GitHub. diff --git a/AUTHORS b/AUTHORS index 6cf584a1f2..8537d0d0d4 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,7 +22,7 @@ Chun-da Chen Daniel CantarĂ­n Dolby Laboratories <*@dolby.com> Evgeny Zajcev -Google Inc. <*@google.com> +Google LLC. <*@google.com> Ivi.ru LLC <*@ivi.ru> Leandro Moreira Leo Law diff --git a/CMakeLists.txt b/CMakeLists.txt index ec0314de6f..0c8b416ce8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2022 Google Inc. All rights reserved. +# Copyright 2022 Google LLC. All rights reserved. # # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file or at diff --git a/LICENSE b/LICENSE index dbecd8e28b..42402fc81b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2014, Google Inc. All rights reserved. +Copyright 2014, Google LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ notice, this list of conditions and the following disclaimer. copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Google Inc. nor the names of its + * Neither the name of Google LLC. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. @@ -42,7 +42,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. -// * Neither the name of Google Inc. nor the names of its +// * Neither the name of Google LLC. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // diff --git a/chromium-LICENSE b/chromium-LICENSE index 972bb2edb0..77981c0456 100644 --- a/chromium-LICENSE +++ b/chromium-LICENSE @@ -10,7 +10,7 @@ // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. -// * Neither the name of Google Inc. nor the names of its +// * Neither the name of Google LLC. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // diff --git a/docs/index.html b/docs/index.html index 3a5012badd..fdf6f59203 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,6 +1,6 @@