diff --git a/build.gradle.kts b/build.gradle.kts index 2b0b5366..eb5d0ec5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/BuildProperties.kt b/buildSrc/src/main/kotlin/BuildProperties.kt index 5740e689..e0699348 100644 --- a/buildSrc/src/main/kotlin/BuildProperties.kt +++ b/buildSrc/src/main/kotlin/BuildProperties.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/Configuration.kt b/buildSrc/src/main/kotlin/Configuration.kt index 65918597..05261adc 100644 --- a/buildSrc/src/main/kotlin/Configuration.kt +++ b/buildSrc/src/main/kotlin/Configuration.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/Dependencies.kt b/buildSrc/src/main/kotlin/Dependencies.kt index 9583a709..7d6cf6ac 100644 --- a/buildSrc/src/main/kotlin/Dependencies.kt +++ b/buildSrc/src/main/kotlin/Dependencies.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/Plugins.kt b/buildSrc/src/main/kotlin/Plugins.kt index f590febe..7d7f3083 100644 --- a/buildSrc/src/main/kotlin/Plugins.kt +++ b/buildSrc/src/main/kotlin/Plugins.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/Repositories.kt b/buildSrc/src/main/kotlin/Repositories.kt index 2f6ac241..b0d7b89f 100644 --- a/buildSrc/src/main/kotlin/Repositories.kt +++ b/buildSrc/src/main/kotlin/Repositories.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/buildSrc/src/main/kotlin/Utils.kt b/buildSrc/src/main/kotlin/Utils.kt index a844a1a3..81b0db03 100644 --- a/buildSrc/src/main/kotlin/Utils.kt +++ b/buildSrc/src/main/kotlin/Utils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-cli/src/main/kotlin/io/rtron/cli/Main.kt b/rtron-cli/src/main/kotlin/io/rtron/cli/Main.kt index 28d58436..0f6cf320 100644 --- a/rtron-cli/src/main/kotlin/io/rtron/cli/Main.kt +++ b/rtron-cli/src/main/kotlin/io/rtron/cli/Main.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt b/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt index e56f0c40..6563c406 100644 --- a/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt +++ b/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandOpendriveToCitygml.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandValidateOpendrive.kt b/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandValidateOpendrive.kt index 9999b6b4..072197b1 100644 --- a/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandValidateOpendrive.kt +++ b/rtron-cli/src/main/kotlin/io/rtron/cli/SubcommandValidateOpendrive.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/csv/CSVPrinter.kt b/rtron-io/src/main/kotlin/io/rtron/io/csv/CSVPrinter.kt index 4ac23382..26d1acb5 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/csv/CSVPrinter.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/csv/CSVPrinter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/files/CompressedFileExtension.kt b/rtron-io/src/main/kotlin/io/rtron/io/files/CompressedFileExtension.kt index 601c2bfc..73763220 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/files/CompressedFileExtension.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/files/CompressedFileExtension.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/files/FileExtensions.kt b/rtron-io/src/main/kotlin/io/rtron/io/files/FileExtensions.kt index 5f1bf447..319cafdd 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/files/FileExtensions.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/files/FileExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/files/PathExtensions.kt b/rtron-io/src/main/kotlin/io/rtron/io/files/PathExtensions.kt index c5039b10..3f67f3d0 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/files/PathExtensions.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/files/PathExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/issues/ContextIssueList.kt b/rtron-io/src/main/kotlin/io/rtron/io/issues/ContextIssueList.kt index 775c60ef..b499b5e1 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/issues/ContextIssueList.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/issues/ContextIssueList.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssue.kt b/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssue.kt index 690ae4f4..cab065c3 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssue.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssueList.kt b/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssueList.kt index bc152f20..93a8e2c3 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssueList.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/issues/DefaultIssueList.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/issues/IssueList.kt b/rtron-io/src/main/kotlin/io/rtron/io/issues/IssueList.kt index 7068bad8..dfb6d7bd 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/issues/IssueList.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/issues/IssueList.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/logging/ProgressBar.kt b/rtron-io/src/main/kotlin/io/rtron/io/logging/ProgressBar.kt index 85ca9030..a4d42d1c 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/logging/ProgressBar.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/logging/ProgressBar.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-io/src/main/kotlin/io/rtron/io/serialization/JsonSerializationExtensions.kt b/rtron-io/src/main/kotlin/io/rtron/io/serialization/JsonSerializationExtensions.kt index 0de11bd6..c08ac057 100644 --- a/rtron-io/src/main/kotlin/io/rtron/io/serialization/JsonSerializationExtensions.kt +++ b/rtron-io/src/main/kotlin/io/rtron/io/serialization/JsonSerializationExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/processor/CompressionFormat.kt b/rtron-main/src/main/kotlin/io/rtron/main/processor/CompressionFormat.kt index 01ec6153..5d35b802 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/processor/CompressionFormat.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/processor/CompressionFormat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlParameters.kt b/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlParameters.kt index c193dc1b..613b55e5 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlParameters.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlParameters.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlProcessor.kt b/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlProcessor.kt index 46c0f61f..ab7c902f 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlProcessor.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/processor/OpendriveToCitygmlProcessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveParameters.kt b/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveParameters.kt index 80559590..1049b05d 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveParameters.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveParameters.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveProcessor.kt b/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveProcessor.kt index c4940d0d..9bf068ed 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveProcessor.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/processor/ValidateOpendriveProcessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/project/Project.kt b/rtron-main/src/main/kotlin/io/rtron/main/project/Project.kt index 68c5291b..c48eda30 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/project/Project.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/project/Project.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-main/src/main/kotlin/io/rtron/main/project/ProjectDSL.kt b/rtron-main/src/main/kotlin/io/rtron/main/project/ProjectDSL.kt index 6c080763..2a16e228 100644 --- a/rtron-main/src/main/kotlin/io/rtron/main/project/ProjectDSL.kt +++ b/rtron-main/src/main/kotlin/io/rtron/main/project/ProjectDSL.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/Fresnel.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/Fresnel.kt index 99b7da40..026954f2 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/Fresnel.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/Fresnel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/BivariateFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/BivariateFunction.kt index 18e7212f..f573933f 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/BivariateFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/BivariateFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/combination/SectionedBivariateFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/combination/SectionedBivariateFunction.kt index 0a1fa907..153b6efd 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/combination/SectionedBivariateFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/combination/SectionedBivariateFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/PlaneFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/PlaneFunction.kt index c23b4d39..dcdbe463 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/PlaneFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/PlaneFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/ShapeFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/ShapeFunction.kt index 6e42e232..5da02cff 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/ShapeFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/bivariate/pure/ShapeFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/UnivariateFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/UnivariateFunction.kt index e0d01de6..f9fd845e 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/UnivariateFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/UnivariateFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunction.kt index b049ff42..6e2f4e03 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/SectionedUnivariateFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/SectionedUnivariateFunction.kt index b3eefba2..6505310a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/SectionedUnivariateFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/SectionedUnivariateFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/StackedFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/StackedFunction.kt index 64e0afe1..15385f37 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/StackedFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/combination/StackedFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/ConstantFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/ConstantFunction.kt index 47a85076..d44e8a36 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/ConstantFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/ConstantFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/LinearFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/LinearFunction.kt index f900ac14..99fac167 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/LinearFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/LinearFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/PolynomialFunction.kt b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/PolynomialFunction.kt index c5fc231c..b2bc29a1 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/PolynomialFunction.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/analysis/function/univariate/pure/PolynomialFunction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/container/ConcatenationContainer.kt b/rtron-math/src/main/kotlin/io/rtron/math/container/ConcatenationContainer.kt index 10afee1d..5f85f8c2 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/container/ConcatenationContainer.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/container/ConcatenationContainer.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/GeometryException.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/GeometryException.kt index 75282b85..c8e4d629 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/GeometryException.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/GeometryException.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/oned/point/CurveRelativeVector1D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/oned/point/CurveRelativeVector1D.kt index 0ae52a30..6fb8b4a8 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/oned/point/CurveRelativeVector1D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/oned/point/CurveRelativeVector1D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/CurveRelativeAbstractGeometry3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/CurveRelativeAbstractGeometry3D.kt index 804038c8..9d4d8788 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/CurveRelativeAbstractGeometry3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/CurveRelativeAbstractGeometry3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/curve/CurveRelativeLineSegment3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/curve/CurveRelativeLineSegment3D.kt index c73669ee..e2afec9f 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/curve/CurveRelativeLineSegment3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/curve/CurveRelativeLineSegment3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/point/CurveRelativeVector3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/point/CurveRelativeVector3D.kt index cd521e94..1e7e0c6a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/point/CurveRelativeVector3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/point/CurveRelativeVector3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/AbstractCurveRelativeSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/AbstractCurveRelativeSurface3D.kt index c266b8a4..64412b2a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/AbstractCurveRelativeSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/AbstractCurveRelativeSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/CurveRelativeParametricSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/CurveRelativeParametricSurface3D.kt index 8917b329..d97feee0 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/CurveRelativeParametricSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/CurveRelativeParametricSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/SectionedCurveRelativeParametricSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/SectionedCurveRelativeParametricSurface3D.kt index ebb50a45..7f11f8f7 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/SectionedCurveRelativeParametricSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/threed/surface/SectionedCurveRelativeParametricSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/twod/point/CurveRelativeVector2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/twod/point/CurveRelativeVector2D.kt index 87ea6cfc..cef52a0c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/twod/point/CurveRelativeVector2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/curved/twod/point/CurveRelativeVector2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/AbstractGeometry.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/AbstractGeometry.kt index c6d425d1..b8fab411 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/AbstractGeometry.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/AbstractGeometry.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/AbstractGeometry3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/AbstractGeometry3D.kt index 1c5fce36..0d3f8ba6 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/AbstractGeometry3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/AbstractGeometry3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Geometry3DVisitor.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Geometry3DVisitor.kt index d0a8a26d..891d34d9 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Geometry3DVisitor.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Geometry3DVisitor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Pose3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Pose3D.kt index 5131fce8..2fd5b0fa 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Pose3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Pose3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3D.kt index a5d2bd7e..180b283c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/AbstractCurve3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/AbstractCurve3D.kt index a2c1b558..67ef8dea 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/AbstractCurve3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/AbstractCurve3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CompositeCurve3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CompositeCurve3D.kt index 4eb6a7ab..14474f45 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CompositeCurve3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CompositeCurve3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3D.kt index f6918b84..4fa2e87f 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CurveOnParametricSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CurveOnParametricSurface3D.kt index e71cd6b1..c71e0b85 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CurveOnParametricSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/CurveOnParametricSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3D.kt index 8d6b3154..06be99d3 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3D.kt index 645c7e01..d96b2c7d 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3D.kt index b5006d14..83fb9ef0 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/AbstractPoint3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/AbstractPoint3D.kt index f3cf4d8c..2804d60a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/AbstractPoint3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/AbstractPoint3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/Vector3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/Vector3D.kt index e740ece9..96922a2d 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/Vector3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/point/Vector3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/AbstractSolid3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/AbstractSolid3D.kt index d3432d42..fff40f1c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/AbstractSolid3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/AbstractSolid3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3D.kt index 34597b68..4aa28175 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3D.kt index f5e58d77..2d2eb29c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/ParametricSweep3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/ParametricSweep3D.kt index 6c88be80..16858a6b 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/ParametricSweep3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/ParametricSweep3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Polyhedron3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Polyhedron3D.kt index d708c325..1f24782c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Polyhedron3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Polyhedron3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/AbstractSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/AbstractSurface3D.kt index 73c9b904..f72fef91 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/AbstractSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/AbstractSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Circle3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Circle3D.kt index b9b462cb..be6c3778 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Circle3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Circle3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/CompositeSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/CompositeSurface3D.kt index ce77a4b3..49929a83 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/CompositeSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/CompositeSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3D.kt index 36ccee59..8644c6fc 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/ParametricBoundedSurface3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/ParametricBoundedSurface3D.kt index 30f445b8..d785e015 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/ParametricBoundedSurface3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/ParametricBoundedSurface3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Plane3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Plane3D.kt index e7893539..2693eb36 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Plane3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Plane3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3D.kt index e0d6e230..604cdc03 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Rectangle3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Rectangle3D.kt index dae18859..c101272c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Rectangle3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Rectangle3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/AbstractGeometry2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/AbstractGeometry2D.kt index 10aa13b1..f5b1a609 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/AbstractGeometry2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/AbstractGeometry2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2D.kt index cd0b872e..9515b40e 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2D.kt index 94b38b06..a3a90194 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/AbstractCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/AbstractCurve2D.kt index 2a9337c2..c1b24cf1 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/AbstractCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/AbstractCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2D.kt index 0d70259c..c7b216dd 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2D.kt index 2fcb029e..183f99ab 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2D.kt index d5e3b2de..c2a11067 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LateralTranslatedCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LateralTranslatedCurve2D.kt index 5028bcb4..ba587bf6 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LateralTranslatedCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LateralTranslatedCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2D.kt index c5d7c97b..68d5774e 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParameterTransformedCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParameterTransformedCurve2D.kt index c7e0edbf..e1915cb7 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParameterTransformedCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParameterTransformedCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2D.kt index 0626c6cd..c27c4dc8 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SectionedCurve2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SectionedCurve2D.kt index 19135753..bd04fcaa 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SectionedCurve2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SectionedCurve2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2D.kt index 75aab879..6c097001 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2D.kt index d5abc8ab..e51274f2 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/AbstractPoint2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/AbstractPoint2D.kt index 0b683272..e5fcd68a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/AbstractPoint2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/AbstractPoint2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2D.kt index 6b4e6b5d..6e307e82 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/AbstractSurface2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/AbstractSurface2D.kt index f5d0d210..b1b2b038 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/AbstractSurface2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/AbstractSurface2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2D.kt index 2746b1c4..95e2e007 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrix.kt b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrix.kt index d4b5f698..d5a93614 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrix.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrix.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrixExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrixExtensions.kt index 5e6d6d54..e669fe80 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrixExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealMatrixExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVector.kt b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVector.kt index 3ed5dd6a..36352ba6 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVector.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVector.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVectorExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVectorExtensions.kt index eb13c2ae..38ca64b1 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVectorExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/linear/RealVectorExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/linear/SingularValueDecomposition.kt b/rtron-math/src/main/kotlin/io/rtron/math/linear/SingularValueDecomposition.kt index 4c6142e8..ebb346dc 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/linear/SingularValueDecomposition.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/linear/SingularValueDecomposition.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/Vector3DListExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/Vector3DListExtensions.kt index 0bedbb45..cb7b0181 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/Vector3DListExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/Vector3DListExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/FanTriangulationAlgorithm.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/FanTriangulationAlgorithm.kt index 01343cd3..ab37231f 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/FanTriangulationAlgorithm.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/FanTriangulationAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Poly2TriTriangulationAlgorithm.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Poly2TriTriangulationAlgorithm.kt index d6682b00..cd783bcb 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Poly2TriTriangulationAlgorithm.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Poly2TriTriangulationAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/ProjectedTriangulationAlgorithm.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/ProjectedTriangulationAlgorithm.kt index 24326b3a..e706858a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/ProjectedTriangulationAlgorithm.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/ProjectedTriangulationAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulationAlgorithm.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulationAlgorithm.kt index 59eff363..0175f42d 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulationAlgorithm.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulationAlgorithm.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Triangulator.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Triangulator.kt index 07bfcb27..9bc9e17c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Triangulator.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/Triangulator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulatorException.kt b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulatorException.kt index 3a1fc308..aa720a4c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulatorException.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/processing/triangulation/TriangulatorException.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystem.kt b/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystem.kt index c7483cd4..c406bfa5 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystem.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystem.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystemException.kt b/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystemException.kt index 67f0699d..4e9fe4b2 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystemException.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/projection/CoordinateReferenceSystemException.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/BoundType.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/BoundType.kt index 9bdbade6..04347161 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/BoundType.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/BoundType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/DefinableDomain.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/DefinableDomain.kt index cb65bf0f..efa57686 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/DefinableDomain.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/DefinableDomain.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeExtensions.kt index fe8798e7..4c900236 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeSetExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeSetExtensions.kt index 87638d9e..0abccd42 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeSetExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/DoubleRangeSetExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/IntRangeExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/IntRangeExtensions.kt index f0ef58ec..f1f92caf 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/IntRangeExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/IntRangeExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/Range.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/Range.kt index 50f5bb31..416644b0 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/Range.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/Range.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/RangeSet.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/RangeSet.kt index 9aae9be2..a3aa2e0c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/RangeSet.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/RangeSet.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/range/Tolerable.kt b/rtron-math/src/main/kotlin/io/rtron/math/range/Tolerable.kt index c16bb4e1..47509c64 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/range/Tolerable.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/range/Tolerable.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleArrayExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleArrayExtensions.kt index 3bfbe315..dd7caa0c 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleArrayExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleArrayExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathConstants.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathConstants.kt index 0a246446..3308b32a 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathConstants.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathExtensions.kt index 4d1c9f37..8fd86f93 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/DoubleMathExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/IntegerMathExtensions.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/IntegerMathExtensions.kt index b205e659..9957e7bc 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/IntegerMathExtensions.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/IntegerMathExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/PositiveDouble.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/PositiveDouble.kt index 460ab7f1..a39497b3 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/PositiveDouble.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/PositiveDouble.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/StrictlyPositiveDouble.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/StrictlyPositiveDouble.kt index 3ae9556b..dcb0c32d 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/StrictlyPositiveDouble.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/StrictlyPositiveDouble.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/std/ZeroOneDouble.kt b/rtron-math/src/main/kotlin/io/rtron/math/std/ZeroOneDouble.kt index e62be061..6d4d83af 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/std/ZeroOneDouble.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/std/ZeroOneDouble.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/transform/AbstractAffine.kt b/rtron-math/src/main/kotlin/io/rtron/math/transform/AbstractAffine.kt index 52645f1c..82f28724 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/transform/AbstractAffine.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/transform/AbstractAffine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine2D.kt index 9b804a8a..4606ccac 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine3D.kt index 1fb256db..3517332b 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/transform/Affine3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence2D.kt b/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence2D.kt index 7be84bf8..a2f03732 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence2D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence2D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence3D.kt b/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence3D.kt index 7c252de7..d62fefbb 100644 --- a/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence3D.kt +++ b/rtron-math/src/main/kotlin/io/rtron/math/transform/AffineSequence3D.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/SpiralSegment2DWriterTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/SpiralSegment2DWriterTest.kt index f2746489..01f42e3e 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/SpiralSegment2DWriterTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/SpiralSegment2DWriterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/analysis/FresnelTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/analysis/FresnelTest.kt index 350174af..280bf412 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/analysis/FresnelTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/analysis/FresnelTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/LinearFunctionTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/LinearFunctionTest.kt index edc7eb68..39cc99dd 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/LinearFunctionTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/LinearFunctionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/bivariate/SectionedBivariateFunctionTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/bivariate/SectionedBivariateFunctionTest.kt index c1ef4fcd..48576c54 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/bivariate/SectionedBivariateFunctionTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/bivariate/SectionedBivariateFunctionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunctionTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunctionTest.kt index 13aac811..87d3c649 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunctionTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/analysis/function/univariate/combination/ConcatenatedFunctionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3DTest.kt index 8ab2f1db..5952df3f 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Rotation3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Vector3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Vector3DTest.kt index 60fa786a..d65e4025 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Vector3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/Vector3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3DTest.kt index 26222adc..6c95adc1 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Curve3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3DTest.kt index 9f51a4f5..90f03d76 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/Line3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3DTest.kt index e3ca2a24..4f3523e5 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineSegment3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3DTest.kt index 62cd81d2..06a431eb 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/curve/LineString3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/point/Pose3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/point/Pose3DTest.kt index 4fa6d35f..0fde8310 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/point/Pose3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/point/Pose3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3DTest.kt index 03f6b7b9..1a56266d 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cuboid3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3DTest.kt index 8d325845..b8b04b2e 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/solid/Cylinder3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3DUtilTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3DUtilTest.kt index 398fba9e..7ba25a75 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3DUtilTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/LinearRing3DUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3DTest.kt index ef57d5db..a0e6d979 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/threed/surface/Polygon3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2DTest.kt index 560dc972..fed1866e 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Pose2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2DTest.kt index 33e64c54..138ad7d4 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/Rotation2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2DTest.kt index d0af8060..aadd4827 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Arc2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2DTest.kt index a9d9a862..ba4703e6 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CompositeCurve2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2DTest.kt index f4e4ad2d..d94ae474 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/CubicCurve2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2DTest.kt index feb89805..7374f8f3 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/LineSegment2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2DTest.kt index 8d8d7a53..fa638009 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/ParametricCubicCurve2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2DTest.kt index ca7de63c..08c1045e 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/Spiral2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2DTest.kt index 5d3bb540..2cf00254 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/curve/SpiralSegment2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2DTest.kt index 13c7ea5f..3fff898d 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/point/Vector2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2DTest.kt index f63926cb..9613335d 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/geometry/euclidean/twod/surface/Polygon2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/linear/MatrixUtilsTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/linear/MatrixUtilsTest.kt index 364389a8..623b5bab 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/linear/MatrixUtilsTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/linear/MatrixUtilsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/linear/RealMatrixTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/linear/RealMatrixTest.kt index 20a05378..afe9b839 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/linear/RealMatrixTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/linear/RealMatrixTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/linear/RealVectorUtilsTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/linear/RealVectorUtilsTest.kt index 97effc2a..c680e644 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/linear/RealVectorUtilsTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/linear/RealVectorUtilsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/linear/SingularValueDecompositionTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/linear/SingularValueDecompositionTest.kt index 0a6042a2..b85d1a34 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/linear/SingularValueDecompositionTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/linear/SingularValueDecompositionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/processing/Plane3DUtilTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/processing/Plane3DUtilTest.kt index 13b3c581..eac57aa1 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/processing/Plane3DUtilTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/processing/Plane3DUtilTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/processing/Vector3DListExtensionsTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/processing/Vector3DListExtensionsTest.kt index 0157bad8..25dbbc67 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/processing/Vector3DListExtensionsTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/processing/Vector3DListExtensionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/projection/CoordinateReferenceSystemTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/projection/CoordinateReferenceSystemTest.kt index 99cd837d..c03c8c22 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/projection/CoordinateReferenceSystemTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/projection/CoordinateReferenceSystemTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeExtensionsTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeExtensionsTest.kt index d985f9fa..d70d42d7 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeExtensionsTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeExtensionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeSetExtensionsTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeSetExtensionsTest.kt index c7960921..9cf2af80 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeSetExtensionsTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/range/DoubleRangeSetExtensionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/range/RangeSetTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/range/RangeSetTest.kt index 985f554a..791ce437 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/range/RangeSetTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/range/RangeSetTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/range/RangeTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/range/RangeTest.kt index 6983ff2c..1ac50d3c 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/range/RangeTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/range/RangeTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/std/DoubleArrayExtensionTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/std/DoubleArrayExtensionTest.kt index a1771829..fcf404a7 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/std/DoubleArrayExtensionTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/std/DoubleArrayExtensionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine2DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine2DTest.kt index 19e9b772..ce591a72 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine2DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine2DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine3DTest.kt b/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine3DTest.kt index 4fb58498..701891e4 100644 --- a/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine3DTest.kt +++ b/rtron-math/src/test/kotlin/io/rtron/math/transform/Affine3DTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/AbstractModel.kt b/rtron-model/src/main/kotlin/io/rtron/model/AbstractModel.kt index c6035f3b..9686f757 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/AbstractModel.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/AbstractModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/citygml/CitygmlModel.kt b/rtron-model/src/main/kotlin/io/rtron/model/citygml/CitygmlModel.kt index 8d56b960..6cbb2510 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/citygml/CitygmlModel.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/citygml/CitygmlModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/AuxiliaryTrafficAreaFunctionCode.kt b/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/AuxiliaryTrafficAreaFunctionCode.kt index 2a8daebc..bf07bbd1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/AuxiliaryTrafficAreaFunctionCode.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/AuxiliaryTrafficAreaFunctionCode.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/TrafficArea.kt b/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/TrafficArea.kt index 16f0d836..aabfe0f3 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/TrafficArea.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/citygml/code/TrafficArea.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/OpendriveModel.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/OpendriveModel.kt index 81ba193e..5f4719ce 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/OpendriveModel.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/OpendriveModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/extensions/IdentifierUpdater.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/extensions/IdentifierUpdater.kt index 9e0d97b5..8d3a8df5 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/extensions/IdentifierUpdater.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/extensions/IdentifierUpdater.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/AbstractOpendriveIdentifier.kt.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/AbstractOpendriveIdentifier.kt.kt index a5b0e8cb..8a2241e3 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/AbstractOpendriveIdentifier.kt.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/AbstractOpendriveIdentifier.kt.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionConnectionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionConnectionIdentifier.kt index f6c45d08..636df7c8 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionConnectionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionConnectionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionIdentifier.kt index a16e120c..1c3f8218 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/JunctionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneIdentifier.kt index ee504e9d..d8e84e34 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneRoadMarkIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneRoadMarkIdentifier.kt index 17fc3d99..333407cd 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneRoadMarkIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneRoadMarkIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneSectionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneSectionIdentifier.kt index e761ed0a..61e3530e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneSectionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/LaneSectionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadIdentifier.kt index 4245462a..717b708b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectIdentifier.kt index d8212ea5..e0545e51 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectOutlineIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectOutlineIdentifier.kt index 9c08218d..dd7db4f0 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectOutlineIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectOutlineIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectRepeatIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectRepeatIdentifier.kt index 03d33821..b680bcc5 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectRepeatIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadObjectRepeatIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadSignalIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadSignalIdentifier.kt index 3160b039..d3db2ff3 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadSignalIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/identifier/RoadSignalIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/optics/Optics.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/optics/Optics.kt index aaee57f5..eebacd8f 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/optics/Optics.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/additions/optics/Optics.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/AdditionalData.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/AdditionalData.kt index 4e74eb39..585b88fb 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/AdditionalData.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/AdditionalData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQuality.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQuality.kt index 95c1eb1d..d05571c1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQuality.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQuality.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityError.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityError.kt index 2715f14b..6e272b67 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityError.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityError.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityRawData.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityRawData.kt index 5bb47dee..0c7da65a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityRawData.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/DataQualityRawData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Enumerations.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Enumerations.kt index 35a46bc7..1922aef4 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Enumerations.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Enumerations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Header.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Header.kt index 2108693c..30196e50 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Header.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Header.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderGeoReference.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderGeoReference.kt index ee2c0af6..b20d0fb1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderGeoReference.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderGeoReference.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderOffset.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderOffset.kt index 8a5f076c..de626372 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderOffset.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/HeaderOffset.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Include.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Include.kt index ec4b39dd..b6f6b441 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Include.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/Include.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/OpendriveElement.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/OpendriveElement.kt index 6c518fcc..6a3b4f54 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/OpendriveElement.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/OpendriveElement.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/UserData.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/UserData.kt index 6f6a0313..0a1a94a0 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/UserData.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/core/UserData.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Enumerations.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Enumerations.kt index 915673c3..5911943d 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Enumerations.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Enumerations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Junction.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Junction.kt index 52762952..eea0274a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Junction.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/Junction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnection.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnection.kt index 29181338..4bdec4cc 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnection.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnectionLaneLink.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnectionLaneLink.kt index b5057164..903fbb98 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnectionLaneLink.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionConnectionLaneLink.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionController.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionController.kt index 535f8f4e..dd9b2166 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionController.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionController.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPredecessorSuccessor.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPredecessorSuccessor.kt index 117e35e4..89180790 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPredecessorSuccessor.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPredecessorSuccessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPriority.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPriority.kt index 455c380d..d4493717 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPriority.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionPriority.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurface.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurface.kt index 1760205b..eec5b155 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurface.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurface.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurfaceCrg.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurfaceCrg.kt index b9836133..77cf492e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurfaceCrg.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/junction/JunctionSurfaceCrg.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/Enumerations.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/Enumerations.kt index a242a463..36e1bd02 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/Enumerations.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/Enumerations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanes.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanes.kt index 3314d468..a3004739 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanes.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneOffset.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneOffset.kt index 73d3dc57..1ad6027b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneOffset.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneOffset.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSection.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSection.kt index 28b46fda..1c29b403 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSection.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenter.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenter.kt index 8c7cbcae..b3ff0986 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenter.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenterLane.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenterLane.kt index 428cc136..e80f53be 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenterLane.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionCenterLane.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLink.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLink.kt index fbc539ef..63cb32d9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLink.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLink.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLinkPredecessorSuccessor.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLinkPredecessorSuccessor.kt index fe887d07..9d698aef 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLinkPredecessorSuccessor.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneLinkPredecessorSuccessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMark.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMark.kt index 7b89b2ec..ef95834b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMark.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMark.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicit.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicit.kt index ee341eca..b79b336e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicit.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicit.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicitLine.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicitLine.kt index d1a2be1a..73aa3fd0 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicitLine.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkExplicitLine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkSway.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkSway.kt index 94b0d864..a1fa8985 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkSway.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkSway.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkType.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkType.kt index 5428c98c..52d6367b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkType.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkTypeLine.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkTypeLine.kt index d86f5cd6..a5f1666b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkTypeLine.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLCRLaneRoadMarkTypeLine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLane.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLane.kt index 1abea974..34dd2964 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLane.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLane.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneAccess.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneAccess.kt index 20074ca1..3c0678c9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneAccess.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneAccess.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneBorder.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneBorder.kt index 1e9e16e8..6b5e71fc 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneBorder.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneBorder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneHeight.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneHeight.kt index 2fe05874..c871a500 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneHeight.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneHeight.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneMaterial.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneMaterial.kt index 5f26b61c..64c79df7 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneMaterial.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneRule.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneRule.kt index 1ad28b7b..63900512 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneRule.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneRule.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneSpeed.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneSpeed.kt index 31338696..6d146bac 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneSpeed.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneSpeed.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneWidth.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneWidth.kt index afa90570..7bc4027e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneWidth.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLRLaneWidth.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeft.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeft.kt index 05af6146..7f2a5f0c 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeft.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeft.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeftLane.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeftLane.kt index b7284f01..3fcb4ab9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeftLane.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionLeftLane.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRight.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRight.kt index e189bb11..e0171a4a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRight.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRight.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRightLane.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRightLane.kt index f05a38c7..08bc8f2e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRightLane.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/lane/RoadLanesLaneSectionRightLane.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/Enumerations.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/Enumerations.kt index 863ca597..00777179 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/Enumerations.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/Enumerations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjects.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjects.kt index 8bcc6779..7e90e387 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjects.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjects.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsBridge.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsBridge.kt index 56b57446..82ee49f4 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsBridge.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsBridge.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObject.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObject.kt index aeb41142..71ed58ce 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObject.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObject.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBorders.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBorders.kt index a52a8e8a..4af3bdeb 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBorders.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBorders.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBordersBorder.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBordersBorder.kt index 1e2636c2..2da1d64a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBordersBorder.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectBordersBorder.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectLaneValidity.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectLaneValidity.kt index e0b13181..6892369f 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectLaneValidity.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectLaneValidity.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkings.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkings.kt index b8afaa87..28109064 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkings.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkings.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarking.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarking.kt index b706c802..fc5c68c9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarking.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarking.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarkingCornerReference.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarkingCornerReference.kt index 3f64084e..bf927330 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarkingCornerReference.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMarkingsMarkingCornerReference.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMaterial.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMaterial.kt index e4d99433..48586a13 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMaterial.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlines.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlines.kt index cbd68643..8e4554c3 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlines.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlines.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutline.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutline.kt index e24da652..fbd41c71 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutline.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutline.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerLocal.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerLocal.kt index 548cc9b2..76c7c3e7 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerLocal.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerLocal.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerRoad.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerRoad.kt index a9e786a0..1d03f2b4 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerRoad.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectOutlinesOutlineCornerRoad.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectParkingSpace.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectParkingSpace.kt index 056ce448..b94505e9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectParkingSpace.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectParkingSpace.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectReference.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectReference.kt index 5b321849..9ab3a5f0 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectReference.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectReference.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectRepeat.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectRepeat.kt index 59dd3ee3..5098a60b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectRepeat.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectRepeat.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurface.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurface.kt index f8c9b572..883ac9cf 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurface.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurface.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurfaceCrg.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurfaceCrg.kt index 81b4692c..963aedb6 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurfaceCrg.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsObjectSurfaceCrg.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsTunnel.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsTunnel.kt index d8918308..225bba44 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsTunnel.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/objects/RoadObjectsTunnel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/railroad/RoadRailroad.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/railroad/RoadRailroad.kt index 51b3a1bc..cfcf692c 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/railroad/RoadRailroad.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/railroad/RoadRailroad.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Enumerations.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Enumerations.kt index 3bbc9b2f..f8dcffa1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Enumerations.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Enumerations.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Road.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Road.kt index 8d1957fe..9d59587a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Road.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/Road.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLink.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLink.kt index b26a880f..5cebc067 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLink.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLink.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLinkPredecessorSuccessor.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLinkPredecessorSuccessor.kt index 39cdd8a1..d9a9eea8 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLinkPredecessorSuccessor.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadLinkPredecessorSuccessor.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurface.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurface.kt index d549c943..78e29080 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurface.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurface.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurfaceCrg.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurfaceCrg.kt index 5dfe3b43..5bc863e1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurfaceCrg.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadSurfaceCrg.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadType.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadType.kt index 73d8169c..eba779f9 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadType.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadTypeSpeed.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadTypeSpeed.kt index 34a788bf..a80fd8ac 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadTypeSpeed.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/RoadTypeSpeed.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfile.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfile.kt index 8f25f815..b512f99a 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfile.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfile.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfileElevation.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfileElevation.kt index 9bf24f6f..ad00e749 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfileElevation.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/elevation/RoadElevationProfileElevation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfile.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfile.kt index ae645ce2..3b618270 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfile.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfile.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileShape.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileShape.kt index 81aab2ad..6ae44599 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileShape.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileShape.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileSuperelevation.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileSuperelevation.kt index 3ac6016d..8ff7b170 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileSuperelevation.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/lateral/RoadLateralProfileSuperelevation.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanView.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanView.kt index 4850160f..e5cbe56e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanView.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanView.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometry.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometry.kt index 0e00f49d..883bb74f 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometry.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometry.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryArc.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryArc.kt index a6489fea..72db4e6d 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryArc.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryArc.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryLine.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryLine.kt index 65a5541f..5adc3ed5 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryLine.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryLine.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryParamPoly3.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryParamPoly3.kt index d5b9d1fb..5be45dee 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryParamPoly3.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryParamPoly3.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryPoly3.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryPoly3.kt index 60a5d33e..5140a675 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryPoly3.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometryPoly3.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometrySpiral.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometrySpiral.kt index d9a97ba1..243e4b46 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometrySpiral.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/road/planview/RoadPlanViewGeometrySpiral.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/Controller.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/Controller.kt index 208ec187..7ac073d5 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/Controller.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/Controller.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ControllerControl.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ControllerControl.kt index 5207696b..64bb7f01 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ControllerControl.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ControllerControl.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ERoadSignalsSignalReferenceElementType.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ERoadSignalsSignalReferenceElementType.kt index 47400659..14c459c2 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ERoadSignalsSignalReferenceElementType.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/ERoadSignalsSignalReferenceElementType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignals.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignals.kt index 9fb7e5f2..02fa9c0b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignals.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignals.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignal.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignal.kt index ccbc4743..13509d80 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignal.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignal.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalDependency.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalDependency.kt index 714c8d02..347ab688 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalDependency.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalDependency.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionInertial.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionInertial.kt index b695ecf4..0198ed29 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionInertial.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionInertial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionRoad.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionRoad.kt index 0065a6de..a56cd9e4 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionRoad.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalPositionRoad.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalReference.kt b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalReference.kt index 2a691e69..5b673f2e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalReference.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/opendrive/signal/RoadSignalsSignalReference.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/Header.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/Header.kt index 0df3e93c..47e0e380 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/Header.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/Header.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/RoadspacesModel.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/RoadspacesModel.kt index f515717c..fc54d5c6 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/RoadspacesModel.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/RoadspacesModel.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LateralFillerSurface.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LateralFillerSurface.kt index 3d93f0c3..04ba494d 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LateralFillerSurface.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LateralFillerSurface.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LongitudinalFillerSurface.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LongitudinalFillerSurface.kt index 4d4cd675..714c97b8 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LongitudinalFillerSurface.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/common/LongitudinalFillerSurface.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/AbstractRoadspacesIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/AbstractRoadspacesIdentifier.kt index dd649458..db47a377 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/AbstractRoadspacesIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/AbstractRoadspacesIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/ConnectionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/ConnectionIdentifier.kt index 45293b8d..fe537f0b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/ConnectionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/ConnectionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/JunctionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/JunctionIdentifier.kt index 74fc585c..d5fe94af 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/JunctionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/JunctionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneIdentifier.kt index 2ff4e8b6..0bc334cb 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneSectionIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneSectionIdentifier.kt index 20a9bc5a..84d7d43f 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneSectionIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LaneSectionIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LateralLaneRangeIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LateralLaneRangeIdentifier.kt index 09fb358a..c8126432 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LateralLaneRangeIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LateralLaneRangeIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LongitudinalLaneRangeIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LongitudinalLaneRangeIdentifier.kt index 072729ba..f1ff7297 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LongitudinalLaneRangeIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/LongitudinalLaneRangeIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadSide.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadSide.kt index 197f7801..6e13e900 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadSide.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadSide.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceIdentifier.kt index 96f430c5..5cd1417e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceObjectIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceObjectIdentifier.kt index 2fb603d7..c2aa9dc2 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceObjectIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/identifier/RoadspaceObjectIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Connection.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Connection.kt index 59729e55..0281d5c8 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Connection.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Connection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Junction.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Junction.kt index aa607898..d3ad4341 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Junction.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/junction/Junction.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/Roadspace.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/Roadspace.kt index 860ef915..f9dd5f00 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/Roadspace.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/Roadspace.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/RoadspaceContactPointIdentifier.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/RoadspaceContactPointIdentifier.kt index d67a97d7..ff399f6c 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/RoadspaceContactPointIdentifier.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/RoadspaceContactPointIdentifier.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/AttributeDSL.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/AttributeDSL.kt index 2594aeb3..1c2e51ca 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/AttributeDSL.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/AttributeDSL.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/Attributes.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/Attributes.kt index 390ecb7a..d18a6444 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/Attributes.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/Attributes.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/UnitOfMeasure.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/UnitOfMeasure.kt index 03df1b69..b4e95ea7 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/UnitOfMeasure.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/attribute/UnitOfMeasure.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadObjectType.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadObjectType.kt index 70d006d8..37b80337 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadObjectType.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadObjectType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadspaceObject.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadspaceObject.kt index fa292e5e..40abd633 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadspaceObject.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/objects/RoadspaceObject.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Lane.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Lane.kt index 4aa92418..db063ce3 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Lane.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Lane.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneChange.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneChange.kt index 0db295c9..10f79e1e 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneChange.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneChange.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneMaterial.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneMaterial.kt index 146bfd47..0aa3387f 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneMaterial.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneMaterial.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneSection.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneSection.kt index adee6c98..f3f75d01 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneSection.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneSection.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneType.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneType.kt index 3bbe7c7c..a3e6652b 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneType.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/LaneType.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Road.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Road.kt index ce2e7c1b..50cab550 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Road.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/Road.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadLinkage.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadLinkage.kt index 3a051ae7..73e66324 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadLinkage.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadLinkage.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadMarking.kt b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadMarking.kt index 1a2abd9d..f3f8cfa1 100644 --- a/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadMarking.kt +++ b/rtron-model/src/main/kotlin/io/rtron/model/roadspaces/roadspace/road/RoadMarking.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlVersion.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlVersion.kt index a2e3d5f5..0cf516b2 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlVersion.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlVersion.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlWriter.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlWriter.kt index 5973adf6..54670dba 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlWriter.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/citygml/CitygmlWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveReader.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveReader.kt index ed5c28a0..3c1bef22 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveReader.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveReader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveValidator.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveValidator.kt index e36c1bf3..3a179f65 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveValidator.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveValidator.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveWriter.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveWriter.kt index 0d8d78e4..a6266f7f 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveWriter.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/OpendriveWriter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/OpendriveUnmarshaller.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/OpendriveUnmarshaller.kt index 02e32f31..ca7bd3e4 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/OpendriveUnmarshaller.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/OpendriveUnmarshaller.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/common/OpendriveCommonMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/common/OpendriveCommonMapper.kt index ffcc492f..65d1108a 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/common/OpendriveCommonMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/common/OpendriveCommonMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14CoreMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14CoreMapper.kt index 7d0f9ab6..b9352e86 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14CoreMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14CoreMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14JunctionMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14JunctionMapper.kt index a03d4cc7..6d6c3de4 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14JunctionMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14JunctionMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14LaneMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14LaneMapper.kt index 8059e770..995c3212 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14LaneMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14LaneMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14Mapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14Mapper.kt index deb48cdb..9191d879 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14Mapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14Mapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14ObjectMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14ObjectMapper.kt index 7cbac837..27c7bf64 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14ObjectMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14ObjectMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14RoadMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14RoadMapper.kt index dbc8e53b..784133fb 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14RoadMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14RoadMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14SignalMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14SignalMapper.kt index 43c3a1ac..8ba18785 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14SignalMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive14/Opendrive14SignalMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16CoreMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16CoreMapper.kt index 4e3ac4e3..16694a71 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16CoreMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16CoreMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16JunctionMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16JunctionMapper.kt index ce054974..179429ee 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16JunctionMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16JunctionMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16LaneMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16LaneMapper.kt index f74a0758..1fe981b0 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16LaneMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16LaneMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16Mapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16Mapper.kt index 8e910e51..1941151f 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16Mapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16Mapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16ObjectMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16ObjectMapper.kt index 22423eaf..2a8c0aa4 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16ObjectMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16ObjectMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16RoadMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16RoadMapper.kt index a582b3f2..6ea0f5c6 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16RoadMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16RoadMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16SignalMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16SignalMapper.kt index 3025c2e0..8bc737b6 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16SignalMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive16/Opendrive16SignalMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive17/Opendrive17Mapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive17/Opendrive17Mapper.kt index c2321ab3..2e2cac0b 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive17/Opendrive17Mapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/mapper/opendrive17/Opendrive17Mapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/validation/OpendriveValidationEventHandler.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/validation/OpendriveValidationEventHandler.kt index 4ad7647d..7e7d0249 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/validation/OpendriveValidationEventHandler.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/reader/validation/OpendriveValidationEventHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/ReportExtensions.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/ReportExtensions.kt index 718e91ca..0529e915 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/ReportExtensions.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/ReportExtensions.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationIssue.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationIssue.kt index 12280a65..5beb65ed 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationIssue.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationIssue.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationReport.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationReport.kt index b54a0343..9648d059 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationReport.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/report/SchemaValidationReport.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersion.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersion.kt index 98494053..c9e0c426 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersion.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersion.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersionUtils.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersionUtils.kt index fb81ec72..03fcc850 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersionUtils.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/version/OpendriveVersionUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/OpendriveMarshaller.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/OpendriveMarshaller.kt index 4128dd25..e0a7ea6a 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/OpendriveMarshaller.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/OpendriveMarshaller.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/common/OpendriveCommonMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/common/OpendriveCommonMapper.kt index 874e0d30..b518eb71 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/common/OpendriveCommonMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/common/OpendriveCommonMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17CoreMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17CoreMapper.kt index e2a57367..7e6a898a 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17CoreMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17CoreMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17JunctionMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17JunctionMapper.kt index 7b0db441..ff196133 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17JunctionMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17JunctionMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17LaneMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17LaneMapper.kt index cebc78fd..8f42d5c2 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17LaneMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17LaneMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17Mapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17Mapper.kt index 08614a35..f5f9e840 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17Mapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17Mapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17ObjectMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17ObjectMapper.kt index 4d5e938f..f10eaa35 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17ObjectMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17ObjectMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17RoadMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17RoadMapper.kt index 2160bec5..efbb23ec 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17RoadMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17RoadMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17SignalMapper.kt b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17SignalMapper.kt index 122074b4..e42dff37 100644 --- a/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17SignalMapper.kt +++ b/rtron-readerwriter/src/main/kotlin/io/rtron/readerwriter/opendrive/writer/mapper/opendrive17/Opendrive17SignalMapper.kt @@ -1,5 +1,5 @@ /* - * Copyright 2019-2023 Chair of Geoinformatics, Technical University of Munich + * Copyright 2019-2024 Chair of Geoinformatics, Technical University of Munich * * 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/rtron-readerwriter/src/main/resources/schemas/opendrive11.xjb b/rtron-readerwriter/src/main/resources/schemas/opendrive11.xjb index cca1ce71..1c2fe437 100644 --- a/rtron-readerwriter/src/main/resources/schemas/opendrive11.xjb +++ b/rtron-readerwriter/src/main/resources/schemas/opendrive11.xjb @@ -1,7 +1,7 @@