From 3d4a0f0ec4fb5a81cc23faa1a204dc4d4e9e4f62 Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Tue, 10 Dec 2024 13:50:54 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 704834550 --- service_worker.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/service_worker.ts b/service_worker.ts index 4289388..461b4e9 100644 --- a/service_worker.ts +++ b/service_worker.ts @@ -1,18 +1,18 @@ /** - * @license - * Copyright 2018 Google LLC + * @license + * 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. - * You may obtain a copy of the License at + * 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 + * 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. + * 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. */ // This listener is called when the user clicks the extension icon.