From 867edf6274dcfac0b63fb3cb3a1756b636f31d37 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Tue, 8 Feb 2022 14:40:35 +0100 Subject: [PATCH] Updated copyright years. --- NOTICE.txt | 2 +- src/changes/changes.xml | 2 +- src/design/dem-loading-class-diagram.puml | 2 +- src/design/direct-location-class-diagram.puml | 2 +- src/design/direct-location-sequence-diagram.puml | 2 +- src/design/duvenhage-inner-recursion-activity-diagram.puml | 2 +- src/design/duvenhage-top-loop-activity-diagram.puml | 2 +- src/design/initialization-class-diagram.puml | 2 +- src/design/initialization-sequence-diagram.puml | 2 +- src/design/inverse-location-sequence-diagram.puml | 2 +- src/design/parametric-los-class-diagram.puml | 2 +- .../java/org/orekit/rugged/adjustment/AdjustmentContext.java | 2 +- .../rugged/adjustment/GroundOptimizationProblemBuilder.java | 2 +- .../adjustment/InterSensorsOptimizationProblemBuilder.java | 2 +- .../java/org/orekit/rugged/adjustment/LeastSquareAdjuster.java | 2 +- .../orekit/rugged/adjustment/OptimizationProblemBuilder.java | 2 +- src/main/java/org/orekit/rugged/adjustment/OptimizerId.java | 2 +- .../org/orekit/rugged/adjustment/measurements/Observables.java | 2 +- .../orekit/rugged/adjustment/measurements/SensorMapping.java | 2 +- .../rugged/adjustment/measurements/SensorToGroundMapping.java | 2 +- .../rugged/adjustment/measurements/SensorToSensorMapping.java | 2 +- .../org/orekit/rugged/adjustment/measurements/package-info.java | 2 +- src/main/java/org/orekit/rugged/adjustment/package-info.java | 2 +- src/main/java/org/orekit/rugged/api/AlgorithmId.java | 2 +- src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java | 2 +- src/main/java/org/orekit/rugged/api/EllipsoidId.java | 2 +- src/main/java/org/orekit/rugged/api/InertialFrameId.java | 2 +- src/main/java/org/orekit/rugged/api/Rugged.java | 2 +- src/main/java/org/orekit/rugged/api/RuggedBuilder.java | 2 +- src/main/java/org/orekit/rugged/api/package-info.java | 2 +- src/main/java/org/orekit/rugged/errors/Dump.java | 2 +- src/main/java/org/orekit/rugged/errors/DumpManager.java | 2 +- src/main/java/org/orekit/rugged/errors/DumpReplayer.java | 2 +- src/main/java/org/orekit/rugged/errors/RuggedException.java | 2 +- .../java/org/orekit/rugged/errors/RuggedExceptionWrapper.java | 2 +- src/main/java/org/orekit/rugged/errors/RuggedInternalError.java | 2 +- src/main/java/org/orekit/rugged/errors/RuggedMessages.java | 2 +- src/main/java/org/orekit/rugged/errors/package-info.java | 2 +- .../java/org/orekit/rugged/intersection/BasicScanAlgorithm.java | 2 +- .../orekit/rugged/intersection/ConstantElevationAlgorithm.java | 2 +- .../java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java | 2 +- .../org/orekit/rugged/intersection/IntersectionAlgorithm.java | 2 +- .../rugged/intersection/duvenhage/DuvenhageAlgorithm.java | 2 +- .../orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java | 2 +- .../rugged/intersection/duvenhage/MinMaxTreeTileFactory.java | 2 +- .../org/orekit/rugged/intersection/duvenhage/package-info.java | 2 +- src/main/java/org/orekit/rugged/intersection/package-info.java | 2 +- src/main/java/org/orekit/rugged/linesensor/LineDatation.java | 2 +- src/main/java/org/orekit/rugged/linesensor/LineSensor.java | 2 +- .../java/org/orekit/rugged/linesensor/LinearLineDatation.java | 2 +- .../org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java | 2 +- src/main/java/org/orekit/rugged/linesensor/SensorPixel.java | 2 +- .../java/org/orekit/rugged/linesensor/SensorPixelCrossing.java | 2 +- src/main/java/org/orekit/rugged/linesensor/package-info.java | 2 +- src/main/java/org/orekit/rugged/los/FixedRotation.java | 2 +- src/main/java/org/orekit/rugged/los/FixedZHomothety.java | 2 +- src/main/java/org/orekit/rugged/los/LOSBuilder.java | 2 +- src/main/java/org/orekit/rugged/los/LOSTransform.java | 2 +- src/main/java/org/orekit/rugged/los/PolynomialRotation.java | 2 +- src/main/java/org/orekit/rugged/los/TimeDependentLOS.java | 2 +- .../java/org/orekit/rugged/los/TimeIndependentLOSTransform.java | 2 +- src/main/java/org/orekit/rugged/los/package-info.java | 2 +- src/main/java/org/orekit/rugged/raster/SimpleTile.java | 2 +- src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java | 2 +- src/main/java/org/orekit/rugged/raster/Tile.java | 2 +- src/main/java/org/orekit/rugged/raster/TileFactory.java | 2 +- src/main/java/org/orekit/rugged/raster/TileUpdater.java | 2 +- src/main/java/org/orekit/rugged/raster/TilesCache.java | 2 +- src/main/java/org/orekit/rugged/raster/UpdatableTile.java | 2 +- src/main/java/org/orekit/rugged/raster/package-info.java | 2 +- .../rugged/refraction/AtmosphericComputationParameters.java | 2 +- .../org/orekit/rugged/refraction/AtmosphericRefraction.java | 2 +- .../org/orekit/rugged/refraction/ConstantRefractionLayer.java | 2 +- src/main/java/org/orekit/rugged/refraction/MultiLayerModel.java | 2 +- src/main/java/org/orekit/rugged/refraction/package-info.java | 2 +- src/main/java/org/orekit/rugged/utils/DSGenerator.java | 2 +- src/main/java/org/orekit/rugged/utils/DerivativeGenerator.java | 2 +- src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java | 2 +- src/main/java/org/orekit/rugged/utils/GridCreation.java | 2 +- src/main/java/org/orekit/rugged/utils/MaxSelector.java | 2 +- src/main/java/org/orekit/rugged/utils/MinSelector.java | 2 +- .../java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java | 2 +- .../java/org/orekit/rugged/utils/RoughVisibilityEstimator.java | 2 +- src/main/java/org/orekit/rugged/utils/Selector.java | 2 +- .../java/org/orekit/rugged/utils/SpacecraftToObservedBody.java | 2 +- src/main/java/org/orekit/rugged/utils/package-info.java | 2 +- src/site/markdown/building.md | 2 +- src/site/markdown/configuration.md | 2 +- src/site/markdown/contact.md | 2 +- src/site/markdown/contributing.md | 2 +- src/site/markdown/design/design-major-functions.md | 2 +- src/site/markdown/design/digital-elevation-model.md | 2 +- src/site/markdown/design/overview.md | 2 +- src/site/markdown/design/technical-choices.md | 2 +- src/site/markdown/downloads.md.vm | 2 +- src/site/markdown/faq.md | 2 +- src/site/markdown/guidelines.md | 2 +- src/site/markdown/index.md | 2 +- src/site/markdown/sources.md | 2 +- src/site/markdown/tutorials/direct-location-with-DEM.md | 2 +- src/site/markdown/tutorials/direct-location.md | 2 +- src/site/markdown/tutorials/inverse-location.md | 2 +- src/site/markdown/tutorials/matlab-example.md | 2 +- src/site/markdown/tutorials/tile-updater.md | 2 +- src/site/site.xml | 2 +- src/test/java/org/orekit/rugged/TestUtils.java | 2 +- .../org/orekit/rugged/adjustment/AdjustmentContextTest.java | 2 +- .../adjustment/InterSensorOptimizationProblemBuilderTest.java | 2 +- src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java | 2 +- src/test/java/org/orekit/rugged/api/RuggedTest.java | 2 +- src/test/java/org/orekit/rugged/errors/DumpManagerTest.java | 2 +- src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java | 2 +- src/test/java/org/orekit/rugged/errors/DumpTest.java | 2 +- src/test/java/org/orekit/rugged/errors/RuggedExceptionTest.java | 2 +- src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java | 2 +- .../org/orekit/rugged/intersection/AbstractAlgorithmTest.java | 2 +- .../org/orekit/rugged/intersection/BasicScanAlgorithmTest.java | 2 +- .../rugged/intersection/ConstantElevationAlgorithmTest.java | 2 +- .../rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java | 2 +- .../rugged/intersection/duvenhage/MinMaxTreeTileTest.java | 2 +- .../java/org/orekit/rugged/linesensor/FixedRotationTest.java | 2 +- .../org/orekit/rugged/linesensor/PolynomialRotationTest.java | 2 +- .../orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java | 2 +- .../orekit/rugged/raster/CheckedPatternElevationUpdater.java | 2 +- .../java/org/orekit/rugged/raster/CliffsElevationUpdater.java | 2 +- src/test/java/org/orekit/rugged/raster/CountingFactory.java | 2 +- .../java/org/orekit/rugged/raster/RandomLandscapeUpdater.java | 2 +- src/test/java/org/orekit/rugged/raster/SimpleTileTest.java | 2 +- src/test/java/org/orekit/rugged/raster/TilesCacheTest.java | 2 +- .../org/orekit/rugged/raster/VolcanicConeElevationUpdater.java | 2 +- .../java/org/orekit/rugged/refraction/MultiLayerModelTest.java | 2 +- .../java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java | 2 +- src/test/java/org/orekit/rugged/utils/GeodeticUtilities.java | 2 +- .../org/orekit/rugged/utils/NormalizedGeodeticPointTest.java | 2 +- .../org/orekit/rugged/utils/RoughVisibilityEstimatorTest.java | 2 +- .../org/orekit/rugged/utils/SpacecraftToObservedBodyTest.java | 2 +- src/tutorials/java/fr/cs/examples/DirectLocation.java | 2 +- src/tutorials/java/fr/cs/examples/DirectLocationWithDEM.java | 2 +- src/tutorials/java/fr/cs/examples/InverseLocation.java | 2 +- .../java/fr/cs/examples/refiningPleiades/GroundRefining.java | 2 +- .../java/fr/cs/examples/refiningPleiades/InterRefining.java | 2 +- .../java/fr/cs/examples/refiningPleiades/Refining.java | 2 +- .../refiningPleiades/generators/GroundMeasurementGenerator.java | 2 +- .../refiningPleiades/generators/InterMeasurementGenerator.java | 2 +- .../fr/cs/examples/refiningPleiades/generators/Measurable.java | 2 +- .../java/fr/cs/examples/refiningPleiades/generators/Noise.java | 2 +- .../fr/cs/examples/refiningPleiades/metrics/DistanceTools.java | 2 +- .../examples/refiningPleiades/metrics/LocalisationMetrics.java | 2 +- .../java/fr/cs/examples/refiningPleiades/models/OrbitModel.java | 2 +- .../examples/refiningPleiades/models/PleiadesViewingModel.java | 2 +- 150 files changed, 150 insertions(+), 150 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index b65e6c65..7854b0cc 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ RUGGED -Copyright 2013-2020 CS GROUP +Copyright 2013-2022 CS GROUP This product includes software developed by CS GROUP (http://www.c-s.fr/) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 75345e45..907442a0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!-- Copyright 2013-2020 CS GROUP +<!-- Copyright 2013-2022 CS GROUP Licensed to CS GROUP (CS) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. diff --git a/src/design/dem-loading-class-diagram.puml b/src/design/dem-loading-class-diagram.puml index 4aadee43..d8b5059d 100644 --- a/src/design/dem-loading-class-diagram.puml +++ b/src/design/dem-loading-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/direct-location-class-diagram.puml b/src/design/direct-location-class-diagram.puml index 03571751..5ef90fba 100644 --- a/src/design/direct-location-class-diagram.puml +++ b/src/design/direct-location-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/direct-location-sequence-diagram.puml b/src/design/direct-location-sequence-diagram.puml index 0a77382a..f1a9fa4a 100644 --- a/src/design/direct-location-sequence-diagram.puml +++ b/src/design/direct-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/duvenhage-inner-recursion-activity-diagram.puml b/src/design/duvenhage-inner-recursion-activity-diagram.puml index ee90b363..cdac26eb 100644 --- a/src/design/duvenhage-inner-recursion-activity-diagram.puml +++ b/src/design/duvenhage-inner-recursion-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/duvenhage-top-loop-activity-diagram.puml b/src/design/duvenhage-top-loop-activity-diagram.puml index 2eee57f5..9b46a739 100644 --- a/src/design/duvenhage-top-loop-activity-diagram.puml +++ b/src/design/duvenhage-top-loop-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/initialization-class-diagram.puml b/src/design/initialization-class-diagram.puml index a4665522..26081cd5 100644 --- a/src/design/initialization-class-diagram.puml +++ b/src/design/initialization-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/initialization-sequence-diagram.puml b/src/design/initialization-sequence-diagram.puml index a56b664f..2bab83d0 100644 --- a/src/design/initialization-sequence-diagram.puml +++ b/src/design/initialization-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/inverse-location-sequence-diagram.puml b/src/design/inverse-location-sequence-diagram.puml index 32c31713..61840940 100644 --- a/src/design/inverse-location-sequence-diagram.puml +++ b/src/design/inverse-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/design/parametric-los-class-diagram.puml b/src/design/parametric-los-class-diagram.puml index c0eaf260..ba4d0e49 100644 --- a/src/design/parametric-los-class-diagram.puml +++ b/src/design/parametric-los-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2020 CS GROUP +' Copyright 2013-2022 CS GROUP ' Licensed to CS GROUP (CS) under one or more ' contributor license agreements. See the NOTICE file distributed with ' this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/AdjustmentContext.java b/src/main/java/org/orekit/rugged/adjustment/AdjustmentContext.java index eac5284c..9a8fd9aa 100644 --- a/src/main/java/org/orekit/rugged/adjustment/AdjustmentContext.java +++ b/src/main/java/org/orekit/rugged/adjustment/AdjustmentContext.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/GroundOptimizationProblemBuilder.java b/src/main/java/org/orekit/rugged/adjustment/GroundOptimizationProblemBuilder.java index ec9c758d..9cdb4ef3 100644 --- a/src/main/java/org/orekit/rugged/adjustment/GroundOptimizationProblemBuilder.java +++ b/src/main/java/org/orekit/rugged/adjustment/GroundOptimizationProblemBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/InterSensorsOptimizationProblemBuilder.java b/src/main/java/org/orekit/rugged/adjustment/InterSensorsOptimizationProblemBuilder.java index 4f6b9830..f6d76a1d 100644 --- a/src/main/java/org/orekit/rugged/adjustment/InterSensorsOptimizationProblemBuilder.java +++ b/src/main/java/org/orekit/rugged/adjustment/InterSensorsOptimizationProblemBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/LeastSquareAdjuster.java b/src/main/java/org/orekit/rugged/adjustment/LeastSquareAdjuster.java index 9c893db8..e744c1ff 100644 --- a/src/main/java/org/orekit/rugged/adjustment/LeastSquareAdjuster.java +++ b/src/main/java/org/orekit/rugged/adjustment/LeastSquareAdjuster.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/OptimizationProblemBuilder.java b/src/main/java/org/orekit/rugged/adjustment/OptimizationProblemBuilder.java index 1dd99450..0bd12a0a 100644 --- a/src/main/java/org/orekit/rugged/adjustment/OptimizationProblemBuilder.java +++ b/src/main/java/org/orekit/rugged/adjustment/OptimizationProblemBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/OptimizerId.java b/src/main/java/org/orekit/rugged/adjustment/OptimizerId.java index 3be92529..ba62a68a 100644 --- a/src/main/java/org/orekit/rugged/adjustment/OptimizerId.java +++ b/src/main/java/org/orekit/rugged/adjustment/OptimizerId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/measurements/Observables.java b/src/main/java/org/orekit/rugged/adjustment/measurements/Observables.java index 418e06cb..94d77b0f 100644 --- a/src/main/java/org/orekit/rugged/adjustment/measurements/Observables.java +++ b/src/main/java/org/orekit/rugged/adjustment/measurements/Observables.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorMapping.java b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorMapping.java index 64b290b3..22b9ebc2 100644 --- a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorMapping.java +++ b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorMapping.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToGroundMapping.java b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToGroundMapping.java index 8962a9f2..b3160e77 100644 --- a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToGroundMapping.java +++ b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToGroundMapping.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToSensorMapping.java b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToSensorMapping.java index f5d950fe..d9ee26b3 100644 --- a/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToSensorMapping.java +++ b/src/main/java/org/orekit/rugged/adjustment/measurements/SensorToSensorMapping.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/measurements/package-info.java b/src/main/java/org/orekit/rugged/adjustment/measurements/package-info.java index f4cdf80a..5814fbf3 100644 --- a/src/main/java/org/orekit/rugged/adjustment/measurements/package-info.java +++ b/src/main/java/org/orekit/rugged/adjustment/measurements/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/adjustment/package-info.java b/src/main/java/org/orekit/rugged/adjustment/package-info.java index 04bef2dd..6adb28ed 100644 --- a/src/main/java/org/orekit/rugged/adjustment/package-info.java +++ b/src/main/java/org/orekit/rugged/adjustment/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/AlgorithmId.java b/src/main/java/org/orekit/rugged/api/AlgorithmId.java index 1669b0a7..b8efd8c1 100644 --- a/src/main/java/org/orekit/rugged/api/AlgorithmId.java +++ b/src/main/java/org/orekit/rugged/api/AlgorithmId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java b/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java index ab8fa1fc..67aa214d 100644 --- a/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java +++ b/src/main/java/org/orekit/rugged/api/BodyRotatingFrameId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/EllipsoidId.java b/src/main/java/org/orekit/rugged/api/EllipsoidId.java index d0ddbd1a..b8f0e1b9 100644 --- a/src/main/java/org/orekit/rugged/api/EllipsoidId.java +++ b/src/main/java/org/orekit/rugged/api/EllipsoidId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/InertialFrameId.java b/src/main/java/org/orekit/rugged/api/InertialFrameId.java index bc768030..29540515 100644 --- a/src/main/java/org/orekit/rugged/api/InertialFrameId.java +++ b/src/main/java/org/orekit/rugged/api/InertialFrameId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/Rugged.java b/src/main/java/org/orekit/rugged/api/Rugged.java index a0fdab46..d86e69c0 100644 --- a/src/main/java/org/orekit/rugged/api/Rugged.java +++ b/src/main/java/org/orekit/rugged/api/Rugged.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/RuggedBuilder.java b/src/main/java/org/orekit/rugged/api/RuggedBuilder.java index e91d69e0..80569d70 100644 --- a/src/main/java/org/orekit/rugged/api/RuggedBuilder.java +++ b/src/main/java/org/orekit/rugged/api/RuggedBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/api/package-info.java b/src/main/java/org/orekit/rugged/api/package-info.java index 45405e8f..d862d253 100644 --- a/src/main/java/org/orekit/rugged/api/package-info.java +++ b/src/main/java/org/orekit/rugged/api/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/Dump.java b/src/main/java/org/orekit/rugged/errors/Dump.java index 71c5b78b..6dfe527d 100644 --- a/src/main/java/org/orekit/rugged/errors/Dump.java +++ b/src/main/java/org/orekit/rugged/errors/Dump.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/DumpManager.java b/src/main/java/org/orekit/rugged/errors/DumpManager.java index 7804e395..fe3ebf8a 100644 --- a/src/main/java/org/orekit/rugged/errors/DumpManager.java +++ b/src/main/java/org/orekit/rugged/errors/DumpManager.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/DumpReplayer.java b/src/main/java/org/orekit/rugged/errors/DumpReplayer.java index 4a02b3c5..9cd58b48 100644 --- a/src/main/java/org/orekit/rugged/errors/DumpReplayer.java +++ b/src/main/java/org/orekit/rugged/errors/DumpReplayer.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedException.java b/src/main/java/org/orekit/rugged/errors/RuggedException.java index d13917c0..ddd46126 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedException.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedException.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedExceptionWrapper.java b/src/main/java/org/orekit/rugged/errors/RuggedExceptionWrapper.java index 77a3507c..4b57665b 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedExceptionWrapper.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedExceptionWrapper.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedInternalError.java b/src/main/java/org/orekit/rugged/errors/RuggedInternalError.java index 7c12634c..1c91afdb 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedInternalError.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedInternalError.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java index d4e42337..56c1e459 100644 --- a/src/main/java/org/orekit/rugged/errors/RuggedMessages.java +++ b/src/main/java/org/orekit/rugged/errors/RuggedMessages.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/errors/package-info.java b/src/main/java/org/orekit/rugged/errors/package-info.java index 6cecf77a..3d983902 100644 --- a/src/main/java/org/orekit/rugged/errors/package-info.java +++ b/src/main/java/org/orekit/rugged/errors/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java index 18696efb..6d72cd96 100644 --- a/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/BasicScanAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/ConstantElevationAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/ConstantElevationAlgorithm.java index 93a24f1e..f371b0a2 100644 --- a/src/main/java/org/orekit/rugged/intersection/ConstantElevationAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/ConstantElevationAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java index 68f331a6..74a488de 100644 --- a/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/IgnoreDEMAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java index 2a49a222..71699e0d 100644 --- a/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/IntersectionAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java index 1b9f23e3..98b912a8 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithm.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java index e7032157..92c378d7 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java index 4657ad4b..1c4cdcf7 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/duvenhage/package-info.java b/src/main/java/org/orekit/rugged/intersection/duvenhage/package-info.java index be6b0beb..de741536 100644 --- a/src/main/java/org/orekit/rugged/intersection/duvenhage/package-info.java +++ b/src/main/java/org/orekit/rugged/intersection/duvenhage/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/intersection/package-info.java b/src/main/java/org/orekit/rugged/intersection/package-info.java index a8761e29..e2b84d3d 100644 --- a/src/main/java/org/orekit/rugged/intersection/package-info.java +++ b/src/main/java/org/orekit/rugged/intersection/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LineDatation.java b/src/main/java/org/orekit/rugged/linesensor/LineDatation.java index 34527fb5..e6299574 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LineDatation.java +++ b/src/main/java/org/orekit/rugged/linesensor/LineDatation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LineSensor.java b/src/main/java/org/orekit/rugged/linesensor/LineSensor.java index ca9fd053..cdc266fa 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LineSensor.java +++ b/src/main/java/org/orekit/rugged/linesensor/LineSensor.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java b/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java index aa0d2bb1..9d477a27 100644 --- a/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java +++ b/src/main/java/org/orekit/rugged/linesensor/LinearLineDatation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java b/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java index 06f3b81f..6c0f9e2a 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossing.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java b/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java index 04526b63..514ebc79 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorPixel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java index da77e071..57b531fe 100644 --- a/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java +++ b/src/main/java/org/orekit/rugged/linesensor/SensorPixelCrossing.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/linesensor/package-info.java b/src/main/java/org/orekit/rugged/linesensor/package-info.java index 85e6b78a..733adc93 100644 --- a/src/main/java/org/orekit/rugged/linesensor/package-info.java +++ b/src/main/java/org/orekit/rugged/linesensor/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/FixedRotation.java b/src/main/java/org/orekit/rugged/los/FixedRotation.java index 40187de2..5b416136 100644 --- a/src/main/java/org/orekit/rugged/los/FixedRotation.java +++ b/src/main/java/org/orekit/rugged/los/FixedRotation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/FixedZHomothety.java b/src/main/java/org/orekit/rugged/los/FixedZHomothety.java index 071b5672..f1f5c33b 100644 --- a/src/main/java/org/orekit/rugged/los/FixedZHomothety.java +++ b/src/main/java/org/orekit/rugged/los/FixedZHomothety.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/LOSBuilder.java b/src/main/java/org/orekit/rugged/los/LOSBuilder.java index c6579685..916a9a5d 100644 --- a/src/main/java/org/orekit/rugged/los/LOSBuilder.java +++ b/src/main/java/org/orekit/rugged/los/LOSBuilder.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/LOSTransform.java b/src/main/java/org/orekit/rugged/los/LOSTransform.java index 7fd71d57..76e367f7 100644 --- a/src/main/java/org/orekit/rugged/los/LOSTransform.java +++ b/src/main/java/org/orekit/rugged/los/LOSTransform.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/PolynomialRotation.java b/src/main/java/org/orekit/rugged/los/PolynomialRotation.java index e548781a..63e3082a 100644 --- a/src/main/java/org/orekit/rugged/los/PolynomialRotation.java +++ b/src/main/java/org/orekit/rugged/los/PolynomialRotation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java b/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java index d12d6aba..09acacda 100644 --- a/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java +++ b/src/main/java/org/orekit/rugged/los/TimeDependentLOS.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java b/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java index 6c433a6f..10ab2505 100644 --- a/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java +++ b/src/main/java/org/orekit/rugged/los/TimeIndependentLOSTransform.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/los/package-info.java b/src/main/java/org/orekit/rugged/los/package-info.java index 5bfad944..97fd1351 100644 --- a/src/main/java/org/orekit/rugged/los/package-info.java +++ b/src/main/java/org/orekit/rugged/los/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/SimpleTile.java b/src/main/java/org/orekit/rugged/raster/SimpleTile.java index 053c9993..4094bca2 100644 --- a/src/main/java/org/orekit/rugged/raster/SimpleTile.java +++ b/src/main/java/org/orekit/rugged/raster/SimpleTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java b/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java index c032d6b3..8376541c 100644 --- a/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java +++ b/src/main/java/org/orekit/rugged/raster/SimpleTileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/Tile.java b/src/main/java/org/orekit/rugged/raster/Tile.java index d8950677..00d11623 100644 --- a/src/main/java/org/orekit/rugged/raster/Tile.java +++ b/src/main/java/org/orekit/rugged/raster/Tile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TileFactory.java b/src/main/java/org/orekit/rugged/raster/TileFactory.java index ca889f68..ccb2644a 100644 --- a/src/main/java/org/orekit/rugged/raster/TileFactory.java +++ b/src/main/java/org/orekit/rugged/raster/TileFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TileUpdater.java b/src/main/java/org/orekit/rugged/raster/TileUpdater.java index 509ca6e9..ffaecf81 100644 --- a/src/main/java/org/orekit/rugged/raster/TileUpdater.java +++ b/src/main/java/org/orekit/rugged/raster/TileUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/TilesCache.java b/src/main/java/org/orekit/rugged/raster/TilesCache.java index 43c11910..63e2af1b 100644 --- a/src/main/java/org/orekit/rugged/raster/TilesCache.java +++ b/src/main/java/org/orekit/rugged/raster/TilesCache.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/UpdatableTile.java b/src/main/java/org/orekit/rugged/raster/UpdatableTile.java index 5cb18f92..ad06213d 100644 --- a/src/main/java/org/orekit/rugged/raster/UpdatableTile.java +++ b/src/main/java/org/orekit/rugged/raster/UpdatableTile.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/raster/package-info.java b/src/main/java/org/orekit/rugged/raster/package-info.java index e349af73..6a09d34d 100644 --- a/src/main/java/org/orekit/rugged/raster/package-info.java +++ b/src/main/java/org/orekit/rugged/raster/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/refraction/AtmosphericComputationParameters.java b/src/main/java/org/orekit/rugged/refraction/AtmosphericComputationParameters.java index 2b30c63e..c92837eb 100644 --- a/src/main/java/org/orekit/rugged/refraction/AtmosphericComputationParameters.java +++ b/src/main/java/org/orekit/rugged/refraction/AtmosphericComputationParameters.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java b/src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java index f7a6ba09..5d2431bd 100644 --- a/src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java +++ b/src/main/java/org/orekit/rugged/refraction/AtmosphericRefraction.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/refraction/ConstantRefractionLayer.java b/src/main/java/org/orekit/rugged/refraction/ConstantRefractionLayer.java index 65e40c96..5d95986e 100644 --- a/src/main/java/org/orekit/rugged/refraction/ConstantRefractionLayer.java +++ b/src/main/java/org/orekit/rugged/refraction/ConstantRefractionLayer.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/refraction/MultiLayerModel.java b/src/main/java/org/orekit/rugged/refraction/MultiLayerModel.java index 8f294997..3f139367 100644 --- a/src/main/java/org/orekit/rugged/refraction/MultiLayerModel.java +++ b/src/main/java/org/orekit/rugged/refraction/MultiLayerModel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/refraction/package-info.java b/src/main/java/org/orekit/rugged/refraction/package-info.java index fa2a897c..1ba99753 100644 --- a/src/main/java/org/orekit/rugged/refraction/package-info.java +++ b/src/main/java/org/orekit/rugged/refraction/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/DSGenerator.java b/src/main/java/org/orekit/rugged/utils/DSGenerator.java index 938a32ba..6fefff07 100644 --- a/src/main/java/org/orekit/rugged/utils/DSGenerator.java +++ b/src/main/java/org/orekit/rugged/utils/DSGenerator.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/DerivativeGenerator.java b/src/main/java/org/orekit/rugged/utils/DerivativeGenerator.java index be87b7e7..6603e768 100644 --- a/src/main/java/org/orekit/rugged/utils/DerivativeGenerator.java +++ b/src/main/java/org/orekit/rugged/utils/DerivativeGenerator.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java index 96e64f45..5541eab6 100644 --- a/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java +++ b/src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/GridCreation.java b/src/main/java/org/orekit/rugged/utils/GridCreation.java index 308c0b97..07b4695b 100644 --- a/src/main/java/org/orekit/rugged/utils/GridCreation.java +++ b/src/main/java/org/orekit/rugged/utils/GridCreation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/MaxSelector.java b/src/main/java/org/orekit/rugged/utils/MaxSelector.java index ee6a073f..02e23e15 100644 --- a/src/main/java/org/orekit/rugged/utils/MaxSelector.java +++ b/src/main/java/org/orekit/rugged/utils/MaxSelector.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/MinSelector.java b/src/main/java/org/orekit/rugged/utils/MinSelector.java index 4a411825..07e729df 100644 --- a/src/main/java/org/orekit/rugged/utils/MinSelector.java +++ b/src/main/java/org/orekit/rugged/utils/MinSelector.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java b/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java index 5f673de2..bab2c086 100644 --- a/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java +++ b/src/main/java/org/orekit/rugged/utils/NormalizedGeodeticPoint.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/RoughVisibilityEstimator.java b/src/main/java/org/orekit/rugged/utils/RoughVisibilityEstimator.java index 44c5bbc3..35fd2ab6 100644 --- a/src/main/java/org/orekit/rugged/utils/RoughVisibilityEstimator.java +++ b/src/main/java/org/orekit/rugged/utils/RoughVisibilityEstimator.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/Selector.java b/src/main/java/org/orekit/rugged/utils/Selector.java index 880e8d77..cfd69c65 100644 --- a/src/main/java/org/orekit/rugged/utils/Selector.java +++ b/src/main/java/org/orekit/rugged/utils/Selector.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java b/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java index 829148b6..526fcf9f 100644 --- a/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java +++ b/src/main/java/org/orekit/rugged/utils/SpacecraftToObservedBody.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/main/java/org/orekit/rugged/utils/package-info.java b/src/main/java/org/orekit/rugged/utils/package-info.java index 7507188f..cf44e961 100644 --- a/src/main/java/org/orekit/rugged/utils/package-info.java +++ b/src/main/java/org/orekit/rugged/utils/package-info.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/site/markdown/building.md b/src/site/markdown/building.md index 6bdfaaef..a04bc7a6 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/configuration.md b/src/site/markdown/configuration.md index d11f53a0..612dd0a5 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/contact.md b/src/site/markdown/contact.md index fae9fc0b..9aa29091 100644 --- a/src/site/markdown/contact.md +++ b/src/site/markdown/contact.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/contributing.md b/src/site/markdown/contributing.md index dc367dff..033b8d2d 100644 --- a/src/site/markdown/contributing.md +++ b/src/site/markdown/contributing.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/design/design-major-functions.md b/src/site/markdown/design/design-major-functions.md index c44bfeb4..5853d9c0 100644 --- a/src/site/markdown/design/design-major-functions.md +++ b/src/site/markdown/design/design-major-functions.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/design/digital-elevation-model.md b/src/site/markdown/design/digital-elevation-model.md index 4c88f6ca..09b7a94d 100644 --- a/src/site/markdown/design/digital-elevation-model.md +++ b/src/site/markdown/design/digital-elevation-model.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/design/overview.md b/src/site/markdown/design/overview.md index c1ffb0ba..99b0195e 100644 --- a/src/site/markdown/design/overview.md +++ b/src/site/markdown/design/overview.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/design/technical-choices.md b/src/site/markdown/design/technical-choices.md index 65a1eaed..182f5546 100644 --- a/src/site/markdown/design/technical-choices.md +++ b/src/site/markdown/design/technical-choices.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/downloads.md.vm b/src/site/markdown/downloads.md.vm index 16afd1b2..0dd75deb 100644 --- a/src/site/markdown/downloads.md.vm +++ b/src/site/markdown/downloads.md.vm @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/faq.md b/src/site/markdown/faq.md index 77088e72..441e9443 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/guidelines.md b/src/site/markdown/guidelines.md index 692f03c8..1d260846 100644 --- a/src/site/markdown/guidelines.md +++ b/src/site/markdown/guidelines.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 01ee8f9b..904fef2f 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/sources.md b/src/site/markdown/sources.md index 44db5181..abce9d2a 100644 --- a/src/site/markdown/sources.md +++ b/src/site/markdown/sources.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/tutorials/direct-location-with-DEM.md b/src/site/markdown/tutorials/direct-location-with-DEM.md index 7dde63d4..13449228 100644 --- a/src/site/markdown/tutorials/direct-location-with-DEM.md +++ b/src/site/markdown/tutorials/direct-location-with-DEM.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/tutorials/direct-location.md b/src/site/markdown/tutorials/direct-location.md index f26b31b0..ae4430bf 100644 --- a/src/site/markdown/tutorials/direct-location.md +++ b/src/site/markdown/tutorials/direct-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/tutorials/inverse-location.md b/src/site/markdown/tutorials/inverse-location.md index da9a6031..75fc5b4a 100644 --- a/src/site/markdown/tutorials/inverse-location.md +++ b/src/site/markdown/tutorials/inverse-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/tutorials/matlab-example.md b/src/site/markdown/tutorials/matlab-example.md index c664b753..0bd53ce8 100644 --- a/src/site/markdown/tutorials/matlab-example.md +++ b/src/site/markdown/tutorials/matlab-example.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/markdown/tutorials/tile-updater.md b/src/site/markdown/tutorials/tile-updater.md index fda9dd34..1f450887 100644 --- a/src/site/markdown/tutorials/tile-updater.md +++ b/src/site/markdown/tutorials/tile-updater.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2020 CS GROUP +<!--- Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/site/site.xml b/src/site/site.xml index 4b9af807..c8e5395d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2013-2020 CS GROUP + Copyright 2013-2022 CS GROUP Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/src/test/java/org/orekit/rugged/TestUtils.java b/src/test/java/org/orekit/rugged/TestUtils.java index baaea0d9..c40a8d7c 100644 --- a/src/test/java/org/orekit/rugged/TestUtils.java +++ b/src/test/java/org/orekit/rugged/TestUtils.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/adjustment/AdjustmentContextTest.java b/src/test/java/org/orekit/rugged/adjustment/AdjustmentContextTest.java index c5682cb8..17dc22aa 100644 --- a/src/test/java/org/orekit/rugged/adjustment/AdjustmentContextTest.java +++ b/src/test/java/org/orekit/rugged/adjustment/AdjustmentContextTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/adjustment/InterSensorOptimizationProblemBuilderTest.java b/src/test/java/org/orekit/rugged/adjustment/InterSensorOptimizationProblemBuilderTest.java index a28d45ff..32bd0433 100644 --- a/src/test/java/org/orekit/rugged/adjustment/InterSensorOptimizationProblemBuilderTest.java +++ b/src/test/java/org/orekit/rugged/adjustment/InterSensorOptimizationProblemBuilderTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java b/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java index 825e85ae..22fd1f48 100644 --- a/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java +++ b/src/test/java/org/orekit/rugged/api/RuggedBuilderTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/api/RuggedTest.java b/src/test/java/org/orekit/rugged/api/RuggedTest.java index 29ea82e5..a8804beb 100644 --- a/src/test/java/org/orekit/rugged/api/RuggedTest.java +++ b/src/test/java/org/orekit/rugged/api/RuggedTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/DumpManagerTest.java b/src/test/java/org/orekit/rugged/errors/DumpManagerTest.java index 92d4f041..9901b2fc 100644 --- a/src/test/java/org/orekit/rugged/errors/DumpManagerTest.java +++ b/src/test/java/org/orekit/rugged/errors/DumpManagerTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java b/src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java index dd0330c9..a19b2e4c 100644 --- a/src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java +++ b/src/test/java/org/orekit/rugged/errors/DumpReplayerTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/DumpTest.java b/src/test/java/org/orekit/rugged/errors/DumpTest.java index fd79d081..38c9790a 100644 --- a/src/test/java/org/orekit/rugged/errors/DumpTest.java +++ b/src/test/java/org/orekit/rugged/errors/DumpTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/RuggedExceptionTest.java b/src/test/java/org/orekit/rugged/errors/RuggedExceptionTest.java index 5a65a398..35ab40d4 100644 --- a/src/test/java/org/orekit/rugged/errors/RuggedExceptionTest.java +++ b/src/test/java/org/orekit/rugged/errors/RuggedExceptionTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java b/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java index 3a3c98a3..67cb079f 100644 --- a/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java +++ b/src/test/java/org/orekit/rugged/errors/RuggedMessagesTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java index 6503cf02..d8ce5af3 100644 --- a/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/AbstractAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java index 85849419..d236fe73 100644 --- a/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/BasicScanAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/ConstantElevationAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/ConstantElevationAlgorithmTest.java index af5933c6..7d932363 100644 --- a/src/test/java/org/orekit/rugged/intersection/ConstantElevationAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/ConstantElevationAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java b/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java index 55830c25..0b129554 100644 --- a/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java +++ b/src/test/java/org/orekit/rugged/intersection/duvenhage/DuvenhageAlgorithmTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java b/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java index 06532770..dbd87783 100644 --- a/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java +++ b/src/test/java/org/orekit/rugged/intersection/duvenhage/MinMaxTreeTileTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/linesensor/FixedRotationTest.java b/src/test/java/org/orekit/rugged/linesensor/FixedRotationTest.java index cad43aea..5d69b5fd 100644 --- a/src/test/java/org/orekit/rugged/linesensor/FixedRotationTest.java +++ b/src/test/java/org/orekit/rugged/linesensor/FixedRotationTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/linesensor/PolynomialRotationTest.java b/src/test/java/org/orekit/rugged/linesensor/PolynomialRotationTest.java index 338bb26d..b14891f5 100644 --- a/src/test/java/org/orekit/rugged/linesensor/PolynomialRotationTest.java +++ b/src/test/java/org/orekit/rugged/linesensor/PolynomialRotationTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java b/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java index 3b051ac6..5a0d7670 100644 --- a/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java +++ b/src/test/java/org/orekit/rugged/linesensor/SensorMeanPlaneCrossingTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java index 2768168f..7d5adbcf 100644 --- a/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/CheckedPatternElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java index 75961fbc..ad1a6903 100644 --- a/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/CliffsElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/CountingFactory.java b/src/test/java/org/orekit/rugged/raster/CountingFactory.java index 03bbad8e..ad714f48 100644 --- a/src/test/java/org/orekit/rugged/raster/CountingFactory.java +++ b/src/test/java/org/orekit/rugged/raster/CountingFactory.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java b/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java index 2ba204cd..df3940dc 100644 --- a/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/RandomLandscapeUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java b/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java index 64fcb92d..75a63ab0 100644 --- a/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java +++ b/src/test/java/org/orekit/rugged/raster/SimpleTileTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java b/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java index 8e588239..7038ac9e 100644 --- a/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java +++ b/src/test/java/org/orekit/rugged/raster/TilesCacheTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java b/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java index 2425d01f..8626c4ca 100644 --- a/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java +++ b/src/test/java/org/orekit/rugged/raster/VolcanicConeElevationUpdater.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/refraction/MultiLayerModelTest.java b/src/test/java/org/orekit/rugged/refraction/MultiLayerModelTest.java index 9436db32..d3cbf326 100644 --- a/src/test/java/org/orekit/rugged/refraction/MultiLayerModelTest.java +++ b/src/test/java/org/orekit/rugged/refraction/MultiLayerModelTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java b/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java index 90848214..d262242a 100644 --- a/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java +++ b/src/test/java/org/orekit/rugged/utils/ExtendedEllipsoidTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/GeodeticUtilities.java b/src/test/java/org/orekit/rugged/utils/GeodeticUtilities.java index 9c203d5d..f221014b 100644 --- a/src/test/java/org/orekit/rugged/utils/GeodeticUtilities.java +++ b/src/test/java/org/orekit/rugged/utils/GeodeticUtilities.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/NormalizedGeodeticPointTest.java b/src/test/java/org/orekit/rugged/utils/NormalizedGeodeticPointTest.java index 1b60d7a0..244c4823 100644 --- a/src/test/java/org/orekit/rugged/utils/NormalizedGeodeticPointTest.java +++ b/src/test/java/org/orekit/rugged/utils/NormalizedGeodeticPointTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/RoughVisibilityEstimatorTest.java b/src/test/java/org/orekit/rugged/utils/RoughVisibilityEstimatorTest.java index 3947f6c8..e0740bb7 100644 --- a/src/test/java/org/orekit/rugged/utils/RoughVisibilityEstimatorTest.java +++ b/src/test/java/org/orekit/rugged/utils/RoughVisibilityEstimatorTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/test/java/org/orekit/rugged/utils/SpacecraftToObservedBodyTest.java b/src/test/java/org/orekit/rugged/utils/SpacecraftToObservedBodyTest.java index f95bbe2f..6717b293 100644 --- a/src/test/java/org/orekit/rugged/utils/SpacecraftToObservedBodyTest.java +++ b/src/test/java/org/orekit/rugged/utils/SpacecraftToObservedBodyTest.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/DirectLocation.java b/src/tutorials/java/fr/cs/examples/DirectLocation.java index 8381d588..8998fbfe 100644 --- a/src/tutorials/java/fr/cs/examples/DirectLocation.java +++ b/src/tutorials/java/fr/cs/examples/DirectLocation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/DirectLocationWithDEM.java b/src/tutorials/java/fr/cs/examples/DirectLocationWithDEM.java index 6ca882eb..f0b8e391 100644 --- a/src/tutorials/java/fr/cs/examples/DirectLocationWithDEM.java +++ b/src/tutorials/java/fr/cs/examples/DirectLocationWithDEM.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/InverseLocation.java b/src/tutorials/java/fr/cs/examples/InverseLocation.java index 9e961335..2b8f5502 100644 --- a/src/tutorials/java/fr/cs/examples/InverseLocation.java +++ b/src/tutorials/java/fr/cs/examples/InverseLocation.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/GroundRefining.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/GroundRefining.java index 61d8d1eb..47974d9e 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/GroundRefining.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/GroundRefining.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/InterRefining.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/InterRefining.java index e5a6e94e..fe402a90 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/InterRefining.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/InterRefining.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/Refining.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/Refining.java index 8849672d..f1f09c76 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/Refining.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/Refining.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/GroundMeasurementGenerator.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/GroundMeasurementGenerator.java index fc5c2153..c81a5480 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/GroundMeasurementGenerator.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/GroundMeasurementGenerator.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/InterMeasurementGenerator.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/InterMeasurementGenerator.java index 3efb9fe5..88f5c0a6 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/InterMeasurementGenerator.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/InterMeasurementGenerator.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Measurable.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Measurable.java index d399514f..c1c3ae0f 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Measurable.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Measurable.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Noise.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Noise.java index d921ffef..014819e2 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Noise.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/generators/Noise.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/DistanceTools.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/DistanceTools.java index ba2d1bed..d6eb575b 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/DistanceTools.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/DistanceTools.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/LocalisationMetrics.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/LocalisationMetrics.java index ef196d16..9a5e8bd4 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/LocalisationMetrics.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/metrics/LocalisationMetrics.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/models/OrbitModel.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/models/OrbitModel.java index 991aeded..f1150907 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/models/OrbitModel.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/models/OrbitModel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. diff --git a/src/tutorials/java/fr/cs/examples/refiningPleiades/models/PleiadesViewingModel.java b/src/tutorials/java/fr/cs/examples/refiningPleiades/models/PleiadesViewingModel.java index 17080e5e..90c665d3 100644 --- a/src/tutorials/java/fr/cs/examples/refiningPleiades/models/PleiadesViewingModel.java +++ b/src/tutorials/java/fr/cs/examples/refiningPleiades/models/PleiadesViewingModel.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2020 CS GROUP +/* Copyright 2013-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. -- GitLab