From 8f853a832561f90ea73156d8afed8647aa8cf155 Mon Sep 17 00:00:00 2001 From: Alex Deem Date: Thu, 13 Jun 2024 22:56:58 +1000 Subject: [PATCH] Update Copyright Headers --- Sources/ScreamURITemplate/Internal/CharacterSets.swift | 2 +- Sources/ScreamURITemplate/Internal/Components.swift | 2 +- Sources/ScreamURITemplate/Internal/ExpansionConfiguration.swift | 2 +- Sources/ScreamURITemplate/Internal/ExpressionOperator.swift | 2 +- Sources/ScreamURITemplate/Internal/Scanner.swift | 2 +- Sources/ScreamURITemplate/Internal/ValueFormatting.swift | 2 +- Sources/ScreamURITemplate/Internal/VariableSpec.swift | 2 +- Sources/ScreamURITemplate/URITemplate.swift | 2 +- Sources/ScreamURITemplate/VariableProvider.swift | 1 + Sources/ScreamURITemplate/VariableValue.swift | 2 +- Sources/ScreamURITemplateExample/main.swift | 2 +- Tests/ScreamURITemplateTests/JSONValue.swift | 2 +- Tests/ScreamURITemplateTests/TestFileTests.swift | 2 +- Tests/ScreamURITemplateTests/TestModels.swift | 2 +- Tests/ScreamURITemplateTests/Tests.swift | 2 +- 15 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Sources/ScreamURITemplate/Internal/CharacterSets.swift b/Sources/ScreamURITemplate/Internal/CharacterSets.swift index 6c3b1f0..40565cd 100644 --- a/Sources/ScreamURITemplate/Internal/CharacterSets.swift +++ b/Sources/ScreamURITemplate/Internal/CharacterSets.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/Components.swift b/Sources/ScreamURITemplate/Internal/Components.swift index a8eae7e..4280d4f 100644 --- a/Sources/ScreamURITemplate/Internal/Components.swift +++ b/Sources/ScreamURITemplate/Internal/Components.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/ExpansionConfiguration.swift b/Sources/ScreamURITemplate/Internal/ExpansionConfiguration.swift index bbe038a..5e533c7 100644 --- a/Sources/ScreamURITemplate/Internal/ExpansionConfiguration.swift +++ b/Sources/ScreamURITemplate/Internal/ExpansionConfiguration.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/ExpressionOperator.swift b/Sources/ScreamURITemplate/Internal/ExpressionOperator.swift index 6aae900..08d3b53 100644 --- a/Sources/ScreamURITemplate/Internal/ExpressionOperator.swift +++ b/Sources/ScreamURITemplate/Internal/ExpressionOperator.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/Scanner.swift b/Sources/ScreamURITemplate/Internal/Scanner.swift index 331a80d..24af5cd 100644 --- a/Sources/ScreamURITemplate/Internal/Scanner.swift +++ b/Sources/ScreamURITemplate/Internal/Scanner.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/ValueFormatting.swift b/Sources/ScreamURITemplate/Internal/ValueFormatting.swift index 9b31efb..bf6d7bc 100644 --- a/Sources/ScreamURITemplate/Internal/ValueFormatting.swift +++ b/Sources/ScreamURITemplate/Internal/ValueFormatting.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/Internal/VariableSpec.swift b/Sources/ScreamURITemplate/Internal/VariableSpec.swift index 8834570..370edf1 100644 --- a/Sources/ScreamURITemplate/Internal/VariableSpec.swift +++ b/Sources/ScreamURITemplate/Internal/VariableSpec.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/URITemplate.swift b/Sources/ScreamURITemplate/URITemplate.swift index dbd1398..2ec7c13 100644 --- a/Sources/ScreamURITemplate/URITemplate.swift +++ b/Sources/ScreamURITemplate/URITemplate.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/VariableProvider.swift b/Sources/ScreamURITemplate/VariableProvider.swift index cbf8d0f..d969a61 100644 --- a/Sources/ScreamURITemplate/VariableProvider.swift +++ b/Sources/ScreamURITemplate/VariableProvider.swift @@ -1,3 +1,4 @@ +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplate/VariableValue.swift b/Sources/ScreamURITemplate/VariableValue.swift index 23cea2b..a3a66fa 100644 --- a/Sources/ScreamURITemplate/VariableValue.swift +++ b/Sources/ScreamURITemplate/VariableValue.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Sources/ScreamURITemplateExample/main.swift b/Sources/ScreamURITemplateExample/main.swift index 7c5870d..13d8d9d 100644 --- a/Sources/ScreamURITemplateExample/main.swift +++ b/Sources/ScreamURITemplateExample/main.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ScreamURITemplateTests/JSONValue.swift b/Tests/ScreamURITemplateTests/JSONValue.swift index 16e39eb..13a574b 100644 --- a/Tests/ScreamURITemplateTests/JSONValue.swift +++ b/Tests/ScreamURITemplateTests/JSONValue.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ScreamURITemplateTests/TestFileTests.swift b/Tests/ScreamURITemplateTests/TestFileTests.swift index c008a8f..f96bdff 100644 --- a/Tests/ScreamURITemplateTests/TestFileTests.swift +++ b/Tests/ScreamURITemplateTests/TestFileTests.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ScreamURITemplateTests/TestModels.swift b/Tests/ScreamURITemplateTests/TestModels.swift index 15f6776..4cf5a2a 100644 --- a/Tests/ScreamURITemplateTests/TestModels.swift +++ b/Tests/ScreamURITemplateTests/TestModels.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/Tests/ScreamURITemplateTests/Tests.swift b/Tests/ScreamURITemplateTests/Tests.swift index 281ab24..a7d8908 100644 --- a/Tests/ScreamURITemplateTests/Tests.swift +++ b/Tests/ScreamURITemplateTests/Tests.swift @@ -1,4 +1,4 @@ -// Copyright 2018-2023 Alex Deem +// Copyright 2018-2024 Alex Deem // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.