From 8bc0fa22c4f99c8b5cf3df73a98eb9df8458c4fd Mon Sep 17 00:00:00 2001 From: Chunnien Chan Date: Tue, 7 Feb 2023 12:14:55 -0800 Subject: [PATCH 1/3] Fix license headers --- tfjs-backend-wasm/src/cc/dilation2d_impl.h | 2 +- tfjs-backend-wasm/src/cc/kernels/Acos.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Acosh.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Asin.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Asinh.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Atan.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/AvgPool3D.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/AvgPool3DGrad.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/DenseBincount.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Diag.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/Dilation2D.cc | 2 +- .../src/cc/kernels/Dilation2DBackpropFilter.cc | 2 +- .../src/cc/kernels/Dilation2DBackpropInput.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/EluGrad.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/LRN.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/LRNGrad.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/Log1p.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/MaxPool3D.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/MaxPool3DGrad.cc | 7 ++----- tfjs-backend-wasm/src/cc/kernels/ResizeBilinearGrad.cc | 2 +- .../src/cc/kernels/ResizeNearestNeighborGrad.cc | 2 +- tfjs-backend-wasm/src/cc/kernels/SearchSorted.cc | 7 ++----- tfjs-backend-wasm/src/cc/pool3d_impl.h | 2 +- tfjs-backend-wasm/src/cc/shape.h | 2 +- 24 files changed, 36 insertions(+), 72 deletions(-) diff --git a/tfjs-backend-wasm/src/cc/dilation2d_impl.h b/tfjs-backend-wasm/src/cc/dilation2d_impl.h index 8a73c12d101..70db22963ba 100644 --- a/tfjs-backend-wasm/src/cc/dilation2d_impl.h +++ b/tfjs-backend-wasm/src/cc/dilation2d_impl.h @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/Acos.cc b/tfjs-backend-wasm/src/cc/kernels/Acos.cc index 166b2b8c97d..0dc95a7c7b3 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Acos.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Acos.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Acosh.cc b/tfjs-backend-wasm/src/cc/kernels/Acosh.cc index 60d75c36c45..4d60f2b5c67 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Acosh.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Acosh.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Asin.cc b/tfjs-backend-wasm/src/cc/kernels/Asin.cc index 173fbb37dcd..59af49b96ee 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Asin.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Asin.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Asinh.cc b/tfjs-backend-wasm/src/cc/kernels/Asinh.cc index 2c68a94459c..e1ddfc90312 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Asinh.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Asinh.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Atan.cc b/tfjs-backend-wasm/src/cc/kernels/Atan.cc index 3744ef284b6..e2bed3f6be1 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Atan.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Atan.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/AvgPool3D.cc b/tfjs-backend-wasm/src/cc/kernels/AvgPool3D.cc index 951e8611da4..368207e273f 100644 --- a/tfjs-backend-wasm/src/cc/kernels/AvgPool3D.cc +++ b/tfjs-backend-wasm/src/cc/kernels/AvgPool3D.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/AvgPool3DGrad.cc b/tfjs-backend-wasm/src/cc/kernels/AvgPool3DGrad.cc index dc56a91dc6a..3f357f313e0 100644 --- a/tfjs-backend-wasm/src/cc/kernels/AvgPool3DGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/AvgPool3DGrad.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/DenseBincount.cc b/tfjs-backend-wasm/src/cc/kernels/DenseBincount.cc index e095f39ed5f..324364158f1 100644 --- a/tfjs-backend-wasm/src/cc/kernels/DenseBincount.cc +++ b/tfjs-backend-wasm/src/cc/kernels/DenseBincount.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Diag.cc b/tfjs-backend-wasm/src/cc/kernels/Diag.cc index 99cf94d0641..15ae48a6bd3 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Diag.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Diag.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/Dilation2D.cc b/tfjs-backend-wasm/src/cc/kernels/Dilation2D.cc index 2d690c257fc..411c801f029 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Dilation2D.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Dilation2D.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropFilter.cc b/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropFilter.cc index 8c320e2f551..cd2524dcdd1 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropFilter.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropFilter.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropInput.cc b/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropInput.cc index 1fd40b61767..e576ba7fd4c 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropInput.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Dilation2DBackpropInput.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/EluGrad.cc b/tfjs-backend-wasm/src/cc/kernels/EluGrad.cc index e8e095754bd..fd1f896ef2b 100644 --- a/tfjs-backend-wasm/src/cc/kernels/EluGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/EluGrad.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/LRN.cc b/tfjs-backend-wasm/src/cc/kernels/LRN.cc index 0a89a651c5d..5cca861e3e1 100644 --- a/tfjs-backend-wasm/src/cc/kernels/LRN.cc +++ b/tfjs-backend-wasm/src/cc/kernels/LRN.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/LRNGrad.cc b/tfjs-backend-wasm/src/cc/kernels/LRNGrad.cc index eebc3550dba..3bb588b7235 100644 --- a/tfjs-backend-wasm/src/cc/kernels/LRNGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/LRNGrad.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/Log1p.cc b/tfjs-backend-wasm/src/cc/kernels/Log1p.cc index 997c68b3049..5447ae64848 100644 --- a/tfjs-backend-wasm/src/cc/kernels/Log1p.cc +++ b/tfjs-backend-wasm/src/cc/kernels/Log1p.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/MaxPool3D.cc b/tfjs-backend-wasm/src/cc/kernels/MaxPool3D.cc index 620234d06e5..877bada6b16 100644 --- a/tfjs-backend-wasm/src/cc/kernels/MaxPool3D.cc +++ b/tfjs-backend-wasm/src/cc/kernels/MaxPool3D.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/MaxPool3DGrad.cc b/tfjs-backend-wasm/src/cc/kernels/MaxPool3DGrad.cc index af6eba80144..ae61fde9d24 100644 --- a/tfjs-backend-wasm/src/cc/kernels/MaxPool3DGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/MaxPool3DGrad.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/kernels/ResizeBilinearGrad.cc b/tfjs-backend-wasm/src/cc/kernels/ResizeBilinearGrad.cc index 0ad95919d75..6354db860fd 100644 --- a/tfjs-backend-wasm/src/cc/kernels/ResizeBilinearGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/ResizeBilinearGrad.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/ResizeNearestNeighborGrad.cc b/tfjs-backend-wasm/src/cc/kernels/ResizeNearestNeighborGrad.cc index 367c9889ae1..dfc66b1fc1d 100644 --- a/tfjs-backend-wasm/src/cc/kernels/ResizeNearestNeighborGrad.cc +++ b/tfjs-backend-wasm/src/cc/kernels/ResizeNearestNeighborGrad.cc @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/kernels/SearchSorted.cc b/tfjs-backend-wasm/src/cc/kernels/SearchSorted.cc index 29c5d8f1a97..449366e456d 100644 --- a/tfjs-backend-wasm/src/cc/kernels/SearchSorted.cc +++ b/tfjs-backend-wasm/src/cc/kernels/SearchSorted.cc @@ -1,6 +1,4 @@ -/** - * @license - * Copyright 2023 Google LLC. +/* Copyright 2023 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 @@ -12,8 +10,7 @@ * 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. - * ============================================================================= - */ + * ===========================================================================*/ #ifdef __EMSCRIPTEN__ #include diff --git a/tfjs-backend-wasm/src/cc/pool3d_impl.h b/tfjs-backend-wasm/src/cc/pool3d_impl.h index 974b8e539ae..e70866f5edd 100644 --- a/tfjs-backend-wasm/src/cc/pool3d_impl.h +++ b/tfjs-backend-wasm/src/cc/pool3d_impl.h @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/cc/shape.h b/tfjs-backend-wasm/src/cc/shape.h index c04a965db6c..b1fc92226c2 100644 --- a/tfjs-backend-wasm/src/cc/shape.h +++ b/tfjs-backend-wasm/src/cc/shape.h @@ -1,4 +1,4 @@ -/* Copyright 2023 Google LLC. All Rights Reserved. +/* Copyright 2023 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 From 5353c921382a395a9498509e69e41424c22e4f6e Mon Sep 17 00:00:00 2001 From: Chunnien Chan Date: Tue, 7 Feb 2023 12:18:04 -0800 Subject: [PATCH 2/3] Fix ts license headers --- tfjs-backend-wasm/src/kernels/EluGrad.ts | 2 +- tfjs-backend-wasm/src/kernels/ResizeBilinearGrad.ts | 6 +++--- tfjs-backend-wasm/src/kernels/ResizeNearestNeighborGrad.ts | 6 +++--- tfjs-backend-wasm/src/kernels/SearchSorted.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tfjs-backend-wasm/src/kernels/EluGrad.ts b/tfjs-backend-wasm/src/kernels/EluGrad.ts index 60faebd9647..840d401b753 100644 --- a/tfjs-backend-wasm/src/kernels/EluGrad.ts +++ b/tfjs-backend-wasm/src/kernels/EluGrad.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2023 Google LLC. All Rights Reserved. + * Copyright 2023 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 diff --git a/tfjs-backend-wasm/src/kernels/ResizeBilinearGrad.ts b/tfjs-backend-wasm/src/kernels/ResizeBilinearGrad.ts index 9182c721a0b..67c0db16c74 100644 --- a/tfjs-backend-wasm/src/kernels/ResizeBilinearGrad.ts +++ b/tfjs-backend-wasm/src/kernels/ResizeBilinearGrad.ts @@ -1,14 +1,14 @@ /** * @license - * Copyright 2023 Google LLC. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the 'License'); + * Copyright 2023 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 * * http://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, + * 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. diff --git a/tfjs-backend-wasm/src/kernels/ResizeNearestNeighborGrad.ts b/tfjs-backend-wasm/src/kernels/ResizeNearestNeighborGrad.ts index f1489f685aa..05930b60865 100644 --- a/tfjs-backend-wasm/src/kernels/ResizeNearestNeighborGrad.ts +++ b/tfjs-backend-wasm/src/kernels/ResizeNearestNeighborGrad.ts @@ -1,14 +1,14 @@ /** * @license - * Copyright 2023 Google LLC. All Rights Reserved. - * Licensed under the Apache License, Version 2.0 (the 'License'); + * Copyright 2023 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 * * http://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, + * 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. diff --git a/tfjs-backend-wasm/src/kernels/SearchSorted.ts b/tfjs-backend-wasm/src/kernels/SearchSorted.ts index e915ccc40eb..4afc6d4a455 100644 --- a/tfjs-backend-wasm/src/kernels/SearchSorted.ts +++ b/tfjs-backend-wasm/src/kernels/SearchSorted.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2023 Google LLC. All Rights Reserved. + * Copyright 2023 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 From a0dd3525df765acd96f364ae17cc30aeeb63ee7c Mon Sep 17 00:00:00 2001 From: Chunnien Chan Date: Tue, 7 Feb 2023 12:19:22 -0800 Subject: [PATCH 3/3] Fix webgl license headers --- tfjs-backend-webgl/src/scatter_packed_gpu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-backend-webgl/src/scatter_packed_gpu.ts b/tfjs-backend-webgl/src/scatter_packed_gpu.ts index 959cd1c52e6..278e1be90b4 100644 --- a/tfjs-backend-webgl/src/scatter_packed_gpu.ts +++ b/tfjs-backend-webgl/src/scatter_packed_gpu.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2023 Google LLC. All Rights Reserved. + * Copyright 2023 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