diff --git a/Examples/Examples/FormViewExampleView.swift b/Examples/Examples/FormViewExampleView.swift index 3a506cc7b..a7b7cbca9 100644 --- a/Examples/Examples/FormViewExampleView.swift +++ b/Examples/Examples/FormViewExampleView.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/FormView/ClearButton.swift b/Sources/ArcGISToolkit/Components/FormView/ClearButton.swift index 309e8d783..ee188e4a0 100644 --- a/Sources/ArcGISToolkit/Components/FormView/ClearButton.swift +++ b/Sources/ArcGISToolkit/Components/FormView/ClearButton.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/FormView/FormElementPadding.swift b/Sources/ArcGISToolkit/Components/FormView/FormElementPadding.swift index 3333cf85e..2436779dc 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormElementPadding.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormElementPadding.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/FormView/FormHeader.swift b/Sources/ArcGISToolkit/Components/FormView/FormHeader.swift index 818b7e131..b6f265301 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormHeader.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormHeader.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/FormView/FormInputStyle.swift b/Sources/ArcGISToolkit/Components/FormView/FormInputStyle.swift index bfd4abc82..b4709a1c5 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormInputStyle.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormInputStyle.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/Components/FormView/FormInputs/DateTimeInput.swift b/Sources/ArcGISToolkit/Components/FormView/FormInputs/DateTimeInput.swift index fc8c6a9cf..b2e35613a 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormInputs/DateTimeInput.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormInputs/DateTimeInput.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/FormView/FormInputs/FormInputModel.swift b/Sources/ArcGISToolkit/Components/FormView/FormInputs/FormInputModel.swift index 7c9b12ce4..829d05021 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormInputs/FormInputModel.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormInputs/FormInputModel.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/FormView/FormInputs/InputHeader.swift b/Sources/ArcGISToolkit/Components/FormView/FormInputs/InputHeader.swift index 1d6be45f9..c771279eb 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormInputs/InputHeader.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormInputs/InputHeader.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/FormView/FormInputs/TextInput.swift b/Sources/ArcGISToolkit/Components/FormView/FormInputs/TextInput.swift index 68055a51d..3f3cdbaf2 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormInputs/TextInput.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormInputs/TextInput.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/FormView/FormView.swift b/Sources/ArcGISToolkit/Components/FormView/FormView.swift index 1705c70f6..c2fcef8e1 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormView.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormView.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/FormView/FormViewModel.swift b/Sources/ArcGISToolkit/Components/FormView/FormViewModel.swift index d7d03ae2a..f2ef4fe68 100644 --- a/Sources/ArcGISToolkit/Components/FormView/FormViewModel.swift +++ b/Sources/ArcGISToolkit/Components/FormView/FormViewModel.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/FormView/GroupView.swift b/Sources/ArcGISToolkit/Components/FormView/GroupView.swift index 0ae87598b..8c1f554d8 100644 --- a/Sources/ArcGISToolkit/Components/FormView/GroupView.swift +++ b/Sources/ArcGISToolkit/Components/FormView/GroupView.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/Components/FormView/LengthValidationScheme.swift b/Sources/ArcGISToolkit/Components/FormView/LengthValidationScheme.swift index 00e66c916..b8c2e5acd 100644 --- a/Sources/ArcGISToolkit/Components/FormView/LengthValidationScheme.swift +++ b/Sources/ArcGISToolkit/Components/FormView/LengthValidationScheme.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/FormView/TextInputFooter.swift b/Sources/ArcGISToolkit/Components/FormView/TextInputFooter.swift index 87373cf33..2c5156d6d 100644 --- a/Sources/ArcGISToolkit/Components/FormView/TextInputFooter.swift +++ b/Sources/ArcGISToolkit/Components/FormView/TextInputFooter.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/FormView/TextValidationError.swift b/Sources/ArcGISToolkit/Components/FormView/TextValidationError.swift index 129281444..e1d979a00 100644 --- a/Sources/ArcGISToolkit/Components/FormView/TextValidationError.swift +++ b/Sources/ArcGISToolkit/Components/FormView/TextValidationError.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/ArcGIS/FieldType.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/FieldType.swift index 4c79a3fcd..eaf725451 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/FieldType.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/FieldType.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/ArcGIS/FormElement.swift b/Sources/ArcGISToolkit/Extensions/ArcGIS/FormElement.swift index 7400b1e5e..c8ca60e55 100644 --- a/Sources/ArcGISToolkit/Extensions/ArcGIS/FormElement.swift +++ b/Sources/ArcGISToolkit/Extensions/ArcGIS/FormElement.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/FormViewTestView.swift b/UI Test Runner/UI Test Runner/TestViews/FormViewTestView.swift index b7c87f83c..cce1b3eb2 100644 --- a/UI Test Runner/UI Test Runner/TestViews/FormViewTestView.swift +++ b/UI Test Runner/UI Test Runner/TestViews/FormViewTestView.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/FormViewTests.swift b/UI Test Runner/UITests/FormViewTests.swift index bffc546b8..3c4b63963 100644 --- a/UI Test Runner/UITests/FormViewTests.swift +++ b/UI Test Runner/UITests/FormViewTests.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.