diff --git a/samples/add-map/README.md b/samples/add-map/README.md index c734bdbd..62904810 100644 --- a/samples/add-map/README.md +++ b/samples/add-map/README.md @@ -1,7 +1,3 @@ -TODO: Update this file with relevant instructions for building the sample -in the new regime. - - # Google Maps JavaScript Sample This sample is generated from @googlemaps/js-samples located at diff --git a/samples/add-map/index.html b/samples/add-map/index.html index c3c11e77..d7835b23 100644 --- a/samples/add-map/index.html +++ b/samples/add-map/index.html @@ -1,18 +1,8 @@ diff --git a/samples/add-map/index.ts b/samples/add-map/index.ts index 8a23c82f..a7ad7c64 100644 --- a/samples/add-map/index.ts +++ b/samples/add-map/index.ts @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ // [START maps_add_map] // Initialize and add the map diff --git a/samples/add-map/style.css b/samples/add-map/style.css index 5d2c15ab..561a4b33 100644 --- a/samples/add-map/style.css +++ b/samples/add-map/style.css @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ /* [START maps_add_map] */ /* * Always set the map height explicitly to define the size of the div element diff --git a/samples/advanced-markers-animation/index.html b/samples/advanced-markers-animation/index.html index 2e50280f..fe807663 100644 --- a/samples/advanced-markers-animation/index.html +++ b/samples/advanced-markers-animation/index.html @@ -1,7 +1,7 @@ diff --git a/samples/advanced-markers-animation/index.ts b/samples/advanced-markers-animation/index.ts index beba63dd..a24e4e7a 100644 --- a/samples/advanced-markers-animation/index.ts +++ b/samples/advanced-markers-animation/index.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2019 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/samples/advanced-markers-animation/style.css b/samples/advanced-markers-animation/style.css index 5bdd67f2..db7b5479 100644 --- a/samples/advanced-markers-animation/style.css +++ b/samples/advanced-markers-animation/style.css @@ -1,6 +1,6 @@ /** * @license - * Copyright 2019 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_advanced_markers_animation] */ diff --git a/samples/map-simple/index.html b/samples/map-simple/index.html index 6b8e2f13..989489cb 100644 --- a/samples/map-simple/index.html +++ b/samples/map-simple/index.html @@ -1,18 +1,8 @@ diff --git a/samples/map-simple/index.ts b/samples/map-simple/index.ts index 63cd0e42..e0c827a4 100644 --- a/samples/map-simple/index.ts +++ b/samples/map-simple/index.ts @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ // [START maps_map_simple] let map: google.maps.Map; diff --git a/samples/map-simple/style.css b/samples/map-simple/style.css index 46cae468..c6f74223 100644 --- a/samples/map-simple/style.css +++ b/samples/map-simple/style.css @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ /* [START maps_map_simple] */ /* * Always set the map height explicitly to define the size of the div element diff --git a/samples/place-autocomplete-data-session/index.html b/samples/place-autocomplete-data-session/index.html index ec2c952b..c84980e9 100644 --- a/samples/place-autocomplete-data-session/index.html +++ b/samples/place-autocomplete-data-session/index.html @@ -1,7 +1,7 @@ diff --git a/samples/place-autocomplete-data-session/index.ts b/samples/place-autocomplete-data-session/index.ts index eb635b0e..42ae5c9c 100644 --- a/samples/place-autocomplete-data-session/index.ts +++ b/samples/place-autocomplete-data-session/index.ts @@ -1,6 +1,6 @@ /** * @license - * Copyright 2024 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/samples/place-autocomplete-data-session/style.css b/samples/place-autocomplete-data-session/style.css index 3f890291..dd36896d 100644 --- a/samples/place-autocomplete-data-session/style.css +++ b/samples/place-autocomplete-data-session/style.css @@ -1,6 +1,6 @@ /** * @license - * Copyright 2019 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_place_autocomplete_data_session] */ diff --git a/samples/place-autocomplete-element/index.html b/samples/place-autocomplete-element/index.html index 30e253dc..1240bc7f 100644 --- a/samples/place-autocomplete-element/index.html +++ b/samples/place-autocomplete-element/index.html @@ -1,7 +1,7 @@ diff --git a/samples/place-autocomplete-element/index.ts b/samples/place-autocomplete-element/index.ts index ff6f6d77..b01fec3a 100644 --- a/samples/place-autocomplete-element/index.ts +++ b/samples/place-autocomplete-element/index.ts @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ // [START maps_place_autocomplete_element] async function initMap(): Promise { diff --git a/samples/place-autocomplete-element/style.css b/samples/place-autocomplete-element/style.css index 4bad8090..1de18c83 100644 --- a/samples/place-autocomplete-element/style.css +++ b/samples/place-autocomplete-element/style.css @@ -1,6 +1,6 @@ /** * @license - * Copyright 2019 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_place_autocomplete_element] */ diff --git a/samples/place-autocomplete-map/index.html b/samples/place-autocomplete-map/index.html index 1fe1a5fa..f79e546d 100644 --- a/samples/place-autocomplete-map/index.html +++ b/samples/place-autocomplete-map/index.html @@ -1,7 +1,7 @@ diff --git a/samples/place-autocomplete-map/index.ts b/samples/place-autocomplete-map/index.ts index 4f67a3bc..72fe4e66 100644 --- a/samples/place-autocomplete-map/index.ts +++ b/samples/place-autocomplete-map/index.ts @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ // [START maps_place_autocomplete_map] let map: google.maps.Map; diff --git a/samples/place-autocomplete-map/style.css b/samples/place-autocomplete-map/style.css index c04ca673..d59f5467 100644 --- a/samples/place-autocomplete-map/style.css +++ b/samples/place-autocomplete-map/style.css @@ -1,6 +1,6 @@ /** * @license - * Copyright 2019 Google LLC. All Rights Reserved. + * Copyright 2025 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* [START maps_place_autocomplete_map] */ diff --git a/samples/place-text-search/index.html b/samples/place-text-search/index.html index b989c388..2e1417a3 100644 --- a/samples/place-text-search/index.html +++ b/samples/place-text-search/index.html @@ -1,18 +1,8 @@ diff --git a/samples/place-text-search/index.ts b/samples/place-text-search/index.ts index 9cef85b9..c1c92b00 100644 --- a/samples/place-text-search/index.ts +++ b/samples/place-text-search/index.ts @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ // [START maps_place_text_search] let map; diff --git a/samples/place-text-search/style.css b/samples/place-text-search/style.css index 659b261e..53491729 100644 --- a/samples/place-text-search/style.css +++ b/samples/place-text-search/style.css @@ -1,18 +1,8 @@ /* - * Copyright 2025 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. -*/ + * @license + * Copyright 2025 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ /* [START maps_place_text_search] */ /* * Always set the map height explicitly to define the size of the div element