From 1114174e0d8d5eeed5cc455a0e9c06e7c27a37ed Mon Sep 17 00:00:00 2001 From: Luc Maisonobe <luc@orekit.org> Date: Wed, 22 Mar 2017 09:51:42 +0100 Subject: [PATCH] Updated copyright year. --- NOTICE.txt | 2 +- design/dem-loading-class-diagram.puml | 2 +- design/direct-location-class-diagram.puml | 2 +- design/direct-location-sequence-diagram.puml | 2 +- design/duvenhage-inner-recursion-activity-diagram.puml | 2 +- design/duvenhage-top-loop-activity-diagram.puml | 2 +- design/initialization-class-diagram.puml | 2 +- design/initialization-sequence-diagram.puml | 2 +- design/inverse-location-sequence-diagram.puml | 2 +- design/parametric-los-class-diagram.puml | 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/ProjectionTypeId.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/SensorToGroundMapping.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/RuggedMessages.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 +- 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/los/FixedRotation.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/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 +- .../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/utils/DSGenerator.java | 2 +- src/main/java/org/orekit/rugged/utils/ExtendedEllipsoid.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/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/digital-elevation-model.md | 2 +- src/site/markdown/design/overview.md | 2 +- src/site/markdown/design/preliminary-design.md | 2 +- src/site/markdown/design/technical-choices.md | 2 +- src/site/markdown/downloads.md | 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/tile-updater.md | 2 +- src/site/site.xml | 2 +- src/site/xdoc/changes.xml | 2 +- src/test/java/org/orekit/rugged/TestUtils.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/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 +- .../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 +- 109 files changed, 109 insertions(+), 109 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index a1b38927..42b7018b 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ RUGGED -Copyright 2013-2016 CS Systèmes d'Information +Copyright 2013-2017 CS Systèmes d'Information This product includes software developed by CS Systèmes d'Information (http://www.c-s.fr/) diff --git a/design/dem-loading-class-diagram.puml b/design/dem-loading-class-diagram.puml index 1e4b93d8..08102c7f 100644 --- a/design/dem-loading-class-diagram.puml +++ b/design/dem-loading-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/direct-location-class-diagram.puml b/design/direct-location-class-diagram.puml index 3ec9ad29..5425c284 100644 --- a/design/direct-location-class-diagram.puml +++ b/design/direct-location-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/direct-location-sequence-diagram.puml b/design/direct-location-sequence-diagram.puml index 256d379f..e2fa64b2 100644 --- a/design/direct-location-sequence-diagram.puml +++ b/design/direct-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/duvenhage-inner-recursion-activity-diagram.puml b/design/duvenhage-inner-recursion-activity-diagram.puml index 2781a4a9..b57df73c 100644 --- a/design/duvenhage-inner-recursion-activity-diagram.puml +++ b/design/duvenhage-inner-recursion-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/duvenhage-top-loop-activity-diagram.puml b/design/duvenhage-top-loop-activity-diagram.puml index 3247946e..fd54d5bc 100644 --- a/design/duvenhage-top-loop-activity-diagram.puml +++ b/design/duvenhage-top-loop-activity-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/initialization-class-diagram.puml b/design/initialization-class-diagram.puml index 4bec76b7..a3d12751 100644 --- a/design/initialization-class-diagram.puml +++ b/design/initialization-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/initialization-sequence-diagram.puml b/design/initialization-sequence-diagram.puml index ab111381..fa8701ec 100644 --- a/design/initialization-sequence-diagram.puml +++ b/design/initialization-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/inverse-location-sequence-diagram.puml b/design/inverse-location-sequence-diagram.puml index 175d2ccc..dd621c90 100644 --- a/design/inverse-location-sequence-diagram.puml +++ b/design/inverse-location-sequence-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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/design/parametric-los-class-diagram.puml b/design/parametric-los-class-diagram.puml index 75dcb95c..dd036c8e 100644 --- a/design/parametric-los-class-diagram.puml +++ b/design/parametric-los-class-diagram.puml @@ -1,4 +1,4 @@ -' Copyright 2013-2015 CS Systèmes d'Information +' Copyright 2013-2017 CS Systèmes d'Information ' Licensed to CS Systèmes d'Information (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 54528b53..e3e46c93 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 71445603..1ee7f793 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 c75a87fb..bb371d04 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 a7295c2a..67b1b4bb 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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/ProjectionTypeId.java b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java index 73e09723..bb25c877 100644 --- a/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java +++ b/src/main/java/org/orekit/rugged/api/ProjectionTypeId.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 b4862fa4..6fb92067 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 63c74bd0..98afb1f3 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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/SensorToGroundMapping.java b/src/main/java/org/orekit/rugged/api/SensorToGroundMapping.java index fea1ff25..266c85be 100644 --- a/src/main/java/org/orekit/rugged/api/SensorToGroundMapping.java +++ b/src/main/java/org/orekit/rugged/api/SensorToGroundMapping.java @@ -1,4 +1,4 @@ -/* Copyright 2013-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 774840ad..13a7b368 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 20104b21..8c466f59 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 fa21f76b..cb7f6718 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 7bb5d728..4d4f5430 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 bf0552ea..c6c0449e 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 8a14a1a6..5a3bf599 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 5d9f1512..4960edb9 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 bb7706d3..70be321b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 045696b6..395b5f4c 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 c22922cc..17579c2f 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 0749e141..fd53dad8 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 ca6e748e..cbf5a47a 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 b07ebc6d..ba432705 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 40d8779d..ce0e754e 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 600ebcbf..1e8a57d6 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 1da239c5..f23f35cf 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 29ebaf32..2f1f9656 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 ed38da42..d614931d 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 60b0de51..2d0e3c13 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 00983195..07399130 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 4857bd58..7e70b0a3 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 1e894b08..3276564e 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 e3224400..db568c20 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 2a17c61b..44b8f290 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 f9e52a99..424c146c 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 2e6570a6..a9301882 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 35a1035b..b079428b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 135f5e61..d1369d2e 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 3070b7b7..ed62cd34 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 43bf954e..c76c96a8 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 3cbe08d8..11712412 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 52c421f2..606aec1b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 3874be05..8ff9e3e2 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 b89f4cd3..cadc13dd 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 849ad63f..1a26f7db 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 d757e2ea..05e60f63 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 62010582..3324e0ad 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 f4a8439c..ada0e0b4 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 98336235..9c0fd0a7 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 e0458e44..bfae125c 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 4548af93..300ab31d 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 6173090e..1fd39a10 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 00ee61e6..1e1e2204 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 53574385..9455ce0d 100644 --- a/src/site/markdown/building.md +++ b/src/site/markdown/building.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 1a1e16b2..12ae628f 100644 --- a/src/site/markdown/configuration.md +++ b/src/site/markdown/configuration.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 ad542192..5bbb40d7 100644 --- a/src/site/markdown/contact.md +++ b/src/site/markdown/contact.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 61a38cd8..7983d10c 100644 --- a/src/site/markdown/contributing.md +++ b/src/site/markdown/contributing.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 8cee4460..3efdf808 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-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 667087b1..7d3c92d6 100644 --- a/src/site/markdown/design/overview.md +++ b/src/site/markdown/design/overview.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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/preliminary-design.md b/src/site/markdown/design/preliminary-design.md index 06095201..077de384 100644 --- a/src/site/markdown/design/preliminary-design.md +++ b/src/site/markdown/design/preliminary-design.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 75b0e0d7..db864f3d 100644 --- a/src/site/markdown/design/technical-choices.md +++ b/src/site/markdown/design/technical-choices.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 b/src/site/markdown/downloads.md index cf467725..f4946b6b 100644 --- a/src/site/markdown/downloads.md +++ b/src/site/markdown/downloads.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 7799c9ac..56319078 100644 --- a/src/site/markdown/faq.md +++ b/src/site/markdown/faq.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 03e419e0..d35f13ef 100644 --- a/src/site/markdown/guidelines.md +++ b/src/site/markdown/guidelines.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 177869a1..7ecf3ca6 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 2197cf1a..95cbd732 100644 --- a/src/site/markdown/sources.md +++ b/src/site/markdown/sources.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 0375fec3..ab2ec772 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-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 076c1c87..b9d042cd 100644 --- a/src/site/markdown/tutorials/direct-location.md +++ b/src/site/markdown/tutorials/direct-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 daa4ff0b..d4252003 100644 --- a/src/site/markdown/tutorials/inverse-location.md +++ b/src/site/markdown/tutorials/inverse-location.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 d2f3795a..fdcf99c2 100644 --- a/src/site/markdown/tutorials/tile-updater.md +++ b/src/site/markdown/tutorials/tile-updater.md @@ -1,4 +1,4 @@ -<!--- Copyright 2013-2016 CS Systèmes d'Information +<!--- Copyright 2013-2017 CS Systèmes d'Information 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 9459b26f..a6fcc785 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2013-2016 CS Systèmes d'Information + Copyright 2013-2017 CS Systèmes d'Information 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/xdoc/changes.xml b/src/site/xdoc/changes.xml index 5552d5f7..3fc3af37 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<!-- Copyright 2013-2016 CS Systèmes d'Information +<!-- Copyright 2013-2017 CS Systèmes d'Information Licensed to CS Systèmes d'Information (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/TestUtils.java b/src/test/java/org/orekit/rugged/TestUtils.java index 13b365a3..96c7cb56 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 3f0e9beb..1cf5e388 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 c66268d2..71a8201a 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 f431a748..d2c4dd1b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 aafa39e9..a12e9e5b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 4bfc24ca..5afc61f6 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 cd31703e..b1a486a9 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 54c769d8..35845826 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 9f930db1..443927f7 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 6d06b71a..976d44f7 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 58364e78..cf512a6c 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 10d23411..77cf236a 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 c2add372..946e1f0d 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 1ef53b19..493a8709 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 89bfcd54..2a7557f8 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 d780424d..ab813e99 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 4480d10e..f9d1befe 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 b8f73efd..dd903def 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 67fcfa8c..2e02e176 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 6eb9ed18..5d7f96db 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 259462f8..5dd97dac 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 e58c1bbd..ef196594 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 93f57c89..ab2afbd2 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 c50cec98..bbd25487 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 178cf7a9..f9af850a 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 7b576feb..439a7177 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 dbe241b3..437af191 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 8b3f187f..c841df3b 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (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 5520bff0..2b3941f4 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-2016 CS Systèmes d'Information +/* Copyright 2013-2017 CS Systèmes d'Information * Licensed to CS Systèmes d'Information (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. -- GitLab