diff --git a/AuthenticationExample/AuthenticationExample/AuthenticationApp.swift b/AuthenticationExample/AuthenticationExample/AuthenticationApp.swift index 8d0824cdc..a2f2d85a2 100644 --- a/AuthenticationExample/AuthenticationExample/AuthenticationApp.swift +++ b/AuthenticationExample/AuthenticationExample/AuthenticationApp.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/HomeView.swift b/AuthenticationExample/AuthenticationExample/HomeView.swift index c95cd234f..1b989447a 100644 --- a/AuthenticationExample/AuthenticationExample/HomeView.swift +++ b/AuthenticationExample/AuthenticationExample/HomeView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/LoadableImageView.swift b/AuthenticationExample/AuthenticationExample/LoadableImageView.swift index 89c308f14..77e5d22d5 100644 --- a/AuthenticationExample/AuthenticationExample/LoadableImageView.swift +++ b/AuthenticationExample/AuthenticationExample/LoadableImageView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/MapItemView.swift b/AuthenticationExample/AuthenticationExample/MapItemView.swift index 205fcf619..0e07f3bdc 100644 --- a/AuthenticationExample/AuthenticationExample/MapItemView.swift +++ b/AuthenticationExample/AuthenticationExample/MapItemView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/ProfileView.swift b/AuthenticationExample/AuthenticationExample/ProfileView.swift index 948aa2f6e..1523ad763 100644 --- a/AuthenticationExample/AuthenticationExample/ProfileView.swift +++ b/AuthenticationExample/AuthenticationExample/ProfileView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/SignInView.swift b/AuthenticationExample/AuthenticationExample/SignInView.swift index 0a020008f..ea862432e 100644 --- a/AuthenticationExample/AuthenticationExample/SignInView.swift +++ b/AuthenticationExample/AuthenticationExample/SignInView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/UserView.swift b/AuthenticationExample/AuthenticationExample/UserView.swift index fb1210037..f54ad1c29 100644 --- a/AuthenticationExample/AuthenticationExample/UserView.swift +++ b/AuthenticationExample/AuthenticationExample/UserView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/AuthenticationExample/AuthenticationExample/WebMapsView.swift b/AuthenticationExample/AuthenticationExample/WebMapsView.swift index 73afa3881..912393047 100644 --- a/AuthenticationExample/AuthenticationExample/WebMapsView.swift +++ b/AuthenticationExample/AuthenticationExample/WebMapsView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/BasemapGalleryExampleView.swift b/Examples/Examples/BasemapGalleryExampleView.swift index 574feee99..02cf5655f 100644 --- a/Examples/Examples/BasemapGalleryExampleView.swift +++ b/Examples/Examples/BasemapGalleryExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/BookmarksExampleView.swift b/Examples/Examples/BookmarksExampleView.swift index 709f1cfc9..493b177ba 100644 --- a/Examples/Examples/BookmarksExampleView.swift +++ b/Examples/Examples/BookmarksExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/CompassExampleView.swift b/Examples/Examples/CompassExampleView.swift index f5954df67..b1fe597a8 100644 --- a/Examples/Examples/CompassExampleView.swift +++ b/Examples/Examples/CompassExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/FloatingPanelExampleView.swift b/Examples/Examples/FloatingPanelExampleView.swift index bd18f4ecc..6dc9c10c2 100644 --- a/Examples/Examples/FloatingPanelExampleView.swift +++ b/Examples/Examples/FloatingPanelExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/FloorFilterExampleView.swift b/Examples/Examples/FloorFilterExampleView.swift index 87a52fd2d..c96b6a452 100644 --- a/Examples/Examples/FloorFilterExampleView.swift +++ b/Examples/Examples/FloorFilterExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/FlyoverExampleView.swift b/Examples/Examples/FlyoverExampleView.swift index f4c16171f..dbbc593da 100644 --- a/Examples/Examples/FlyoverExampleView.swift +++ b/Examples/Examples/FlyoverExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/OverviewMapExampleView.swift b/Examples/Examples/OverviewMapExampleView.swift index 581291f28..33b914630 100644 --- a/Examples/Examples/OverviewMapExampleView.swift +++ b/Examples/Examples/OverviewMapExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/PopupExampleView.swift b/Examples/Examples/PopupExampleView.swift index 2edc47c3f..16a32fe9d 100644 --- a/Examples/Examples/PopupExampleView.swift +++ b/Examples/Examples/PopupExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/ScalebarExampleView.swift b/Examples/Examples/ScalebarExampleView.swift index 2d69548fa..d6da3a395 100644 --- a/Examples/Examples/ScalebarExampleView.swift +++ b/Examples/Examples/ScalebarExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/SearchExampleView.swift b/Examples/Examples/SearchExampleView.swift index 50d63d58a..08a59f847 100644 --- a/Examples/Examples/SearchExampleView.swift +++ b/Examples/Examples/SearchExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/TableTopExampleView.swift b/Examples/Examples/TableTopExampleView.swift index b7b5d63a8..4a64c0a3f 100644 --- a/Examples/Examples/TableTopExampleView.swift +++ b/Examples/Examples/TableTopExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Examples/Examples/UtilityNetworkTraceExampleView.swift b/Examples/Examples/UtilityNetworkTraceExampleView.swift index 9e08e18a5..a582cde03 100644 --- a/Examples/Examples/UtilityNetworkTraceExampleView.swift +++ b/Examples/Examples/UtilityNetworkTraceExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/AnyExample.swift b/Examples/ExamplesApp/AnyExample.swift index abd58f9f9..d28c8412f 100644 --- a/Examples/ExamplesApp/AnyExample.swift +++ b/Examples/ExamplesApp/AnyExample.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/Example.swift b/Examples/ExamplesApp/Example.swift index d484aff79..84c3c9f27 100644 --- a/Examples/ExamplesApp/Example.swift +++ b/Examples/ExamplesApp/Example.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/ExampleList.swift b/Examples/ExamplesApp/ExampleList.swift index 8b628639b..79d12256c 100644 --- a/Examples/ExamplesApp/ExampleList.swift +++ b/Examples/ExamplesApp/ExampleList.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/ExampleView.swift b/Examples/ExamplesApp/ExampleView.swift index 6986ba73b..e8f279fec 100644 --- a/Examples/ExamplesApp/ExampleView.swift +++ b/Examples/ExamplesApp/ExampleView.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/Examples.swift b/Examples/ExamplesApp/Examples.swift index f5b6875da..a07052adc 100644 --- a/Examples/ExamplesApp/Examples.swift +++ b/Examples/ExamplesApp/Examples.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/ExamplesApp/ExamplesApp.swift b/Examples/ExamplesApp/ExamplesApp.swift index afc8a3f12..d4933a5bc 100644 --- a/Examples/ExamplesApp/ExamplesApp.swift +++ b/Examples/ExamplesApp/ExamplesApp.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Examples/Utility/MapDataModel.swift b/Examples/Utility/MapDataModel.swift index ab03cbad1..4e258f924 100644 --- a/Examples/Utility/MapDataModel.swift +++ b/Examples/Utility/MapDataModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Examples/Utility/SceneDataModel.swift b/Examples/Utility/SceneDataModel.swift index 40cd7377c..ff5deeeb4 100644 --- a/Examples/Utility/SceneDataModel.swift +++ b/Examples/Utility/SceneDataModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/JobManagerExample/JobManagerExample/JobManagerExampleApp.swift b/JobManagerExample/JobManagerExample/JobManagerExampleApp.swift index 25c8053d5..a813b4b25 100644 --- a/JobManagerExample/JobManagerExample/JobManagerExampleApp.swift +++ b/JobManagerExample/JobManagerExample/JobManagerExampleApp.swift @@ -1,9 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// +// 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, diff --git a/JobManagerExample/JobManagerExample/JobManagerExampleView.swift b/JobManagerExample/JobManagerExample/JobManagerExampleView.swift index e286ccfec..23b703aed 100644 --- a/JobManagerExample/JobManagerExample/JobManagerExampleView.swift +++ b/JobManagerExample/JobManagerExample/JobManagerExampleView.swift @@ -1,9 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// +// 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, diff --git a/JobManagerExample/JobManagerExample/View.swift b/JobManagerExample/JobManagerExample/View.swift index a8bff2b6e..980329a90 100644 --- a/JobManagerExample/JobManagerExample/View.swift +++ b/JobManagerExample/JobManagerExample/View.swift @@ -1,9 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// +// 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, diff --git a/Package.swift b/Package.swift index 7e1e1a6ef..a35f7aef3 100644 --- a/Package.swift +++ b/Package.swift @@ -1,12 +1,13 @@ // swift-tools-version:5.9 // The swift-tools-version declares the minimum version of Swift required to build this package. -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Augmented Reality/ARCoachingOverlay.swift b/Sources/ArcGISToolkit/Components/Augmented Reality/ARCoachingOverlay.swift index b88b60aec..54bf6f93b 100644 --- a/Sources/ArcGISToolkit/Components/Augmented Reality/ARCoachingOverlay.swift +++ b/Sources/ArcGISToolkit/Components/Augmented Reality/ARCoachingOverlay.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Augmented Reality/ARSwiftUIView.swift b/Sources/ArcGISToolkit/Components/Augmented Reality/ARSwiftUIView.swift index a42a65c18..087f1069f 100644 --- a/Sources/ArcGISToolkit/Components/Augmented Reality/ARSwiftUIView.swift +++ b/Sources/ArcGISToolkit/Components/Augmented Reality/ARSwiftUIView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Augmented Reality/FlyoverSceneView.swift b/Sources/ArcGISToolkit/Components/Augmented Reality/FlyoverSceneView.swift index c1403d015..84700a074 100644 --- a/Sources/ArcGISToolkit/Components/Augmented Reality/FlyoverSceneView.swift +++ b/Sources/ArcGISToolkit/Components/Augmented Reality/FlyoverSceneView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Augmented Reality/TableTopSceneView.swift b/Sources/ArcGISToolkit/Components/Augmented Reality/TableTopSceneView.swift index 54a4862f8..3ed362886 100644 --- a/Sources/ArcGISToolkit/Components/Augmented Reality/TableTopSceneView.swift +++ b/Sources/ArcGISToolkit/Components/Augmented Reality/TableTopSceneView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/AuthenticationManager.swift b/Sources/ArcGISToolkit/Components/Authentication/AuthenticationManager.swift index 819f18d6b..81ee2980c 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/AuthenticationManager.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/AuthenticationManager.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/Authenticator.swift b/Sources/ArcGISToolkit/Components/Authentication/Authenticator.swift index 74beca8f3..3983212b3 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/Authenticator.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/Authenticator.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/AuthenticatorModifier.swift b/Sources/ArcGISToolkit/Components/Authentication/AuthenticatorModifier.swift index f834e34d3..35b22010b 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/AuthenticatorModifier.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/AuthenticatorModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/CertificatePickerViewModifier.swift b/Sources/ArcGISToolkit/Components/Authentication/CertificatePickerViewModifier.swift index c6bf34c41..94aa5008d 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/CertificatePickerViewModifier.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/CertificatePickerViewModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/ChallengeContinuation.swift b/Sources/ArcGISToolkit/Components/Authentication/ChallengeContinuation.swift index 7583b5e99..986a6ba80 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/ChallengeContinuation.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/ChallengeContinuation.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/DocumentPickerView.swift b/Sources/ArcGISToolkit/Components/Authentication/DocumentPickerView.swift index 7a15a56fc..efef2bb7c 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/DocumentPickerView.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/DocumentPickerView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/LoginCredential.swift b/Sources/ArcGISToolkit/Components/Authentication/LoginCredential.swift index 7f64fb206..85ca67311 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/LoginCredential.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/LoginCredential.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/LoginViewModifier.swift b/Sources/ArcGISToolkit/Components/Authentication/LoginViewModifier.swift index d9769e00e..7d2678061 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/LoginViewModifier.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/LoginViewModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/NetworkChallengeContinuation.swift b/Sources/ArcGISToolkit/Components/Authentication/NetworkChallengeContinuation.swift index 479c09645..e6394d173 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/NetworkChallengeContinuation.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/NetworkChallengeContinuation.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/TokenChallengeContinuation.swift b/Sources/ArcGISToolkit/Components/Authentication/TokenChallengeContinuation.swift index 7467528e3..8e0a546e7 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/TokenChallengeContinuation.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/TokenChallengeContinuation.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/TrustHostViewModifier.swift b/Sources/ArcGISToolkit/Components/Authentication/TrustHostViewModifier.swift index 9092e602a..b7495a32c 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/TrustHostViewModifier.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/TrustHostViewModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Authentication/ValueContinuation.swift b/Sources/ArcGISToolkit/Components/Authentication/ValueContinuation.swift index 4d18bc03c..61a0380ff 100644 --- a/Sources/ArcGISToolkit/Components/Authentication/ValueContinuation.swift +++ b/Sources/ArcGISToolkit/Components/Authentication/ValueContinuation.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGallery.swift b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGallery.swift index 9bcd4ed18..43200bfbe 100644 --- a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGallery.swift +++ b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGallery.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryCell.swift b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryCell.swift index 4ca3f7fd9..838fe63a1 100644 --- a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryCell.swift +++ b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryCell.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryItem.swift b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryItem.swift index 2eb5847b1..6eccd23ac 100644 --- a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryItem.swift +++ b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryItem.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift index f786b5bb6..19db27447 100644 --- a/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift +++ b/Sources/ArcGISToolkit/Components/BasemapGallery/BasemapGalleryViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Bookmarks/Bookmarks.swift b/Sources/ArcGISToolkit/Components/Bookmarks/Bookmarks.swift index 4f421f94f..401ed6e99 100644 --- a/Sources/ArcGISToolkit/Components/Bookmarks/Bookmarks.swift +++ b/Sources/ArcGISToolkit/Components/Bookmarks/Bookmarks.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Bookmarks/BookmarksHeader.swift b/Sources/ArcGISToolkit/Components/Bookmarks/BookmarksHeader.swift index 22c97ef1b..e0ce8ee45 100644 --- a/Sources/ArcGISToolkit/Components/Bookmarks/BookmarksHeader.swift +++ b/Sources/ArcGISToolkit/Components/Bookmarks/BookmarksHeader.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Compass/Compass.swift b/Sources/ArcGISToolkit/Components/Compass/Compass.swift index edd5b6ed7..403d303e8 100644 --- a/Sources/ArcGISToolkit/Components/Compass/Compass.swift +++ b/Sources/ArcGISToolkit/Components/Compass/Compass.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Compass/CompassBody.swift b/Sources/ArcGISToolkit/Components/Compass/CompassBody.swift index c3622eef1..62bb7ff53 100644 --- a/Sources/ArcGISToolkit/Components/Compass/CompassBody.swift +++ b/Sources/ArcGISToolkit/Components/Compass/CompassBody.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Compass/CompassDirection.swift b/Sources/ArcGISToolkit/Components/Compass/CompassDirection.swift index 656f454d1..48f9e6da7 100644 --- a/Sources/ArcGISToolkit/Components/Compass/CompassDirection.swift +++ b/Sources/ArcGISToolkit/Components/Compass/CompassDirection.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Compass/Needle.swift b/Sources/ArcGISToolkit/Components/Compass/Needle.swift index 349e18120..394f8d0bb 100644 --- a/Sources/ArcGISToolkit/Components/Compass/Needle.swift +++ b/Sources/ArcGISToolkit/Components/Compass/Needle.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift index b0c1eb7dc..075d56d71 100644 --- a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift +++ b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelDetent.swift b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelDetent.swift index f44c74d58..4ae2c55fa 100644 --- a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelDetent.swift +++ b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelDetent.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelModifier.swift b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelModifier.swift index c16414e97..a390673ba 100644 --- a/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelModifier.swift +++ b/Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanelModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilter.swift b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilter.swift index 8207b5a16..aed43ae02 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilter.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilter.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterAutomaticSelectionMode.swift b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterAutomaticSelectionMode.swift index d10f10bf8..4a2511d52 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterAutomaticSelectionMode.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterAutomaticSelectionMode.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterSelection.swift b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterSelection.swift index 10121b300..6feefc6a9 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterSelection.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterSelection.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterViewModel.swift b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterViewModel.swift index 0102788b2..fb7b5999d 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterViewModel.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/FloorFilterViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/LevelSelector.swift b/Sources/ArcGISToolkit/Components/FloorFilter/LevelSelector.swift index a2423965d..f293883f4 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/LevelSelector.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/LevelSelector.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/FloorFilter/SiteAndFacilitySelector.swift b/Sources/ArcGISToolkit/Components/FloorFilter/SiteAndFacilitySelector.swift index e046da28b..5a99b4348 100644 --- a/Sources/ArcGISToolkit/Components/FloorFilter/SiteAndFacilitySelector.swift +++ b/Sources/ArcGISToolkit/Components/FloorFilter/SiteAndFacilitySelector.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift b/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift index e3bd428d9..4da6e1792 100644 --- a/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift +++ b/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift @@ -1,9 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// +// 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, diff --git a/Sources/ArcGISToolkit/Components/OverviewMap.swift b/Sources/ArcGISToolkit/Components/OverviewMap.swift index a156be1d9..9990fd21e 100644 --- a/Sources/ArcGISToolkit/Components/OverviewMap.swift +++ b/Sources/ArcGISToolkit/Components/OverviewMap.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentList.swift b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentList.swift index f39064d7a..63a03f5b3 100644 --- a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentList.swift +++ b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentList.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentModel.swift b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentModel.swift index 60c834437..556a26d88 100644 --- a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentModel.swift +++ b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentPreview.swift b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentPreview.swift index cae537fc5..2918395a4 100644 --- a/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentPreview.swift +++ b/Sources/ArcGISToolkit/Components/Popups/Attachments/AttachmentPreview.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/Attachments/ThumbnailView.swift b/Sources/ArcGISToolkit/Components/Popups/Attachments/ThumbnailView.swift index d5f6b19ca..c2d540d3a 100644 --- a/Sources/ArcGISToolkit/Components/Popups/Attachments/ThumbnailView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/Attachments/ThumbnailView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/AttachmentsPopupElementView.swift b/Sources/ArcGISToolkit/Components/Popups/AttachmentsPopupElementView.swift index 0c3ca103b..f9c62f77b 100644 --- a/Sources/ArcGISToolkit/Components/Popups/AttachmentsPopupElementView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/AttachmentsPopupElementView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/FieldsPopupElementView.swift b/Sources/ArcGISToolkit/Components/Popups/FieldsPopupElementView.swift index 673316fc6..38863988d 100644 --- a/Sources/ArcGISToolkit/Components/Popups/FieldsPopupElementView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/FieldsPopupElementView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift b/Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift index d79d71089..05ad96bdb 100644 --- a/Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/HTMLTextView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/MediaPopupElementView.swift b/Sources/ArcGISToolkit/Components/Popups/MediaPopupElementView.swift index d086510dc..54107d1b9 100644 --- a/Sources/ArcGISToolkit/Components/Popups/MediaPopupElementView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/MediaPopupElementView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/PopupElementHeader.swift b/Sources/ArcGISToolkit/Components/Popups/PopupElementHeader.swift index acba45145..cae8232cb 100644 --- a/Sources/ArcGISToolkit/Components/Popups/PopupElementHeader.swift +++ b/Sources/ArcGISToolkit/Components/Popups/PopupElementHeader.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/PopupView.swift b/Sources/ArcGISToolkit/Components/Popups/PopupView.swift index 48831f64a..d68ca7e6b 100644 --- a/Sources/ArcGISToolkit/Components/Popups/PopupView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/PopupView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Popups/TextPopupElementView.swift b/Sources/ArcGISToolkit/Components/Popups/TextPopupElementView.swift index 8d7576c50..5bc0179e2 100644 --- a/Sources/ArcGISToolkit/Components/Popups/TextPopupElementView.swift +++ b/Sources/ArcGISToolkit/Components/Popups/TextPopupElementView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/Scalebar.swift b/Sources/ArcGISToolkit/Components/Scalebar/Scalebar.swift index a1962807b..3df42a3ef 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/Scalebar.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/Scalebar.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarLabel.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarLabel.swift index 361db15d1..9ddf06230 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarLabel.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarLabel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarModifiers.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarModifiers.swift index c39fe09ad..2b3b2f62d 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarModifiers.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarModifiers.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarSettings.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarSettings.swift index 47cf62df9..6125a4174 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarSettings.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarSettings.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyle.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyle.swift index c41078c1a..f327ef9c5 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyle.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyle.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyleRenderer.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyleRenderer.swift index 211497123..f8ebb78aa 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyleRenderer.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarStyleRenderer.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarUnits.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarUnits.swift index b72135f82..6c4323627 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarUnits.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarUnits.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarViewModel.swift b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarViewModel.swift index a91ae3d4b..8e35e5a10 100644 --- a/Sources/ArcGISToolkit/Components/Scalebar/ScalebarViewModel.swift +++ b/Sources/ArcGISToolkit/Components/Scalebar/ScalebarViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/LocatorSearchSource.swift b/Sources/ArcGISToolkit/Components/Search/LocatorSearchSource.swift index 83bae740f..b2c03ba00 100644 --- a/Sources/ArcGISToolkit/Components/Search/LocatorSearchSource.swift +++ b/Sources/ArcGISToolkit/Components/Search/LocatorSearchSource.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SearchResult.swift b/Sources/ArcGISToolkit/Components/Search/SearchResult.swift index fbb933300..ca97358f3 100644 --- a/Sources/ArcGISToolkit/Components/Search/SearchResult.swift +++ b/Sources/ArcGISToolkit/Components/Search/SearchResult.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SearchSource.swift b/Sources/ArcGISToolkit/Components/Search/SearchSource.swift index 8ebe36364..09b880d83 100644 --- a/Sources/ArcGISToolkit/Components/Search/SearchSource.swift +++ b/Sources/ArcGISToolkit/Components/Search/SearchSource.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SearchSuggestion.swift b/Sources/ArcGISToolkit/Components/Search/SearchSuggestion.swift index 7cbc76e12..88274eb4d 100644 --- a/Sources/ArcGISToolkit/Components/Search/SearchSuggestion.swift +++ b/Sources/ArcGISToolkit/Components/Search/SearchSuggestion.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SearchView.swift b/Sources/ArcGISToolkit/Components/Search/SearchView.swift index e984ab28b..6d66f28f1 100644 --- a/Sources/ArcGISToolkit/Components/Search/SearchView.swift +++ b/Sources/ArcGISToolkit/Components/Search/SearchView.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SearchViewModel.swift b/Sources/ArcGISToolkit/Components/Search/SearchViewModel.swift index a34447aca..7fde4766f 100644 --- a/Sources/ArcGISToolkit/Components/Search/SearchViewModel.swift +++ b/Sources/ArcGISToolkit/Components/Search/SearchViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/Search/SmartLocatorSearchSource.swift b/Sources/ArcGISToolkit/Components/Search/SmartLocatorSearchSource.swift index e76325cde..24dcd8569 100644 --- a/Sources/ArcGISToolkit/Components/Search/SmartLocatorSearchSource.swift +++ b/Sources/ArcGISToolkit/Components/Search/SmartLocatorSearchSource.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift index 00d4ae9ea..4bc5eff61 100644 --- a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift +++ b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTrace.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceStartingPoint.swift b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceStartingPoint.swift index d4d13fc77..0749b471c 100644 --- a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceStartingPoint.swift +++ b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceStartingPoint.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceUserAlert.swift b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceUserAlert.swift index 4060e254f..f764b4092 100644 --- a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceUserAlert.swift +++ b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceUserAlert.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModel.swift b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModel.swift index a1a5b6f5f..294600bb4 100644 --- a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModel.swift +++ b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModelTrace.swift b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModelTrace.swift index 7b7887f73..e6a2b1415 100644 --- a/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModelTrace.swift +++ b/Sources/ArcGISToolkit/Components/UtilityNetworkTrace/UtilityNetworkTraceViewModelTrace.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/ArcGISFeature.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/ArcGISFeature.swift index 53237a2c6..3065f06cc 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/ArcGISFeature.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/ArcGISFeature.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorFacility.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorFacility.swift index 12d2706a9..7ed3009f5 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorFacility.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorFacility.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorLevel.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorLevel.swift index b3847d667..8bb15dcdd 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorLevel.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorLevel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorSite.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorSite.swift index 1fe9a23c7..2e8e98264 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorSite.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/FloorSite.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/PopupElement.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/PopupElement.swift index 974b287bf..87663f219 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/PopupElement.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/PopupElement.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/SceneViewProxy.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/SceneViewProxy.swift index 6d8f862ad..8d82f3aaf 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/SceneViewProxy.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/SceneViewProxy.swift @@ -1,8 +1,11 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri +// // 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 +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunction.FunctionType.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunction.FunctionType.swift index 9b1180601..bee796c35 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunction.FunctionType.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunction.FunctionType.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunctionOutput.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunctionOutput.swift index 34aabb59a..9fd12c2f1 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunctionOutput.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/UtilityTraceFunctionOutput.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/ArcGIS/Viewpoint.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/Viewpoint.swift index a8c014b1b..da2459108 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/Viewpoint.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/Viewpoint.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/Foundation/Bundle.swift b/Sources/ArcGISToolkit/Extensions/Foundation/Bundle.swift index cd531bbf3..d4f24a377 100644 --- a/Sources/ArcGISToolkit/Extensions/Foundation/Bundle.swift +++ b/Sources/ArcGISToolkit/Extensions/Foundation/Bundle.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/Swift/MacCatalyst.swift b/Sources/ArcGISToolkit/Extensions/Swift/MacCatalyst.swift index 8e1f42914..7fb245da2 100644 --- a/Sources/ArcGISToolkit/Extensions/Swift/MacCatalyst.swift +++ b/Sources/ArcGISToolkit/Extensions/Swift/MacCatalyst.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/Sources/ArcGISToolkit/Extensions/Swift/Result.swift b/Sources/ArcGISToolkit/Extensions/Swift/Result.swift index 6ccb4e896..01846c2c0 100644 --- a/Sources/ArcGISToolkit/Extensions/Swift/Result.swift +++ b/Sources/ArcGISToolkit/Extensions/Swift/Result.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/Swift/String.swift b/Sources/ArcGISToolkit/Extensions/Swift/String.swift index aa8f675df..fdf7cb296 100644 --- a/Sources/ArcGISToolkit/Extensions/Swift/String.swift +++ b/Sources/ArcGISToolkit/Extensions/Swift/String.swift @@ -1,9 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// +// 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, diff --git a/Sources/ArcGISToolkit/Extensions/SwiftUI/Angle.swift b/Sources/ArcGISToolkit/Extensions/SwiftUI/Angle.swift index b6dd016de..fbee7f4c3 100644 --- a/Sources/ArcGISToolkit/Extensions/SwiftUI/Angle.swift +++ b/Sources/ArcGISToolkit/Extensions/SwiftUI/Angle.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/SwiftUI/Button.swift b/Sources/ArcGISToolkit/Extensions/SwiftUI/Button.swift index c5c1fdd6d..d0dde61f3 100644 --- a/Sources/ArcGISToolkit/Extensions/SwiftUI/Button.swift +++ b/Sources/ArcGISToolkit/Extensions/SwiftUI/Button.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/SwiftUI/Color.swift b/Sources/ArcGISToolkit/Extensions/SwiftUI/Color.swift index ca4ad698b..229742152 100644 --- a/Sources/ArcGISToolkit/Extensions/SwiftUI/Color.swift +++ b/Sources/ArcGISToolkit/Extensions/SwiftUI/Color.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/SwiftUI/EdgeInsets.swift b/Sources/ArcGISToolkit/Extensions/SwiftUI/EdgeInsets.swift index fec49f8c2..32e702371 100644 --- a/Sources/ArcGISToolkit/Extensions/SwiftUI/EdgeInsets.swift +++ b/Sources/ArcGISToolkit/Extensions/SwiftUI/EdgeInsets.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Extensions/SwiftUI/View.swift b/Sources/ArcGISToolkit/Extensions/SwiftUI/View.swift index 06522064c..5b63ea9ba 100644 --- a/Sources/ArcGISToolkit/Extensions/SwiftUI/View.swift +++ b/Sources/ArcGISToolkit/Extensions/SwiftUI/View.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/AsyncImageView.swift b/Sources/ArcGISToolkit/Utility/AsyncImageView.swift index e2e4a4847..2478d20ee 100644 --- a/Sources/ArcGISToolkit/Utility/AsyncImageView.swift +++ b/Sources/ArcGISToolkit/Utility/AsyncImageView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/AsyncImageViewModel.swift b/Sources/ArcGISToolkit/Utility/AsyncImageViewModel.swift index d3cac6d5a..cde5e1575 100644 --- a/Sources/ArcGISToolkit/Utility/AsyncImageViewModel.swift +++ b/Sources/ArcGISToolkit/Utility/AsyncImageViewModel.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/CredentialInputView.swift b/Sources/ArcGISToolkit/Utility/CredentialInputView.swift index 3c4683717..b487f2c6c 100644 --- a/Sources/ArcGISToolkit/Utility/CredentialInputView.swift +++ b/Sources/ArcGISToolkit/Utility/CredentialInputView.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/EsriBorderViewModifier.swift b/Sources/ArcGISToolkit/Utility/EsriBorderViewModifier.swift index 62d765e7f..3caded385 100644 --- a/Sources/ArcGISToolkit/Utility/EsriBorderViewModifier.swift +++ b/Sources/ArcGISToolkit/Utility/EsriBorderViewModifier.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/InterfaceOrientationObserverView.swift b/Sources/ArcGISToolkit/Utility/InterfaceOrientationObserverView.swift index 1e42989ef..71175fd49 100644 --- a/Sources/ArcGISToolkit/Utility/InterfaceOrientationObserverView.swift +++ b/Sources/ArcGISToolkit/Utility/InterfaceOrientationObserverView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/KeyboardState.swift b/Sources/ArcGISToolkit/Utility/KeyboardState.swift index b92dbcd0e..3b9c49bc5 100644 --- a/Sources/ArcGISToolkit/Utility/KeyboardState.swift +++ b/Sources/ArcGISToolkit/Utility/KeyboardState.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/Sources/ArcGISToolkit/Utility/SearchField.swift b/Sources/ArcGISToolkit/Utility/SearchField.swift index 65012a6b2..3866b561c 100644 --- a/Sources/ArcGISToolkit/Utility/SearchField.swift +++ b/Sources/ArcGISToolkit/Utility/SearchField.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Sources/ArcGISToolkit/Utility/SizePreferenceKey.swift b/Sources/ArcGISToolkit/Utility/SizePreferenceKey.swift index bb2e71c78..76c6950bf 100644 --- a/Sources/ArcGISToolkit/Utility/SizePreferenceKey.swift +++ b/Sources/ArcGISToolkit/Utility/SizePreferenceKey.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/APIKey.swift b/Tests/ArcGISToolkitTests/APIKey.swift index b820199b1..acc7dee15 100644 --- a/Tests/ArcGISToolkitTests/APIKey.swift +++ b/Tests/ArcGISToolkitTests/APIKey.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/ARTests.swift b/Tests/ArcGISToolkitTests/ARTests.swift index 917e384ec..278a541c0 100644 --- a/Tests/ArcGISToolkitTests/ARTests.swift +++ b/Tests/ArcGISToolkitTests/ARTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/AngleTests.swift b/Tests/ArcGISToolkitTests/AngleTests.swift index f0135b669..a4cc417f3 100644 --- a/Tests/ArcGISToolkitTests/AngleTests.swift +++ b/Tests/ArcGISToolkitTests/AngleTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/AuthenticationManagerTests.swift b/Tests/ArcGISToolkitTests/AuthenticationManagerTests.swift index b01465514..a125436d6 100644 --- a/Tests/ArcGISToolkitTests/AuthenticationManagerTests.swift +++ b/Tests/ArcGISToolkitTests/AuthenticationManagerTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/AuthenticatorTests.swift b/Tests/ArcGISToolkitTests/AuthenticatorTests.swift index 1e56bdc67..86068d903 100644 --- a/Tests/ArcGISToolkitTests/AuthenticatorTests.swift +++ b/Tests/ArcGISToolkitTests/AuthenticatorTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/BasemapGalleryItemTests.swift b/Tests/ArcGISToolkitTests/BasemapGalleryItemTests.swift index 18183bc34..2c7ae9a0b 100644 --- a/Tests/ArcGISToolkitTests/BasemapGalleryItemTests.swift +++ b/Tests/ArcGISToolkitTests/BasemapGalleryItemTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/BasemapGalleryViewModelTests.swift b/Tests/ArcGISToolkitTests/BasemapGalleryViewModelTests.swift index dd3afb34b..9d87f6ffa 100644 --- a/Tests/ArcGISToolkitTests/BasemapGalleryViewModelTests.swift +++ b/Tests/ArcGISToolkitTests/BasemapGalleryViewModelTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/BookmarksTests.swift b/Tests/ArcGISToolkitTests/BookmarksTests.swift index 67e300952..6bc2844f5 100644 --- a/Tests/ArcGISToolkitTests/BookmarksTests.swift +++ b/Tests/ArcGISToolkitTests/BookmarksTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/CertificatePickerViewModelTests.swift b/Tests/ArcGISToolkitTests/CertificatePickerViewModelTests.swift index ad13e2b0a..9f2d0769c 100644 --- a/Tests/ArcGISToolkitTests/CertificatePickerViewModelTests.swift +++ b/Tests/ArcGISToolkitTests/CertificatePickerViewModelTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/CompassDirectionTests.swift b/Tests/ArcGISToolkitTests/CompassDirectionTests.swift index e1b7efa3c..df5f540db 100644 --- a/Tests/ArcGISToolkitTests/CompassDirectionTests.swift +++ b/Tests/ArcGISToolkitTests/CompassDirectionTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/CompassTests.swift b/Tests/ArcGISToolkitTests/CompassTests.swift index 11ae4b8ab..5d62cec9c 100644 --- a/Tests/ArcGISToolkitTests/CompassTests.swift +++ b/Tests/ArcGISToolkitTests/CompassTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/FloorFilterViewModelTests.swift b/Tests/ArcGISToolkitTests/FloorFilterViewModelTests.swift index faee98b60..e52b7507d 100644 --- a/Tests/ArcGISToolkitTests/FloorFilterViewModelTests.swift +++ b/Tests/ArcGISToolkitTests/FloorFilterViewModelTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/LocatorSearchSourceTests.swift b/Tests/ArcGISToolkitTests/LocatorSearchSourceTests.swift index e87737464..4c6f78ce6 100644 --- a/Tests/ArcGISToolkitTests/LocatorSearchSourceTests.swift +++ b/Tests/ArcGISToolkitTests/LocatorSearchSourceTests.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/LoginViewModifierTests.swift b/Tests/ArcGISToolkitTests/LoginViewModifierTests.swift index 7902d5443..68b574073 100644 --- a/Tests/ArcGISToolkitTests/LoginViewModifierTests.swift +++ b/Tests/ArcGISToolkitTests/LoginViewModifierTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/NetworkChallengeContinuationTests.swift b/Tests/ArcGISToolkitTests/NetworkChallengeContinuationTests.swift index fdc4e9406..19bb6e600 100644 --- a/Tests/ArcGISToolkitTests/NetworkChallengeContinuationTests.swift +++ b/Tests/ArcGISToolkitTests/NetworkChallengeContinuationTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/Publisher.swift b/Tests/ArcGISToolkitTests/Publisher.swift index c9b373cc6..14af5a480 100644 --- a/Tests/ArcGISToolkitTests/Publisher.swift +++ b/Tests/ArcGISToolkitTests/Publisher.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/ResultTests.swift b/Tests/ArcGISToolkitTests/ResultTests.swift index 4dca675b7..15747bf29 100644 --- a/Tests/ArcGISToolkitTests/ResultTests.swift +++ b/Tests/ArcGISToolkitTests/ResultTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/ScalebarTests.swift b/Tests/ArcGISToolkitTests/ScalebarTests.swift index 832eb7be0..8215fc003 100644 --- a/Tests/ArcGISToolkitTests/ScalebarTests.swift +++ b/Tests/ArcGISToolkitTests/ScalebarTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/SearchViewModelTests.swift b/Tests/ArcGISToolkitTests/SearchViewModelTests.swift index fd671fe6b..b2ce7ae87 100644 --- a/Tests/ArcGISToolkitTests/SearchViewModelTests.swift +++ b/Tests/ArcGISToolkitTests/SearchViewModelTests.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/SmartLocatorSearchSourceTests.swift b/Tests/ArcGISToolkitTests/SmartLocatorSearchSourceTests.swift index 99e422af2..a95689a6e 100644 --- a/Tests/ArcGISToolkitTests/SmartLocatorSearchSourceTests.swift +++ b/Tests/ArcGISToolkitTests/SmartLocatorSearchSourceTests.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/Test Support/Extensions/XCTest/XCTestCase+ArcGISURLSession.swift b/Tests/ArcGISToolkitTests/Test Support/Extensions/XCTest/XCTestCase+ArcGISURLSession.swift index 286b1fa16..92a7eaa61 100644 --- a/Tests/ArcGISToolkitTests/Test Support/Extensions/XCTest/XCTestCase+ArcGISURLSession.swift +++ b/Tests/ArcGISToolkitTests/Test Support/Extensions/XCTest/XCTestCase+ArcGISURLSession.swift @@ -1,20 +1,16 @@ +// Copyright 2022 Esri // -// COPYRIGHT 1995-2022 ESRI +// 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 // -// TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL -// Unpublished material - all rights reserved under the -// Copyright Laws of the United States and applicable international -// laws, treaties, and conventions. -// -// For additional information, contact: -// Environmental Systems Research Institute, Inc. -// Attn: Contracts and Legal Services Department -// 380 New York Street -// Redlands, California, 92373 -// USA -// -// email: contracts@esri.com +// 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. import XCTest import ArcGIS diff --git a/Tests/ArcGISToolkitTests/Test Support/Utility/ArcGISChallengeHandler.swift b/Tests/ArcGISToolkitTests/Test Support/Utility/ArcGISChallengeHandler.swift index 34d5087fd..b94aacfad 100644 --- a/Tests/ArcGISToolkitTests/Test Support/Utility/ArcGISChallengeHandler.swift +++ b/Tests/ArcGISToolkitTests/Test Support/Utility/ArcGISChallengeHandler.swift @@ -1,20 +1,16 @@ +// Copyright 2022 Esri // -// COPYRIGHT 1995-2022 ESRI +// 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 // -// TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL -// Unpublished material - all rights reserved under the -// Copyright Laws of the United States and applicable international -// laws, treaties, and conventions. -// -// For additional information, contact: -// Environmental Systems Research Institute, Inc. -// Attn: Contracts and Legal Services Department -// 380 New York Street -// Redlands, California, 92373 -// USA -// -// email: contracts@esri.com +// 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. import Foundation import ArcGIS diff --git a/Tests/ArcGISToolkitTests/Test Support/Utility/NetworkChallengeHandler.swift b/Tests/ArcGISToolkitTests/Test Support/Utility/NetworkChallengeHandler.swift index 36c9681db..3295b130b 100644 --- a/Tests/ArcGISToolkitTests/Test Support/Utility/NetworkChallengeHandler.swift +++ b/Tests/ArcGISToolkitTests/Test Support/Utility/NetworkChallengeHandler.swift @@ -1,20 +1,16 @@ +// Copyright 2022 Esri // -// COPYRIGHT 1995-2022 ESRI +// 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 // -// TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL -// Unpublished material - all rights reserved under the -// Copyright Laws of the United States and applicable international -// laws, treaties, and conventions. -// -// For additional information, contact: -// Environmental Systems Research Institute, Inc. -// Attn: Contracts and Legal Services Department -// 380 New York Street -// Redlands, California, 92373 -// USA -// -// email: contracts@esri.com +// 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. import Foundation import ArcGIS diff --git a/Tests/ArcGISToolkitTests/TokenChallengeContinuationTests.swift b/Tests/ArcGISToolkitTests/TokenChallengeContinuationTests.swift index e0f98cf18..adb9c13c9 100644 --- a/Tests/ArcGISToolkitTests/TokenChallengeContinuationTests.swift +++ b/Tests/ArcGISToolkitTests/TokenChallengeContinuationTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/TrustHostViewModifierTests.swift b/Tests/ArcGISToolkitTests/TrustHostViewModifierTests.swift index ee63909d7..85c867ade 100644 --- a/Tests/ArcGISToolkitTests/TrustHostViewModifierTests.swift +++ b/Tests/ArcGISToolkitTests/TrustHostViewModifierTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/UtilityNetworkTraceViewModelTests.swift b/Tests/ArcGISToolkitTests/UtilityNetworkTraceViewModelTests.swift index bf7672700..a74a16b62 100644 --- a/Tests/ArcGISToolkitTests/UtilityNetworkTraceViewModelTests.swift +++ b/Tests/ArcGISToolkitTests/UtilityNetworkTraceViewModelTests.swift @@ -1,10 +1,11 @@ -// Copyright 2021 Esri. - +// Copyright 2021 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/ValueContinuationTests.swift b/Tests/ArcGISToolkitTests/ValueContinuationTests.swift index 141fcda2d..35ee6d3ed 100644 --- a/Tests/ArcGISToolkitTests/ValueContinuationTests.swift +++ b/Tests/ArcGISToolkitTests/ValueContinuationTests.swift @@ -1,10 +1,11 @@ -// Copyright 2022 Esri. - +// Copyright 2022 Esri +// // 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 - +// +// 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. diff --git a/Tests/ArcGISToolkitTests/ViewpointTests.swift b/Tests/ArcGISToolkitTests/ViewpointTests.swift index b8a420a52..50dad276e 100644 --- a/Tests/ArcGISToolkitTests/ViewpointTests.swift +++ b/Tests/ArcGISToolkitTests/ViewpointTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UI Test Runner/TestViews/BasemapGalleryTestView.swift b/UI Test Runner/UI Test Runner/TestViews/BasemapGalleryTestView.swift index 5584321e9..f4d316cde 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BasemapGalleryTestView.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BasemapGalleryTestView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase1View.swift b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase1View.swift index 1eaa711f9..58920d448 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase1View.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase1View.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase2View.swift b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase2View.swift index 53924f798..932659c07 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase2View.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase2View.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase3View.swift b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase3View.swift index c997ea865..fc367f400 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase3View.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase3View.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase4View.swift b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase4View.swift index c8b6e9242..6e79bdafc 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase4View.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestCase4View.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestViews.swift b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestViews.swift index 4c27d57d8..19756b03e 100644 --- a/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestViews.swift +++ b/UI Test Runner/UI Test Runner/TestViews/BookmarksTestViews/BookmarksTestViews.swift @@ -1,10 +1,10 @@ -// Copyright 2023 Esri. +// Copyright 2023 Esri // // 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 +// 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, diff --git a/UI Test Runner/UI Test Runner/TestViews/FloorFilterTestView.swift b/UI Test Runner/UI Test Runner/TestViews/FloorFilterTestView.swift index a722cca55..b1c9fc4f1 100644 --- a/UI Test Runner/UI Test Runner/TestViews/FloorFilterTestView.swift +++ b/UI Test Runner/UI Test Runner/TestViews/FloorFilterTestView.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UI Test Runner/Tests.swift b/UI Test Runner/UI Test Runner/Tests.swift index 38cc2a11e..3f4d83713 100644 --- a/UI Test Runner/UI Test Runner/Tests.swift +++ b/UI Test Runner/UI Test Runner/Tests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UI Test Runner/UITestRunner.swift b/UI Test Runner/UI Test Runner/UITestRunner.swift index 76a604d2b..88aec7144 100644 --- a/UI Test Runner/UI Test Runner/UITestRunner.swift +++ b/UI Test Runner/UI Test Runner/UITestRunner.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UITests/BasemapGalleryTests.swift b/UI Test Runner/UITests/BasemapGalleryTests.swift index 3bf119cf5..09ec82e3a 100644 --- a/UI Test Runner/UITests/BasemapGalleryTests.swift +++ b/UI Test Runner/UITests/BasemapGalleryTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UITests/BookmarksTests.swift b/UI Test Runner/UITests/BookmarksTests.swift index b0b2b319f..af68b41d7 100644 --- a/UI Test Runner/UITests/BookmarksTests.swift +++ b/UI Test Runner/UITests/BookmarksTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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. diff --git a/UI Test Runner/UITests/FloorFilterTests.swift b/UI Test Runner/UITests/FloorFilterTests.swift index 2c76f7fae..0291dc68a 100644 --- a/UI Test Runner/UITests/FloorFilterTests.swift +++ b/UI Test Runner/UITests/FloorFilterTests.swift @@ -1,10 +1,11 @@ -// Copyright 2023 Esri. - +// Copyright 2023 Esri +// // 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 - +// +// 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.