From fa5b239d5de1fbc8e57c448ede20f6e0b0a847d2 Mon Sep 17 00:00:00 2001 From: Emilio Lahr-Vivaz Date: Wed, 10 Jan 2024 15:21:55 +0000 Subject: [PATCH] Update copyrights for 2024 --- .../geomesa/accumulo/audit/AccumuloAuditService.scala | 2 +- .../geomesa/accumulo/audit/AccumuloEventReader.scala | 2 +- .../geomesa/accumulo/audit/AccumuloEventTransform.scala | 2 +- .../geomesa/accumulo/audit/AccumuloEventWriter.scala | 2 +- .../geomesa/accumulo/audit/AccumuloQueryEventTransform.scala | 2 +- .../geomesa/accumulo/audit/ParamsAuditProvider.scala | 2 +- .../geomesa/accumulo/audit/SerializedQueryEvent.scala | 2 +- .../geomesa/accumulo/data/AccumuloBackedMetadata.scala | 2 +- .../geomesa/accumulo/data/AccumuloClientConfig.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStore.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreFactory.scala | 4 ++-- .../geomesa/accumulo/data/AccumuloDataStoreParams.scala | 2 +- .../geomesa/accumulo/data/AccumuloIndexAdapter.scala | 2 +- .../geomesa/accumulo/data/AccumuloQueryPlan.scala | 2 +- .../geomesa/accumulo/data/AccumuloWritableFeature.scala | 2 +- .../geomesa/accumulo/data/stats/AccumuloGeoMesaStats.scala | 2 +- .../geomesa/accumulo/data/stats/StatsCombiner.scala | 2 +- .../geomesa/accumulo/data/stats/StatsRunner.scala | 2 +- .../geomesa/accumulo/index/AccumuloFeatureIndexFactory.scala | 2 +- .../geomesa/accumulo/index/AccumuloJoinIndex.scala | 2 +- .../geomesa/accumulo/index/IndexValueEncoder.scala | 2 +- .../org/locationtech/geomesa/accumulo/index/JoinIndex.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV2.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV3.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV4.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV5.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV6.scala | 2 +- .../geomesa/accumulo/index/legacy/JoinIndexV7.scala | 2 +- .../geomesa/accumulo/iterators/AgeOffIterator.scala | 2 +- .../geomesa/accumulo/iterators/ArrowIterator.scala | 2 +- .../accumulo/iterators/AttributeKeyValueIterator.scala | 2 +- .../geomesa/accumulo/iterators/BaseAggregatingIterator.scala | 2 +- .../geomesa/accumulo/iterators/BinAggregatingIterator.scala | 2 +- .../geomesa/accumulo/iterators/DensityIterator.scala | 2 +- .../geomesa/accumulo/iterators/DtgAgeOffIterator.scala | 2 +- .../geomesa/accumulo/iterators/FilterTransformIterator.scala | 2 +- .../geomesa/accumulo/iterators/KryoVisibilityRowEncoder.scala | 4 ++-- .../geomesa/accumulo/iterators/ProjectVersionIterator.scala | 2 +- .../geomesa/accumulo/iterators/RowFilterIterator.scala | 2 +- .../locationtech/geomesa/accumulo/iterators/S2Iterator.scala | 2 +- .../locationtech/geomesa/accumulo/iterators/S3Iterator.scala | 2 +- .../geomesa/accumulo/iterators/StatsIterator.scala | 2 +- .../geomesa/accumulo/iterators/VisibilityIterator.scala | 2 +- .../locationtech/geomesa/accumulo/iterators/Z2Iterator.scala | 2 +- .../locationtech/geomesa/accumulo/iterators/Z3Iterator.scala | 2 +- .../scala/org/locationtech/geomesa/accumulo/package.scala | 2 +- .../geomesa/accumulo/util/AccumuloSchemaBuilder.scala | 2 +- .../geomesa/accumulo/util/BatchMultiScanner.scala | 2 +- .../geomesa/accumulo/util/GeoMesaBatchWriterConfig.scala | 2 +- .../org/locationtech/geomesa/accumulo/util/TableUtils.scala | 2 +- .../org/locationtech/geomesa/accumulo/DocumentationTest.java | 2 +- .../scala/org/locationtech/geomesa/accumulo/MiniCluster.scala | 2 +- .../org/locationtech/geomesa/accumulo/TestWithDataStore.scala | 2 +- .../locationtech/geomesa/accumulo/TestWithFeatureType.scala | 2 +- .../locationtech/geomesa/accumulo/TestWithMultipleSfts.scala | 2 +- .../accumulo/audit/AccumuloQueryEventTransformTest.scala | 2 +- .../accumulo/data/AccumuloDataStoreAlterSchemaTest.scala | 2 +- .../data/AccumuloDataStoreAttributeVisibilityTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreAuthTest.scala | 2 +- .../accumulo/data/AccumuloDataStoreColumnGroupsTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreDeleteTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreFactoryTest.scala | 4 ++-- .../geomesa/accumulo/data/AccumuloDataStoreFilterTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreIdlTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreJsonTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreKeywordsTest.scala | 2 +- .../data/AccumuloDataStoreNullAttributeVisibilityTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreQueryTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreSortTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreStatsTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreTest.scala | 2 +- .../accumulo/data/AccumuloDataStoreTransformsTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloDataStoreUuidTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloFeatureReaderTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloFeatureWriterTest.scala | 2 +- .../geomesa/accumulo/data/AccumuloPartitioningTest.scala | 2 +- .../geomesa/accumulo/data/BackCompatibilityIT.scala | 2 +- .../geomesa/accumulo/data/ComplexFeatureTest.scala | 2 +- .../locationtech/geomesa/accumulo/data/DateIndexTest.scala | 2 +- .../accumulo/data/HighCardinalityAttributeOrQueryTest.scala | 2 +- .../geomesa/accumulo/data/LiveAccumuloDataStoreTest.scala | 2 +- .../locationtech/geomesa/accumulo/data/VisibilitiesTest.scala | 2 +- .../locationtech/geomesa/accumulo/data/ZIntervalTest.scala | 2 +- .../org/locationtech/geomesa/accumulo/data/ZLineTest.scala | 2 +- .../geomesa/accumulo/data/stats/StatsCombinerTest.scala | 2 +- .../accumulo/data/stats/usage/AccumuloEventWriterTest.scala | 2 +- .../accumulo/data/stats/usage/QueryStatTransformTest.scala | 2 +- .../accumulo/data/stats/usage/UsageStatReaderTest.scala | 2 +- .../geomesa/accumulo/filter/BoundsFilterVisitorTest.scala | 2 +- .../org/locationtech/geomesa/accumulo/filter/FilterTest.scala | 2 +- .../locationtech/geomesa/accumulo/filter/TestFilters.scala | 2 +- .../geomesa/accumulo/index/AttrKeyPlusValueIteratorTest.scala | 2 +- .../geomesa/accumulo/index/AttributeIndexStrategyTest.scala | 2 +- .../geomesa/accumulo/index/AttributeIndexValuesTest.scala | 2 +- .../geomesa/accumulo/index/BinLineStringTest.scala | 2 +- .../geomesa/accumulo/index/ConfigurableIndexesTest.scala | 2 +- .../geomesa/accumulo/index/ConfigureShardsTest.scala | 2 +- .../geomesa/accumulo/index/CoveringAttributeIndexTest.scala | 2 +- .../geomesa/accumulo/index/FilterHelperTest.scala | 2 +- .../geomesa/accumulo/index/IndexPackageObjectTest.scala | 2 +- .../geomesa/accumulo/index/IndexValueEncoderTest.scala | 2 +- .../geomesa/accumulo/index/QueryFilterSplitterTest.scala | 2 +- .../geomesa/accumulo/index/QueryPlannerTest.scala | 2 +- .../geomesa/accumulo/index/QueryStrategyDeciderTest.scala | 2 +- .../geomesa/accumulo/index/RecordIdxStrategyTest.scala | 2 +- .../org/locationtech/geomesa/accumulo/index/S2IndexTest.scala | 2 +- .../org/locationtech/geomesa/accumulo/index/S3IndexTest.scala | 2 +- .../geomesa/accumulo/index/TemporalIndexCheckTest.scala | 2 +- .../geomesa/accumulo/index/XZ2IdxStrategyTest.scala | 2 +- .../geomesa/accumulo/index/XZConfigurationTest.scala | 2 +- .../geomesa/accumulo/index/Z2IdxStrategyTest.scala | 2 +- .../geomesa/accumulo/index/Z3IdxStrategyTest.scala | 2 +- .../geomesa/accumulo/iterators/ArrowBatchIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/ArrowDeltaIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/ArrowDictionaryTest.scala | 2 +- .../geomesa/accumulo/iterators/ArrowMultiPointTest.scala | 2 +- .../iterators/AttributeIndexFilteringIteratorTest.scala | 2 +- .../accumulo/iterators/AttributeIndexIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/DensityIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/DtgAgeOffTest.scala | 2 +- .../accumulo/iterators/FilterTransformIteratorTest.scala | 2 +- .../accumulo/iterators/KryoLazyStatsIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/LiveDensityIteratorTest.scala | 2 +- .../geomesa/accumulo/iterators/MultiIteratorTest.scala | 2 +- .../locationtech/geomesa/accumulo/iterators/TestData.scala | 2 +- .../geomesa/accumulo/iterators/Z3IteratorTest.scala | 2 +- .../geomesa/accumulo/util/AccumuloSchemaBuilderTest.scala | 2 +- .../geomesa/accumulo/util/BatchMultiScannerTest.scala | 2 +- .../geomesa/accumulo/util/GeoMesaBatchWriterConfigTest.scala | 2 +- .../geomesa/index/view/MergedDataStoreViewTest.scala | 2 +- .../geomesa/index/view/RoutedDataStoreViewTest.scala | 2 +- .../geomesa/process/analytic/StatsProcessTest.scala | 2 +- .../geomesa/process/analytic/UniqueProcessTest.scala | 2 +- .../locationtech/geomesa/process/query/JoinProcessTest.scala | 2 +- .../process/query/KNearestNeighborSearchProcessTest.scala | 2 +- .../geomesa/process/query/ProximitySearchProcessTest.scala | 2 +- .../locationtech/geomesa/process/query/QueryProcessTest.scala | 2 +- .../geomesa/process/query/RouteSearchProcessTest.scala | 2 +- .../process/transform/ArrowConversionProcessTest.scala | 2 +- .../geomesa/process/transform/BinConversionProcessTest.scala | 2 +- .../org/locationtech/geomesa/process/tube/TubeBinTest.scala | 2 +- .../geomesa/process/tube/TubeSelectProcessTest.scala | 2 +- .../scala/org/locationtech/geomesa/accmulo/dr/ScalaDocs.scala | 2 +- .../accumulo/jobs/mapreduce/interop/FeatureCountJob.java | 2 +- .../accumulo/jobs/mapreduce/interop/FeatureWriterJob.java | 2 +- .../jobs/mapreduce/interop/GeoMesaAccumuloInputFormat.java | 2 +- .../locationtech/geomesa/accumulo/jobs/AccumuloJobUtils.scala | 2 +- .../org/locationtech/geomesa/accumulo/jobs/GeoMesaArgs.scala | 2 +- .../geomesa/accumulo/jobs/index/AttributeIndexJob.scala | 2 +- .../geomesa/accumulo/jobs/index/SchemaCopyJob.scala | 2 +- .../geomesa/accumulo/jobs/index/WriteIndexJob.scala | 2 +- .../jobs/mapreduce/GeoMesaAccumuloFileOutputFormat.scala | 2 +- .../accumulo/jobs/mapreduce/GeoMesaAccumuloInputFormat.scala | 4 ++-- .../geomesa/accumulo/jobs/mapreduce/package.scala | 2 +- .../geomesa/jobs/accumulo/AccumuloJobUtilsTest.scala | 2 +- .../geomesa/accumulo/spark/runtime/ScalaDocs.scala | 2 +- .../geomesa/accumulo/spark/AccumuloSparkProviderTest.scala | 2 +- .../geomesa/accumulo/spark/runtime/ScalaDocs.scala | 2 +- .../geomesa/accumulo/spark/AccumuloSpatialRDDProvider.scala | 4 ++-- .../geomesa/accumulo/tools/AccumuloDataStoreCommand.scala | 4 ++-- .../locationtech/geomesa/accumulo/tools/AccumuloParams.scala | 2 +- .../locationtech/geomesa/accumulo/tools/AccumuloRunner.scala | 4 ++-- .../geomesa/accumulo/tools/data/AccumuloAgeOffCommand.scala | 2 +- .../geomesa/accumulo/tools/data/AccumuloCompactCommand.scala | 2 +- .../accumulo/tools/data/AccumuloManagePartitionsCommand.scala | 2 +- .../accumulo/tools/data/AddAttributeIndexCommand.scala | 2 +- .../geomesa/accumulo/tools/data/AddIndexCommand.scala | 2 +- .../geomesa/accumulo/tools/data/TableConfCommand.scala | 2 +- .../accumulo/tools/export/AccumuloExplainCommand.scala | 2 +- .../geomesa/accumulo/tools/export/AccumuloExportCommand.scala | 2 +- .../accumulo/tools/export/AccumuloPlaybackCommand.scala | 2 +- .../accumulo/tools/ingest/AccumuloBulkIngestCommand.scala | 2 +- .../accumulo/tools/ingest/AccumuloDeleteFeaturesCommand.scala | 2 +- .../geomesa/accumulo/tools/ingest/AccumuloIngestCommand.scala | 2 +- .../accumulo/tools/schema/AccumuloCreateSchemaCommand.scala | 2 +- .../accumulo/tools/schema/AccumuloDeleteCatalogCommand.scala | 2 +- .../accumulo/tools/schema/AccumuloRemoveSchemaCommand.scala | 2 +- .../accumulo/tools/schema/AccumuloUpdateSchemaCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsAnalyzeCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsBoundsCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsConfigureCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsCountCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsHistogramCommand.scala | 2 +- .../accumulo/tools/stats/AccumuloStatsTopKCommand.scala | 2 +- .../accumulo/tools/status/AccumuloDescribeSchemaCommand.scala | 2 +- .../accumulo/tools/status/AccumuloGetSftConfigCommand.scala | 2 +- .../accumulo/tools/status/AccumuloGetTypeNamesCommand.scala | 2 +- .../accumulo/tools/status/AccumuloVersionRemoteCommand.scala | 2 +- .../accumulo/tools/export/AccumuloExportCommandTest.scala | 2 +- .../geomesa/accumulo/tools/export/FeatureExporterTest.scala | 2 +- .../geomesa/accumulo/tools/ingest/IngestCommandTest.scala | 2 +- .../geomesa/accumulo/tools/ingest/ShpIngestTest.scala | 2 +- .../org/locationtech/geomesa/arrow/data/ArrowDataStore.scala | 2 +- .../geomesa/arrow/data/ArrowDataStoreFactory.scala | 2 +- .../locationtech/geomesa/arrow/data/ArrowFeatureStore.scala | 2 +- .../locationtech/geomesa/arrow/data/ArrowDataStoreTest.scala | 2 +- .../geomesa/arrow/features/ArrowSimpleFeature.scala | 2 +- .../geomesa/arrow/filter/ArrowFilterOptimizer.scala | 2 +- .../scala/org/locationtech/geomesa/arrow/io/BatchWriter.scala | 2 +- .../geomesa/arrow/io/ConcatenatedFileWriter.scala | 2 +- .../scala/org/locationtech/geomesa/arrow/io/DeltaWriter.scala | 2 +- .../geomesa/arrow/io/DictionaryBuildingWriter.scala | 2 +- .../geomesa/arrow/io/SimpleFeatureArrowFileReader.scala | 2 +- .../geomesa/arrow/io/SimpleFeatureArrowFileWriter.scala | 2 +- .../scala/org/locationtech/geomesa/arrow/io/package.scala | 2 +- .../arrow/io/reader/CachingSimpleFeatureArrowFileReader.scala | 2 +- .../io/reader/StreamingSimpleFeatureArrowFileReader.scala | 2 +- .../geomesa/arrow/io/records/RecordBatchLoader.scala | 2 +- .../geomesa/arrow/io/records/RecordBatchUnloader.scala | 2 +- .../main/scala/org/locationtech/geomesa/arrow/package.scala | 2 +- .../geomesa/arrow/vector/ArrowAttributeReader.scala | 2 +- .../geomesa/arrow/vector/ArrowAttributeWriter.scala | 2 +- .../locationtech/geomesa/arrow/vector/ArrowDictionary.scala | 2 +- .../geomesa/arrow/vector/SimpleFeatureVector.scala | 2 +- .../scala/org/locationtech/geomesa/arrow/vector/package.scala | 2 +- .../org/locationtech/geomesa/arrow/io/BatchWriterTest.scala | 2 +- .../org/locationtech/geomesa/arrow/io/DeltaWriterTest.scala | 2 +- .../geomesa/arrow/io/DictionaryBuildingWriterTest.scala | 2 +- .../geomesa/arrow/io/SimpleFeatureArrowFileTest.scala | 2 +- .../geomesa/arrow/vector/SimpleFeatureVectorTest.scala | 2 +- .../org/locationtech/geomesa/arrow/jts/GeometryFields.java | 2 +- .../org/locationtech/geomesa/arrow/jts/GeometryVector.java | 2 +- .../locationtech/geomesa/arrow/jts/LineStringFloatVector.java | 2 +- .../org/locationtech/geomesa/arrow/jts/LineStringVector.java | 2 +- .../geomesa/arrow/jts/MultiLineStringFloatVector.java | 2 +- .../locationtech/geomesa/arrow/jts/MultiLineStringVector.java | 2 +- .../locationtech/geomesa/arrow/jts/MultiPointFloatVector.java | 2 +- .../org/locationtech/geomesa/arrow/jts/MultiPointVector.java | 2 +- .../geomesa/arrow/jts/MultiPolygonFloatVector.java | 2 +- .../locationtech/geomesa/arrow/jts/MultiPolygonVector.java | 2 +- .../org/locationtech/geomesa/arrow/jts/PointFloatVector.java | 2 +- .../java/org/locationtech/geomesa/arrow/jts/PointVector.java | 2 +- .../locationtech/geomesa/arrow/jts/PolygonFloatVector.java | 2 +- .../org/locationtech/geomesa/arrow/jts/PolygonVector.java | 2 +- .../org/locationtech/geomesa/arrow/jts/WKBGeometryVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractGeometryVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractLineStringVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractMultiLineStringVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractMultiPointVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractMultiPolygonVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractPointVector.java | 2 +- .../geomesa/arrow/jts/impl/AbstractPolygonVector.java | 2 +- .../locationtech/geomesa/arrow/vector/GeometryVectorTest.java | 2 +- .../geomesa/arrow/tools/ArrowDataStoreCommand.scala | 2 +- .../org/locationtech/geomesa/arrow/tools/ArrowRunner.scala | 2 +- .../geomesa/arrow/tools/export/ArrowExportCommand.scala | 2 +- .../geomesa/arrow/tools/ingest/ArrowIngestCommand.scala | 2 +- .../geomesa/arrow/tools/stats/ArrowStatsBoundsCommand.scala | 2 +- .../geomesa/arrow/tools/stats/ArrowStatsCountCommand.scala | 2 +- .../arrow/tools/stats/ArrowStatsHistogramCommand.scala | 2 +- .../geomesa/arrow/tools/stats/ArrowStatsTopKCommand.scala | 2 +- .../arrow/tools/status/ArrowDescribeSchemaCommand.scala | 2 +- .../geomesa/arrow/tools/status/ArrowGetSftConfigCommand.scala | 2 +- .../geomesa/arrow/tools/status/ArrowGetTypeNamesCommand.scala | 2 +- .../geomesa/cassandra/data/CassandraBackedMetadata.scala | 4 ++-- .../geomesa/cassandra/data/CassandraDataStore.scala | 4 ++-- .../geomesa/cassandra/data/CassandraDataStoreFactory.scala | 4 ++-- .../geomesa/cassandra/data/CassandraIndexAdapter.scala | 4 ++-- .../geomesa/cassandra/data/CassandraQueryPlan.scala | 4 ++-- .../geomesa/cassandra/index/AttributeColumnMapper.scala | 4 ++-- .../geomesa/cassandra/index/CassandraColumnMapper.scala | 4 ++-- .../locationtech/geomesa/cassandra/index/IdColumnMapper.scala | 4 ++-- .../geomesa/cassandra/index/SharedAttributeColumnMapper.scala | 4 ++-- .../locationtech/geomesa/cassandra/index/Z2ColumnMapper.scala | 4 ++-- .../locationtech/geomesa/cassandra/index/Z3ColumnMapper.scala | 4 ++-- .../scala/org/locationtech/geomesa/cassandra/package.scala | 4 ++-- .../geomesa/cassandra/utils/CassandraBatchScan.scala | 2 +- .../geomesa/cassandra/data/CassandraDataStoreTest.scala | 2 +- .../geomesa/cassandra/tools/CassandraConnectionParams.scala | 2 +- .../geomesa/cassandra/tools/CassandraDataStoreCommand.scala | 2 +- .../geomesa/cassandra/tools/CassandraRunner.scala | 2 +- .../tools/commands/CassandraCreateSchemaCommand.scala | 2 +- .../tools/commands/CassandraDeleteFeaturesCommand.scala | 2 +- .../tools/commands/CassandraDescribeSchemaCommand.scala | 2 +- .../cassandra/tools/commands/CassandraExplainCommand.scala | 2 +- .../tools/commands/CassandraGetSftConfigCommand.scala | 2 +- .../tools/commands/CassandraGetTypeNamesCommand.scala | 2 +- .../cassandra/tools/commands/CassandraIngestCommand.scala | 2 +- .../tools/commands/CassandraRemoveSchemaCommand.scala | 2 +- .../tools/commands/CassandraUpdateSchemaCommand.scala | 2 +- .../cassandra/tools/export/CassandraExportCommand.scala | 2 +- .../cassandra/tools/export/CassandraPlaybackCommand.scala | 2 +- .../locationtech/geomesa/convert/all/TypeAwareInference.scala | 2 +- .../org/locationtech/geomesa/convert/JavaConvertersTest.java | 2 +- .../test/scala/org/locationtech/geomesa/convert/ApiTest.scala | 2 +- .../org/locationtech/geomesa/convert/FindConvertersTest.scala | 2 +- .../locationtech/geomesa/convert/URLConfigProviderTest.scala | 2 +- .../geomesa/convert/testing/CompositeTextConverterTest.scala | 2 +- .../geomesa/convert/testing/EnrichmentCacheTest.scala | 2 +- .../convert/testing/ScriptingFunctionFactoryTest.scala | 2 +- .../convert/avro/registry/AvroSchemaRegistryConverter.scala | 2 +- .../avro/registry/AvroSchemaRegistryConverterFactory.scala | 2 +- .../avro/registry/AvroSchemaRegistryConverterTest.scala | 2 +- .../convert/avro/registry/AvroSchemaRegistryUtils.scala | 2 +- .../org/locationtech/geomesa/convert/avro/AvroConverter.scala | 2 +- .../geomesa/convert/avro/AvroConverterFactory.scala | 2 +- .../geomesa/convert/avro/AvroFunctionFactory.scala | 2 +- .../org/locationtech/geomesa/convert/avro/AvroPath.scala | 2 +- .../locationtech/geomesa/convert/avro/AvroConverterTest.scala | 2 +- .../org/locationtech/geomesa/convert/avro/AvroPathTest.scala | 2 +- .../geomesa/convert/avro/AvroTransformersTest.scala | 2 +- .../org/locationtech/geomesa/convert/avro/AvroUtils.scala | 2 +- .../org/locationtech/geomesa/convert/avro/GenerateAvro.scala | 2 +- .../locationtech/geomesa/convert/ConverterConfigProvider.java | 2 +- .../convert2/interop/SimpleFeatureConverterLoader.java | 2 +- .../locationtech/geomesa/convert/ConverterConfigLoader.scala | 2 +- .../geomesa/convert/ConverterConfigResolver.scala | 2 +- .../org/locationtech/geomesa/convert/EnrichmentCache.scala | 2 +- .../org/locationtech/geomesa/convert/EvaluationContext.scala | 2 +- .../main/scala/org/locationtech/geomesa/convert/Modes.scala | 2 +- .../geomesa/convert2/AbstractCompositeConverter.scala | 2 +- .../org/locationtech/geomesa/convert2/AbstractConverter.scala | 2 +- .../geomesa/convert2/AbstractConverterFactory.scala | 2 +- .../org/locationtech/geomesa/convert2/ParsingConverter.scala | 2 +- .../geomesa/convert2/SimpleFeatureConverter.scala | 2 +- .../geomesa/convert2/SimpleFeatureConverterFactory.scala | 2 +- .../org/locationtech/geomesa/convert2/TypeInference.scala | 2 +- .../geomesa/convert2/composite/CompositeConverter.scala | 2 +- .../convert2/composite/CompositeConverterFactory.scala | 2 +- .../geomesa/convert2/metrics/ConverterMetrics.scala | 2 +- .../scala/org/locationtech/geomesa/convert2/package.scala | 2 +- .../geomesa/convert2/transforms/CastFunctionFactory.scala | 2 +- .../convert2/transforms/CollectionFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/CqlFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/DateFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/EncodingFunctionFactory.scala | 2 +- .../convert2/transforms/EnrichmentCacheFunctionFactory.scala | 2 +- .../locationtech/geomesa/convert2/transforms/Expression.scala | 2 +- .../geomesa/convert2/transforms/ExpressionParser.scala | 2 +- .../geomesa/convert2/transforms/GeometryFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/IdFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/MathFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/MiscFunctionFactory.scala | 2 +- .../locationtech/geomesa/convert2/transforms/Predicate.scala | 2 +- .../geomesa/convert2/transforms/PredicateParser.scala | 2 +- .../convert2/transforms/ScriptingFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/StringFunctionFactory.scala | 2 +- .../geomesa/convert2/transforms/TransformerFunction.scala | 2 +- .../convert2/transforms/TransformerFunctionFactory.scala | 2 +- .../geomesa/convert2/validators/CqlValidatorFactory.scala | 2 +- .../geomesa/convert2/validators/HasDtgValidatorFactory.scala | 2 +- .../geomesa/convert2/validators/HasGeoValidatorFactory.scala | 2 +- .../geomesa/convert2/validators/IndexValidatorFactory.scala | 2 +- .../geomesa/convert2/validators/NoneValidatorFactory.scala | 2 +- .../geomesa/convert2/validators/SimpleFeatureValidator.scala | 2 +- .../convert2/validators/SimpleFeatureValidatorFactory.scala | 2 +- .../locationtech/geomesa/convert2/validators/package.scala | 2 +- .../org/locationtech/geomesa/convert2/TypeInferenceTest.scala | 2 +- .../geomesa/convert2/metrics/ReporterFactoryTest.scala | 2 +- .../geomesa/convert2/transforms/ExpressionTest.scala | 2 +- .../geomesa/convert2/transforms/MiscFunctionFactoryTest.scala | 2 +- .../geomesa/convert2/transforms/PredicateTest.scala | 2 +- .../geomesa/convert2/validators/CqlValidatorTest.scala | 2 +- .../convert2/validators/SimpleFeatureValidatorTest.scala | 2 +- .../geomesa/convert/fixedwidth/FixedWidthConverter.scala | 2 +- .../convert/fixedwidth/FixedWidthConverterFactory.scala | 2 +- .../geomesa/convert/fixedwidth/FixedWidthConverterTest.scala | 2 +- .../org/locationtech/geomesa/convert/jdbc/JdbcConverter.scala | 2 +- .../geomesa/convert/jdbc/JdbcConverterFactory.scala | 2 +- .../locationtech/geomesa/convert/jdbc/JdbcConverterTest.scala | 2 +- .../locationtech/geomesa/convert/json/GeoJsonParsing.scala | 2 +- .../geomesa/convert/json/JsonCompositeConverter.scala | 2 +- .../geomesa/convert/json/JsonCompositeConverterFactory.scala | 2 +- .../org/locationtech/geomesa/convert/json/JsonConverter.scala | 2 +- .../geomesa/convert/json/JsonConverterFactory.scala | 2 +- .../geomesa/convert/json/JsonFunctionFactory.scala | 2 +- .../geomesa/convert/json/JsonCompositeConverterTest.scala | 2 +- .../locationtech/geomesa/convert/json/JsonConverterTest.scala | 2 +- .../locationtech/geomesa/convert/osm/OsmNodesConverter.scala | 2 +- .../geomesa/convert/osm/OsmNodesConverterFactory.scala | 2 +- .../locationtech/geomesa/convert/osm/OsmWaysConverter.scala | 2 +- .../geomesa/convert/osm/OsmWaysConverterFactory.scala | 2 +- .../scala/org/locationtech/geomesa/convert/osm/package.scala | 2 +- .../geomesa/convert/osm/OsmConverterLoadTest.scala | 2 +- .../geomesa/convert/osm/OsmNodesConverterTest.scala | 2 +- .../geomesa/convert/osm/OsmWaysConverterTest.scala | 2 +- .../geomesa/convert/parquet/AvroReadSupport.scala | 2 +- .../geomesa/convert/parquet/ParquetConverter.scala | 2 +- .../geomesa/convert/parquet/ParquetConverterFactory.scala | 2 +- .../geomesa/convert/parquet/ParquetFunctionFactory.scala | 2 +- .../geomesa/convert/parquet/ParquetConverterTest.scala | 2 +- .../geomesa/convert/redis/RedisEnrichmentCache.scala | 2 +- .../geomesa/convert/redis/RedisEnrichmentCacheTest.scala | 2 +- .../locationtech/geomesa/convert/shp/ShapefileConverter.scala | 2 +- .../geomesa/convert/shp/ShapefileConverterFactory.scala | 2 +- .../geomesa/convert/shp/ShapefileFunctionFactory.scala | 2 +- .../geomesa/convert/shp/ShapefileConverterTest.scala | 2 +- .../convert2/simplefeature/FeatureToFeatureConverter.scala | 2 +- .../simplefeature/FeatureToFeatureConverterFactory.scala | 2 +- .../simplefeature/FeatureToFeatureConverterTest.scala | 2 +- .../geomesa/convert/text/DelimitedTextConverter.scala | 2 +- .../geomesa/convert/text/DelimitedTextConverterFactory.scala | 2 +- .../geomesa/convert/text/DelimitedTextConverterTest.scala | 2 +- .../org/locationtech/geomesa/convert/text/NewLinesTest.scala | 2 +- .../org/locationtech/geomesa/convert/text/ValidatorTest.scala | 2 +- .../geomesa/convert/xml/XmlCompositeConverter.scala | 2 +- .../geomesa/convert/xml/XmlCompositeConverterFactory.scala | 2 +- .../org/locationtech/geomesa/convert/xml/XmlConverter.scala | 2 +- .../geomesa/convert/xml/XmlConverterFactory.scala | 2 +- .../locationtech/geomesa/convert/xml/XmlFunctionFactory.scala | 2 +- .../geomesa/convert/xml/XmlCompositeConverterTest.scala | 2 +- .../locationtech/geomesa/convert/xml/XmlConverterTest.scala | 2 +- .../org/locationtech/geomesa/features/all/ScalaDocs.scala | 2 +- .../geomesa/features/ScalaSimpleFeatureTest.scala | 2 +- .../locationtech/geomesa/features/SerializationTester.scala | 2 +- .../geomesa/features/SimpleFeatureSerializersTest.scala | 2 +- .../geomesa/features/avro/AvroFeatureSerializer.scala | 2 +- .../locationtech/geomesa/features/avro/FieldNameEncoder.scala | 2 +- .../locationtech/geomesa/features/avro/io/AvroDataFile.scala | 2 +- .../geomesa/features/avro/io/AvroDataFileReader.scala | 2 +- .../geomesa/features/avro/io/AvroDataFileWriter.scala | 2 +- .../org/locationtech/geomesa/features/avro/package.scala | 2 +- .../geomesa/features/avro/serialization/AvroField.scala | 2 +- .../features/avro/serialization/AvroSerialization.scala | 2 +- .../avro/serialization/AvroUserDataSerialization.scala | 2 +- .../avro/serialization/AvroUserDataSerializationV4.scala | 2 +- .../features/avro/serialization/CollectionSerialization.scala | 2 +- .../avro/serialization/SimpleFeatureDatumReader.scala | 2 +- .../avro/serialization/SimpleFeatureDatumWriter.scala | 2 +- .../geomesa/features/avro/AbstractAvroSimpleFeatureTest.scala | 2 +- .../geomesa/features/avro/AvroFeatureSerializerTest.scala | 2 +- .../geomesa/features/avro/FieldNameEncoderTest.scala | 2 +- .../geomesa/features/avro/io/AvroDataFileTest.scala | 2 +- .../geomesa/features/avro/serde/Version1ASF.scala | 2 +- .../features/avro/serde/Version1BackwardsCompatTest.scala | 2 +- .../geomesa/features/avro/serde/Version2ASF.scala | 2 +- .../geomesa/features/avro/serde/Version3CompatTest.scala | 2 +- .../geomesa/features/avro/serde/Version4CompatTest.scala | 2 +- .../avro/serialization/CollectionSerializationTest.scala | 2 +- .../avro/serialization/SimpleFeatureDatumReaderTest.scala | 2 +- .../avro/serialization/SimpleFeatureDatumWriterTest.scala | 2 +- .../geomesa/features/interop/SerializationOptions.java | 2 +- .../locationtech/geomesa/features/AbstractSimpleFeature.scala | 2 +- .../locationtech/geomesa/features/ScalaSimpleFeature.scala | 2 +- .../geomesa/features/ScalaSimpleFeatureFactory.scala | 2 +- .../locationtech/geomesa/features/SerializationOption.scala | 2 +- .../org/locationtech/geomesa/features/SerializationType.scala | 2 +- .../geomesa/features/SimpleFeatureSerializer.scala | 2 +- .../geomesa/features/TransformSimpleFeature.scala | 2 +- .../geomesa/features/serialization/DimensionalBounds.scala | 2 +- .../geomesa/features/serialization/GeoJsonSerializer.scala | 2 +- .../geomesa/features/serialization/HintKeySerialization.scala | 2 +- .../geomesa/features/serialization/TwkbSerialization.scala | 2 +- .../geomesa/features/serialization/VarIntEncoding.scala | 2 +- .../geomesa/features/serialization/WkbSerialization.scala | 2 +- .../locationtech/geomesa/features/serialization/package.scala | 2 +- .../features/serialization/GeoJsonSerializerTest.scala | 2 +- .../geomesa/features/kryo/KryoBufferSimpleFeature.scala | 2 +- .../geomesa/features/kryo/KryoFeatureSerializer.scala | 2 +- .../features/kryo/ProjectingKryoFeatureDeserializer.scala | 2 +- .../features/kryo/ProjectingKryoFeatureSerializer.scala | 2 +- .../geomesa/features/kryo/impl/ActiveDeserialization.scala | 2 +- .../features/kryo/impl/KryoFeatureDeserialization.scala | 2 +- .../features/kryo/impl/KryoFeatureDeserializationV2.scala | 2 +- .../geomesa/features/kryo/impl/KryoFeatureSerialization.scala | 2 +- .../geomesa/features/kryo/impl/LazyDeserialization.scala | 2 +- .../geomesa/features/kryo/json/JsonPathFilterFunction.scala | 2 +- .../geomesa/features/kryo/json/JsonPathParser.scala | 2 +- .../geomesa/features/kryo/json/JsonPathPropertyAccessor.scala | 2 +- .../geomesa/features/kryo/json/KryoJsonSerialization.scala | 2 +- .../org/locationtech/geomesa/features/kryo/package.scala | 2 +- .../features/kryo/serialization/GeometrySerializer.scala | 2 +- .../kryo/serialization/KryoGeometrySerialization.scala | 2 +- .../kryo/serialization/KryoUserDataSerialization.scala | 2 +- .../features/kryo/serialization/SimpleFeatureSerializer.scala | 2 +- .../features/kyro/interop/SerializationOptionsTest.java | 2 +- .../geomesa/features/kryo/KryoBufferSimpleFeatureTest.scala | 2 +- .../geomesa/features/kryo/KryoFeatureSerializerTest.scala | 2 +- .../geomesa/features/kryo/KryoGeometrySerializerTest.scala | 2 +- .../features/kryo/json/JsonPathFilterFunctionTest.scala | 4 ++-- .../geomesa/features/kryo/json/JsonPathParserTest.scala | 2 +- .../features/kryo/json/JsonPathPropertyAccessorTest.scala | 2 +- .../features/kryo/json/KryoJsonSerializationTest.scala | 2 +- .../org/locationtech/geomesa/filter/AndSplittingFilter.scala | 2 +- .../main/scala/org/locationtech/geomesa/filter/Bounds.scala | 2 +- .../scala/org/locationtech/geomesa/filter/FilterHelper.scala | 2 +- .../scala/org/locationtech/geomesa/filter/FilterValues.scala | 2 +- .../org/locationtech/geomesa/filter/GeometryProcessing.scala | 2 +- .../org/locationtech/geomesa/filter/OrSplittingFilter.scala | 2 +- .../scala/org/locationtech/geomesa/filter/RichTransform.scala | 2 +- .../geomesa/filter/expression/AttributeExpression.scala | 2 +- .../geomesa/filter/expression/FastComparisonOperator.scala | 2 +- .../locationtech/geomesa/filter/expression/FastDWithin.scala | 2 +- .../geomesa/filter/expression/FastPropertyIsEqualTo.scala | 2 +- .../geomesa/filter/expression/FastPropertyName.scala | 2 +- .../geomesa/filter/expression/FastTemporalOperator.scala | 2 +- .../geomesa/filter/expression/OrHashEquality.scala | 2 +- .../geomesa/filter/expression/OrSequentialEquality.scala | 2 +- .../geomesa/filter/factory/FastFilterFactory.scala | 2 +- .../geomesa/filter/function/Convert2ViewerFunction.scala | 2 +- .../geomesa/filter/function/CurrentDateFunction.scala | 2 +- .../org/locationtech/geomesa/filter/function/DateToLong.scala | 2 +- .../locationtech/geomesa/filter/function/FastProperty.scala | 2 +- .../geomesa/filter/function/ProxyIdFunction.scala | 2 +- .../geomesa/filter/index/BucketIndexSupport.scala | 2 +- .../filter/index/SizeSeparatedBucketIndexSupport.scala | 2 +- .../geomesa/filter/index/SpatialIndexSupport.scala | 2 +- .../main/scala/org/locationtech/geomesa/filter/package.scala | 2 +- .../geomesa/filter/visitor/BoundsFilterVisitor.scala | 2 +- .../geomesa/filter/visitor/FilterExtractingVisitor.scala | 2 +- .../geomesa/filter/visitor/IdDetectingFilterVisitor.scala | 2 +- .../geomesa/filter/visitor/IdExtractingVisitor.scala | 2 +- .../geomesa/filter/visitor/QueryPlanFilterVisitor.scala | 2 +- .../scala/org/locationtech/geomesa/filter/BoundsTest.scala | 2 +- .../org/locationtech/geomesa/filter/FilterHelperTest.scala | 2 +- .../locationtech/geomesa/filter/FilterPackageObjectTest.scala | 2 +- .../locationtech/geomesa/filter/OrSplittingFilterTest.scala | 2 +- .../scala/org/locationtech/geomesa/filter/TestFilters.scala | 2 +- .../geomesa/filter/factory/FastFilterFactoryTest.scala | 2 +- .../geomesa/filter/function/Convert2ViewerFunctionTest.scala | 2 +- .../geomesa/filter/function/FastPropertyTest.scala | 2 +- .../geomesa/filter/function/ProxyIdFunctionTest.scala | 2 +- .../geomesa/filter/index/SpatialIndexSupportTest.scala | 2 +- .../locationtech/geomesa/fs/data/FileSystemDataStore.scala | 2 +- .../geomesa/fs/data/FileSystemDataStoreFactory.scala | 2 +- .../locationtech/geomesa/fs/data/FileSystemFeatureStore.scala | 2 +- .../geomesa/fs/data/FileSystemStorageManager.scala | 2 +- .../org/locationtech/geomesa/fs/BucketVsLeafStorageTest.scala | 2 +- .../org/locationtech/geomesa/fs/FileSystemDataStoreTest.scala | 2 +- .../geomesa/fs/converter/ConverterDataStoreTest.scala | 2 +- .../org/locationtech/geomesa/fs/spark/runtime/ScalaDocs.scala | 2 +- .../geomesa/fs/spark/FileSystemRDDProviderTest.scala | 2 +- .../locationtech/geomesa/fs/spark/FileSystemRDDProvider.scala | 2 +- .../geomesa/fs/storage/api/FileSystemStorage.scala | 2 +- .../geomesa/fs/storage/api/FileSystemStorageFactory.scala | 2 +- .../locationtech/geomesa/fs/storage/api/PartitionScheme.scala | 2 +- .../geomesa/fs/storage/api/PartitionSchemeFactory.scala | 2 +- .../locationtech/geomesa/fs/storage/api/StorageMetadata.scala | 2 +- .../geomesa/fs/storage/api/StorageMetadataFactory.scala | 2 +- .../org/locationtech/geomesa/fs/storage/api/package.scala | 2 +- .../geomesa/fs/storage/common/interop/ConfigurationUtils.java | 2 +- .../geomesa/fs/storage/common/AbstractFileSystemStorage.scala | 2 +- .../geomesa/fs/storage/common/FileSystemThreadedReader.scala | 2 +- .../geomesa/fs/storage/common/SizeableFileSystemStorage.scala | 2 +- .../fs/storage/common/jobs/PartitionOutputFormat.scala | 2 +- .../geomesa/fs/storage/common/jobs/StorageConfiguration.scala | 2 +- .../fs/storage/common/metadata/FileBasedMetadata.scala | 2 +- .../fs/storage/common/metadata/FileBasedMetadataFactory.scala | 2 +- .../geomesa/fs/storage/common/metadata/JdbcMetadata.scala | 2 +- .../fs/storage/common/metadata/JdbcMetadataFactory.scala | 2 +- .../geomesa/fs/storage/common/metadata/MetadataJson.scala | 2 +- .../fs/storage/common/metadata/MetadataSerialization.scala | 2 +- .../geomesa/fs/storage/common/metadata/package.scala | 2 +- .../fs/storage/common/observer/FileSystemObserver.scala | 2 +- .../storage/common/observer/FileSystemObserverFactory.scala | 2 +- .../org/locationtech/geomesa/fs/storage/common/package.scala | 2 +- .../fs/storage/common/partitions/AttributeScheme.scala | 2 +- .../fs/storage/common/partitions/CompositeScheme.scala | 2 +- .../geomesa/fs/storage/common/partitions/DateTimeScheme.scala | 2 +- .../geomesa/fs/storage/common/partitions/FlatScheme.scala | 2 +- .../geomesa/fs/storage/common/partitions/SpatialScheme.scala | 2 +- .../geomesa/fs/storage/common/partitions/XZ2Scheme.scala | 2 +- .../geomesa/fs/storage/common/partitions/Z2Scheme.scala | 2 +- .../geomesa/fs/storage/common/s3/S3ObjectTagObserver.scala | 2 +- .../geomesa/fs/storage/common/s3/S3VisibilityObserver.scala | 2 +- .../fs/storage/common/s3/S3VisibilityObserverFactory.scala | 2 +- .../fs/storage/common/utils/PartitionSchemeArgResolver.scala | 2 +- .../geomesa/fs/storage/common/utils/PathCache.scala | 2 +- .../geomesa/fs/storage/common/utils/StorageUtils.scala | 2 +- .../geomesa/fs/storage/common/ConfigurationTest.scala | 2 +- .../fs/storage/common/metadata/FileBasedMetadataTest.scala | 2 +- .../geomesa/fs/storage/common/metadata/JdbcMetadataTest.scala | 2 +- .../geomesa/fs/storage/common/metadata/MetadataJsonTest.scala | 2 +- .../storage/common/partitions/PartitionSchemeConfTest.scala | 2 +- .../fs/storage/common/partitions/PartitionSchemeTest.scala | 2 +- .../fs/storage/common/s3/S3VisibilityObserverTest.scala | 2 +- .../fs/storage/converter/ConverterFileSystemReader.scala | 2 +- .../geomesa/fs/storage/converter/ConverterMetadata.scala | 2 +- .../fs/storage/converter/ConverterMetadataFactory.scala | 2 +- .../geomesa/fs/storage/converter/ConverterStorage.scala | 2 +- .../fs/storage/converter/ConverterStorageFactory.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemReader.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemStorage.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemStorageFactory.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemWriter.scala | 2 +- .../fs/storage/orc/jobs/OrcPartitionOutputFormat.scala | 2 +- .../storage/orc/jobs/OrcSimpleFeatureActionInputFormat.scala | 2 +- .../fs/storage/orc/jobs/OrcSimpleFeatureInputFormat.scala | 2 +- .../fs/storage/orc/jobs/OrcSimpleFeatureOutputFormat.scala | 2 +- .../geomesa/fs/storage/orc/jobs/OrcStorageConfiguration.scala | 2 +- .../geomesa/fs/storage/orc/utils/OrcAttributeReader.scala | 2 +- .../geomesa/fs/storage/orc/utils/OrcAttributeWriter.scala | 2 +- .../geomesa/fs/storage/orc/utils/OrcInputFormatReader.scala | 2 +- .../geomesa/fs/storage/orc/utils/OrcOutputFormatWriter.scala | 2 +- .../geomesa/fs/storage/orc/utils/OrcSearchArguments.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemStorageTest.scala | 2 +- .../geomesa/fs/storage/orc/OrcFileSystemWriterTest.scala | 2 +- .../geomesa/fs/storage/orc/TestObserverFactory.scala | 2 +- .../geomesa/fs/storage/parquet/FilterConverter.scala | 2 +- .../geomesa/fs/storage/parquet/ParquetFileSystemStorage.scala | 2 +- .../fs/storage/parquet/ParquetFileSystemStorageFactory.scala | 2 +- .../geomesa/fs/storage/parquet/ParquetPathReader.scala | 2 +- .../fs/storage/parquet/SimpleFeatureParquetWriter.scala | 2 +- .../fs/storage/parquet/io/SimpleFeatureParquetSchema.scala | 2 +- .../fs/storage/parquet/io/SimpleFeatureParquetSchemaV0.scala | 2 +- .../fs/storage/parquet/io/SimpleFeatureReadSupport.scala | 2 +- .../fs/storage/parquet/io/SimpleFeatureWriteSupport.scala | 2 +- .../storage/parquet/jobs/ParquetPartitionOutputFormat.scala | 2 +- .../parquet/jobs/ParquetSimpleFeatureActionInputFormat.scala | 2 +- .../parquet/jobs/ParquetSimpleFeatureInputFormat.scala | 2 +- .../parquet/jobs/ParquetSimpleFeatureOutputFormat.scala | 2 +- .../fs/storage/parquet/jobs/ParquetStorageConfiguration.scala | 2 +- .../org/locationtech/geomesa/fs/storage/parquet/parquet.scala | 2 +- .../org/locationtech/geomesa/parquet/CompactionTest.scala | 2 +- .../locationtech/geomesa/parquet/FilterConverterTest.scala | 2 +- .../scala/org/locationtech/geomesa/parquet/ListMapTest.scala | 2 +- .../locationtech/geomesa/parquet/ParquetReadWriteTest.scala | 2 +- .../org/locationtech/geomesa/parquet/ParquetStorageTest.scala | 2 +- .../locationtech/geomesa/parquet/TestObserverFactory.scala | 2 +- .../locationtech/geomesa/fs/tools/FsDataStoreCommand.scala | 2 +- .../scala/org/locationtech/geomesa/fs/tools/FsRunner.scala | 2 +- .../geomesa/fs/tools/compact/FileSystemCompactionJob.scala | 2 +- .../geomesa/fs/tools/compact/FsCompactCommand.scala | 2 +- .../geomesa/fs/tools/compact/PartitionInputFormat.scala | 2 +- .../geomesa/fs/tools/data/FsCreateSchemaCommand.scala | 4 ++-- .../geomesa/fs/tools/export/FsExportCommand.scala | 2 +- .../geomesa/fs/tools/export/FsPlaybackCommand.scala | 2 +- .../geomesa/fs/tools/ingest/FileSystemConverterJob.scala | 2 +- .../fs/tools/ingest/FsGeneratePartitionFiltersCommand.scala | 2 +- .../geomesa/fs/tools/ingest/FsIngestCommand.scala | 2 +- .../geomesa/fs/tools/ingest/FsManageMetadataCommand.scala | 2 +- .../geomesa/fs/tools/stats/FsStatsBoundsCommand.scala | 2 +- .../geomesa/fs/tools/stats/FsStatsCountCommand.scala | 2 +- .../geomesa/fs/tools/stats/FsStatsHistogramCommand.scala | 2 +- .../geomesa/fs/tools/stats/FsStatsTopKCommand.scala | 2 +- .../geomesa/fs/tools/status/FsDescribeSchemaCommand.scala | 2 +- .../geomesa/fs/tools/status/FsGetFilesCommand.scala | 2 +- .../geomesa/fs/tools/status/FsGetPartitionsCommand.scala | 2 +- .../geomesa/fs/tools/status/FsGetSftConfigCommand.scala | 2 +- .../geomesa/fs/tools/status/FsGetTypeNamesCommand.scala | 2 +- .../geomesa/fs/tools/ingest/CompactCommandTest.scala | 2 +- .../geomesa/fs/tools/ingest/FsManageMetadataCommandTest.scala | 2 +- .../geomesa/fs/tools/ingest/ParquetJobUtilsTest.scala | 2 +- .../postgis/PartitionedPostgisDataStoreFactory.scala | 2 +- .../partition/postgis/PartitionedPostgisDataStoreParams.scala | 2 +- .../partition/postgis/dialect/PartitionedPostgisDialect.scala | 2 +- .../postgis/dialect/PartitionedPostgisPsDialect.scala | 2 +- .../dialect/filter/PgArrayToListConverterFactory.scala | 2 +- .../partition/postgis/dialect/filter/SplitFilterVisitor.scala | 2 +- .../gt/partition/postgis/dialect/functions/LogCleaner.scala | 2 +- .../postgis/dialect/functions/TruncateToPartition.scala | 2 +- .../postgis/dialect/functions/TruncateToTenMinutes.scala | 2 +- .../geomesa/gt/partition/postgis/dialect/package.scala | 2 +- .../postgis/dialect/procedures/AnalyzePartitions.scala | 2 +- .../postgis/dialect/procedures/CompactPartitions.scala | 2 +- .../postgis/dialect/procedures/DropAgedOffPartitions.scala | 2 +- .../dialect/procedures/MergeWriteAheadPartitions.scala | 2 +- .../postgis/dialect/procedures/PartitionMaintenance.scala | 2 +- .../postgis/dialect/procedures/PartitionWriteAheadLog.scala | 2 +- .../postgis/dialect/procedures/RollWriteAheadLog.scala | 2 +- .../partition/postgis/dialect/tables/AnalyzeQueueTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/MainView.scala | 2 +- .../gt/partition/postgis/dialect/tables/PartitionTables.scala | 2 +- .../postgis/dialect/tables/PartitionTablespacesTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/PrimaryKeyTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/SequenceTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/SortQueueTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/UserDataTable.scala | 2 +- .../gt/partition/postgis/dialect/tables/WriteAheadTable.scala | 2 +- .../gt/partition/postgis/dialect/triggers/DeleteTrigger.scala | 2 +- .../gt/partition/postgis/dialect/triggers/InsertTrigger.scala | 2 +- .../gt/partition/postgis/dialect/triggers/UpdateTrigger.scala | 2 +- .../postgis/dialect/triggers/WriteAheadTrigger.scala | 2 +- .../partition/postgis/PartitionedPostgisDataStoreTest.scala | 2 +- .../postgis/dialect/PartionedPostgisDialectTest.scala | 2 +- .../org/locationtech/geomesa/gt/spark/runtime/ScalaDocs.scala | 2 +- .../geomesa/geotools/spark/GeoToolsSpatialRDDProvider.scala | 2 +- .../geotools/spark/GeoToolsSpatialRDDProviderTest.scala | 2 +- .../geomesa/geotools/tools/GeoToolsDataStoreCommand.scala | 2 +- .../locationtech/geomesa/geotools/tools/GeoToolsRunner.scala | 2 +- .../geotools/tools/data/GeoToolsCreateSchemaCommand.scala | 2 +- .../geotools/tools/data/GeoToolsDeleteFeaturesCommand.scala | 2 +- .../geotools/tools/data/GeoToolsDescribeSchemaCommand.scala | 2 +- .../geotools/tools/data/GeoToolsGetSftConfigCommand.scala | 2 +- .../geotools/tools/data/GeoToolsGetTypeNamesCommand.scala | 2 +- .../geotools/tools/data/GeoToolsRemoveSchemaCommand.scala | 2 +- .../geotools/tools/data/GeoToolsUpdateSchemaCommand.scala | 2 +- .../geotools/tools/data/PostgisUpgradeSchemaCommand.scala | 2 +- .../geomesa/geotools/tools/export/GeoToolsExportCommand.scala | 2 +- .../geotools/tools/export/GeoToolsPlaybackCommand.scala | 2 +- .../geomesa/geotools/tools/ingest/GeoToolsIngestCommand.scala | 2 +- .../geotools/tools/data/GeoToolsUpdateSchemaCommandTest.scala | 2 +- .../geomesa/hbase/aggregators/HBaseArrowAggregator.scala | 2 +- .../geomesa/hbase/aggregators/HBaseBinAggregator.scala | 2 +- .../geomesa/hbase/aggregators/HBaseDensityAggregator.scala | 2 +- .../geomesa/hbase/aggregators/HBaseStatsAggregator.scala | 2 +- .../geomesa/hbase/aggregators/HBaseVersionAggregator.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseBackedMetadata.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseConnectionPool.scala | 2 +- .../org/locationtech/geomesa/hbase/data/HBaseDataStore.scala | 2 +- .../geomesa/hbase/data/HBaseDataStoreFactory.scala | 2 +- .../geomesa/hbase/data/HBaseDataStoreParams.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseIndexAdapter.scala | 2 +- .../org/locationtech/geomesa/hbase/data/HBaseQueryPlan.scala | 2 +- .../locationtech/geomesa/hbase/data/LoginUserProvider.scala | 2 +- .../main/scala/org/locationtech/geomesa/hbase/package.scala | 2 +- .../geomesa/hbase/utils/CoprocessorBatchScan.scala | 2 +- .../org/locationtech/geomesa/hbase/utils/EmptyScanner.scala | 2 +- .../org/locationtech/geomesa/hbase/utils/HBaseBatchScan.scala | 2 +- .../org/locationtech/geomesa/hbase/utils/HBaseVersions.scala | 2 +- .../src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java | 2 +- .../geomesa/hbase/data/HBaseAlterSchemaTest.scala | 2 +- .../org/locationtech/geomesa/hbase/data/HBaseArrowTest.scala | 2 +- .../geomesa/hbase/data/HBaseBackCompatibilityTest.scala | 2 +- .../geomesa/hbase/data/HBaseBinAggregatorTest.scala | 2 +- .../geomesa/hbase/data/HBaseColumnGroupsTest.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseDataStoreTest.scala | 2 +- .../geomesa/hbase/data/HBaseDensityFilterTest.scala | 2 +- .../geomesa/hbase/data/HBaseIntegrationTest.scala | 2 +- .../geomesa/hbase/data/HBasePartitioningTest.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseS2IndexTest.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseS3IndexTest.scala | 2 +- .../geomesa/hbase/data/HBaseSamplingFilterTest.scala | 2 +- .../geomesa/hbase/data/HBaseStatsAggregatorTest.scala | 2 +- .../org/locationtech/geomesa/hbase/data/HBaseTTLTest.scala | 2 +- .../locationtech/geomesa/hbase/data/HBaseVisibilityTest.scala | 2 +- .../org/locationtech/geomesa/hbase/data/MiniCluster.scala | 2 +- .../scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala | 2 +- .../scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala | 2 +- .../geomesa/hbase/jobs/GeoMesaHBaseInputFormat.scala | 2 +- .../geomesa/hbase/jobs/HBaseIndexFileMapper.scala | 2 +- .../org/locationtech/geomesa/hbase/jobs/HBaseJobUtils.scala | 2 +- .../scala/org/locationtech/geomesa/hbase/jobs/Security.scala | 2 +- .../org/locationtech/geomesa/hbase/proto/GeoMesaProto.java | 2 +- .../geomesa/hbase/filters/JSimpleFeatureFilter.scala | 2 +- .../geomesa/hbase/rpc/coprocessor/GeoMesaCoprocessor.scala | 2 +- .../geomesa/hbase/rpc/coprocessor/GeoMesaHBaseCallBack.scala | 2 +- .../hbase/rpc/coprocessor/GeoMesaHBaseRpcController.scala | 2 +- .../geomesa/hbase/rpc/filter/CqlTransformFilter.scala | 2 +- .../locationtech/geomesa/hbase/rpc/filter/S2HBaseFilter.scala | 2 +- .../locationtech/geomesa/hbase/rpc/filter/S3HBaseFilter.scala | 2 +- .../locationtech/geomesa/hbase/rpc/filter/Z2HBaseFilter.scala | 2 +- .../locationtech/geomesa/hbase/rpc/filter/Z3HBaseFilter.scala | 2 +- .../geomesa/hbase/rpc/filter/CqlTransformFilterTest.scala | 2 +- .../geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala | 2 +- .../geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala | 2 +- .../geomesa/hbase/server/common/CoprocessorScan.scala | 2 +- .../geomesa/hbase/server/common/HBaseAggregator.scala | 2 +- .../geomesa/hbase/server/common/HBaseArrowAggregator.scala | 2 +- .../geomesa/hbase/server/common/HBaseBinAggregator.scala | 2 +- .../geomesa/hbase/server/common/HBaseDensityAggregator.scala | 2 +- .../geomesa/hbase/server/common/HBaseStatsAggregator.scala | 2 +- .../geomesa/hbase/server/common/HBaseVersionAggregator.scala | 2 +- .../locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala | 2 +- .../hbase/spark/HBaseSparkProviderIntegrationTest.scala | 2 +- .../locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala | 2 +- .../geomesa/hbase/spark/HBaseSpatialRDDProvider.scala | 2 +- .../geomesa/hbase/tools/HBaseDataStoreCommand.scala | 2 +- .../org/locationtech/geomesa/hbase/tools/HBaseRunner.scala | 2 +- .../geomesa/hbase/tools/data/HBaseCreateSchemaCommand.scala | 2 +- .../geomesa/hbase/tools/data/HBaseDeleteCatalogCommand.scala | 2 +- .../geomesa/hbase/tools/data/HBaseDeleteFeaturesCommand.scala | 2 +- .../hbase/tools/data/HBaseManagePartitionsCommand.scala | 2 +- .../geomesa/hbase/tools/data/HBaseRemoveSchemaCommand.scala | 2 +- .../geomesa/hbase/tools/data/HBaseUpdateSchemaCommand.scala | 2 +- .../geomesa/hbase/tools/export/HBaseExportCommand.scala | 2 +- .../geomesa/hbase/tools/export/HBasePlaybackCommand.scala | 2 +- .../geomesa/hbase/tools/ingest/HBaseBulkIngestCommand.scala | 2 +- .../geomesa/hbase/tools/ingest/HBaseBulkLoadCommand.scala | 2 +- .../geomesa/hbase/tools/ingest/HBaseIngestCommand.scala | 2 +- .../geomesa/hbase/tools/stats/HBaseStatsAnalyzeCommand.scala | 2 +- .../geomesa/hbase/tools/stats/HBaseStatsBoundsCommand.scala | 2 +- .../geomesa/hbase/tools/stats/HBaseStatsCountCommand.scala | 2 +- .../hbase/tools/stats/HBaseStatsHistogramCommand.scala | 2 +- .../geomesa/hbase/tools/stats/HBaseStatsTopKCommand.scala | 2 +- .../hbase/tools/status/HBaseDescribeSchemaCommand.scala | 2 +- .../geomesa/hbase/tools/status/HBaseExplainCommand.scala | 2 +- .../geomesa/hbase/tools/status/HBaseGetSftConfigCommand.scala | 2 +- .../geomesa/hbase/tools/status/HBaseGetTypeNamesCommand.scala | 2 +- .../hbase/tools/status/HBaseVersionRemoteCommand.scala | 2 +- .../org/locationtech/geomesa/index/conf/TableSplitter.java | 2 +- .../geomesa/index/view/MergedViewConfigLoader.java | 2 +- .../locationtech/geomesa/index/api/GeoMesaFeatureIndex.scala | 2 +- .../geomesa/index/api/GeoMesaFeatureIndexFactory.scala | 2 +- .../org/locationtech/geomesa/index/api/IndexAdapter.scala | 2 +- .../org/locationtech/geomesa/index/api/IndexKeySpace.scala | 2 +- .../org/locationtech/geomesa/index/api/IndexManager.scala | 2 +- .../scala/org/locationtech/geomesa/index/api/QueryPlan.scala | 2 +- .../org/locationtech/geomesa/index/api/ShardStrategy.scala | 2 +- .../org/locationtech/geomesa/index/api/WritableFeature.scala | 2 +- .../org/locationtech/geomesa/index/api/WriteConverter.scala | 2 +- .../scala/org/locationtech/geomesa/index/api/package.scala | 2 +- .../org/locationtech/geomesa/index/audit/QueryEvent.scala | 2 +- .../org/locationtech/geomesa/index/conf/ColumnGroups.scala | 2 +- .../locationtech/geomesa/index/conf/FeatureProperties.scala | 2 +- .../org/locationtech/geomesa/index/conf/QueryHints.scala | 2 +- .../org/locationtech/geomesa/index/conf/QueryProperties.scala | 2 +- .../locationtech/geomesa/index/conf/SchemaProperties.scala | 2 +- .../org/locationtech/geomesa/index/conf/StatsProperties.scala | 2 +- .../scala/org/locationtech/geomesa/index/conf/package.scala | 2 +- .../geomesa/index/conf/partition/TablePartition.scala | 2 +- .../geomesa/index/conf/partition/TablePartitionFactory.scala | 2 +- .../geomesa/index/conf/partition/TimePartition.scala | 2 +- .../geomesa/index/conf/splitter/DefaultSplitter.scala | 2 +- .../geomesa/index/conf/splitter/SplitPatternParser.scala | 2 +- .../geomesa/index/conf/splitter/TableSplitter.scala | 2 +- .../locationtech/geomesa/index/filters/AbstractFilter.scala | 2 +- .../org/locationtech/geomesa/index/filters/AgeOffFilter.scala | 2 +- .../locationtech/geomesa/index/filters/DtgAgeOffFilter.scala | 2 +- .../org/locationtech/geomesa/index/filters/RowFilter.scala | 2 +- .../org/locationtech/geomesa/index/filters/S2Filter.scala | 2 +- .../org/locationtech/geomesa/index/filters/S3Filter.scala | 2 +- .../org/locationtech/geomesa/index/filters/Z2Filter.scala | 2 +- .../org/locationtech/geomesa/index/filters/Z3Filter.scala | 2 +- .../org/locationtech/geomesa/index/geoserver/ViewParams.scala | 2 +- .../geomesa/index/geotools/GeoMesaDataStore.scala | 2 +- .../geomesa/index/geotools/GeoMesaDataStoreFactory.scala | 2 +- .../geomesa/index/geotools/GeoMesaFeatureCollection.scala | 2 +- .../geomesa/index/geotools/GeoMesaFeatureReader.scala | 2 +- .../geomesa/index/geotools/GeoMesaFeatureSource.scala | 2 +- .../geomesa/index/geotools/GeoMesaFeatureStore.scala | 2 +- .../geomesa/index/geotools/GeoMesaFeatureWriter.scala | 2 +- .../geomesa/index/geotools/MetadataBackedDataStore.scala | 2 +- .../org/locationtech/geomesa/index/geotools/package.scala | 2 +- .../geomesa/index/index/DefaultFeatureIndexFactory.scala | 2 +- .../org/locationtech/geomesa/index/index/EmptyIndex.scala | 2 +- .../geomesa/index/index/attribute/AttributeIndex.scala | 2 +- .../geomesa/index/index/attribute/AttributeIndexKey.scala | 2 +- .../index/index/attribute/AttributeIndexKeySpace.scala | 2 +- .../geomesa/index/index/attribute/AttributeIndexValues.scala | 2 +- .../geomesa/index/index/attribute/DateIndexKeySpace.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV2.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV3.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV4.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV5.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV6.scala | 2 +- .../index/index/attribute/legacy/AttributeIndexV7.scala | 2 +- .../org/locationtech/geomesa/index/index/id/IdIndex.scala | 2 +- .../locationtech/geomesa/index/index/id/IdIndexKeySpace.scala | 2 +- .../geomesa/index/index/id/legacy/IdIndexV1.scala | 2 +- .../geomesa/index/index/id/legacy/IdIndexV2.scala | 2 +- .../geomesa/index/index/id/legacy/IdIndexV3.scala | 2 +- .../scala/org/locationtech/geomesa/index/index/package.scala | 2 +- .../org/locationtech/geomesa/index/index/s2/S2Index.scala | 2 +- .../locationtech/geomesa/index/index/s2/S2IndexKeySpace.scala | 2 +- .../org/locationtech/geomesa/index/index/s2/package.scala | 2 +- .../org/locationtech/geomesa/index/index/s3/S3Index.scala | 2 +- .../locationtech/geomesa/index/index/s3/S3IndexKeySpace.scala | 2 +- .../org/locationtech/geomesa/index/index/s3/package.scala | 2 +- .../org/locationtech/geomesa/index/index/z2/XZ2Index.scala | 2 +- .../geomesa/index/index/z2/XZ2IndexKeySpace.scala | 2 +- .../org/locationtech/geomesa/index/index/z2/Z2Index.scala | 2 +- .../locationtech/geomesa/index/index/z2/Z2IndexKeySpace.scala | 2 +- .../geomesa/index/index/z2/legacy/XZ2IndexV1.scala | 2 +- .../geomesa/index/index/z2/legacy/Z2IndexV1.scala | 2 +- .../geomesa/index/index/z2/legacy/Z2IndexV2.scala | 2 +- .../geomesa/index/index/z2/legacy/Z2IndexV3.scala | 2 +- .../geomesa/index/index/z2/legacy/Z2IndexV4.scala | 2 +- .../org/locationtech/geomesa/index/index/z2/package.scala | 2 +- .../org/locationtech/geomesa/index/index/z3/XZ3Index.scala | 2 +- .../geomesa/index/index/z3/XZ3IndexKeySpace.scala | 2 +- .../org/locationtech/geomesa/index/index/z3/Z3Index.scala | 2 +- .../locationtech/geomesa/index/index/z3/Z3IndexKeySpace.scala | 2 +- .../geomesa/index/index/z3/legacy/XZ3IndexV1.scala | 2 +- .../geomesa/index/index/z3/legacy/XZ3IndexV2.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV1.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV2.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV3.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV4.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV5.scala | 2 +- .../geomesa/index/index/z3/legacy/Z3IndexV6.scala | 2 +- .../org/locationtech/geomesa/index/index/z3/package.scala | 2 +- .../geomesa/index/iterators/AggregatingScan.scala | 2 +- .../org/locationtech/geomesa/index/iterators/ArrowScan.scala | 2 +- .../geomesa/index/iterators/BinAggregatingScan.scala | 2 +- .../locationtech/geomesa/index/iterators/ConfiguredScan.scala | 2 +- .../locationtech/geomesa/index/iterators/DensityScan.scala | 2 +- .../locationtech/geomesa/index/iterators/IteratorCache.scala | 2 +- .../geomesa/index/iterators/SamplingIterator.scala | 2 +- .../org/locationtech/geomesa/index/iterators/StatsScan.scala | 2 +- .../locationtech/geomesa/index/metadata/GeoMesaMetadata.scala | 2 +- .../geomesa/index/metadata/KeyValueStoreMetadata.scala | 2 +- .../geomesa/index/metadata/TableBasedMetadata.scala | 2 +- .../org/locationtech/geomesa/index/metadata/package.scala | 2 +- .../main/scala/org/locationtech/geomesa/index/package.scala | 2 +- .../locationtech/geomesa/index/planning/FilterSplitter.scala | 2 +- .../geomesa/index/planning/LocalQueryRunner.scala | 2 +- .../geomesa/index/planning/QueryInterceptor.scala | 2 +- .../locationtech/geomesa/index/planning/QueryPlanner.scala | 2 +- .../org/locationtech/geomesa/index/planning/QueryRunner.scala | 2 +- .../locationtech/geomesa/index/planning/StrategyDecider.scala | 2 +- .../index/planning/guard/FullTableScanQueryGuard.scala | 2 +- .../geomesa/index/planning/guard/GraduatedQueryGuard.scala | 2 +- .../geomesa/index/planning/guard/TemporalQueryGuard.scala | 2 +- .../locationtech/geomesa/index/planning/guard/package.scala | 2 +- .../geomesa/index/process/GeoMesaProcessVisitor.scala | 2 +- .../org/locationtech/geomesa/index/stats/GeoMesaStats.scala | 2 +- .../geomesa/index/stats/MetadataBackedStats.scala | 2 +- .../org/locationtech/geomesa/index/stats/RunnableStats.scala | 2 +- .../geomesa/index/stats/StatsBasedEstimator.scala | 2 +- .../scala/org/locationtech/geomesa/index/stats/package.scala | 2 +- .../geomesa/index/strategies/AttributeFilterStrategy.scala | 2 +- .../geomesa/index/strategies/IdFilterStrategy.scala | 2 +- .../geomesa/index/strategies/SpatialFilterStrategy.scala | 2 +- .../index/strategies/SpatioTemporalFilterStrategy.scala | 2 +- .../locationtech/geomesa/index/utils/AbstractBatchScan.scala | 2 +- .../locationtech/geomesa/index/utils/DistributedLocking.scala | 2 +- .../org/locationtech/geomesa/index/utils/Explainer.scala | 2 +- .../org/locationtech/geomesa/index/utils/FeatureSampler.scala | 2 +- .../org/locationtech/geomesa/index/utils/Reprojection.scala | 2 +- .../geomesa/index/utils/SortingSimpleFeatureIterator.scala | 2 +- .../org/locationtech/geomesa/index/utils/SplitArrays.scala | 2 +- .../locationtech/geomesa/index/utils/ThreadManagement.scala | 2 +- .../org/locationtech/geomesa/index/utils/bin/BinSorter.scala | 2 +- .../locationtech/geomesa/index/view/MergedDataStoreView.scala | 2 +- .../geomesa/index/view/MergedDataStoreViewFactory.scala | 2 +- .../geomesa/index/view/MergedFeatureSourceView.scala | 2 +- .../locationtech/geomesa/index/view/MergedQueryRunner.scala | 2 +- .../org/locationtech/geomesa/index/view/RouteSelector.scala | 2 +- .../geomesa/index/view/RouteSelectorByAttribute.scala | 2 +- .../locationtech/geomesa/index/view/RoutedDataStoreView.scala | 2 +- .../geomesa/index/view/RoutedDataStoreViewFactory.scala | 2 +- .../geomesa/index/view/RoutedFeatureSourceView.scala | 2 +- .../scala/org/locationtech/geomesa/index/view/package.scala | 2 +- .../geomesa/features/TransformSimpleFeatureTest.scala | 2 +- .../org/locationtech/geomesa/features/TransformTest.scala | 2 +- .../org/locationtech/geomesa/index/InMemoryMetadata.scala | 2 +- .../org/locationtech/geomesa/index/TestGeoMesaDataStore.scala | 2 +- .../locationtech/geomesa/index/api/ShardStrategyTest.scala | 2 +- .../geomesa/index/conf/partition/TablePartitionTest.scala | 2 +- .../geomesa/index/conf/splitter/DefaultSplitterTest.scala | 2 +- .../org/locationtech/geomesa/index/filters/Z2FilterTest.scala | 2 +- .../org/locationtech/geomesa/index/filters/Z3FilterTest.scala | 2 +- .../locationtech/geomesa/index/geoserver/ViewParamsTest.scala | 2 +- .../index/geotools/GeoMesaDataStoreAlterSchemaTest.scala | 2 +- .../geomesa/index/geotools/GeoMesaDataStoreTest.scala | 2 +- .../geomesa/index/geotools/GeoMesaDataStoreVisitorTest.scala | 2 +- .../locationtech/geomesa/index/index/AttributeIndexTest.scala | 2 +- .../org/locationtech/geomesa/index/index/S2IndexTest.scala | 2 +- .../org/locationtech/geomesa/index/index/S3IndexTest.scala | 2 +- .../org/locationtech/geomesa/index/index/XZ3IndexTest.scala | 2 +- .../org/locationtech/geomesa/index/index/Z3IndexTest.scala | 2 +- .../geomesa/index/metadata/KeyValueStoreMetadataTest.scala | 2 +- .../geomesa/index/planning/LocalQueryRunnerTest.scala | 2 +- .../geomesa/index/planning/QueryPlannerTest.scala | 2 +- .../index/planning/guard/GraduatedQueryGuardTest.scala | 2 +- .../geomesa/index/planning/guard/TemporalQueryGuardTest.scala | 2 +- .../geomesa/index/stats/MetadataBackedStatsTest.scala | 2 +- .../geomesa/index/stats/StatsBasedEstimatorTest.scala | 2 +- .../geomesa/index/utils/AbstractBatchScanTest.scala | 2 +- .../org/locationtech/geomesa/index/utils/ExplainerTest.scala | 2 +- .../index/utils/SortingSimpleFeatureIteratorTest.scala | 2 +- .../geomesa/index/utils/ThreadManagementTest.scala | 2 +- .../locationtech/geomesa/index/utils/bin/BinSorterTest.scala | 2 +- .../geomesa/index/view/MergedDataStoreViewTest.scala | 2 +- .../locationtech/geomesa/index/view/RouteSelectorTest.scala | 2 +- .../org/locationtech/geomesa/index/view/ViewPackageTest.scala | 2 +- .../geomesa/jobs/interop/mapreduce/GeoMesaOutputFormat.java | 2 +- .../org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala | 4 ++-- .../main/scala/org/locationtech/geomesa/jobs/JobUtils.scala | 2 +- .../geomesa/jobs/mapreduce/AvroFileInputFormat.scala | 2 +- .../geomesa/jobs/mapreduce/ConverterInputFormat.scala | 2 +- .../geomesa/jobs/mapreduce/FileStreamInputFormat.scala | 2 +- .../geomesa/jobs/mapreduce/GeoMesaOutputFormat.scala | 2 +- .../locationtech/geomesa/jobs/mapreduce/JobWithLibJars.scala | 2 +- .../geomesa/jobs/mapreduce/SimpleFeatureSerialization.scala | 2 +- .../main/scala/org/locationtech/geomesa/jobs/package.scala | 2 +- .../locationtech/geomesa/jobs/GeoMesaConfiguratorTest.scala | 2 +- .../scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala | 2 +- .../jobs/mapreduce/SimpleFeatureSerializationTest.scala | 2 +- .../geomesa/kafka/confluent/ConfluentFeatureSerializer.scala | 2 +- .../kafka/confluent/ConfluentGeoMessageSerializer.scala | 2 +- .../geomesa/kafka/confluent/ConfluentKafkaDataStore.scala | 2 +- .../kafka/confluent/ConfluentKafkaDataStoreFactory.scala | 2 +- .../geomesa/kafka/confluent/ConfluentMetadata.scala | 2 +- .../locationtech/geomesa/kafka/confluent/SchemaParser.scala | 2 +- .../geomesa/kafka/confluent/ConfluentContainerTest.scala | 2 +- .../kafka/confluent/ConfluentKafkaDataStoreFactoryTest.scala | 2 +- .../geomesa/kafka/confluent/ConfluentKafkaDataStoreTest.scala | 2 +- .../geomesa/kafka/confluent/SchemaParserTest.scala | 2 +- .../geomesa/kafka/jstreams/GeoMesaStreamsBuilder.java | 2 +- .../locationtech/geomesa/kafka/data/KafkaCacheLoader.scala | 2 +- .../org/locationtech/geomesa/kafka/data/KafkaDataStore.scala | 2 +- .../geomesa/kafka/data/KafkaDataStoreFactory.scala | 2 +- .../geomesa/kafka/data/KafkaDataStoreParams.scala | 2 +- .../locationtech/geomesa/kafka/data/KafkaFeatureStore.scala | 2 +- .../locationtech/geomesa/kafka/data/KafkaFeatureWriter.scala | 2 +- .../org/locationtech/geomesa/kafka/data/KafkaMetadata.scala | 2 +- .../locationtech/geomesa/kafka/data/MetadataMigration.scala | 2 +- .../scala/org/locationtech/geomesa/kafka/data/package.scala | 2 +- .../geomesa/kafka/index/FeatureStateFactory.scala | 2 +- .../locationtech/geomesa/kafka/index/KafkaFeatureCache.scala | 2 +- .../geomesa/kafka/index/KafkaFeatureCacheImpl.scala | 2 +- .../geomesa/kafka/index/KafkaFeatureCacheView.scala | 2 +- .../geomesa/kafka/index/KafkaFeatureCacheWithMetrics.scala | 2 +- .../org/locationtech/geomesa/kafka/index/KafkaListeners.scala | 2 +- .../locationtech/geomesa/kafka/index/KafkaQueryRunner.scala | 2 +- .../locationtech/geomesa/kafka/streams/GeoMesaMessage.scala | 2 +- .../org/locationtech/geomesa/kafka/streams/GeoMesaSerde.scala | 2 +- .../geomesa/kafka/streams/GeoMesaStreamsBuilder.scala | 2 +- .../geomesa/kafka/streams/GeoMesaTimestampExtractor.scala | 2 +- .../locationtech/geomesa/kafka/streams/MessageAction.scala | 2 +- .../org/locationtech/geomesa/kafka/streams/package.scala | 2 +- .../org/locationtech/geomesa/kafka/utils/GeoMessage.scala | 2 +- .../geomesa/kafka/utils/GeoMessageProcessor.scala | 2 +- .../geomesa/kafka/utils/GeoMessageSerializer.scala | 2 +- .../locationtech/geomesa/kafka/utils/KafkaFeatureEvent.scala | 2 +- .../geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java | 2 +- .../org/locationtech/geomesa/kafka/ExpirationMocking.scala | 2 +- .../org/locationtech/geomesa/kafka/KafkaContainerTest.scala | 2 +- .../locationtech/geomesa/kafka/data/KafkaDataStoreTest.scala | 2 +- .../geomesa/kafka/index/EventTimeFeatureCacheTest.scala | 2 +- .../geomesa/kafka/index/KafkaFeatureCacheTest.scala | 2 +- .../geomesa/kafka/index/KafkaFeatureCacheViewTest.scala | 2 +- .../geomesa/kafka/streams/GeoMesaStreamsBuilderTest.scala | 2 +- .../geomesa/kafka/utils/GeoMessageSerializerTest.scala | 2 +- .../geomesa/kafka/tools/KafkaDataStoreCommand.scala | 2 +- .../org/locationtech/geomesa/kafka/tools/KafkaParams.scala | 2 +- .../org/locationtech/geomesa/kafka/tools/KafkaRunner.scala | 2 +- .../geomesa/kafka/tools/data/KafkaCreateSchemaCommand.scala | 2 +- .../geomesa/kafka/tools/data/KafkaMigrateZkCommand.scala | 2 +- .../geomesa/kafka/tools/data/KafkaRemoveSchemaCommand.scala | 2 +- .../geomesa/kafka/tools/data/KafkaUpdateSchemaCommand.scala | 2 +- .../geomesa/kafka/tools/export/KafkaExportCommand.scala | 2 +- .../geomesa/kafka/tools/export/KafkaListenCommand.scala | 2 +- .../geomesa/kafka/tools/ingest/KafkaIngestCommand.scala | 2 +- .../kafka/tools/status/KafkaDescribeSchemaCommand.scala | 2 +- .../geomesa/kafka/tools/status/KafkaGetSftConfigCommand.scala | 2 +- .../geomesa/kafka/tools/status/KafkaGetTypeNamesCommand.scala | 2 +- .../geomesa/kafka/consumer/BaseThreadedConsumer.scala | 2 +- .../locationtech/geomesa/kafka/consumer/BatchConsumer.scala | 2 +- .../geomesa/kafka/consumer/ThreadedConsumer.scala | 2 +- .../geomesa/kafka/versions/KafkaAdminVersions.scala | 2 +- .../geomesa/kafka/versions/KafkaConsumerVersions.scala | 2 +- .../locationtech/geomesa/kafka/versions/RecordVersions.scala | 2 +- .../org/locationtech/geomesa/kafka/versions/package.scala | 2 +- .../locationtech/geomesa/lambda/data/LambdaDataStore.scala | 2 +- .../geomesa/lambda/data/LambdaDataStoreFactory.scala | 2 +- .../geomesa/lambda/data/LambdaDataStoreParams.scala | 2 +- .../geomesa/lambda/data/LambdaFeatureWriter.scala | 2 +- .../locationtech/geomesa/lambda/data/LambdaQueryRunner.scala | 2 +- .../org/locationtech/geomesa/lambda/data/LambdaStats.scala | 2 +- .../locationtech/geomesa/lambda/stream/OffsetManager.scala | 2 +- .../locationtech/geomesa/lambda/stream/TransientStore.scala | 2 +- .../geomesa/lambda/stream/ZookeeperOffsetManager.scala | 2 +- .../geomesa/lambda/stream/kafka/DataStorePersistence.scala | 2 +- .../geomesa/lambda/stream/kafka/KafkaCacheLoader.scala | 2 +- .../geomesa/lambda/stream/kafka/KafkaFeatureCache.scala | 2 +- .../geomesa/lambda/stream/kafka/KafkaQueryRunner.scala | 2 +- .../locationtech/geomesa/lambda/stream/kafka/KafkaStore.scala | 2 +- .../geomesa/lambda/stream/stats/TransientStats.scala | 2 +- .../locationtech/geomesa/lambda/InMemoryOffsetManager.scala | 2 +- .../org/locationtech/geomesa/lambda/LambdaContainerTest.scala | 2 +- .../org/locationtech/geomesa/lambda/LambdaDataStoreTest.scala | 2 +- .../geomesa/lambda/ZookeeperOffsetManagerTest.scala | 2 +- .../lambda/stream/kafka/FeatureIdPartitionerTest.scala | 2 +- .../geomesa/lambda/stream/kafka/KafkaFeatureCacheTest.scala | 2 +- .../geomesa/lambda/stream/kafka/KafkaStoreTest.scala | 2 +- .../geomesa/lambda/tools/LambdaDataStoreCommand.scala | 2 +- .../org/locationtech/geomesa/lambda/tools/LambdaParams.scala | 2 +- .../org/locationtech/geomesa/lambda/tools/LambdaRunner.scala | 4 ++-- .../geomesa/lambda/tools/data/LambdaCreateSchemaCommand.scala | 2 +- .../lambda/tools/data/LambdaDeleteFeaturesCommand.scala | 2 +- .../geomesa/lambda/tools/data/LambdaRemoveSchemaCommand.scala | 2 +- .../geomesa/lambda/tools/export/LambdaExportCommand.scala | 2 +- .../geomesa/lambda/tools/export/LambdaPlaybackCommand.scala | 2 +- .../geomesa/lambda/tools/stats/LambdaStatsBoundsCommand.scala | 2 +- .../geomesa/lambda/tools/stats/LambdaStatsCountCommand.scala | 2 +- .../lambda/tools/stats/LambdaStatsHistogramCommand.scala | 2 +- .../geomesa/lambda/tools/stats/LambdaStatsTopKCommand.scala | 2 +- .../memory/cqengine/datastore/GeoCQEngineDataStore.scala | 2 +- .../cqengine/datastore/GeoCQEngineDataStoreFactory.scala | 2 +- .../memory/cqengine/datastore/GeoCQEngineFeatureStore.scala | 2 +- .../memory/cqengine/datastore/GeoCQEngineDataStoreTest.scala | 2 +- .../geomesa/memory/cqengine/datastore/SampleFeatures.scala | 2 +- .../memory/cqengine/attribute/SimpleFeatureAttribute.java | 2 +- .../memory/cqengine/attribute/SimpleFeatureFidAttribute.java | 2 +- .../geomesa/memory/cqengine/index/AbstractGeoIndex.java | 2 +- .../geomesa/memory/cqengine/index/BucketGeoIndex.java | 2 +- .../locationtech/geomesa/memory/cqengine/index/GeoIndex.java | 2 +- .../geomesa/memory/cqengine/index/GeoIndexType.java | 2 +- .../geomesa/memory/cqengine/index/QuadTreeGeoIndex.java | 2 +- .../geomesa/memory/cqengine/index/STRtreeGeoIndex.java | 2 +- .../geomesa/memory/cqengine/index/param/BucketIndexParam.java | 2 +- .../geomesa/memory/cqengine/index/param/GeoIndexParams.java | 2 +- .../memory/cqengine/index/param/STRtreeIndexParam.java | 2 +- .../geomesa/memory/cqengine/query/GeoToolsFilterQuery.java | 2 +- .../geomesa/memory/cqengine/query/Intersects.java | 2 +- .../locationtech/geomesa/memory/cqengine/GeoCQEngine.scala | 2 +- .../geomesa/memory/cqengine/GeoCQIndexSupport.scala | 2 +- .../geomesa/memory/cqengine/GeoIndexFactory.scala | 2 +- .../geomesa/memory/cqengine/utils/CQEngineQueryVisitor.scala | 2 +- .../geomesa/memory/cqengine/utils/CQIndexType.scala | 2 +- .../geomesa/memory/cqengine/utils/QueryBuilder.scala | 2 +- .../geomesa/memory/cqengine/utils/SFTAttributes.scala | 2 +- .../memory/cqengine/utils/CQEngineQueryVisitorTest.scala | 2 +- .../geomesa/memory/cqengine/utils/CQIndexingOptionsTest.scala | 2 +- .../memory/cqengine/utils/GeoCQEngineIndexChoiceTest.scala | 2 +- .../geomesa/memory/cqengine/utils/GeoCQEngineTest.scala | 2 +- .../geomesa/memory/cqengine/utils/SampleFeatures.scala | 2 +- .../metrics/cloudwatch/CloudWatchReporterFactory.scala | 2 +- .../geomesa/metrics/core/ConsoleReporterFactory.scala | 2 +- .../locationtech/geomesa/metrics/core/GeoMesaMetrics.scala | 2 +- .../locationtech/geomesa/metrics/core/ReporterFactory.scala | 2 +- .../geomesa/metrics/core/Slf4jReporterFactory.scala | 2 +- .../geomesa/metrics/ganglia/GangliaReporterFactory.scala | 2 +- .../geomesa/metrics/graphite/GraphiteReporterFactory.scala | 2 +- .../metrics/prometheus/PrometheusReporterFactory.scala | 2 +- .../geomesa/metrics/prometheus/PrometheusReporterTest.scala | 2 +- .../org/locationtech/geomesa/process/GeoMesaProcess.scala | 2 +- .../geomesa/process/analytic/DensityProcess.scala | 2 +- .../locationtech/geomesa/process/analytic/MinMaxProcess.scala | 2 +- .../geomesa/process/analytic/Point2PointProcess.scala | 2 +- .../geomesa/process/analytic/SamplingProcess.scala | 2 +- .../locationtech/geomesa/process/analytic/StatsProcess.scala | 2 +- .../geomesa/process/analytic/TrackLabelProcess.scala | 2 +- .../locationtech/geomesa/process/analytic/UniqueProcess.scala | 2 +- .../org/locationtech/geomesa/process/query/JoinProcess.scala | 2 +- .../geomesa/process/query/KNearestNeighborSearchProcess.scala | 2 +- .../geomesa/process/query/ProximitySearchProcess.scala | 2 +- .../org/locationtech/geomesa/process/query/QueryProcess.scala | 2 +- .../geomesa/process/query/RouteSearchProcess.scala | 2 +- .../geomesa/process/transform/ArrowConversionProcess.scala | 2 +- .../geomesa/process/transform/BinConversionProcess.scala | 2 +- .../geomesa/process/transform/DateOffsetProcess.scala | 2 +- .../geomesa/process/transform/HashAttributeProcess.scala | 2 +- .../org/locationtech/geomesa/process/tube/TubeBuilder.scala | 2 +- .../locationtech/geomesa/process/tube/TubeSelectProcess.scala | 2 +- .../geomesa/process/analytic/DensityProcessTest.scala | 2 +- .../geomesa/process/analytic/MinMaxProcessTest.scala | 2 +- .../geomesa/process/analytic/Point2PointProcessTest.scala | 2 +- .../geomesa/process/analytic/SamplingProcessTest.scala | 2 +- .../geomesa/process/analytic/StatsProcessTest.scala | 2 +- .../geomesa/process/analytic/TrackLabelProcessTest.scala | 2 +- .../geomesa/process/analytic/UniqueProcessTest.scala | 2 +- .../locationtech/geomesa/process/query/KnnProcessTest.scala | 2 +- .../geomesa/process/query/ProximitySearchProcessTest.scala | 2 +- .../locationtech/geomesa/process/query/QueryProcessTest.scala | 2 +- .../geomesa/process/query/RouteSearchProcessTest.scala | 2 +- .../process/transform/ArrowConversionProcessTest.scala | 2 +- .../geomesa/process/transform/BinConversionProcessTest.scala | 2 +- .../geomesa/process/transform/DateOffsetProcessTest.scala | 2 +- .../geomesa/process/wps/GeoMesaProcessFactory.scala | 2 +- .../org/locationtech/geomesa/redis/data/RedisDataStore.scala | 2 +- .../geomesa/redis/data/RedisDataStoreFactory.scala | 2 +- .../locationtech/geomesa/redis/data/index/RedisAgeOff.scala | 2 +- .../geomesa/redis/data/index/RedisIndexAdapter.scala | 2 +- .../geomesa/redis/data/index/RedisQueryPlan.scala | 2 +- .../geomesa/redis/data/index/RedisWritableFeature.scala | 2 +- .../scala/org/locationtech/geomesa/redis/data/package.scala | 2 +- .../geomesa/redis/data/util/RedisBackedMetadata.scala | 2 +- .../locationtech/geomesa/redis/data/util/RedisBatchScan.scala | 2 +- .../geomesa/redis/data/util/RedisGeoMesaStats.scala | 2 +- .../locationtech/geomesa/redis/data/util/RedisLocking.scala | 2 +- .../locationtech/geomesa/redis/data/RedisDataStoreTest.scala | 2 +- .../geomesa/redis/tools/RedisDataStoreCommand.scala | 2 +- .../org/locationtech/geomesa/redis/tools/RedisRunner.scala | 2 +- .../geomesa/redis/tools/export/RedisExplainCommand.scala | 2 +- .../geomesa/redis/tools/export/RedisExportCommand.scala | 2 +- .../redis/tools/ingest/RedisDeleteFeaturesCommand.scala | 2 +- .../geomesa/redis/tools/ingest/RedisIngestCommand.scala | 2 +- .../geomesa/redis/tools/schema/RedisCreateSchemaCommand.scala | 2 +- .../redis/tools/schema/RedisDeleteCatalogCommand.scala | 2 +- .../redis/tools/schema/RedisDescribeSchemaCommand.scala | 2 +- .../geomesa/redis/tools/schema/RedisGetSftConfigCommand.scala | 2 +- .../geomesa/redis/tools/schema/RedisGetTypeNamesCommand.scala | 2 +- .../redis/tools/schema/RedisManagePartitionsCommand.scala | 2 +- .../geomesa/redis/tools/schema/RedisRemoveSchemaCommand.scala | 2 +- .../geomesa/redis/tools/schema/RedisUpdateSchemaCommand.scala | 2 +- .../geomesa/redis/tools/stats/RedisStatsAnalyzeCommand.scala | 2 +- .../geomesa/redis/tools/stats/RedisStatsBoundsCommand.scala | 2 +- .../geomesa/redis/tools/stats/RedisStatsCountCommand.scala | 2 +- .../redis/tools/stats/RedisStatsHistogramCommand.scala | 2 +- .../geomesa/redis/tools/stats/RedisStatsTopKCommand.scala | 2 +- .../locationtech/geomesa/security/AuthorizationsProvider.java | 2 +- .../java/org/locationtech/geomesa/security/SecurityUtils.java | 2 +- .../org/locationtech/geomesa/security/VisibilityChecker.scala | 2 +- .../scala/org/locationtech/geomesa/security/AuthUtils.scala | 2 +- .../geomesa/security/DefaultAuthorizationsProvider.scala | 2 +- .../geomesa/security/FilteringAuthorizationsProvider.scala | 2 +- .../locationtech/geomesa/security/SpringAuditProvider.scala | 2 +- .../locationtech/geomesa/security/VisibilityEvaluator.scala | 2 +- .../geomesa/security/filter/VisibilityFilterFunction.scala | 2 +- .../scala/org/locationtech/geomesa/security/package.scala | 2 +- .../org/locationtech/geomesa/security/SecurityUtilsTest.java | 2 +- .../security/FilteringAuthorizationsProviderTest.scala | 2 +- .../geomesa/security/SecureSimpleFeatureTest.scala | 2 +- .../geomesa/security/VisibilityEvaluatorTest.scala | 2 +- .../security/filter/VisibilityFilterFunctionTest.scala | 2 +- .../geomesa/spark/converter/ConverterSpatialRDDProvider.scala | 2 +- .../spark/converter/ConverterSpatialRDDProviderTest.scala | 2 +- .../spark/geomesa/GeoMesaSparkKryoRegistratorEndpoint.scala | 2 +- .../apache/spark/geomesa/api/python/GeoMesaSeDerUtil.scala | 2 +- .../org/locationtech/geomesa/spark/DataStoreConnector.scala | 2 +- .../scala/org/locationtech/geomesa/spark/GeoMesaSpark.scala | 2 +- .../geomesa/spark/GeoMesaSparkKryoRegistrator.scala | 2 +- .../scala/org/locationtech/geomesa/spark/SpatialRDD.scala | 2 +- .../org/locationtech/geomesa/spark/SpatialRDDProvider.scala | 2 +- .../geomesa/spark/api/java/JavaGeoMesaSpark.scala | 2 +- .../geomesa/spark/api/python/PythonGeoMesaSpark.scala | 2 +- .../main/scala/org/locationtech/geomesa/spark/package.scala | 2 +- .../scala/org/apache/spark/sql/jts/AbstractGeometryUDT.scala | 2 +- .../src/main/scala/org/apache/spark/sql/jts/JTSTypes.scala | 2 +- .../src/main/scala/org/apache/spark/sql/jts/package.scala | 2 +- .../locationtech/geomesa/spark/jts/DataFrameFunctions.scala | 2 +- .../geomesa/spark/jts/encoders/SparkDefaultEncoders.scala | 2 +- .../geomesa/spark/jts/encoders/SpatialEncoders.scala | 2 +- .../scala/org/locationtech/geomesa/spark/jts/package.scala | 2 +- .../geomesa/spark/jts/rules/GeometryLiteral.scala | 2 +- .../geomesa/spark/jts/rules/GeometryLiteralRules.scala | 2 +- .../org/locationtech/geomesa/spark/jts/rules/package.scala | 2 +- .../org/locationtech/geomesa/spark/jts/udaf/ConvexHull.scala | 2 +- .../geomesa/spark/jts/udf/GeometricAccessorFunctions.scala | 2 +- .../geomesa/spark/jts/udf/GeometricCastFunctions.scala | 2 +- .../geomesa/spark/jts/udf/GeometricConstructorFunctions.scala | 2 +- .../geomesa/spark/jts/udf/GeometricOutputFunctions.scala | 2 +- .../geomesa/spark/jts/udf/GeometricProcessingFunctions.scala | 2 +- .../geomesa/spark/jts/udf/SpatialRelationFunctions.scala | 2 +- .../org/locationtech/geomesa/spark/jts/udf/package.scala | 2 +- .../locationtech/geomesa/spark/jts/util/GeoHashUtils.scala | 2 +- .../locationtech/geomesa/spark/jts/util/GeometryUtils.scala | 2 +- .../geomesa/spark/jts/util/JavaAbstractGeometryUDT.scala | 2 +- .../org/locationtech/geomesa/spark/jts/util/RowGeoJSON.scala | 2 +- .../geomesa/spark/jts/util/SQLFunctionHelper.scala | 2 +- .../org/locationtech/geomesa/spark/jts/util/WKUtils.scala | 2 +- .../org/locationtech/geomesa/spark/jts/JTSQueryTest.scala | 2 +- .../org/locationtech/geomesa/spark/jts/TestEnvironment.scala | 2 +- .../org/locationtech/geomesa/spark/jts/docs/JTSDocsTest.scala | 2 +- .../spark/jts/udf/GeometricAccessorFunctionsTest.scala | 2 +- .../geomesa/spark/jts/udf/GeometricCastFunctionsTest.scala | 2 +- .../spark/jts/udf/GeometricConstructorFunctionsTest.scala | 2 +- .../geomesa/spark/jts/udf/GeometricOutputFunctionsTest.scala | 2 +- .../spark/jts/udf/GeometricProcessingFunctionsTest.scala | 2 +- .../geomesa/spark/jts/udf/SpatialRelationFunctionsTest.scala | 2 +- .../scala/org/locationtech/geomesa/spark/jts/util/util.scala | 2 +- .../main/scala/org/locationtech/geomesa/jupyter/Leaflet.scala | 2 +- .../scala/org/locationtech/geomesa/jupyter/LeafletTest.scala | 2 +- .../geomesa/spark/sedona/SedonaGeometryLiteralRules.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sedona/package.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sql/Aggregates.scala | 2 +- .../locationtech/geomesa/spark/sql/DataFrameFunctions.scala | 2 +- .../locationtech/geomesa/spark/sql/GeoJSONExtensions.scala | 2 +- .../locationtech/geomesa/spark/sql/GeoMesaDataSource.scala | 2 +- .../locationtech/geomesa/spark/sql/GeoMesaJoinRelation.scala | 2 +- .../org/locationtech/geomesa/spark/sql/GeoMesaRelation.scala | 2 +- .../org/locationtech/geomesa/spark/sql/GeoMesaSparkSQL.scala | 2 +- .../geomesa/spark/sql/GeomesaPysparkFunctions.scala | 2 +- .../geomesa/spark/sql/GeometricDistanceFunctions.scala | 2 +- .../org/locationtech/geomesa/spark/sql/IndexPartitioner.scala | 2 +- .../org/locationtech/geomesa/spark/sql/OverlapAction.scala | 2 +- .../org/locationtech/geomesa/spark/sql/RelationUtils.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sql/SQLRules.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sql/SQLTypes.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sql/SparkUtils.scala | 2 +- .../org/locationtech/geomesa/spark/sql/SparkVersions.scala | 2 +- .../scala/org/locationtech/geomesa/spark/sql/package.scala | 2 +- .../locationtech/geomesa/spark/DataFrameFunctionsTest.scala | 2 +- .../locationtech/geomesa/spark/GeoJSONExtensionsTest.scala | 2 +- .../org/locationtech/geomesa/spark/SparkSQLColumnsTest.scala | 2 +- .../org/locationtech/geomesa/spark/SparkSQLDataTest.scala | 2 +- .../spark/SparkSQLGeometricDistanceFunctionsTest.scala | 2 +- .../geomesa/spark/SparkSQLSpatialRelationshipsTest.scala | 2 +- .../org/locationtech/geomesa/spark/SparkSQLTestUtils.scala | 2 +- .../scala/org/locationtech/geomesa/spark/SparkUtilsTest.scala | 2 +- .../org/locationtech/geomesa/spark/SparkSQLWithSedonaIT.scala | 2 +- .../locationtech/geomesa/spark/SparkSQLWithoutSedonaIT.scala | 2 +- .../scala/org/locationtech/geomesa/tools/CommonParams.scala | 2 +- .../main/scala/org/locationtech/geomesa/tools/Runner.scala | 2 +- .../locationtech/geomesa/tools/data/CreateSchemaCommand.scala | 2 +- .../geomesa/tools/data/DeleteCatalogCommand.scala | 2 +- .../geomesa/tools/data/DeleteFeaturesCommand.scala | 2 +- .../geomesa/tools/data/ManagePartitionsCommand.scala | 2 +- .../locationtech/geomesa/tools/data/RemoveSchemaCommand.scala | 2 +- .../locationtech/geomesa/tools/data/UpdateSchemaCommand.scala | 2 +- .../locationtech/geomesa/tools/export/ConvertCommand.scala | 2 +- .../org/locationtech/geomesa/tools/export/ExportCommand.scala | 2 +- .../org/locationtech/geomesa/tools/export/ExportJob.scala | 2 +- .../geomesa/tools/export/GenerateAvroSchemaCommand.scala | 2 +- .../locationtech/geomesa/tools/export/PlaybackCommand.scala | 2 +- .../geomesa/tools/export/formats/ArrowExporter.scala | 2 +- .../geomesa/tools/export/formats/AvroExporter.scala | 2 +- .../geomesa/tools/export/formats/BinExporter.scala | 2 +- .../geomesa/tools/export/formats/DelimitedExporter.scala | 2 +- .../geomesa/tools/export/formats/ExportFormat.scala | 2 +- .../geomesa/tools/export/formats/FeatureExporter.scala | 2 +- .../geomesa/tools/export/formats/FileSystemExporter.scala | 2 +- .../geomesa/tools/export/formats/GeoJsonExporter.scala | 2 +- .../geomesa/tools/export/formats/GmlExporter.scala | 2 +- .../geomesa/tools/export/formats/LeafletMapExporter.scala | 2 +- .../geomesa/tools/export/formats/NullExporter.scala | 2 +- .../geomesa/tools/export/formats/ShapefileExporter.scala | 2 +- .../locationtech/geomesa/tools/help/ClasspathCommand.scala | 2 +- .../org/locationtech/geomesa/tools/help/HelpCommand.scala | 2 +- .../org/locationtech/geomesa/tools/help/NailgunCommand.scala | 2 +- .../locationtech/geomesa/tools/help/ScalaConsoleCommand.scala | 2 +- .../geomesa/tools/ingest/ConverterIngestJob.scala | 2 +- .../org/locationtech/geomesa/tools/ingest/IngestCommand.scala | 2 +- .../geomesa/tools/ingest/LocalConverterIngest.scala | 2 +- .../main/scala/org/locationtech/geomesa/tools/package.scala | 2 +- .../geomesa/tools/stats/StatsAnalyzeCommand.scala | 2 +- .../locationtech/geomesa/tools/stats/StatsBoundsCommand.scala | 2 +- .../geomesa/tools/stats/StatsConfigureCommand.scala | 2 +- .../locationtech/geomesa/tools/stats/StatsCountCommand.scala | 2 +- .../geomesa/tools/stats/StatsHistogramCommand.scala | 2 +- .../locationtech/geomesa/tools/stats/StatsTopKCommand.scala | 2 +- .../scala/org/locationtech/geomesa/tools/stats/package.scala | 2 +- .../locationtech/geomesa/tools/status/ConfigureCommand.scala | 2 +- .../geomesa/tools/status/DescribeSchemaCommand.scala | 2 +- .../geomesa/tools/status/EnvironmentCommand.scala | 2 +- .../locationtech/geomesa/tools/status/ExplainCommand.scala | 2 +- .../geomesa/tools/status/GetSftConfigCommand.scala | 2 +- .../geomesa/tools/status/GetTypeNamesCommand.scala | 2 +- .../locationtech/geomesa/tools/status/VersionCommand.scala | 2 +- .../geomesa/tools/status/VersionRemoteCommand.scala | 2 +- .../org/locationtech/geomesa/tools/utils/CLArgResolver.scala | 2 +- .../geomesa/tools/utils/GeoMesaIStringConverterFactory.scala | 2 +- .../org/locationtech/geomesa/tools/utils/JobRunner.scala | 2 +- .../org/locationtech/geomesa/tools/utils/NailgunServer.scala | 2 +- .../geomesa/tools/utils/NoopParameterSplitter.scala | 2 +- .../geomesa/tools/utils/ParameterConverters.scala | 2 +- .../scala/org/locationtech/geomesa/tools/utils/Prompt.scala | 2 +- .../locationtech/geomesa/tools/utils/StorageJobUtils.scala | 2 +- .../locationtech/geomesa/tools/utils/TerminalCallback.scala | 2 +- .../org/locationtech/geomesa/tools/CLArgResolverTest.scala | 2 +- .../locationtech/geomesa/tools/DataStoreRegistration.scala | 2 +- .../geomesa/tools/convert/JPatternConverterTest.scala | 2 +- .../geomesa/tools/export/ConvertCommandTest.scala | 2 +- .../geomesa/tools/export/DelimitedExportImportTest.scala | 2 +- .../locationtech/geomesa/tools/export/ExportCommandTest.scala | 2 +- .../locationtech/geomesa/tools/export/ExportToFsTest.scala | 2 +- .../geomesa/tools/export/FeatureExporterTest.scala | 2 +- .../org/locationtech/geomesa/tools/export/GmlExportTest.scala | 2 +- .../geomesa/tools/stats/StatsHistogramCommandTest.scala | 2 +- .../geomesa/tools/utils/ParameterConvertersTest.scala | 2 +- .../locationtech/geomesa/utils/hadoop/HadoopDelegate.scala | 2 +- .../org/locationtech/geomesa/utils/hadoop/HadoopUtils.scala | 2 +- .../locationtech/geomesa/utils/hadoop/HadoopUtilsTest.scala | 2 +- .../org/locationtech/geomesa/utils/audit/AuditProvider.java | 2 +- .../geomesa/utils/geotools/SimpleFeatureTypeProvider.java | 2 +- .../geomesa/utils/interop/SimpleFeatureTypes.java | 2 +- .../java/org/locationtech/geomesa/utils/interop/WKTUtils.java | 2 +- .../org/locationtech/geomesa/utils/audit/AuditedEvent.scala | 2 +- .../locationtech/geomesa/utils/audit/NoOpAuditProvider.scala | 2 +- .../scala/org/locationtech/geomesa/utils/bin/AxisOrder.scala | 2 +- .../locationtech/geomesa/utils/bin/BinaryEncodeCallback.scala | 2 +- .../locationtech/geomesa/utils/bin/BinaryOutputCallback.scala | 2 +- .../locationtech/geomesa/utils/bin/BinaryOutputEncoder.scala | 2 +- .../locationtech/geomesa/utils/cache/ByteArrayCacheKey.scala | 2 +- .../locationtech/geomesa/utils/cache/CacheKeyGenerator.scala | 2 +- .../locationtech/geomesa/utils/cache/FilePersistence.scala | 2 +- .../geomesa/utils/cache/PropertiesPersistence.scala | 2 +- .../locationtech/geomesa/utils/cache/SoftThreadLocal.scala | 2 +- .../locationtech/geomesa/utils/cache/ThreadLocalCache.scala | 2 +- .../locationtech/geomesa/utils/classpath/ClassPathUtils.scala | 2 +- .../locationtech/geomesa/utils/classpath/ServiceLoader.scala | 2 +- .../geomesa/utils/clearspring/CountMinSketch.scala | 2 +- .../locationtech/geomesa/utils/clearspring/HyperLogLog.scala | 2 +- .../locationtech/geomesa/utils/clearspring/RegisterSet.scala | 2 +- .../geomesa/utils/clearspring/StreamSummary.scala | 2 +- .../locationtech/geomesa/utils/collection/AtomicBitSet.scala | 2 +- .../geomesa/utils/collection/CircularByteQueue.scala | 2 +- .../geomesa/utils/collection/ConcurrentHashSet.scala | 2 +- .../org/locationtech/geomesa/utils/collection/IntBitSet.scala | 2 +- .../geomesa/utils/collection/MaybeSynchronized.scala | 2 +- .../geomesa/utils/collection/SelfClosingIterator.scala | 2 +- .../geomesa/utils/collection/TieredOrdering.scala | 2 +- .../locationtech/geomesa/utils/collection/WordBitSet.scala | 2 +- .../geomesa/utils/concurrent/CachedThreadPool.scala | 2 +- .../geomesa/utils/concurrent/ExitingExecutor.scala | 2 +- .../locationtech/geomesa/utils/concurrent/LazyCloseable.scala | 2 +- .../org/locationtech/geomesa/utils/concurrent/package.scala | 2 +- .../org/locationtech/geomesa/utils/conf/ArgResolver.scala | 2 +- .../org/locationtech/geomesa/utils/conf/ConfConversions.scala | 2 +- .../org/locationtech/geomesa/utils/conf/ConfigLoader.scala | 2 +- .../locationtech/geomesa/utils/conf/FeatureExpiration.scala | 2 +- .../locationtech/geomesa/utils/conf/GeoMesaProperties.scala | 2 +- .../geomesa/utils/conf/GeoMesaSystemProperties.scala | 2 +- .../scala/org/locationtech/geomesa/utils/conf/IndexId.scala | 2 +- .../org/locationtech/geomesa/utils/conf/SemanticVersion.scala | 2 +- .../geomesa/utils/conversions/ScalaImplicits.scala | 2 +- .../locationtech/geomesa/utils/conversions/StringOps.scala | 2 +- .../scala/org/locationtech/geomesa/utils/date/DateUtils.scala | 2 +- .../org/locationtech/geomesa/utils/geohash/BoundingBox.scala | 2 +- .../org/locationtech/geomesa/utils/geohash/GeoHash.scala | 2 +- .../org/locationtech/geomesa/utils/geohash/GeohashUtils.scala | 2 +- .../org/locationtech/geomesa/utils/geohash/GeomDistance.scala | 2 +- .../geomesa/utils/geometry/DistanceCalculator.scala | 2 +- .../geomesa/utils/geometry/GeometryPrecision.scala | 2 +- .../geomesa/utils/geotools/AttributeOrdering.scala | 2 +- .../geomesa/utils/geotools/ConfigSftParsing.scala | 2 +- .../geomesa/utils/geotools/ContentFeatureSourceInfo.scala | 2 +- .../geomesa/utils/geotools/ContentFeatureSourceSupport.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/Conversions.scala | 2 +- .../locationtech/geomesa/utils/geotools/FeatureUtils.scala | 2 +- .../geomesa/utils/geotools/GenerateRichFeatureModels.scala | 2 +- .../locationtech/geomesa/utils/geotools/GeoMesaParam.scala | 2 +- .../locationtech/geomesa/utils/geotools/GeometryUtils.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/GridSnap.scala | 2 +- .../geomesa/utils/geotools/ImmutableFeatureId.scala | 2 +- .../geomesa/utils/geotools/NameableFeatureTypeFactory.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/ObjectType.scala | 2 +- .../locationtech/geomesa/utils/geotools/RenderingGrid.scala | 2 +- .../locationtech/geomesa/utils/geotools/SchemaBuilder.scala | 2 +- .../locationtech/geomesa/utils/geotools/SftArgResolver.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureOrdering.scala | 2 +- .../utils/geotools/SimpleFeaturePropertyAccessor.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureTypeComparator.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureTypeLoader.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureTypes.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/Transform.scala | 2 +- .../geomesa/utils/geotools/TypeUpdatingFeatureReader.scala | 2 +- .../geomesa/utils/geotools/converters/FastConverter.scala | 2 +- .../utils/geotools/converters/JavaTimeConverterFactory.scala | 2 +- .../converters/ScalaCollectionsConverterFactory.scala | 2 +- .../converters/StringCollectionConverterFactory.scala | 2 +- .../geomesa/utils/geotools/filter/FilterFunctions.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/package.scala | 2 +- .../geomesa/utils/geotools/sft/SimpleFeatureSpec.scala | 2 +- .../geomesa/utils/geotools/sft/SimpleFeatureSpecConfig.scala | 2 +- .../geomesa/utils/geotools/sft/SimpleFeatureSpecParser.scala | 2 +- .../org/locationtech/geomesa/utils/geotools/sft/package.scala | 2 +- .../org/locationtech/geomesa/utils/index/BucketIndex.scala | 2 +- .../org/locationtech/geomesa/utils/index/ByteArrays.scala | 2 +- .../geomesa/utils/index/GeoMesaSchemaValidator.scala | 2 +- .../org/locationtech/geomesa/utils/index/IndexMode.scala | 2 +- .../locationtech/geomesa/utils/index/SimpleFeatureIndex.scala | 2 +- .../geomesa/utils/index/SizeSeparatedBucketIndex.scala | 2 +- .../org/locationtech/geomesa/utils/index/SpatialIndex.scala | 2 +- .../geomesa/utils/index/SynchronizedQuadtree.scala | 2 +- .../locationtech/geomesa/utils/index/VisibilityLevel.scala | 2 +- .../locationtech/geomesa/utils/index/WrappedQuadtree.scala | 2 +- .../org/locationtech/geomesa/utils/index/WrappedSTRtree.scala | 2 +- .../org/locationtech/geomesa/utils/index/WrapperIndex.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/ByteBuffers.scala | 2 +- .../org/locationtech/geomesa/utils/io/CloseablePool.scala | 2 +- .../org/locationtech/geomesa/utils/io/CompressionUtils.scala | 2 +- .../locationtech/geomesa/utils/io/CopyingInputStream.scala | 2 +- .../org/locationtech/geomesa/utils/io/FileSizeEstimator.scala | 2 +- .../locationtech/geomesa/utils/io/IncrementingFileName.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/PathUtils.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/SafeClose.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/SafeFlush.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/Sizable.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/WithStore.scala | 2 +- .../locationtech/geomesa/utils/io/fs/FileSystemDelegate.scala | 2 +- .../org/locationtech/geomesa/utils/io/fs/LocalDelegate.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/fs/package.scala | 2 +- .../scala/org/locationtech/geomesa/utils/io/package.scala | 2 +- .../geomesa/utils/iterators/CartesianProductIterable.scala | 2 +- .../utils/iterators/DeduplicatingSimpleFeatureIterator.scala | 2 +- .../geomesa/utils/iterators/ExceptionalIterator.scala | 2 +- .../geomesa/utils/iterators/PlaybackIterator.scala | 2 +- .../geomesa/utils/iterators/SortedMergeIterator.scala | 2 +- .../locationtech/geomesa/utils/kryo/NonMutatingInput.scala | 2 +- .../org/locationtech/geomesa/utils/stats/BinnedArray.scala | 2 +- .../org/locationtech/geomesa/utils/stats/Cardinality.scala | 2 +- .../org/locationtech/geomesa/utils/stats/CountStat.scala | 2 +- .../geomesa/utils/stats/CountingInputStream.scala | 2 +- .../locationtech/geomesa/utils/stats/DescriptiveStats.scala | 2 +- .../locationtech/geomesa/utils/stats/EnumerationStat.scala | 2 +- .../org/locationtech/geomesa/utils/stats/Frequency.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/GroupBy.scala | 2 +- .../org/locationtech/geomesa/utils/stats/Histogram.scala | 2 +- .../org/locationtech/geomesa/utils/stats/IndexCoverage.scala | 2 +- .../locationtech/geomesa/utils/stats/IteratorStackCount.scala | 2 +- .../locationtech/geomesa/utils/stats/MethodProfiling.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/MinMax.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/SeqStat.scala | 2 +- .../locationtech/geomesa/utils/stats/SimpleMatrixUtils.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/Stat.scala | 2 +- .../org/locationtech/geomesa/utils/stats/StatParser.scala | 2 +- .../org/locationtech/geomesa/utils/stats/StatSerializer.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/TopK.scala | 2 +- .../org/locationtech/geomesa/utils/stats/Z3Frequency.scala | 2 +- .../org/locationtech/geomesa/utils/stats/Z3Histogram.scala | 2 +- .../org/locationtech/geomesa/utils/text/BasicParser.scala | 2 +- .../org/locationtech/geomesa/utils/text/DateParsing.scala | 2 +- .../org/locationtech/geomesa/utils/text/DurationParsing.scala | 2 +- .../geomesa/utils/text/EnhancedTokenParsers.scala | 2 +- .../org/locationtech/geomesa/utils/text/KVPairParser.scala | 2 +- .../locationtech/geomesa/utils/text/StringSerialization.scala | 2 +- .../scala/org/locationtech/geomesa/utils/text/Suffixes.scala | 2 +- .../scala/org/locationtech/geomesa/utils/text/TextTools.scala | 2 +- .../scala/org/locationtech/geomesa/utils/text/WKUtils.scala | 2 +- .../locationtech/geomesa/utils/uuid/FeatureIdGenerator.scala | 2 +- .../geomesa/utils/uuid/IngestTimeFeatureIdGenerator.scala | 2 +- .../geomesa/utils/uuid/Version4UuidGenerator.scala | 2 +- .../geomesa/utils/uuid/Z3FeatureIdGenerator.scala | 2 +- .../geomesa/utils/collection/CloseableIterator.scala | 2 +- .../geomesa/utils/collection/CloseableIterator.scala | 2 +- .../geomesa/utils/bin/BinaryEncodeCallbackTest.scala | 2 +- .../geomesa/utils/bin/BinaryOutputEncoderTest.scala | 2 +- .../geomesa/utils/cache/FilePersistenceTest.scala | 2 +- .../geomesa/utils/cache/SoftThreadLocalTest.scala | 2 +- .../geomesa/utils/cache/ThreadLocalCacheTest.scala | 2 +- .../geomesa/utils/classpath/ClassPathUtilsTest.scala | 2 +- .../geomesa/utils/collection/AtomicBitSetTest.scala | 2 +- .../geomesa/utils/collection/CircularByteQueueTest.scala | 2 +- .../geomesa/utils/collection/CloseableIteratorTest.scala | 2 +- .../locationtech/geomesa/utils/collection/IntBitSetTest.scala | 2 +- .../geomesa/utils/collection/WordBitSetTest.scala | 2 +- .../geomesa/utils/concurrent/CachedThreadPoolTest.scala | 2 +- .../locationtech/geomesa/utils/conf/ConfigLoaderTest.scala | 2 +- .../geomesa/utils/conf/GeoMesaPropertiesTest.scala | 2 +- .../locationtech/geomesa/utils/conf/SemanticVersionTest.scala | 2 +- .../geomesa/utils/conversions/StringOpsTest.scala | 2 +- .../locationtech/geomesa/utils/geohash/BoundingBoxTest.scala | 2 +- .../org/locationtech/geomesa/utils/geohash/GeoHashTest.scala | 2 +- .../locationtech/geomesa/utils/geohash/GeohashUtilsTest.scala | 2 +- .../locationtech/geomesa/utils/geohash/GeomDistanceTest.scala | 2 +- .../locationtech/geomesa/utils/geotools/ConversionsTest.scala | 2 +- .../geomesa/utils/geotools/FeatureUtilsTest.scala | 2 +- .../utils/geotools/GenerateRichFeatureModelsTest.scala | 2 +- .../geomesa/utils/geotools/GeoMesaParamTest.scala | 2 +- .../geomesa/utils/geotools/GeometryUtilsTest.scala | 2 +- .../locationtech/geomesa/utils/geotools/GridSnapTest.scala | 2 +- .../geomesa/utils/geotools/SchemaBuilderTest.scala | 2 +- .../geomesa/utils/geotools/SftArgResolverTest.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureOrderingTest.scala | 2 +- .../geomesa/utils/geotools/SimpleFeatureTypesTest.scala | 2 +- .../utils/geotools/TypeUpdatingFeatureReaderTest.scala | 2 +- .../utils/geotools/converters/ConverterFactoriesTest.scala | 2 +- .../locationtech/geomesa/utils/index/BucketIndexTest.scala | 2 +- .../org/locationtech/geomesa/utils/index/ByteArraysTest.scala | 2 +- .../geomesa/utils/index/SizeSeparatedBucketIndexTest.scala | 2 +- .../geomesa/utils/index/SynchronizedQuadtreeTest.scala | 2 +- .../locationtech/geomesa/utils/io/FileSizeEstimatorTest.scala | 2 +- .../geomesa/utils/io/IncrementingFileNameTest.scala | 2 +- .../org/locationtech/geomesa/utils/io/SafeCloseTest.scala | 2 +- .../utils/iterators/CartesianProductIterableTest.scala | 2 +- .../iterators/DeduplicatingSimpleFeatureIteratorTest.scala | 2 +- .../geomesa/utils/iterators/PlaybackIteratorTest.scala | 2 +- .../geomesa/utils/iterators/SortedMergeIteratorTest.scala | 2 +- .../geomesa/utils/kryo/NonMutatingInputTest.scala | 2 +- .../locationtech/geomesa/utils/stats/BinnedArrayTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/CountStatTest.scala | 2 +- .../geomesa/utils/stats/DescriptiveStatsTest.scala | 2 +- .../geomesa/utils/stats/EnumerationStatTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/FrequencyTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/GroupByTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/HistogramTest.scala | 2 +- .../geomesa/utils/stats/IteratorStackCountTest.scala | 2 +- .../geomesa/utils/stats/MethodProfilingTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/MinMaxTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/SeqStatTest.scala | 2 +- .../geomesa/utils/stats/SimpleMatrixUtilsTest.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/StatTest.scala | 2 +- .../org/locationtech/geomesa/utils/stats/StatTestHelper.scala | 2 +- .../scala/org/locationtech/geomesa/utils/stats/TopKTest.scala | 2 +- .../locationtech/geomesa/utils/stats/Z3FrequencyTest.scala | 2 +- .../locationtech/geomesa/utils/stats/Z3HistogramTest.scala | 2 +- .../geomesa/utils/text/StringSerializationTest.scala | 2 +- .../org/locationtech/geomesa/utils/text/SuffixesTest.scala | 2 +- .../geomesa/utils/uuid/TimeSortedUuidGeneratorTest.scala | 2 +- .../geomesa/utils/uuid/Z3FeatureIdGeneratorTest.scala | 2 +- .../org/locationtech/geomesa/utils/zk/CuratorHelper.scala | 2 +- .../org/locationtech/geomesa/utils/zk/ZookeeperLocking.scala | 2 +- .../org/locationtech/geomesa/utils/zk/ZookeeperMetadata.scala | 2 +- .../scala/org/locationtech/geomesa/curve/BinnedTime.scala | 2 +- .../org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala | 2 +- .../org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala | 2 +- .../scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala | 2 +- .../scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala | 2 +- .../org/locationtech/geomesa/curve/NormalizedDimension.scala | 2 +- .../src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala | 2 +- .../org/locationtech/geomesa/curve/SpaceFillingCurve.scala | 2 +- .../locationtech/geomesa/curve/SpaceTimeFillingCurve.scala | 2 +- .../main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala | 2 +- .../main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala | 2 +- .../src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala | 2 +- .../src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala | 2 +- .../src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala | 2 +- .../scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala | 2 +- .../scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala | 2 +- .../scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala | 2 +- .../org/locationtech/geomesa/zorder/sfcurve/package.scala | 2 +- .../scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala | 2 +- .../locationtech/geomesa/curve/NormalizedDimensionTest.scala | 2 +- .../test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala | 2 +- .../scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala | 2 +- .../scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala | 2 +- .../test/scala/org/locationtech/geomesa/curve/Z2Test.scala | 2 +- .../test/scala/org/locationtech/geomesa/curve/Z3Test.scala | 2 +- .../org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala | 2 +- .../org/locationtech/geomesa/zorder/sfcurve/Z3RangeTest.scala | 2 +- .../org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala | 2 +- pom.xml | 2 +- 1577 files changed, 1600 insertions(+), 1600 deletions(-) diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloAuditService.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloAuditService.scala index f11941f5a689..fc79f9042b91 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloAuditService.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloAuditService.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventReader.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventReader.scala index 8bf9b4726aca..71554bcf4c82 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventReader.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventTransform.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventTransform.scala index 64c81a0c94f8..d30922f8b095 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventTransform.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventTransform.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventWriter.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventWriter.scala index d4034fb432de..1ae557de4379 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventWriter.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloEventWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransform.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransform.scala index f809b67e477f..489f1d48db56 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransform.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransform.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/ParamsAuditProvider.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/ParamsAuditProvider.scala index 6b58d5819ff3..f8518fcfc899 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/ParamsAuditProvider.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/ParamsAuditProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/SerializedQueryEvent.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/SerializedQueryEvent.scala index 62b730f8813b..f621ba9abc75 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/SerializedQueryEvent.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/audit/SerializedQueryEvent.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloBackedMetadata.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloBackedMetadata.scala index 600a31007205..f9836b8c2ec3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloBackedMetadata.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloBackedMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloClientConfig.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloClientConfig.scala index 3bd7737099d2..bacb223ab6b0 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloClientConfig.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloClientConfig.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Portions Copyright (c) 2021 The MITRE Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStore.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStore.scala index 63ad94ef9d43..4a5cc5e5bd49 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStore.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactory.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactory.scala index b60cf5808d04..110bab7162b2 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactory.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactory.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * Portions Copyright (c) 2021 The MITRE Corporation * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreParams.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreParams.scala index e3a443ac8dc4..bdeba0d4cfe3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreParams.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloIndexAdapter.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloIndexAdapter.scala index 50d4a35bcd7a..4d3b0ec37293 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloIndexAdapter.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloIndexAdapter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloQueryPlan.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloQueryPlan.scala index 284641e93c4d..5591498bc0d7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloQueryPlan.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloQueryPlan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloWritableFeature.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloWritableFeature.scala index 3c9000351c83..ff1a61174edd 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloWritableFeature.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/AccumuloWritableFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/AccumuloGeoMesaStats.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/AccumuloGeoMesaStats.scala index db526faef638..55e1f877af72 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/AccumuloGeoMesaStats.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/AccumuloGeoMesaStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombiner.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombiner.scala index 1b83acb94c88..66647b051cf7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombiner.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombiner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsRunner.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsRunner.scala index 911c1b095556..4b64d7806326 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsRunner.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/data/stats/StatsRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloFeatureIndexFactory.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloFeatureIndexFactory.scala index 3927de3436d1..d7ef19bd1cb6 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloFeatureIndexFactory.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloFeatureIndexFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloJoinIndex.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloJoinIndex.scala index 9fe0d8093b53..041b78ce64ed 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloJoinIndex.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/AccumuloJoinIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoder.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoder.scala index adcc640d4db4..1a07b9f79b04 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoder.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/JoinIndex.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/JoinIndex.scala index 4b1eeb4ceff3..8021ace3a916 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/JoinIndex.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/JoinIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV2.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV2.scala index 16a3088c307d..998ab44a66a0 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV2.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV3.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV3.scala index 24561d682302..251ad3d70dd5 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV3.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV4.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV4.scala index 68e59992bd86..54d1bcd3778b 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV4.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV4.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV5.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV5.scala index f071f0d141a9..28a817491eab 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV5.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV5.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV6.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV6.scala index 65ce5d9ed8fd..1368baa04261 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV6.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV6.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV7.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV7.scala index c07d3fe51da7..1166526aa9b3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV7.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/index/legacy/JoinIndexV7.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AgeOffIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AgeOffIterator.scala index 859a00bb5f2e..9dfe0886acd7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AgeOffIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AgeOffIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ArrowIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ArrowIterator.scala index 741a2ffbeeab..4296d372abaa 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ArrowIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ArrowIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AttributeKeyValueIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AttributeKeyValueIterator.scala index 2d7989f97c3b..68afcede31c7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AttributeKeyValueIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/AttributeKeyValueIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BaseAggregatingIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BaseAggregatingIterator.scala index 0e0ba69fa89d..3473cb27e1db 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BaseAggregatingIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BaseAggregatingIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BinAggregatingIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BinAggregatingIterator.scala index 17fb4a813ae8..f58e2c387921 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BinAggregatingIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/BinAggregatingIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DensityIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DensityIterator.scala index e0d3f7c21e3c..031a5bac2c60 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DensityIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DensityIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffIterator.scala index 2933e739cc15..ba7026346ebb 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIterator.scala index effdab5f5406..5c51a9c6cbc7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/KryoVisibilityRowEncoder.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/KryoVisibilityRowEncoder.scala index 80c3fa78d6e6..dfec9091a1f4 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/KryoVisibilityRowEncoder.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/KryoVisibilityRowEncoder.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ProjectVersionIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ProjectVersionIterator.scala index 9483be0caa14..f96662e4dc93 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ProjectVersionIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/ProjectVersionIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/RowFilterIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/RowFilterIterator.scala index d852327a6837..6e64514875d3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/RowFilterIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/RowFilterIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S2Iterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S2Iterator.scala index 504db9891fb0..9c562a2a4963 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S2Iterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S2Iterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S3Iterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S3Iterator.scala index faaedeb6718b..8cae6bae163e 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S3Iterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/S3Iterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/StatsIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/StatsIterator.scala index afca66c0cfe2..9f0acb7467eb 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/StatsIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/StatsIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/VisibilityIterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/VisibilityIterator.scala index 197c411092da..a52d88549c87 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/VisibilityIterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/VisibilityIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z2Iterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z2Iterator.scala index 1d9e441b3530..0a882670a5a4 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z2Iterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z2Iterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z3Iterator.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z3Iterator.scala index f57ea3d058da..b756994ec60b 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z3Iterator.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/iterators/Z3Iterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/package.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/package.scala index 988dd885f13d..e06029499cd6 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/package.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilder.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilder.scala index 5217f854d523..73e3b6cdc5d0 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilder.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScanner.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScanner.scala index 895530b1be6e..324f85b49d7f 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScanner.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScanner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfig.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfig.scala index 19bb7dc46ac2..99151751be06 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfig.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfig.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/TableUtils.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/TableUtils.scala index e9e8d8e74167..cfe1de79ab27 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/TableUtils.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/main/scala/org/locationtech/geomesa/accumulo/util/TableUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/java/org/locationtech/geomesa/accumulo/DocumentationTest.java b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/java/org/locationtech/geomesa/accumulo/DocumentationTest.java index 2392de1de549..4250e089ab9e 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/java/org/locationtech/geomesa/accumulo/DocumentationTest.java +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/java/org/locationtech/geomesa/accumulo/DocumentationTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/MiniCluster.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/MiniCluster.scala index 7982ed2d0437..054a82b0f4e7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/MiniCluster.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/MiniCluster.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithDataStore.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithDataStore.scala index 9276173807dd..df061a62e9d8 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithDataStore.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithFeatureType.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithFeatureType.scala index ee9aff3d8107..1f9c2b842685 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithFeatureType.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithFeatureType.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithMultipleSfts.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithMultipleSfts.scala index 6d6f84d8d3a9..4a08046d70b4 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithMultipleSfts.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/TestWithMultipleSfts.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransformTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransformTest.scala index e1852e6b2f37..0ee970cde114 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransformTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/audit/AccumuloQueryEventTransformTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAlterSchemaTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAlterSchemaTest.scala index c0e1a49d2903..a477ff60a451 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAlterSchemaTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAlterSchemaTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAttributeVisibilityTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAttributeVisibilityTest.scala index d2a3c346bb59..0dc3305d8860 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAttributeVisibilityTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAttributeVisibilityTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAuthTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAuthTest.scala index c26c1704c67c..9920a2bf1490 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAuthTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreAuthTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreColumnGroupsTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreColumnGroupsTest.scala index e0a94e17552e..55f1c00f7916 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreColumnGroupsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreColumnGroupsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreDeleteTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreDeleteTest.scala index bc6415d6780c..d3740faf3b53 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreDeleteTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreDeleteTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactoryTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactoryTest.scala index d24e279d6ef7..8f40ed5b9ea0 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactoryTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFactoryTest.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFilterTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFilterTest.scala index b7df6b6a1ea5..6d6e7b04fdcf 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFilterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreFilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreIdlTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreIdlTest.scala index 1c2b4832642d..4c6207c96d5d 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreIdlTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreIdlTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreJsonTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreJsonTest.scala index 163e1d97a9ba..14f728fa1525 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreJsonTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreJsonTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreKeywordsTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreKeywordsTest.scala index 853e452b260c..1ebe1dc36f47 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreKeywordsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreKeywordsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreNullAttributeVisibilityTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreNullAttributeVisibilityTest.scala index 0d2d73e47ccf..e18758596b76 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreNullAttributeVisibilityTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreNullAttributeVisibilityTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Crown Copyright (c) 2016-2023 Dstl + * Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreQueryTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreQueryTest.scala index c838572f667e..ffed58190fd1 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreQueryTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreQueryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreSortTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreSortTest.scala index f4f9a31d1ca6..62b53e976d4d 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreSortTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreSortTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreStatsTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreStatsTest.scala index a98415705fba..5f3460793887 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreStatsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreStatsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTest.scala index ba10a5204654..e3707477ff67 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTransformsTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTransformsTest.scala index e9244db54193..f6461f685dcc 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTransformsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreTransformsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreUuidTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreUuidTest.scala index 42c27ccb2fb5..420de5df7ebf 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreUuidTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloDataStoreUuidTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureReaderTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureReaderTest.scala index 15ca4f856c91..493812a625f6 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureReaderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureReaderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureWriterTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureWriterTest.scala index 49537cb14c20..37d3cff25630 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureWriterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloFeatureWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloPartitioningTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloPartitioningTest.scala index 7b7283ca9211..d9fe86f3b057 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloPartitioningTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/AccumuloPartitioningTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/BackCompatibilityIT.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/BackCompatibilityIT.scala index 6f9b852d0302..638b87b2d595 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/BackCompatibilityIT.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/BackCompatibilityIT.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ComplexFeatureTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ComplexFeatureTest.scala index 467a6d23a556..ceee265ab7c9 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ComplexFeatureTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ComplexFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/DateIndexTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/DateIndexTest.scala index 426860c3f07e..37dd55b5ae46 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/DateIndexTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/DateIndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/HighCardinalityAttributeOrQueryTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/HighCardinalityAttributeOrQueryTest.scala index b225db6bd5dd..5acd69fce3da 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/HighCardinalityAttributeOrQueryTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/HighCardinalityAttributeOrQueryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/LiveAccumuloDataStoreTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/LiveAccumuloDataStoreTest.scala index 85cb017d315a..3502ffd68b92 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/LiveAccumuloDataStoreTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/LiveAccumuloDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/VisibilitiesTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/VisibilitiesTest.scala index 9a734836f9d4..14cfab4772bb 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/VisibilitiesTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/VisibilitiesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZIntervalTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZIntervalTest.scala index 98fc1b7c9558..53a264cc24bb 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZIntervalTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZIntervalTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZLineTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZLineTest.scala index 09e95b99bbba..959cb006597b 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZLineTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/ZLineTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombinerTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombinerTest.scala index 160eff22e633..b1167b1f91ef 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombinerTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/StatsCombinerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/AccumuloEventWriterTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/AccumuloEventWriterTest.scala index e343542c4665..8ee14bf9af82 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/AccumuloEventWriterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/AccumuloEventWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/QueryStatTransformTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/QueryStatTransformTest.scala index c4a2d4ca1c87..b4310695bd9a 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/QueryStatTransformTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/QueryStatTransformTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/UsageStatReaderTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/UsageStatReaderTest.scala index 243a5bf5f4d6..11691fa5f2e4 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/UsageStatReaderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/data/stats/usage/UsageStatReaderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/BoundsFilterVisitorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/BoundsFilterVisitorTest.scala index 32ecaf3b9cf7..e7976e365bcb 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/BoundsFilterVisitorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/BoundsFilterVisitorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/FilterTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/FilterTest.scala index 139ead85868b..39e277638578 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/FilterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/FilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/TestFilters.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/TestFilters.scala index edab4a2cf02c..53d2e27636f7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/TestFilters.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/filter/TestFilters.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttrKeyPlusValueIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttrKeyPlusValueIteratorTest.scala index cddae2f9c724..4c0ab68d6008 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttrKeyPlusValueIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttrKeyPlusValueIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexStrategyTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexStrategyTest.scala index d71b9a33434d..d38bff54d1cd 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexStrategyTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexValuesTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexValuesTest.scala index 90babb909ff0..bc9013ae18da 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexValuesTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/AttributeIndexValuesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/BinLineStringTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/BinLineStringTest.scala index 5765cf981e77..4b30bcedb513 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/BinLineStringTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/BinLineStringTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigurableIndexesTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigurableIndexesTest.scala index a7966c55efd1..6c7488f9ae11 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigurableIndexesTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigurableIndexesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigureShardsTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigureShardsTest.scala index 56083c5f4180..a4774887ff98 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigureShardsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/ConfigureShardsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/CoveringAttributeIndexTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/CoveringAttributeIndexTest.scala index 689ebcf58ee4..eed85b77fe65 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/CoveringAttributeIndexTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/CoveringAttributeIndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/FilterHelperTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/FilterHelperTest.scala index b17678fd8a9a..1960a20d1564 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/FilterHelperTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/FilterHelperTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexPackageObjectTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexPackageObjectTest.scala index 34ca346bac48..b10fa0011417 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexPackageObjectTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexPackageObjectTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoderTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoderTest.scala index d8764749bd49..10605a1fe12e 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/IndexValueEncoderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryFilterSplitterTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryFilterSplitterTest.scala index 1178ef823213..b113400b82e9 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryFilterSplitterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryFilterSplitterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryPlannerTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryPlannerTest.scala index ad0c5f36822c..8bd873c6e78a 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryPlannerTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryPlannerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryStrategyDeciderTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryStrategyDeciderTest.scala index 7179dd9e6a91..2f774759afe3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryStrategyDeciderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/QueryStrategyDeciderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/RecordIdxStrategyTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/RecordIdxStrategyTest.scala index ff3ae0b9f3b6..a206bae67216 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/RecordIdxStrategyTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/RecordIdxStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S2IndexTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S2IndexTest.scala index a8778647271a..ee3e8c71f423 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S2IndexTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S2IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S3IndexTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S3IndexTest.scala index 25b7347030f6..f2ad01d4c239 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S3IndexTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/S3IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/TemporalIndexCheckTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/TemporalIndexCheckTest.scala index ea0414198597..8b2c1b8423b3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/TemporalIndexCheckTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/TemporalIndexCheckTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZ2IdxStrategyTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZ2IdxStrategyTest.scala index eb3c404e09ab..573ab7c97a96 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZ2IdxStrategyTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZ2IdxStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZConfigurationTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZConfigurationTest.scala index 07cfe0151132..66fd500803f5 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZConfigurationTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/XZConfigurationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z2IdxStrategyTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z2IdxStrategyTest.scala index 4ad4479dc601..f8121fab1c60 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z2IdxStrategyTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z2IdxStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z3IdxStrategyTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z3IdxStrategyTest.scala index 8f7a50a60739..f6f0407c0d4f 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z3IdxStrategyTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/index/Z3IdxStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowBatchIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowBatchIteratorTest.scala index f4d4983ed223..cbe151f1d243 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowBatchIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowBatchIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDeltaIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDeltaIteratorTest.scala index c03dd2054c88..db4194f47f59 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDeltaIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDeltaIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDictionaryTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDictionaryTest.scala index f82a0d83d81f..d0b3914cb1bf 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDictionaryTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowDictionaryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowMultiPointTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowMultiPointTest.scala index 65990e02f08e..e792729254e1 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowMultiPointTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/ArrowMultiPointTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexFilteringIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexFilteringIteratorTest.scala index 0530e1d7270c..3a832cfdd3a7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexFilteringIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexFilteringIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexIteratorTest.scala index 94ee823057b6..d094a3d7af31 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/AttributeIndexIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DensityIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DensityIteratorTest.scala index 754a4a12b085..f56015d5820d 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DensityIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DensityIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffTest.scala index d31d4f2466af..530c35421d14 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/DtgAgeOffTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIteratorTest.scala index 84c9f2e8d2f8..5c9a9f6839d3 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/FilterTransformIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/KryoLazyStatsIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/KryoLazyStatsIteratorTest.scala index d3a2b4faa0ce..bf86031b409f 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/KryoLazyStatsIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/KryoLazyStatsIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/LiveDensityIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/LiveDensityIteratorTest.scala index c2bf765b5794..20bfad3a2fbf 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/LiveDensityIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/LiveDensityIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/MultiIteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/MultiIteratorTest.scala index bb2000ecd088..8b2433b06300 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/MultiIteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/MultiIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/TestData.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/TestData.scala index 6311f604eb0f..806b264a705e 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/TestData.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/TestData.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/Z3IteratorTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/Z3IteratorTest.scala index 0d66d80ac0ac..ff299af287c7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/Z3IteratorTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/iterators/Z3IteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilderTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilderTest.scala index 6d36ed52896d..6d5955ffe8fa 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/AccumuloSchemaBuilderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScannerTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScannerTest.scala index 1562bb2a4f12..6e6c79818bf5 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScannerTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/BatchMultiScannerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfigTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfigTest.scala index df10504b364b..4e3db0c95332 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfigTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/accumulo/util/GeoMesaBatchWriterConfigTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala index 73b84c27e3cb..476b6a2ccb7c 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewTest.scala index 9f329367b735..90745226b964 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala index d1ac6e9f8fee..99f57cbf44e4 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala index f64ae375075f..aa6d2f9495b7 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/JoinProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/JoinProcessTest.scala index 87ed7b77c40b..998840854730 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/JoinProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/JoinProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcessTest.scala index 54956373b366..2ca2aadf42f9 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala index 27d4c8be7153..c809c815a64b 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala index 11266e6fa234..110b61d459a2 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala index 93053d0b8249..da64406576de 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala index 298f605f345d..9b94c9c211cd 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala index 7bbb3092ce3e..4d70c68a443e 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeBinTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeBinTest.scala index 15729acd774a..56d642a025e0 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeBinTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeBinTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeSelectProcessTest.scala b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeSelectProcessTest.scala index 95a7637b6a9e..9d08a597dffc 100644 --- a/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeSelectProcessTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-datastore/src/test/scala/org/locationtech/geomesa/process/tube/TubeSelectProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala/org/locationtech/geomesa/accmulo/dr/ScalaDocs.scala b/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala/org/locationtech/geomesa/accmulo/dr/ScalaDocs.scala index 0154cc2fd544..17da00128593 100644 --- a/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala/org/locationtech/geomesa/accmulo/dr/ScalaDocs.scala +++ b/geomesa-accumulo/geomesa-accumulo-distributed-runtime/src/main/scala/org/locationtech/geomesa/accmulo/dr/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureCountJob.java b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureCountJob.java index 6fdad2f3ff67..7cca8733b8a6 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureCountJob.java +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureCountJob.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureWriterJob.java b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureWriterJob.java index 95beac3dfe0e..ff8175df935f 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureWriterJob.java +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/FeatureWriterJob.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/GeoMesaAccumuloInputFormat.java b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/GeoMesaAccumuloInputFormat.java index 653b23fba42a..91ee683f24a1 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/GeoMesaAccumuloInputFormat.java +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/java/org/locationtech/geomesa/accumulo/jobs/mapreduce/interop/GeoMesaAccumuloInputFormat.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/AccumuloJobUtils.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/AccumuloJobUtils.scala index e51f872c82bd..fec31ce1e358 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/AccumuloJobUtils.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/AccumuloJobUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/GeoMesaArgs.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/GeoMesaArgs.scala index fdad681b44a5..08b59047ea2b 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/GeoMesaArgs.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/GeoMesaArgs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/AttributeIndexJob.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/AttributeIndexJob.scala index 1ab3e0b9bf89..e77774356c14 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/AttributeIndexJob.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/AttributeIndexJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/SchemaCopyJob.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/SchemaCopyJob.scala index 2efc18ae20a9..34d8483b4709 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/SchemaCopyJob.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/SchemaCopyJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/WriteIndexJob.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/WriteIndexJob.scala index 643ab67ce898..b6e8d1a1c379 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/WriteIndexJob.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/index/WriteIndexJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloFileOutputFormat.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloFileOutputFormat.scala index 147b3a805298..faf32894c90d 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloFileOutputFormat.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloFileOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloInputFormat.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloInputFormat.scala index 4e03d3c53cc8..ab7f6c4e565b 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloInputFormat.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/GeoMesaAccumuloInputFormat.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/package.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/package.scala index c1a1983d3811..dc0e2ec0be60 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/package.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/main/scala/org/locationtech/geomesa/accumulo/jobs/mapreduce/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala/org/locationtech/geomesa/jobs/accumulo/AccumuloJobUtilsTest.scala b/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala/org/locationtech/geomesa/jobs/accumulo/AccumuloJobUtilsTest.scala index a165b6cbea01..8375160f0c4f 100644 --- a/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala/org/locationtech/geomesa/jobs/accumulo/AccumuloJobUtilsTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-jobs/src/test/scala/org/locationtech/geomesa/jobs/accumulo/AccumuloJobUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala index 1fe4408a275d..2fbe219cbc99 100644 --- a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala +++ b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSparkProviderTest.scala b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSparkProviderTest.scala index c0103a8d07c4..6915a671f2fc 100644 --- a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSparkProviderTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo20/src/test/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSparkProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala index 1fe4408a275d..2fbe219cbc99 100644 --- a/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala +++ b/geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo21/src/main/scala/org/locationtech/geomesa/accumulo/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSpatialRDDProvider.scala b/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSpatialRDDProvider.scala index 27d0d6d7a8bc..a34a52642c38 100644 --- a/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSpatialRDDProvider.scala +++ b/geomesa-accumulo/geomesa-accumulo-spark/src/main/scala/org/locationtech/geomesa/accumulo/spark/AccumuloSpatialRDDProvider.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloDataStoreCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloDataStoreCommand.scala index 3c64e9e21b93..ca39f61b1f31 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloDataStoreCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloDataStoreCommand.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloParams.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloParams.scala index 70d3a10a7e8f..bf5f45930ef0 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloParams.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloRunner.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloRunner.scala index 66f6d9ddd76b..f7d4bf26d081 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloRunner.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/AccumuloRunner.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloAgeOffCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloAgeOffCommand.scala index 03d8dc819159..a1a38bd9ef87 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloAgeOffCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloAgeOffCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloCompactCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloCompactCommand.scala index 2a1c4605926a..0b14460a3ca6 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloCompactCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloCompactCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloManagePartitionsCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloManagePartitionsCommand.scala index 1c400921de9a..3b59d04ba984 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloManagePartitionsCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AccumuloManagePartitionsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddAttributeIndexCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddAttributeIndexCommand.scala index 86cb208bfcc8..6481eb609b1b 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddAttributeIndexCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddAttributeIndexCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddIndexCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddIndexCommand.scala index 627412260e31..af29f94d6eee 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddIndexCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/AddIndexCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/TableConfCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/TableConfCommand.scala index c88f33f37035..73abd1e69c9c 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/TableConfCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/data/TableConfCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExplainCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExplainCommand.scala index ab866ed72a88..376cda9edd1f 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExplainCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExplainCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommand.scala index 591c3b3b0898..5e11f4df1982 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloPlaybackCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloPlaybackCommand.scala index ca172d0a613f..10273accd447 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloPlaybackCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloPlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloBulkIngestCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloBulkIngestCommand.scala index 3896bbfd7b11..16ccc48ae4cf 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloBulkIngestCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloBulkIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloDeleteFeaturesCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloDeleteFeaturesCommand.scala index d2af6fb166d6..c70f11f0e1d8 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloDeleteFeaturesCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloIngestCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloIngestCommand.scala index 74bd9c49dbd4..b950f110a06f 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloIngestCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/ingest/AccumuloIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloCreateSchemaCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloCreateSchemaCommand.scala index 174a5b369b8a..3040f7853925 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloCreateSchemaCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloDeleteCatalogCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloDeleteCatalogCommand.scala index 57b74f5b631f..8810c42ec52a 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloDeleteCatalogCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloDeleteCatalogCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloRemoveSchemaCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloRemoveSchemaCommand.scala index c873053201bc..6f1c07cbca23 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloRemoveSchemaCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloUpdateSchemaCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloUpdateSchemaCommand.scala index f0b757d1194a..97ca58846f64 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloUpdateSchemaCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/schema/AccumuloUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsAnalyzeCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsAnalyzeCommand.scala index a10abb078d15..135ef1238442 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsAnalyzeCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsAnalyzeCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsBoundsCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsBoundsCommand.scala index 7ed921bca3b7..e7a11eb197ee 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsBoundsCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsConfigureCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsConfigureCommand.scala index 496c8493b4a5..ec89d84b4525 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsConfigureCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsConfigureCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsCountCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsCountCommand.scala index 3701ccfb7128..741925211e5c 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsCountCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsHistogramCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsHistogramCommand.scala index 96642bebfa9c..57aa89bc8c2d 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsHistogramCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsTopKCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsTopKCommand.scala index 2ae1beeaf140..46dd5f4b13ab 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsTopKCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/stats/AccumuloStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloDescribeSchemaCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloDescribeSchemaCommand.scala index 3700e7c10f1a..a33a20185011 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloDescribeSchemaCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetSftConfigCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetSftConfigCommand.scala index 4916e738bc39..11c3b93db527 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetSftConfigCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetTypeNamesCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetTypeNamesCommand.scala index b02a162262f5..b3af2f3b0673 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetTypeNamesCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloVersionRemoteCommand.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloVersionRemoteCommand.scala index 9ac2705159bc..3b5bce3b922a 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloVersionRemoteCommand.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/main/scala/org/locationtech/geomesa/accumulo/tools/status/AccumuloVersionRemoteCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommandTest.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommandTest.scala index 5e84bb30f55f..82d43774770d 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommandTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/AccumuloExportCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/FeatureExporterTest.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/FeatureExporterTest.scala index 4fc9f2472726..35a5571d4a22 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/FeatureExporterTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/export/FeatureExporterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/IngestCommandTest.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/IngestCommandTest.scala index 7e816de27f6e..fd8847590272 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/IngestCommandTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/IngestCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/ShpIngestTest.scala b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/ShpIngestTest.scala index 4dbd2e5cc7c7..57c64d431efb 100644 --- a/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/ShpIngestTest.scala +++ b/geomesa-accumulo/geomesa-accumulo-tools/src/test/scala/org/locationtech/geomesa/accumulo/tools/ingest/ShpIngestTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStore.scala b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStore.scala index edffd93f2210..209e86645913 100644 --- a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStore.scala +++ b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreFactory.scala b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreFactory.scala index 9f4c9cec9f2b..ab0b7d36039f 100644 --- a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreFactory.scala +++ b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowFeatureStore.scala b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowFeatureStore.scala index af0e6908a761..de995e9f2c99 100644 --- a/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowFeatureStore.scala +++ b/geomesa-arrow/geomesa-arrow-datastore/src/main/scala/org/locationtech/geomesa/arrow/data/ArrowFeatureStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-datastore/src/test/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreTest.scala b/geomesa-arrow/geomesa-arrow-datastore/src/test/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreTest.scala index 1ed36fdf65c5..b9ef17b7172a 100644 --- a/geomesa-arrow/geomesa-arrow-datastore/src/test/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreTest.scala +++ b/geomesa-arrow/geomesa-arrow-datastore/src/test/scala/org/locationtech/geomesa/arrow/data/ArrowDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/features/ArrowSimpleFeature.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/features/ArrowSimpleFeature.scala index 77858c2e0f36..c43289342461 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/features/ArrowSimpleFeature.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/features/ArrowSimpleFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/filter/ArrowFilterOptimizer.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/filter/ArrowFilterOptimizer.scala index c9865c6b6f18..4ae88c776e62 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/filter/ArrowFilterOptimizer.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/filter/ArrowFilterOptimizer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/BatchWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/BatchWriter.scala index 1d1714c0b816..7c8ae7a894ec 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/BatchWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/BatchWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/ConcatenatedFileWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/ConcatenatedFileWriter.scala index 05ee0e81d595..f8b1cc46797f 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/ConcatenatedFileWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/ConcatenatedFileWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DeltaWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DeltaWriter.scala index 0e17495af246..72ba02216cb5 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DeltaWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DeltaWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriter.scala index 4127d39fb66f..0050a493f374 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileReader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileReader.scala index c0075146933e..1eadcf387a2f 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileReader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileWriter.scala index 23bef60c8154..c0cc2f29362f 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/package.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/package.scala index 0de20b742163..94a3de90bfbd 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/package.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/CachingSimpleFeatureArrowFileReader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/CachingSimpleFeatureArrowFileReader.scala index eed364069f52..627be7eb2fe8 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/CachingSimpleFeatureArrowFileReader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/CachingSimpleFeatureArrowFileReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/StreamingSimpleFeatureArrowFileReader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/StreamingSimpleFeatureArrowFileReader.scala index bf11a7a50781..377505b99a59 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/StreamingSimpleFeatureArrowFileReader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/reader/StreamingSimpleFeatureArrowFileReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchLoader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchLoader.scala index c98c63bdba94..0e861872ee95 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchLoader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchUnloader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchUnloader.scala index 1b0e178d0e91..4ec051731f82 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchUnloader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/io/records/RecordBatchUnloader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/package.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/package.scala index e947bcaf2157..d46872214b9c 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/package.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeReader.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeReader.scala index 5ca02764575f..eec060b51618 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeReader.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeWriter.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeWriter.scala index 65f874bfe03f..f00f7d60a852 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeWriter.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowAttributeWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowDictionary.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowDictionary.scala index cf4b74f66b41..522bdf31b751 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowDictionary.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/ArrowDictionary.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVector.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVector.scala index b6d728e7015c..e477c48d8aad 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVector.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVector.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/package.scala b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/package.scala index 99986865ae6c..0e82f2a83805 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/package.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/main/scala/org/locationtech/geomesa/arrow/vector/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/BatchWriterTest.scala b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/BatchWriterTest.scala index 37ca1b1327f4..1e3de6e1425b 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/BatchWriterTest.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/BatchWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DeltaWriterTest.scala b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DeltaWriterTest.scala index 22fd8719cf82..5bfe6667d1c0 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DeltaWriterTest.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DeltaWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriterTest.scala b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriterTest.scala index 346d41226eec..8255c55c0c5b 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriterTest.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/DictionaryBuildingWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileTest.scala b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileTest.scala index eaedf7c88a91..7fb12c8202af 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileTest.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/io/SimpleFeatureArrowFileTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVectorTest.scala b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVectorTest.scala index b34bc9874122..bf78129fc728 100644 --- a/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVectorTest.scala +++ b/geomesa-arrow/geomesa-arrow-gt/src/test/scala/org/locationtech/geomesa/arrow/vector/SimpleFeatureVectorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryFields.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryFields.java index 75568f4bf3ad..9941352163f0 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryFields.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryFields.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryVector.java index 6019bee7292e..42bdd86dc47e 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/GeometryVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringFloatVector.java index cbe209ca03f8..e6422af54b51 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringVector.java index e35452611294..6f9aef73c551 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/LineStringVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringFloatVector.java index 4b1d1a9681fb..bbba3e638b4b 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringVector.java index 8999a0abc589..876fb34642b9 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiLineStringVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointFloatVector.java index 020b5f0fb1b5..4ce6e3ca0e72 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointVector.java index e54b7ab37a97..aeb4905d9b6f 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPointVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonFloatVector.java index 99090ec03c80..5410adfc52e6 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonVector.java index 1524f66e4463..a12da2b59db4 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/MultiPolygonVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointFloatVector.java index 50ad3fb49476..410492112b73 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointVector.java index d239b386ad3b..5e09e8eea2de 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PointVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonFloatVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonFloatVector.java index 86b27cc860fd..49879d56ff89 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonFloatVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonFloatVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonVector.java index d2fcea341c96..014e48c66057 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/PolygonVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/WKBGeometryVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/WKBGeometryVector.java index 3be52a0cbee4..33a6cb731553 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/WKBGeometryVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/WKBGeometryVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractGeometryVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractGeometryVector.java index 4bca5004745b..f952561438e1 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractGeometryVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractGeometryVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractLineStringVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractLineStringVector.java index 0bbe2dacbe9d..c6c2d009ea6c 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractLineStringVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractLineStringVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiLineStringVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiLineStringVector.java index 2c3d7fbc3007..05a33f837131 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiLineStringVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiLineStringVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPointVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPointVector.java index ad27f580fd21..460c7775fc71 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPointVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPointVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPolygonVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPolygonVector.java index b143b9bd7822..be9b53bffaf3 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPolygonVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractMultiPolygonVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPointVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPointVector.java index 504965b341a5..761b7c845ea0 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPointVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPointVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPolygonVector.java b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPolygonVector.java index b873a641cea0..eb4f2b15a648 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPolygonVector.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/main/java/org/locationtech/geomesa/arrow/jts/impl/AbstractPolygonVector.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-jts/src/test/java/org/locationtech/geomesa/arrow/vector/GeometryVectorTest.java b/geomesa-arrow/geomesa-arrow-jts/src/test/java/org/locationtech/geomesa/arrow/vector/GeometryVectorTest.java index 6118561bb3ad..a012b9ddca4b 100644 --- a/geomesa-arrow/geomesa-arrow-jts/src/test/java/org/locationtech/geomesa/arrow/vector/GeometryVectorTest.java +++ b/geomesa-arrow/geomesa-arrow-jts/src/test/java/org/locationtech/geomesa/arrow/vector/GeometryVectorTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowDataStoreCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowDataStoreCommand.scala index b34eec71ccb5..3d304d4cb23b 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowDataStoreCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowRunner.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowRunner.scala index 81620a2ef5ce..2747295c4bb7 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowRunner.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ArrowRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/export/ArrowExportCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/export/ArrowExportCommand.scala index 7cedbdb71879..58fc17e1e59c 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/export/ArrowExportCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/export/ArrowExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ingest/ArrowIngestCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ingest/ArrowIngestCommand.scala index b1571442b7dc..95878d0635ea 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ingest/ArrowIngestCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/ingest/ArrowIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsBoundsCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsBoundsCommand.scala index 9e35f0b28eab..4c8396f10d20 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsBoundsCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsCountCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsCountCommand.scala index f44e26fbcd1a..021a9f19c1f0 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsCountCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsHistogramCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsHistogramCommand.scala index ed34a33fa4cb..5cec6cd7c652 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsHistogramCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsTopKCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsTopKCommand.scala index 4657094d23a8..3f942533f1d1 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsTopKCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/stats/ArrowStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowDescribeSchemaCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowDescribeSchemaCommand.scala index af64bbbaac78..5e34e2b132cf 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowDescribeSchemaCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetSftConfigCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetSftConfigCommand.scala index 081f10df7af4..50c4bd54c787 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetSftConfigCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetTypeNamesCommand.scala b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetTypeNamesCommand.scala index 4645828dcbef..625a5911cee7 100644 --- a/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetTypeNamesCommand.scala +++ b/geomesa-arrow/geomesa-arrow-tools/src/main/scala/org/locationtech/geomesa/arrow/tools/status/ArrowGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraBackedMetadata.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraBackedMetadata.scala index 090677c11247..1397aeff55de 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraBackedMetadata.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraBackedMetadata.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStore.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStore.scala index 6580c77e794a..cea3ce9ea790 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStore.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStore.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreFactory.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreFactory.scala index 416a338ef4b2..4d5e34bc00c7 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreFactory.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreFactory.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraIndexAdapter.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraIndexAdapter.scala index 06363b943fcf..33d2a4bd6214 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraIndexAdapter.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraIndexAdapter.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraQueryPlan.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraQueryPlan.scala index 34cf54ad3051..b2c016ef75cc 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraQueryPlan.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/data/CassandraQueryPlan.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/AttributeColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/AttributeColumnMapper.scala index dc20bda69bf9..490488d72433 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/AttributeColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/AttributeColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/CassandraColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/CassandraColumnMapper.scala index 743de7eb17ef..2d3b43162b78 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/CassandraColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/CassandraColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/IdColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/IdColumnMapper.scala index e3f61da2094f..871e3554df84 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/IdColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/IdColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/SharedAttributeColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/SharedAttributeColumnMapper.scala index 693594715af2..069603d846d4 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/SharedAttributeColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/SharedAttributeColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z2ColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z2ColumnMapper.scala index cc57e5fa8226..70233ca8855b 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z2ColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z2ColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z3ColumnMapper.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z3ColumnMapper.scala index 109602761795..5a23a66e89cf 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z3ColumnMapper.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/index/Z3ColumnMapper.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/package.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/package.scala index ea07b4687438..be7b67aa72eb 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/package.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/package.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2017-2023 IBM - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2017-2024 IBM + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/utils/CassandraBatchScan.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/utils/CassandraBatchScan.scala index c8ae79a8193d..9c3cf21ff4b5 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/utils/CassandraBatchScan.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/main/scala/org/locationtech/geomesa/cassandra/utils/CassandraBatchScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreTest.scala b/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreTest.scala index 558f9515138e..774a062c338c 100644 --- a/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreTest.scala +++ b/geomesa-cassandra/geomesa-cassandra-datastore/src/test/scala/org/locationtech/geomesa/cassandra/data/CassandraDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraConnectionParams.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraConnectionParams.scala index 7a43c4eb7424..fbdc9856b0f3 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraConnectionParams.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraConnectionParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraDataStoreCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraDataStoreCommand.scala index b8a2b3e6e7fa..6f6a1a6615ed 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraDataStoreCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraRunner.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraRunner.scala index df3216be7f6b..1bbd58cd0ca1 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraRunner.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/CassandraRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraCreateSchemaCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraCreateSchemaCommand.scala index b0689d2c62a6..71654bdf0dcd 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraCreateSchemaCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDeleteFeaturesCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDeleteFeaturesCommand.scala index 826414b76964..2e2749f102a9 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDeleteFeaturesCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDescribeSchemaCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDescribeSchemaCommand.scala index 2b3a3a9fab89..b28c8a9111b5 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDescribeSchemaCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraExplainCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraExplainCommand.scala index d33c8615de4c..7e043a381f0c 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraExplainCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraExplainCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetSftConfigCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetSftConfigCommand.scala index c09f77ef0566..7f15c24e314d 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetSftConfigCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetTypeNamesCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetTypeNamesCommand.scala index 3da17f839576..52bd1f60e515 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetTypeNamesCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraIngestCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraIngestCommand.scala index c0f1a19b01c8..8e67992bc2f2 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraIngestCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraRemoveSchemaCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraRemoveSchemaCommand.scala index 3a9f427575d2..06721ceb55b8 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraRemoveSchemaCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraUpdateSchemaCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraUpdateSchemaCommand.scala index a2e67b2df15b..af59155f622c 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraUpdateSchemaCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/commands/CassandraUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraExportCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraExportCommand.scala index 7512d2f416bd..25dd039dff8f 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraExportCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraPlaybackCommand.scala b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraPlaybackCommand.scala index 79df589617dc..264615c23139 100644 --- a/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraPlaybackCommand.scala +++ b/geomesa-cassandra/geomesa-cassandra-tools/src/main/scala/org/locationtech/geomesa/cassandra/tools/export/CassandraPlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/main/scala/org/locationtech/geomesa/convert/all/TypeAwareInference.scala b/geomesa-convert/geomesa-convert-all/src/main/scala/org/locationtech/geomesa/convert/all/TypeAwareInference.scala index e7ea86dfaa7a..622cff2daccf 100644 --- a/geomesa-convert/geomesa-convert-all/src/main/scala/org/locationtech/geomesa/convert/all/TypeAwareInference.scala +++ b/geomesa-convert/geomesa-convert-all/src/main/scala/org/locationtech/geomesa/convert/all/TypeAwareInference.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/java/org/locationtech/geomesa/convert/JavaConvertersTest.java b/geomesa-convert/geomesa-convert-all/src/test/java/org/locationtech/geomesa/convert/JavaConvertersTest.java index ad226d76530f..99e1d18d1c70 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/java/org/locationtech/geomesa/convert/JavaConvertersTest.java +++ b/geomesa-convert/geomesa-convert-all/src/test/java/org/locationtech/geomesa/convert/JavaConvertersTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/ApiTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/ApiTest.scala index 7dd109887031..c69af3cdcfe4 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/ApiTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/ApiTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/FindConvertersTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/FindConvertersTest.scala index 78f2f31f60d5..5da7456100d4 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/FindConvertersTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/FindConvertersTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/URLConfigProviderTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/URLConfigProviderTest.scala index 3071e9f4e6a5..8b473060a5d9 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/URLConfigProviderTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/URLConfigProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/CompositeTextConverterTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/CompositeTextConverterTest.scala index b47073941aaf..d2659991988b 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/CompositeTextConverterTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/CompositeTextConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/EnrichmentCacheTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/EnrichmentCacheTest.scala index 7b24c9a11e35..2fc0f7f0c68e 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/EnrichmentCacheTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/EnrichmentCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/ScriptingFunctionFactoryTest.scala b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/ScriptingFunctionFactoryTest.scala index 6554051af13c..77f4835774fb 100644 --- a/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/ScriptingFunctionFactoryTest.scala +++ b/geomesa-convert/geomesa-convert-all/src/test/scala/org/locationtech/geomesa/convert/testing/ScriptingFunctionFactoryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverter.scala b/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverter.scala index caa8b9fc6784..9c0cdfc93508 100644 --- a/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverter.scala +++ b/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterFactory.scala b/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterFactory.scala index 753d9a480d83..5e00178c4d23 100644 --- a/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-avro-schema-registry/src/main/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterTest.scala b/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterTest.scala index d2dfe1c64cd1..ebf734c62494 100644 --- a/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterTest.scala +++ b/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryUtils.scala b/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryUtils.scala index 557ad02d7de5..b3a4038788f6 100644 --- a/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryUtils.scala +++ b/geomesa-convert/geomesa-convert-avro-schema-registry/src/test/scala/org/locationtech/geomesa/convert/avro/registry/AvroSchemaRegistryUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverter.scala b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverter.scala index 93882abf3d0c..857cadc10241 100644 --- a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverter.scala +++ b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverterFactory.scala b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverterFactory.scala index 8dba4b29addd..e8a1e29614a4 100644 --- a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroFunctionFactory.scala b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroFunctionFactory.scala index a6dc1ee9c506..8b6ac1e1d767 100644 --- a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroPath.scala b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroPath.scala index c3c7c859e22b..1fe6fc142c24 100644 --- a/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroPath.scala +++ b/geomesa-convert/geomesa-convert-avro/src/main/scala/org/locationtech/geomesa/convert/avro/AvroPath.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroConverterTest.scala b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroConverterTest.scala index eeabe4f7ac6e..0d4423e08ee6 100644 --- a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroConverterTest.scala +++ b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroPathTest.scala b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroPathTest.scala index 8be6a9fd6b3e..5623118ebce7 100644 --- a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroPathTest.scala +++ b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroPathTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroTransformersTest.scala b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroTransformersTest.scala index 57df10a87018..390a04c81126 100644 --- a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroTransformersTest.scala +++ b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroTransformersTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroUtils.scala b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroUtils.scala index 54a9899751a0..b72192ba4327 100644 --- a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroUtils.scala +++ b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/AvroUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/GenerateAvro.scala b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/GenerateAvro.scala index 66f6c18b8545..f11032e4d1e8 100644 --- a/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/GenerateAvro.scala +++ b/geomesa-convert/geomesa-convert-avro/src/test/scala/org/locationtech/geomesa/convert/avro/GenerateAvro.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert/ConverterConfigProvider.java b/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert/ConverterConfigProvider.java index 59ab0388c416..a111d90d4c42 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert/ConverterConfigProvider.java +++ b/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert/ConverterConfigProvider.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert2/interop/SimpleFeatureConverterLoader.java b/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert2/interop/SimpleFeatureConverterLoader.java index 06ad38a5f176..1baf2a1e5135 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert2/interop/SimpleFeatureConverterLoader.java +++ b/geomesa-convert/geomesa-convert-common/src/main/java/org/locationtech/geomesa/convert2/interop/SimpleFeatureConverterLoader.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigLoader.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigLoader.scala index b0d6e875443d..df5dbd276e13 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigLoader.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigResolver.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigResolver.scala index c9ac124c0980..cd453bb3c0a9 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigResolver.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/ConverterConfigResolver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EnrichmentCache.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EnrichmentCache.scala index 4b584fc40bc1..890c8fd2ee87 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EnrichmentCache.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EnrichmentCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EvaluationContext.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EvaluationContext.scala index 87e84bc324fd..e3fb136b2dab 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EvaluationContext.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/EvaluationContext.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/Modes.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/Modes.scala index 8dfcff99a076..a5015173daea 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/Modes.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert/Modes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractCompositeConverter.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractCompositeConverter.scala index 663253c35d70..5c8ad4c6000b 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractCompositeConverter.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractCompositeConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverter.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverter.scala index 60a767e97404..1d79decb3ee6 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverter.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverterFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverterFactory.scala index a5782bab9d63..b4e5f979c00f 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/AbstractConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/ParsingConverter.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/ParsingConverter.scala index 3af88eee3ab3..33bb72188ae9 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/ParsingConverter.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/ParsingConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverter.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverter.scala index 641c025b8439..11085cab3cb5 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverter.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverterFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverterFactory.scala index 18ee8d363369..4b974008a53a 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/SimpleFeatureConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/TypeInference.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/TypeInference.scala index f8d53b69902a..4695f0e9aff7 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/TypeInference.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/TypeInference.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverter.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverter.scala index 1aaabf4aee61..9ad043384c36 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverter.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverterFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverterFactory.scala index eeeb012b3203..7fe49e2936b5 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/composite/CompositeConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/metrics/ConverterMetrics.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/metrics/ConverterMetrics.scala index ef66d2b79b5e..2733f04bdacf 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/metrics/ConverterMetrics.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/metrics/ConverterMetrics.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/package.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/package.scala index e2c3d74e48e6..2b4d61e644cf 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/package.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CastFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CastFunctionFactory.scala index e3765b32a064..4fd0e9e79548 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CastFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CastFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CollectionFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CollectionFunctionFactory.scala index 9f3a05a18112..de55cd735987 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CollectionFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CollectionFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CqlFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CqlFunctionFactory.scala index 086c7bfdaec6..ed7dd438132a 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CqlFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/CqlFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/DateFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/DateFunctionFactory.scala index f4bb7fcf50be..7b2c0b42568b 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/DateFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/DateFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EncodingFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EncodingFunctionFactory.scala index 913a82ad6989..66a0d2cc1129 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EncodingFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EncodingFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EnrichmentCacheFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EnrichmentCacheFunctionFactory.scala index 2a5724ccb5df..174e60fe4fb2 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EnrichmentCacheFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/EnrichmentCacheFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Expression.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Expression.scala index 1951d7573152..e9eed179b786 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Expression.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Expression.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ExpressionParser.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ExpressionParser.scala index 11809d378d65..e793098bb6ec 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ExpressionParser.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ExpressionParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/GeometryFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/GeometryFunctionFactory.scala index 61bd07ba8bfb..bb3163e39b5d 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/GeometryFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/GeometryFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/IdFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/IdFunctionFactory.scala index 03ebc415bca2..b9d3741c9d3e 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/IdFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/IdFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MathFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MathFunctionFactory.scala index 11b691bd92e2..b3bc2f82d1fa 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MathFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MathFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactory.scala index 55fc937e4bf9..6eb59d4b3054 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Predicate.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Predicate.scala index dcbdcaa07dc9..06bee0831d1e 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Predicate.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/Predicate.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/PredicateParser.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/PredicateParser.scala index 4fde59a71acf..8a863ce4cab2 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/PredicateParser.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/PredicateParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ScriptingFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ScriptingFunctionFactory.scala index b033d4ba3ad2..168db0f8a1c4 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ScriptingFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/ScriptingFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/StringFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/StringFunctionFactory.scala index 237465640456..b1caa752c7dc 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/StringFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/StringFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunction.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunction.scala index dd193816a5dd..533db60e7307 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunction.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunctionFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunctionFactory.scala index 6abbab9a2851..3dbb2d9b3d60 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/transforms/TransformerFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorFactory.scala index 038c424d4f7e..3b635fa49f46 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasDtgValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasDtgValidatorFactory.scala index 47e80cdb2cc1..27333754bb6a 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasDtgValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasDtgValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasGeoValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasGeoValidatorFactory.scala index 525ca19c1dfb..de4c2220fd67 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasGeoValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/HasGeoValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/IndexValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/IndexValidatorFactory.scala index 9957ce89b606..f109d263715d 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/IndexValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/IndexValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/NoneValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/NoneValidatorFactory.scala index 597bb2782d88..b7698404bf1e 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/NoneValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/NoneValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidator.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidator.scala index 843af1794f9b..427b0b406e23 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidator.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorFactory.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorFactory.scala index 46a1c7a53098..f259ee134aee 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorFactory.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/package.scala b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/package.scala index 31bb22a3572d..edd131d5adb0 100644 --- a/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/package.scala +++ b/geomesa-convert/geomesa-convert-common/src/main/scala/org/locationtech/geomesa/convert2/validators/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/TypeInferenceTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/TypeInferenceTest.scala index 7a8f99aaca81..62db03de22e0 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/TypeInferenceTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/TypeInferenceTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/metrics/ReporterFactoryTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/metrics/ReporterFactoryTest.scala index 45646a3f78bd..25a1dd29609d 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/metrics/ReporterFactoryTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/metrics/ReporterFactoryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/ExpressionTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/ExpressionTest.scala index 5cb86f271982..9d692e4c5ab9 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/ExpressionTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/ExpressionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactoryTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactoryTest.scala index 8965b22484e3..b2312b8ded64 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactoryTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/MiscFunctionFactoryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/PredicateTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/PredicateTest.scala index 59ae965828ae..bec815deb015 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/PredicateTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/transforms/PredicateTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorTest.scala index 9055d780ce05..1451e1afe538 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/CqlValidatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala index 5de5d2864124..3ff0af76d52c 100644 --- a/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala +++ b/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverter.scala b/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverter.scala index 331affd5e967..5a1d1e814ee4 100644 --- a/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverter.scala +++ b/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterFactory.scala b/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterFactory.scala index 9543bde50fce..9a178dafcf80 100644 --- a/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-fixedwidth/src/main/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterTest.scala b/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterTest.scala index abf08b1b5002..a7a97a05d09b 100644 --- a/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterTest.scala +++ b/geomesa-convert/geomesa-convert-fixedwidth/src/test/scala/org/locationtech/geomesa/convert/fixedwidth/FixedWidthConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverter.scala b/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverter.scala index 87f4135fac49..013fd791c8e3 100644 --- a/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverter.scala +++ b/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterFactory.scala b/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterFactory.scala index 42e19b083536..6aca3979b282 100644 --- a/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-jdbc/src/main/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-jdbc/src/test/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterTest.scala b/geomesa-convert/geomesa-convert-jdbc/src/test/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterTest.scala index 530676af984e..a6fb22b147c9 100644 --- a/geomesa-convert/geomesa-convert-jdbc/src/test/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterTest.scala +++ b/geomesa-convert/geomesa-convert-jdbc/src/test/scala/org/locationtech/geomesa/convert/jdbc/JdbcConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/GeoJsonParsing.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/GeoJsonParsing.scala index 601743c8e5dc..d2551ff8b4fb 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/GeoJsonParsing.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/GeoJsonParsing.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverter.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverter.scala index bd06c1b69cb6..19c357f95122 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverter.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterFactory.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterFactory.scala index ce19fab89b1e..755d02d4c705 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverter.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverter.scala index 06d4aaadd3f0..68780ea7fe98 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverter.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverterFactory.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverterFactory.scala index b34030398e03..125ebb2ba115 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonFunctionFactory.scala b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonFunctionFactory.scala index 4121584b957b..c243631136a4 100644 --- a/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-json/src/main/scala/org/locationtech/geomesa/convert/json/JsonFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterTest.scala b/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterTest.scala index 8d3512135ed4..bc0f222af5ba 100644 --- a/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterTest.scala +++ b/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonCompositeConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonConverterTest.scala b/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonConverterTest.scala index ab649e7f10e1..5475854062ea 100644 --- a/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonConverterTest.scala +++ b/geomesa-convert/geomesa-convert-json/src/test/scala/org/locationtech/geomesa/convert/json/JsonConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverter.scala b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverter.scala index c59728bb3c3b..9caf80c5434a 100644 --- a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverter.scala +++ b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterFactory.scala b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterFactory.scala index 9c61798fe195..4d35b2fb321f 100644 --- a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverter.scala b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverter.scala index 438629053155..693811835963 100644 --- a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverter.scala +++ b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterFactory.scala b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterFactory.scala index df17d7adfe72..75f239d3a0f9 100644 --- a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/package.scala b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/package.scala index 451e69ac9bdb..5f5fd9305cba 100644 --- a/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/package.scala +++ b/geomesa-convert/geomesa-convert-osm/src/main/scala/org/locationtech/geomesa/convert/osm/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmConverterLoadTest.scala b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmConverterLoadTest.scala index 50df0cc1c0ac..60d00ef45c54 100644 --- a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmConverterLoadTest.scala +++ b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmConverterLoadTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterTest.scala b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterTest.scala index f56fbfc3494a..76ce25380582 100644 --- a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterTest.scala +++ b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmNodesConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterTest.scala b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterTest.scala index c2bbbf3c2c2e..c51a4f244e55 100644 --- a/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterTest.scala +++ b/geomesa-convert/geomesa-convert-osm/src/test/scala/org/locationtech/geomesa/convert/osm/OsmWaysConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/AvroReadSupport.scala b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/AvroReadSupport.scala index 71cb6b1cf388..8fa02e6131af 100644 --- a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/AvroReadSupport.scala +++ b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/AvroReadSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverter.scala b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverter.scala index 4e8cd4761c25..a695b36ce059 100644 --- a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverter.scala +++ b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterFactory.scala b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterFactory.scala index f26c6a58e99c..fe40ecf4ff71 100644 --- a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetFunctionFactory.scala b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetFunctionFactory.scala index ada8cc00ba2a..c4b6406179ac 100644 --- a/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-parquet/src/main/scala/org/locationtech/geomesa/convert/parquet/ParquetFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-parquet/src/test/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterTest.scala b/geomesa-convert/geomesa-convert-parquet/src/test/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterTest.scala index 7cd0590fe877..cce871cccc0b 100644 --- a/geomesa-convert/geomesa-convert-parquet/src/test/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterTest.scala +++ b/geomesa-convert/geomesa-convert-parquet/src/test/scala/org/locationtech/geomesa/convert/parquet/ParquetConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-redis-cache/src/main/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCache.scala b/geomesa-convert/geomesa-convert-redis-cache/src/main/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCache.scala index e8b390ecc651..92c87e90f659 100644 --- a/geomesa-convert/geomesa-convert-redis-cache/src/main/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCache.scala +++ b/geomesa-convert/geomesa-convert-redis-cache/src/main/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-redis-cache/src/test/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCacheTest.scala b/geomesa-convert/geomesa-convert-redis-cache/src/test/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCacheTest.scala index b6031f5f680e..fc0d9f600f99 100644 --- a/geomesa-convert/geomesa-convert-redis-cache/src/test/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCacheTest.scala +++ b/geomesa-convert/geomesa-convert-redis-cache/src/test/scala/org/locationtech/geomesa/convert/redis/RedisEnrichmentCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverter.scala b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverter.scala index dc4fb0ead15a..9cf2c8e18205 100644 --- a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverter.scala +++ b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterFactory.scala b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterFactory.scala index 52b724868b7d..0f0be7c36a64 100644 --- a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileFunctionFactory.scala b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileFunctionFactory.scala index d1f4247c3147..9adf7f45b58b 100644 --- a/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-shp/src/main/scala/org/locationtech/geomesa/convert/shp/ShapefileFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-shp/src/test/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterTest.scala b/geomesa-convert/geomesa-convert-shp/src/test/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterTest.scala index 2245a625675b..51f21b0c7cf1 100644 --- a/geomesa-convert/geomesa-convert-shp/src/test/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterTest.scala +++ b/geomesa-convert/geomesa-convert-shp/src/test/scala/org/locationtech/geomesa/convert/shp/ShapefileConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverter.scala b/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverter.scala index ce7772faafcc..4fe6c7f0b784 100644 --- a/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverter.scala +++ b/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterFactory.scala b/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterFactory.scala index 827a831d3e84..07af36cf6aa5 100644 --- a/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-simplefeature/src/main/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-simplefeature/src/test/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterTest.scala b/geomesa-convert/geomesa-convert-simplefeature/src/test/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterTest.scala index 194341476ae6..cdf741ff5a01 100644 --- a/geomesa-convert/geomesa-convert-simplefeature/src/test/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterTest.scala +++ b/geomesa-convert/geomesa-convert-simplefeature/src/test/scala/org/locationtech/geomesa/convert2/simplefeature/FeatureToFeatureConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverter.scala b/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverter.scala index 7fbde8673764..3e2db07d871d 100644 --- a/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverter.scala +++ b/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterFactory.scala b/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterFactory.scala index d52c50cf1b69..51eab82f7334 100644 --- a/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-text/src/main/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterTest.scala b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterTest.scala index 79af438aa9b0..44aec28df091 100644 --- a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterTest.scala +++ b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/DelimitedTextConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/NewLinesTest.scala b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/NewLinesTest.scala index 238ac2a8a887..9aab95805960 100644 --- a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/NewLinesTest.scala +++ b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/NewLinesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/ValidatorTest.scala b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/ValidatorTest.scala index 678a557ce773..544b16394d4a 100644 --- a/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/ValidatorTest.scala +++ b/geomesa-convert/geomesa-convert-text/src/test/scala/org/locationtech/geomesa/convert/text/ValidatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverter.scala b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverter.scala index bde07abdc42e..d5eeb910b564 100644 --- a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverter.scala +++ b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterFactory.scala b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterFactory.scala index b751243a387c..ff57f6061d9b 100644 --- a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverter.scala b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverter.scala index fefec8906486..d4551a885d46 100644 --- a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverter.scala +++ b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverterFactory.scala b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverterFactory.scala index a5f9c2cb4958..696d5f862c1c 100644 --- a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverterFactory.scala +++ b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlFunctionFactory.scala b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlFunctionFactory.scala index f9abaa47f76f..d098ab04aa59 100644 --- a/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlFunctionFactory.scala +++ b/geomesa-convert/geomesa-convert-xml/src/main/scala/org/locationtech/geomesa/convert/xml/XmlFunctionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterTest.scala b/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterTest.scala index a2a5af0756ac..aae7a5d9acd0 100644 --- a/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterTest.scala +++ b/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlCompositeConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlConverterTest.scala b/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlConverterTest.scala index 7cc3d9492038..55f6a22cb2b2 100644 --- a/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlConverterTest.scala +++ b/geomesa-convert/geomesa-convert-xml/src/test/scala/org/locationtech/geomesa/convert/xml/XmlConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-all/src/main/scala/org/locationtech/geomesa/features/all/ScalaDocs.scala b/geomesa-features/geomesa-feature-all/src/main/scala/org/locationtech/geomesa/features/all/ScalaDocs.scala index 398222e9ae58..8f7e5b9accc9 100644 --- a/geomesa-features/geomesa-feature-all/src/main/scala/org/locationtech/geomesa/features/all/ScalaDocs.scala +++ b/geomesa-features/geomesa-feature-all/src/main/scala/org/locationtech/geomesa/features/all/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureTest.scala b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureTest.scala index a3d23317ebcc..0d325769d620 100644 --- a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureTest.scala +++ b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SerializationTester.scala b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SerializationTester.scala index 7dc77257f872..a81e60756c74 100644 --- a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SerializationTester.scala +++ b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SerializationTester.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SimpleFeatureSerializersTest.scala b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SimpleFeatureSerializersTest.scala index 13b697c7a279..60175bb483c3 100644 --- a/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SimpleFeatureSerializersTest.scala +++ b/geomesa-features/geomesa-feature-all/src/test/scala/org/locationtech/geomesa/features/SimpleFeatureSerializersTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializer.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializer.scala index 01e6c8a50ace..a40a6a332c4a 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializer.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/FieldNameEncoder.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/FieldNameEncoder.scala index 26dd320595ab..57f52880434e 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/FieldNameEncoder.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/FieldNameEncoder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFile.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFile.scala index d5a264b34fa1..2b6f11ad5cd1 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFile.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFile.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileReader.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileReader.scala index 4fe16c41a224..f03db8c132cc 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileReader.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileWriter.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileWriter.scala index 8f5a0c6b1cfe..71da6e2f971b 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileWriter.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/package.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/package.scala index 2f88f1efba6b..78d58b57ff0f 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/package.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroField.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroField.scala index f5a65d2fd904..4e106564baaf 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroField.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroField.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroSerialization.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroSerialization.scala index e7a9de55bceb..f465dd1d92f0 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroSerialization.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerialization.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerialization.scala index a454368693a3..f7e327cf38cd 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerialization.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerializationV4.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerializationV4.scala index 55e8fc7e6d5b..d34c85c0d612 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerializationV4.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/AvroUserDataSerializationV4.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerialization.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerialization.scala index 63af5d6e955f..99ddc4624d7f 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerialization.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReader.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReader.scala index 0af38f522e43..b1925d047be3 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReader.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriter.scala b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriter.scala index f15df660417f..4523c20ae137 100644 --- a/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriter.scala +++ b/geomesa-features/geomesa-feature-avro/src/main/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AbstractAvroSimpleFeatureTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AbstractAvroSimpleFeatureTest.scala index a4388161a37c..ba054da1393c 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AbstractAvroSimpleFeatureTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AbstractAvroSimpleFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializerTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializerTest.scala index b982f53f7197..ae1e1baa5c70 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializerTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/AvroFeatureSerializerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/FieldNameEncoderTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/FieldNameEncoderTest.scala index 5669ae1607cb..542d38035684 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/FieldNameEncoderTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/FieldNameEncoderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileTest.scala index 4c1f1374abb9..f9ce9a11c0b7 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/io/AvroDataFileTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1ASF.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1ASF.scala index 767fd93ce2bd..6a637902e03c 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1ASF.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1ASF.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1BackwardsCompatTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1BackwardsCompatTest.scala index 1c0270cdf52b..2e01537c92bd 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1BackwardsCompatTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version1BackwardsCompatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version2ASF.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version2ASF.scala index 73faae972836..c299830c1b28 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version2ASF.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version2ASF.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version3CompatTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version3CompatTest.scala index 9692ac5ac002..a8aa48889995 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version3CompatTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version3CompatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version4CompatTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version4CompatTest.scala index 83c2cd10efbe..13c61848398a 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version4CompatTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serde/Version4CompatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerializationTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerializationTest.scala index bd7e2caaa534..d60337655284 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerializationTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/CollectionSerializationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReaderTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReaderTest.scala index 6295e86e4505..99275a8b2071 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReaderTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumReaderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriterTest.scala b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriterTest.scala index c765065e1797..9abb66919fd9 100644 --- a/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriterTest.scala +++ b/geomesa-features/geomesa-feature-avro/src/test/scala/org/locationtech/geomesa/features/avro/serialization/SimpleFeatureDatumWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/java/org/locationtech/geomesa/features/interop/SerializationOptions.java b/geomesa-features/geomesa-feature-common/src/main/java/org/locationtech/geomesa/features/interop/SerializationOptions.java index 5096a236bbe2..0537ecb7fd1a 100644 --- a/geomesa-features/geomesa-feature-common/src/main/java/org/locationtech/geomesa/features/interop/SerializationOptions.java +++ b/geomesa-features/geomesa-feature-common/src/main/java/org/locationtech/geomesa/features/interop/SerializationOptions.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/AbstractSimpleFeature.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/AbstractSimpleFeature.scala index 52ca9ebc3db4..6aa170ea61b8 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/AbstractSimpleFeature.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/AbstractSimpleFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeature.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeature.scala index efb9e75fee66..a7180d0e7d28 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeature.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureFactory.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureFactory.scala index 52ef54132251..24e87ede8810 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureFactory.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/ScalaSimpleFeatureFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationOption.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationOption.scala index 862310e9fe20..3669e6cbd758 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationOption.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationOption.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationType.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationType.scala index 49c06ebbb526..a8a47fa152ce 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationType.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SerializationType.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SimpleFeatureSerializer.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SimpleFeatureSerializer.scala index 689feb1b9261..80455cfbc641 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SimpleFeatureSerializer.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/SimpleFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/TransformSimpleFeature.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/TransformSimpleFeature.scala index 5a7deeb80f94..41a9e1700d37 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/TransformSimpleFeature.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/TransformSimpleFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/DimensionalBounds.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/DimensionalBounds.scala index 942eaa1021dd..bef417fc63ee 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/DimensionalBounds.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/DimensionalBounds.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializer.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializer.scala index f2cc93a4e391..96f9ed1f298b 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializer.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/HintKeySerialization.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/HintKeySerialization.scala index 36418edd6293..dcb7600cedc0 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/HintKeySerialization.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/HintKeySerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/TwkbSerialization.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/TwkbSerialization.scala index 95535f27320a..7a58abe0bd9d 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/TwkbSerialization.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/TwkbSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/VarIntEncoding.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/VarIntEncoding.scala index fe8e4e6eec99..b48ec6c3957b 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/VarIntEncoding.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/VarIntEncoding.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/WkbSerialization.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/WkbSerialization.scala index c48a692fb358..04ab5b363020 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/WkbSerialization.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/WkbSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/package.scala b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/package.scala index 007798d745de..8e3725c873fb 100644 --- a/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/package.scala +++ b/geomesa-features/geomesa-feature-common/src/main/scala/org/locationtech/geomesa/features/serialization/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-common/src/test/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializerTest.scala b/geomesa-features/geomesa-feature-common/src/test/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializerTest.scala index 84308093c29f..52636d8b33b2 100644 --- a/geomesa-features/geomesa-feature-common/src/test/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializerTest.scala +++ b/geomesa-features/geomesa-feature-common/src/test/scala/org/locationtech/geomesa/features/serialization/GeoJsonSerializerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeature.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeature.scala index 8599ab82397b..82e803bf1965 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeature.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializer.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializer.scala index 2fb85b557440..dd69071b3ac9 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializer.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureDeserializer.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureDeserializer.scala index 992f58b9eea5..5eec21bc0850 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureDeserializer.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureDeserializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureSerializer.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureSerializer.scala index 7674065c3992..c34ce2852eed 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureSerializer.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/ProjectingKryoFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/ActiveDeserialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/ActiveDeserialization.scala index cdce330a0852..2714f45c4465 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/ActiveDeserialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/ActiveDeserialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserialization.scala index 715e473dee80..2aae63078c9a 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserializationV2.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserializationV2.scala index 3f787298e842..faa0adbfb59f 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserializationV2.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureDeserializationV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureSerialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureSerialization.scala index 82089e36f9f9..1662144bf1d1 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureSerialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/KryoFeatureSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/LazyDeserialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/LazyDeserialization.scala index faa66c3b74b0..14aee018aafd 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/LazyDeserialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/impl/LazyDeserialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunction.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunction.scala index 10a9b5132b9c..5746e1a9dd80 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunction.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParser.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParser.scala index 2a7b18699bf5..83e374ce49de 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParser.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessor.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessor.scala index 52c9ed77d1ab..81ed354a6586 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessor.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerialization.scala index 0b5ef5634511..6bdfa062cc86 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/package.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/package.scala index 0c97203a415f..81900b58611b 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/package.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/GeometrySerializer.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/GeometrySerializer.scala index b68653afdc5b..dabd10f59e85 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/GeometrySerializer.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/GeometrySerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoGeometrySerialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoGeometrySerialization.scala index 3b97cd674247..a2a82b96c125 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoGeometrySerialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoGeometrySerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoUserDataSerialization.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoUserDataSerialization.scala index 8e3640a5bc96..90c11f68d702 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoUserDataSerialization.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/KryoUserDataSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/SimpleFeatureSerializer.scala b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/SimpleFeatureSerializer.scala index 776cbc380449..a2a0f8414ca9 100644 --- a/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/SimpleFeatureSerializer.scala +++ b/geomesa-features/geomesa-feature-kryo/src/main/scala/org/locationtech/geomesa/features/kryo/serialization/SimpleFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/java/org/locationtech/geomesa/features/kyro/interop/SerializationOptionsTest.java b/geomesa-features/geomesa-feature-kryo/src/test/java/org/locationtech/geomesa/features/kyro/interop/SerializationOptionsTest.java index 74a8841827ef..2e13c755398e 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/java/org/locationtech/geomesa/features/kyro/interop/SerializationOptionsTest.java +++ b/geomesa-features/geomesa-feature-kryo/src/test/java/org/locationtech/geomesa/features/kyro/interop/SerializationOptionsTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeatureTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeatureTest.scala index 566e48ed4187..046ac36e3c8f 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeatureTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoBufferSimpleFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializerTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializerTest.scala index 40890d7e0ae2..21abaf011c63 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializerTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoFeatureSerializerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoGeometrySerializerTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoGeometrySerializerTest.scala index 444c09a4e8ac..33433d23b542 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoGeometrySerializerTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/KryoGeometrySerializerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunctionTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunctionTest.scala index 1455f4b79213..1fa71bc82461 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunctionTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathFilterFunctionTest.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParserTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParserTest.scala index 154b982ebbcc..1df0b1e4deb8 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParserTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathParserTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessorTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessorTest.scala index 11ce849483cd..1eb867eb3962 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessorTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/JsonPathPropertyAccessorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerializationTest.scala b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerializationTest.scala index a23b8050b24e..30b228f55395 100644 --- a/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerializationTest.scala +++ b/geomesa-features/geomesa-feature-kryo/src/test/scala/org/locationtech/geomesa/features/kryo/json/KryoJsonSerializationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/AndSplittingFilter.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/AndSplittingFilter.scala index cc59ab36ff9d..ddbfb43658f7 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/AndSplittingFilter.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/AndSplittingFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala index 2595d30301a5..0f9829466415 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/Bounds.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala index b6963fbe00f3..0c5ed7108481 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterHelper.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala index 9edf39d900f4..1302b19a17f8 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/FilterValues.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/GeometryProcessing.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/GeometryProcessing.scala index ebb5648d67fe..7975bdbe82c5 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/GeometryProcessing.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/GeometryProcessing.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/OrSplittingFilter.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/OrSplittingFilter.scala index dd2edc4f3578..3c4110514aea 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/OrSplittingFilter.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/OrSplittingFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala index 30bad92b559c..278562867147 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/RichTransform.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/AttributeExpression.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/AttributeExpression.scala index a2feb28b8005..6deefee5c12b 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/AttributeExpression.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/AttributeExpression.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastComparisonOperator.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastComparisonOperator.scala index ec49f4559d70..17f4eb43876d 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastComparisonOperator.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastComparisonOperator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastDWithin.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastDWithin.scala index e8030469780d..a0de19c5151a 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastDWithin.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastDWithin.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyIsEqualTo.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyIsEqualTo.scala index 58321686d061..93cd6fe48597 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyIsEqualTo.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyIsEqualTo.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyName.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyName.scala index 13d6bf28f46c..fdf6333022cd 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyName.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastPropertyName.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastTemporalOperator.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastTemporalOperator.scala index 2bc3fe1a3811..bccb7f7955ea 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastTemporalOperator.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/FastTemporalOperator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrHashEquality.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrHashEquality.scala index fd3fdd1ca5ff..944ed5f38a43 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrHashEquality.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrHashEquality.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrSequentialEquality.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrSequentialEquality.scala index ba792ed895ad..70fd26343121 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrSequentialEquality.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/expression/OrSequentialEquality.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/factory/FastFilterFactory.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/factory/FastFilterFactory.scala index ed09f35f888a..7ecca115427a 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/factory/FastFilterFactory.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/factory/FastFilterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunction.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunction.scala index ff4d12879431..8a1225aaa171 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunction.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/CurrentDateFunction.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/CurrentDateFunction.scala index 50f139ccc1ad..dc874fc29c23 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/CurrentDateFunction.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/CurrentDateFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/DateToLong.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/DateToLong.scala index 51d2bc283c26..9e2ca6ba61bf 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/DateToLong.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/DateToLong.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/FastProperty.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/FastProperty.scala index 6c95be8daca1..04fea97220d3 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/FastProperty.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/FastProperty.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/ProxyIdFunction.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/ProxyIdFunction.scala index 73cbcd015603..3348936bfd6e 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/ProxyIdFunction.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/function/ProxyIdFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/BucketIndexSupport.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/BucketIndexSupport.scala index 17eb071ea35b..4871ba589677 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/BucketIndexSupport.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/BucketIndexSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SizeSeparatedBucketIndexSupport.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SizeSeparatedBucketIndexSupport.scala index f88d34589f4e..4bfd7a2f2d0c 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SizeSeparatedBucketIndexSupport.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SizeSeparatedBucketIndexSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupport.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupport.scala index 8e2c71cefdc7..2decff10ae18 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupport.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala index da3072ed0de2..d2482398f5a0 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/BoundsFilterVisitor.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/BoundsFilterVisitor.scala index 13bc4f069dd4..c6173b46e851 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/BoundsFilterVisitor.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/BoundsFilterVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/FilterExtractingVisitor.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/FilterExtractingVisitor.scala index fafe0d37541c..7ab41e546056 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/FilterExtractingVisitor.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/FilterExtractingVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdDetectingFilterVisitor.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdDetectingFilterVisitor.scala index 17a2aa861a2e..f6be5ea3c47c 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdDetectingFilterVisitor.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdDetectingFilterVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdExtractingVisitor.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdExtractingVisitor.scala index 6eccccdc07ec..f049b3bfefb3 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdExtractingVisitor.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/IdExtractingVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/QueryPlanFilterVisitor.scala b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/QueryPlanFilterVisitor.scala index 4bb57d7dce59..29905f57b066 100644 --- a/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/QueryPlanFilterVisitor.scala +++ b/geomesa-filter/src/main/scala/org/locationtech/geomesa/filter/visitor/QueryPlanFilterVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala index db05ef104c03..dcad79ca9533 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/BoundsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterHelperTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterHelperTest.scala index 4c68914eb383..d94be84dac5d 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterHelperTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterHelperTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterPackageObjectTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterPackageObjectTest.scala index 51141a37ee62..02797c2400d3 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterPackageObjectTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/FilterPackageObjectTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/OrSplittingFilterTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/OrSplittingFilterTest.scala index ff636c0101d2..7c3cd080ebce 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/OrSplittingFilterTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/OrSplittingFilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala index 94672d24cbcb..3465765ee332 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/TestFilters.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/factory/FastFilterFactoryTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/factory/FastFilterFactoryTest.scala index d3339b08a2f1..833ef1913ed9 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/factory/FastFilterFactoryTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/factory/FastFilterFactoryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunctionTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunctionTest.scala index ae3fb307021a..862cdb3fb522 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunctionTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/Convert2ViewerFunctionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/FastPropertyTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/FastPropertyTest.scala index 6d87027f715f..64592a743081 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/FastPropertyTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/FastPropertyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/ProxyIdFunctionTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/ProxyIdFunctionTest.scala index f5a1927c3fd7..d754f45beb14 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/ProxyIdFunctionTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/function/ProxyIdFunctionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupportTest.scala b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupportTest.scala index 8c723d4e25b8..f9c04a9624fc 100644 --- a/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupportTest.scala +++ b/geomesa-filter/src/test/scala/org/locationtech/geomesa/filter/index/SpatialIndexSupportTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStore.scala b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStore.scala index 63684c797aa5..83863b11f763 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStore.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStoreFactory.scala b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStoreFactory.scala index 78c24491fa96..3e8551b47c74 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStoreFactory.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemFeatureStore.scala b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemFeatureStore.scala index 5971b6764edb..09f841b5f662 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemFeatureStore.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemFeatureStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemStorageManager.scala b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemStorageManager.scala index a62898e0d248..c4631675582c 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemStorageManager.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/main/scala/org/locationtech/geomesa/fs/data/FileSystemStorageManager.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/BucketVsLeafStorageTest.scala b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/BucketVsLeafStorageTest.scala index 7c8199610aa2..d1a7520fc739 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/BucketVsLeafStorageTest.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/BucketVsLeafStorageTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/FileSystemDataStoreTest.scala b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/FileSystemDataStoreTest.scala index d373c2c68df4..d33c6e5a424e 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/FileSystemDataStoreTest.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/FileSystemDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/converter/ConverterDataStoreTest.scala b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/converter/ConverterDataStoreTest.scala index 71d5e7fb966e..b75be748db14 100644 --- a/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/converter/ConverterDataStoreTest.scala +++ b/geomesa-fs/geomesa-fs-datastore/src/test/scala/org/locationtech/geomesa/fs/converter/ConverterDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala/org/locationtech/geomesa/fs/spark/runtime/ScalaDocs.scala b/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala/org/locationtech/geomesa/fs/spark/runtime/ScalaDocs.scala index fa22e174ddb8..205169535558 100644 --- a/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala/org/locationtech/geomesa/fs/spark/runtime/ScalaDocs.scala +++ b/geomesa-fs/geomesa-fs-spark-runtime/src/main/scala/org/locationtech/geomesa/fs/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProviderTest.scala b/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProviderTest.scala index e2e7e85afd11..f087d95645aa 100644 --- a/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProviderTest.scala +++ b/geomesa-fs/geomesa-fs-spark-runtime/src/test/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-spark/src/main/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProvider.scala b/geomesa-fs/geomesa-fs-spark/src/main/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProvider.scala index a3bdc83c97c4..4b8ba7adbf2a 100644 --- a/geomesa-fs/geomesa-fs-spark/src/main/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProvider.scala +++ b/geomesa-fs/geomesa-fs-spark/src/main/scala/org/locationtech/geomesa/fs/spark/FileSystemRDDProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorage.scala index 5b814e2f4689..6316295cb855 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorageFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorageFactory.scala index 149700cc727a..b26ac398e4bc 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorageFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/FileSystemStorageFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionScheme.scala index fef22acaefd4..af07f35af598 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionSchemeFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionSchemeFactory.scala index 8ccccc386c69..c826bff01f3f 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionSchemeFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/PartitionSchemeFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadata.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadata.scala index c539cc3e1aeb..50396d6eaef5 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadata.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadataFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadataFactory.scala index 76c41a83f0a2..92029ad0a600 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadataFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/StorageMetadataFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/package.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/package.scala index c64ba33f8c8b..73b5142e1e52 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/package.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-api/src/main/scala/org/locationtech/geomesa/fs/storage/api/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/java/org/locationtech/geomesa/fs/storage/common/interop/ConfigurationUtils.java b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/java/org/locationtech/geomesa/fs/storage/common/interop/ConfigurationUtils.java index 64f4020c0dd8..04adbd57d75b 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/java/org/locationtech/geomesa/fs/storage/common/interop/ConfigurationUtils.java +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/java/org/locationtech/geomesa/fs/storage/common/interop/ConfigurationUtils.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/AbstractFileSystemStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/AbstractFileSystemStorage.scala index 80841cbdbc27..165ca62a6343 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/AbstractFileSystemStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/AbstractFileSystemStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/FileSystemThreadedReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/FileSystemThreadedReader.scala index 7e9398b0c02d..068cbf29ab2c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/FileSystemThreadedReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/FileSystemThreadedReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/SizeableFileSystemStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/SizeableFileSystemStorage.scala index 300b52b39047..cf41b1af9df6 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/SizeableFileSystemStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/SizeableFileSystemStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/PartitionOutputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/PartitionOutputFormat.scala index 5d8e713a6cb0..c01ea49c93c2 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/PartitionOutputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/PartitionOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/StorageConfiguration.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/StorageConfiguration.scala index 165ae66e3930..42ae504d0b62 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/StorageConfiguration.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/jobs/StorageConfiguration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadata.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadata.scala index 26350cb97a9b..e6fab2341ef7 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadata.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataFactory.scala index ce1af51a0b9f..a4689347a3a1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadata.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadata.scala index f0b3d1493742..3ca0a6d7a1b3 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadata.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataFactory.scala index 36a85bf31dae..3ab698830f4e 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJson.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJson.scala index b6832932cdce..c1d4d3915b9c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJson.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJson.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataSerialization.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataSerialization.scala index 7807638a038a..0aa9c3fc6447 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataSerialization.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/package.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/package.scala index ad6aa0e3c77d..6d0b03ec4183 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/package.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/metadata/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserver.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserver.scala index bc6866bc97c3..1e04f4570dc6 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserver.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserverFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserverFactory.scala index 1e40c7724671..d718fffb2436 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserverFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/observer/FileSystemObserverFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/package.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/package.scala index 9eb3f5a3f7f2..1294affd17b1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/package.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/AttributeScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/AttributeScheme.scala index 9e323f2b632a..b106e6f1007c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/AttributeScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/AttributeScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/CompositeScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/CompositeScheme.scala index 145cd1213635..716932159ac6 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/CompositeScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/CompositeScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/DateTimeScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/DateTimeScheme.scala index fbc80683d15f..6e30fc1c8e81 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/DateTimeScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/DateTimeScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/FlatScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/FlatScheme.scala index 38eec0a194d3..79be7f8811dd 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/FlatScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/FlatScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/SpatialScheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/SpatialScheme.scala index 3a5dccc52a6f..ae1f506409a9 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/SpatialScheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/SpatialScheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/XZ2Scheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/XZ2Scheme.scala index 86032dedb257..936c0eb377f3 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/XZ2Scheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/XZ2Scheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/Z2Scheme.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/Z2Scheme.scala index 6c718ed82c28..93d67c35845e 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/Z2Scheme.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/partitions/Z2Scheme.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3ObjectTagObserver.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3ObjectTagObserver.scala index 59d5ebfc4037..65cbabe55b5c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3ObjectTagObserver.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3ObjectTagObserver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserver.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserver.scala index 3c381a97e92f..2ae1aec77533 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserver.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverFactory.scala index 26a0e2a285bd..fabd99552c90 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PartitionSchemeArgResolver.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PartitionSchemeArgResolver.scala index 2d1e61e3daf7..c4be189b4f03 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PartitionSchemeArgResolver.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PartitionSchemeArgResolver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PathCache.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PathCache.scala index 183a59f671ca..cf11d66ec340 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PathCache.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/PathCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/StorageUtils.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/StorageUtils.scala index ebc5b5955e11..f189b43a4d55 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/StorageUtils.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/main/scala/org/locationtech/geomesa/fs/storage/common/utils/StorageUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/ConfigurationTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/ConfigurationTest.scala index 4ae250206dc0..8fbddfab1323 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/ConfigurationTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/ConfigurationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataTest.scala index 8b1c2dbd74ab..c5d4094068e3 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/FileBasedMetadataTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataTest.scala index e09b63528b06..aa7569bc47f1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/JdbcMetadataTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJsonTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJsonTest.scala index 293c07f8a6bd..8a615fffdb7c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJsonTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/metadata/MetadataJsonTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeConfTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeConfTest.scala index 74e4710907dc..d849b082a936 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeConfTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeConfTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeTest.scala index f488b121f886..5761b607a1b1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/partitions/PartitionSchemeTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverTest.scala index 1d83e2820bf9..0633a6ff93d1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-common/src/test/scala/org/locationtech/geomesa/fs/storage/common/s3/S3VisibilityObserverTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterFileSystemReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterFileSystemReader.scala index f976d02c7b08..696d34b1f298 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterFileSystemReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterFileSystemReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadata.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadata.scala index a2868e91a258..5a8b910cff82 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadata.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadataFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadataFactory.scala index b538e0e22a77..63099f9ab169 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadataFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterMetadataFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorage.scala index c3802c5a92ae..1268a921ae6c 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorageFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorageFactory.scala index 506100c06c43..8b2e8433de94 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorageFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-convert/src/main/scala/org/locationtech/geomesa/fs/storage/converter/ConverterStorageFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemReader.scala index 9197521a768d..648a1d40f269 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorage.scala index df6a34274ee2..14597305b471 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageFactory.scala index c3ae5d2e7758..890723fd1244 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriter.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriter.scala index 08cb6545bfa5..f3a1a3d1348e 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriter.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcPartitionOutputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcPartitionOutputFormat.scala index 4ffe2ad1850e..ff722d9fd732 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcPartitionOutputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcPartitionOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureActionInputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureActionInputFormat.scala index 0de639e79bd9..d6436a5c1c98 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureActionInputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureActionInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureInputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureInputFormat.scala index 436526216480..d80a97e72c27 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureInputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureOutputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureOutputFormat.scala index f9a8f31ef24f..bbec940898e9 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureOutputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcSimpleFeatureOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcStorageConfiguration.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcStorageConfiguration.scala index 3fc05cb510a4..a120c7d271aa 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcStorageConfiguration.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/jobs/OrcStorageConfiguration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeReader.scala index 5743fd7ee4ab..cd7e37c4fea4 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeWriter.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeWriter.scala index a7b2d35939fc..f400dcd1f66e 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeWriter.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcAttributeWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcInputFormatReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcInputFormatReader.scala index 1ff61dca86c9..7dc05f8c683f 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcInputFormatReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcInputFormatReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcOutputFormatWriter.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcOutputFormatWriter.scala index 1463c1aa63d9..666f2983fec0 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcOutputFormatWriter.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcOutputFormatWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcSearchArguments.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcSearchArguments.scala index 459d14a845f4..8a3996f88dab 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcSearchArguments.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/main/scala/org/locationtech/geomesa/fs/storage/orc/utils/OrcSearchArguments.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageTest.scala index dcd1f57a90db..5480708f1cff 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemStorageTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriterTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriterTest.scala index af8ccfee47e9..be8402137c38 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriterTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/OrcFileSystemWriterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/TestObserverFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/TestObserverFactory.scala index 6f52f0bea166..8ab99fdd2c86 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/TestObserverFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-orc/src/test/scala/org/locationtech/geomesa/fs/storage/orc/TestObserverFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/FilterConverter.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/FilterConverter.scala index ea80a05c7e45..93f979e2691d 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/FilterConverter.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/FilterConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorage.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorage.scala index 43dd4bf93aac..9d6dea9b0c59 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorage.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorageFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorageFactory.scala index bda13330e357..451799149ced 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorageFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetFileSystemStorageFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetPathReader.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetPathReader.scala index 0e87cfbe9b09..295fbad0dd5d 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetPathReader.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/ParquetPathReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/SimpleFeatureParquetWriter.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/SimpleFeatureParquetWriter.scala index 32f023ab1b5e..d1dfe90239ea 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/SimpleFeatureParquetWriter.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/SimpleFeatureParquetWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchema.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchema.scala index cdd83ca7c831..b93ba7381bbb 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchema.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchema.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchemaV0.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchemaV0.scala index bed4aaa0a537..7c5ce6e02960 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchemaV0.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureParquetSchemaV0.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureReadSupport.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureReadSupport.scala index fc1a4b53cbb2..160558f7b37b 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureReadSupport.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureReadSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureWriteSupport.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureWriteSupport.scala index 35deee973620..9838e2c33fc8 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureWriteSupport.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/io/SimpleFeatureWriteSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetPartitionOutputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetPartitionOutputFormat.scala index c2215ffc3dab..946b6351caf5 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetPartitionOutputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetPartitionOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureActionInputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureActionInputFormat.scala index e2fce2150d98..b5d07c93c468 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureActionInputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureActionInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureInputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureInputFormat.scala index d08b5e632de2..dfb2bd824d1b 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureInputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureOutputFormat.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureOutputFormat.scala index 377474850233..a7843d0eb862 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureOutputFormat.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetSimpleFeatureOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetStorageConfiguration.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetStorageConfiguration.scala index 3b05bc33c99a..2748fcd4dfb1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetStorageConfiguration.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/jobs/ParquetStorageConfiguration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/parquet.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/parquet.scala index a93a650f2f66..10cf46688db4 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/parquet.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/main/scala/org/locationtech/geomesa/fs/storage/parquet/parquet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/CompactionTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/CompactionTest.scala index 83bfad2aab21..e9f4c97467c0 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/CompactionTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/CompactionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/FilterConverterTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/FilterConverterTest.scala index a05f17d5596f..b5d7f81613b1 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/FilterConverterTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/FilterConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ListMapTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ListMapTest.scala index 47e326c036a9..821de8939464 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ListMapTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ListMapTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetReadWriteTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetReadWriteTest.scala index 0b62b7a2494c..1b70fcf1eab8 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetReadWriteTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetReadWriteTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetStorageTest.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetStorageTest.scala index 9035a7b44a11..296bc1953e91 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetStorageTest.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/ParquetStorageTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/TestObserverFactory.scala b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/TestObserverFactory.scala index 77966a0015b0..20c7e7dcaa27 100644 --- a/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/TestObserverFactory.scala +++ b/geomesa-fs/geomesa-fs-storage/geomesa-fs-storage-parquet/src/test/scala/org/locationtech/geomesa/parquet/TestObserverFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsDataStoreCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsDataStoreCommand.scala index b3cf48d5c0e0..00900931a306 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsDataStoreCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsRunner.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsRunner.scala index 5bd89f34ece4..201875f594b5 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsRunner.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/FsRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FileSystemCompactionJob.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FileSystemCompactionJob.scala index f8b505d67f70..e67b1a63b884 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FileSystemCompactionJob.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FileSystemCompactionJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FsCompactCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FsCompactCommand.scala index c18ce68188a8..42e6b4312ff3 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FsCompactCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/FsCompactCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/PartitionInputFormat.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/PartitionInputFormat.scala index c276e9395c33..75fa79cd4bf8 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/PartitionInputFormat.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/compact/PartitionInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/data/FsCreateSchemaCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/data/FsCreateSchemaCommand.scala index c5908c7989a7..ca34f30e2f2c 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/data/FsCreateSchemaCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/data/FsCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at @@ -7,7 +7,7 @@ ***********************************************************************/ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsExportCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsExportCommand.scala index efeaaf155204..bd97b1b72fc0 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsExportCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsPlaybackCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsPlaybackCommand.scala index d32883b4340c..c247d18bf83b 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsPlaybackCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/export/FsPlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FileSystemConverterJob.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FileSystemConverterJob.scala index 67521b259f90..0baeb028f6cc 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FileSystemConverterJob.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FileSystemConverterJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsGeneratePartitionFiltersCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsGeneratePartitionFiltersCommand.scala index 0a935d374e49..1d733c663843 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsGeneratePartitionFiltersCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsGeneratePartitionFiltersCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsIngestCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsIngestCommand.scala index 6e71fe865ce4..8ceaf7d8456d 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsIngestCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommand.scala index bd3bc73624bd..ad8c33aa8276 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsBoundsCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsBoundsCommand.scala index c83e7e4a9e27..8150dee01619 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsBoundsCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsCountCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsCountCommand.scala index 4d78c63c77da..4eb4ad294d44 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsCountCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsHistogramCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsHistogramCommand.scala index fd4249e1f092..9b296e830d45 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsHistogramCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsTopKCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsTopKCommand.scala index 2c4d9cca75de..4b77c5f3662f 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsTopKCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/stats/FsStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsDescribeSchemaCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsDescribeSchemaCommand.scala index beae46195548..cf08a66a773b 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsDescribeSchemaCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetFilesCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetFilesCommand.scala index 2e7047313fe7..5345a69acfb5 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetFilesCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetFilesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetPartitionsCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetPartitionsCommand.scala index 75dc303403c9..d4465e74d1bd 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetPartitionsCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetPartitionsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetSftConfigCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetSftConfigCommand.scala index 079a784e6740..6f0478fa662f 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetSftConfigCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetTypeNamesCommand.scala b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetTypeNamesCommand.scala index 3a1003633254..f1c88f76eb19 100644 --- a/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetTypeNamesCommand.scala +++ b/geomesa-fs/geomesa-fs-tools/src/main/scala/org/locationtech/geomesa/fs/tools/status/FsGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/CompactCommandTest.scala b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/CompactCommandTest.scala index 11d8789eaa2f..669a68d9ba84 100644 --- a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/CompactCommandTest.scala +++ b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/CompactCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommandTest.scala b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommandTest.scala index 670227c29187..1e5405a2ce74 100644 --- a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommandTest.scala +++ b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/FsManageMetadataCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/ParquetJobUtilsTest.scala b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/ParquetJobUtilsTest.scala index 277157a3a06b..a92ccaa8e8d9 100644 --- a/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/ParquetJobUtilsTest.scala +++ b/geomesa-fs/geomesa-fs-tools/src/test/scala/org/locationtech/geomesa/fs/tools/ingest/ParquetJobUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreFactory.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreFactory.scala index 05574c934414..3de888f235f7 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreFactory.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreParams.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreParams.scala index 174d64bdc444..3a63b8a30f45 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreParams.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisDialect.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisDialect.scala index f97e055c58c1..d4d2c1deb8d2 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisDialect.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisDialect.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisPsDialect.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisPsDialect.scala index 7217ac189079..9178446245be 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisPsDialect.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartitionedPostgisPsDialect.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/PgArrayToListConverterFactory.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/PgArrayToListConverterFactory.scala index 11c101470a20..e3bd9026fb3d 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/PgArrayToListConverterFactory.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/PgArrayToListConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/SplitFilterVisitor.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/SplitFilterVisitor.scala index 13492d0dc77a..d9f7bf3ffb86 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/SplitFilterVisitor.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/filter/SplitFilterVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/LogCleaner.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/LogCleaner.scala index cee7bd1404e9..a289bad20061 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/LogCleaner.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/LogCleaner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToPartition.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToPartition.scala index 6f38d4f46cbf..7a44ec8227aa 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToPartition.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToPartition.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToTenMinutes.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToTenMinutes.scala index 0d6f42a0419b..790afdcf9abe 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToTenMinutes.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/functions/TruncateToTenMinutes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/package.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/package.scala index 985870593bee..a29f68bc70bf 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/package.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/AnalyzePartitions.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/AnalyzePartitions.scala index 7fb5a8a715ab..035f7c6beb84 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/AnalyzePartitions.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/AnalyzePartitions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/CompactPartitions.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/CompactPartitions.scala index e971b7e84387..a1b73870dc22 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/CompactPartitions.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/CompactPartitions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/DropAgedOffPartitions.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/DropAgedOffPartitions.scala index 520cc601dea8..4ecd900ea596 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/DropAgedOffPartitions.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/DropAgedOffPartitions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/MergeWriteAheadPartitions.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/MergeWriteAheadPartitions.scala index 7ce57d4d86d7..dafeca4f689a 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/MergeWriteAheadPartitions.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/MergeWriteAheadPartitions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionMaintenance.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionMaintenance.scala index be9f9ac95d9b..8bfa98516bee 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionMaintenance.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionMaintenance.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionWriteAheadLog.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionWriteAheadLog.scala index 23b32327b3de..22e3768a641d 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionWriteAheadLog.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/PartitionWriteAheadLog.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/RollWriteAheadLog.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/RollWriteAheadLog.scala index 8fa9607fcd7e..029e7104e9c7 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/RollWriteAheadLog.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/procedures/RollWriteAheadLog.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/AnalyzeQueueTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/AnalyzeQueueTable.scala index 4921429abbf4..32db57b0b7cc 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/AnalyzeQueueTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/AnalyzeQueueTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/MainView.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/MainView.scala index d349111c6cb8..3b77b80cc295 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/MainView.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/MainView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTables.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTables.scala index 6e2be98c69e1..27b1ee22a54e 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTables.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTables.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTablespacesTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTablespacesTable.scala index 5d4ec23eff27..f42a8a997289 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTablespacesTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PartitionTablespacesTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PrimaryKeyTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PrimaryKeyTable.scala index eb3bf797af67..c21602063c6b 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PrimaryKeyTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/PrimaryKeyTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SequenceTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SequenceTable.scala index 8d88a5b24569..8b6a78b96784 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SequenceTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SequenceTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SortQueueTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SortQueueTable.scala index 95ff7e82ed2b..88eb29ededeb 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SortQueueTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/SortQueueTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/UserDataTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/UserDataTable.scala index 4d780ea5e136..2f549e98eabf 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/UserDataTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/UserDataTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/WriteAheadTable.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/WriteAheadTable.scala index 2c7825fc7902..f8c6cded38cf 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/WriteAheadTable.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/tables/WriteAheadTable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/DeleteTrigger.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/DeleteTrigger.scala index 8e05bd516a5b..450a20ebe7b6 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/DeleteTrigger.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/DeleteTrigger.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/InsertTrigger.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/InsertTrigger.scala index 95ba4ec473c6..712eab5a0382 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/InsertTrigger.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/InsertTrigger.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/UpdateTrigger.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/UpdateTrigger.scala index 05889812c2a6..185492a53e52 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/UpdateTrigger.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/UpdateTrigger.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/WriteAheadTrigger.scala b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/WriteAheadTrigger.scala index e0c5152c53a9..6f975a07b098 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/WriteAheadTrigger.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/main/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/triggers/WriteAheadTrigger.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreTest.scala b/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreTest.scala index 3d5fa6a504b8..35b302a7f56e 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreTest.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/PartitionedPostgisDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartionedPostgisDialectTest.scala b/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartionedPostgisDialectTest.scala index 40a06762f929..f9f2a13e4784 100644 --- a/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartionedPostgisDialectTest.scala +++ b/geomesa-gt/geomesa-gt-partitioning/src/test/scala/org/locationtech/geomesa/gt/partition/postgis/dialect/PartionedPostgisDialectTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala/org/locationtech/geomesa/gt/spark/runtime/ScalaDocs.scala b/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala/org/locationtech/geomesa/gt/spark/runtime/ScalaDocs.scala index 255249ae16dc..959a9d46e2dd 100644 --- a/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala/org/locationtech/geomesa/gt/spark/runtime/ScalaDocs.scala +++ b/geomesa-gt/geomesa-gt-spark-runtime/src/main/scala/org/locationtech/geomesa/gt/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-spark/src/main/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProvider.scala b/geomesa-gt/geomesa-gt-spark/src/main/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProvider.scala index d4654cc4fd2f..84fbd557f0a7 100644 --- a/geomesa-gt/geomesa-gt-spark/src/main/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProvider.scala +++ b/geomesa-gt/geomesa-gt-spark/src/main/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-spark/src/test/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProviderTest.scala b/geomesa-gt/geomesa-gt-spark/src/test/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProviderTest.scala index c0a442354b21..a9ff541e760d 100644 --- a/geomesa-gt/geomesa-gt-spark/src/test/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProviderTest.scala +++ b/geomesa-gt/geomesa-gt-spark/src/test/scala/org/locationtech/geomesa/geotools/spark/GeoToolsSpatialRDDProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsDataStoreCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsDataStoreCommand.scala index 72b58234ae2d..71c6124a9f94 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsDataStoreCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsRunner.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsRunner.scala index 48284bd78538..e8d17d84acf8 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsRunner.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/GeoToolsRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsCreateSchemaCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsCreateSchemaCommand.scala index cefd648e83cf..3d50616f2f29 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsCreateSchemaCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDeleteFeaturesCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDeleteFeaturesCommand.scala index 9f000693ff79..19a626688635 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDeleteFeaturesCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDescribeSchemaCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDescribeSchemaCommand.scala index e3ef5bdb3e06..21a4eb3c8686 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDescribeSchemaCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetSftConfigCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetSftConfigCommand.scala index c0b1d0dc883f..f1299283c4b1 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetSftConfigCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetTypeNamesCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetTypeNamesCommand.scala index 6a22157cf077..3d8f87136b26 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetTypeNamesCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsRemoveSchemaCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsRemoveSchemaCommand.scala index c9c766c86aee..95d836c8c45b 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsRemoveSchemaCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommand.scala index 9508ea1d0a6c..a2cbf22877ac 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/PostgisUpgradeSchemaCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/PostgisUpgradeSchemaCommand.scala index a25db25d7411..b472c6ae036e 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/PostgisUpgradeSchemaCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/data/PostgisUpgradeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsExportCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsExportCommand.scala index 524d15237932..bdfe0bc0754b 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsExportCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsPlaybackCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsPlaybackCommand.scala index c184b90192d4..b836a9285ae6 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsPlaybackCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/export/GeoToolsPlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/ingest/GeoToolsIngestCommand.scala b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/ingest/GeoToolsIngestCommand.scala index d89487b8209a..deca2dd27f1b 100644 --- a/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/ingest/GeoToolsIngestCommand.scala +++ b/geomesa-gt/geomesa-gt-tools/src/main/scala/org/locationtech/geomesa/geotools/tools/ingest/GeoToolsIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-gt/geomesa-gt-tools/src/test/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommandTest.scala b/geomesa-gt/geomesa-gt-tools/src/test/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommandTest.scala index 106b3689db15..d2a5f43d62f7 100644 --- a/geomesa-gt/geomesa-gt-tools/src/test/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommandTest.scala +++ b/geomesa-gt/geomesa-gt-tools/src/test/scala/org/locationtech/geomesa/geotools/tools/data/GeoToolsUpdateSchemaCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseArrowAggregator.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseArrowAggregator.scala index c4bbe5cf0038..9cb94ad2937a 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseArrowAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseArrowAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseBinAggregator.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseBinAggregator.scala index 5171e2346b7e..5e056f18d191 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseBinAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseBinAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseDensityAggregator.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseDensityAggregator.scala index 2ffa555f5155..6787da389240 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseDensityAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseDensityAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseStatsAggregator.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseStatsAggregator.scala index 2e0b84efe737..643592c01f6e 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseStatsAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseStatsAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseVersionAggregator.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseVersionAggregator.scala index cd9dfb8b171b..46b9212c043a 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseVersionAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/aggregators/HBaseVersionAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseBackedMetadata.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseBackedMetadata.scala index ca6861f8a0e1..16b0e6290a50 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseBackedMetadata.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseBackedMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseConnectionPool.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseConnectionPool.scala index a264f347d5c7..1c6867c3ed80 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseConnectionPool.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseConnectionPool.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStore.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStore.scala index 54dda0a3a7be..a37732d0cfb0 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStore.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreFactory.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreFactory.scala index 62b567e0d835..0d1a32b60407 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreFactory.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreParams.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreParams.scala index 495856ee52d9..dca4eeee894f 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreParams.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseIndexAdapter.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseIndexAdapter.scala index e2ba12fb8f14..af20d0ee2fe0 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseIndexAdapter.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseIndexAdapter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseQueryPlan.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseQueryPlan.scala index e6c3c5c1e326..deec095d7e05 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseQueryPlan.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/HBaseQueryPlan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/LoginUserProvider.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/LoginUserProvider.scala index 6a196ca3391a..4c5f879eb8c0 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/LoginUserProvider.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/data/LoginUserProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/package.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/package.scala index f63ade384e09..fca0e7a439bb 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/package.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/CoprocessorBatchScan.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/CoprocessorBatchScan.scala index ea498ad4677c..bf5e30262743 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/CoprocessorBatchScan.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/CoprocessorBatchScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/EmptyScanner.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/EmptyScanner.scala index 5046d687498a..6f9bccb99828 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/EmptyScanner.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/EmptyScanner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseBatchScan.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseBatchScan.scala index f7d032d037c5..5f7016a8aa36 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseBatchScan.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseBatchScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseVersions.scala b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseVersions.scala index 82f399d2b880..069da11d6dd5 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseVersions.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/main/scala/org/locationtech/geomesa/hbase/utils/HBaseVersions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java b/geomesa-hbase/geomesa-hbase-datastore/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java index d969e83c290d..0c7b44bccb92 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/java/org/slf4j/impl/Log4jLoggerAdapter.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseAlterSchemaTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseAlterSchemaTest.scala index 1d23f3b56fc6..4200ba3c1504 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseAlterSchemaTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseAlterSchemaTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseArrowTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseArrowTest.scala index 6a334047decb..fb283c03e3d8 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseArrowTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseArrowTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBackCompatibilityTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBackCompatibilityTest.scala index adbc82dd39fe..0174e10adf9f 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBackCompatibilityTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBackCompatibilityTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBinAggregatorTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBinAggregatorTest.scala index f561891a2d86..915ff9602800 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBinAggregatorTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseBinAggregatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseColumnGroupsTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseColumnGroupsTest.scala index d008ab92ce99..0a589e9fa8bb 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseColumnGroupsTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseColumnGroupsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreTest.scala index 525224d2814c..9b8b59984b1a 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDensityFilterTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDensityFilterTest.scala index 309bb5d90ded..cf158b45e371 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDensityFilterTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseDensityFilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseIntegrationTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseIntegrationTest.scala index 85b896bc935c..d3a8c7c7a7fb 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseIntegrationTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseIntegrationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBasePartitioningTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBasePartitioningTest.scala index 4b3e1b66adbf..b8bce32c6488 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBasePartitioningTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBasePartitioningTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS2IndexTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS2IndexTest.scala index 634828a9587b..b2894f4aa7f8 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS2IndexTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS2IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS3IndexTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS3IndexTest.scala index ad957ddbab76..315f7675797f 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS3IndexTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseS3IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseSamplingFilterTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseSamplingFilterTest.scala index c7aed580b57c..928cb80abd6b 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseSamplingFilterTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseSamplingFilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseStatsAggregatorTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseStatsAggregatorTest.scala index 8dc8082b6bcd..1f9695df3f9c 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseStatsAggregatorTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseStatsAggregatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseTTLTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseTTLTest.scala index c271d4ac1906..5a80822a433c 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseTTLTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseTTLTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseVisibilityTest.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseVisibilityTest.scala index 8d238b0387b9..f5c87fd742ad 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseVisibilityTest.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/HBaseVisibilityTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/MiniCluster.scala b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/MiniCluster.scala index 1410c1aba421..a706bbd7f3c3 100644 --- a/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/MiniCluster.scala +++ b/geomesa-hbase/geomesa-hbase-datastore/src/test/scala/org/locationtech/geomesa/hbase/data/MiniCluster.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala b/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala index 9c05b16de027..59a2377bee03 100644 --- a/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala +++ b/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala b/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala index 9c05b16de027..59a2377bee03 100644 --- a/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala +++ b/geomesa-hbase/geomesa-hbase-distributed-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/dr/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/GeoMesaHBaseInputFormat.scala b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/GeoMesaHBaseInputFormat.scala index a7acb89b70a6..3aa442fcafd6 100644 --- a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/GeoMesaHBaseInputFormat.scala +++ b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/GeoMesaHBaseInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseIndexFileMapper.scala b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseIndexFileMapper.scala index 299a258bff1d..ce984d4c0b27 100644 --- a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseIndexFileMapper.scala +++ b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseIndexFileMapper.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseJobUtils.scala b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseJobUtils.scala index 75fd176959ff..ce34094d9b5e 100644 --- a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseJobUtils.scala +++ b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/HBaseJobUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/Security.scala b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/Security.scala index 4dacfa6afe15..c048c6f3fae9 100644 --- a/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/Security.scala +++ b/geomesa-hbase/geomesa-hbase-jobs/src/main/scala/org/locationtech/geomesa/hbase/jobs/Security.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/java/org/locationtech/geomesa/hbase/proto/GeoMesaProto.java b/geomesa-hbase/geomesa-hbase-rpc/src/main/java/org/locationtech/geomesa/hbase/proto/GeoMesaProto.java index ffc8724698ee..fe877dffc7e6 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/java/org/locationtech/geomesa/hbase/proto/GeoMesaProto.java +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/java/org/locationtech/geomesa/hbase/proto/GeoMesaProto.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/filters/JSimpleFeatureFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/filters/JSimpleFeatureFilter.scala index 9e644fef7497..a60bf95d466e 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/filters/JSimpleFeatureFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/filters/JSimpleFeatureFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaCoprocessor.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaCoprocessor.scala index 40d5be1ce66c..3b157ba6f216 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaCoprocessor.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaCoprocessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseCallBack.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseCallBack.scala index 9ce23d5faf9a..4313d962b0aa 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseCallBack.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseCallBack.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseRpcController.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseRpcController.scala index a49bf03bdab9..7e67db442760 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseRpcController.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/coprocessor/GeoMesaHBaseRpcController.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilter.scala index eb6334ef1246..fbe8475a89e0 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S2HBaseFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S2HBaseFilter.scala index 4185c5c4390f..fc57bf642f30 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S2HBaseFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S2HBaseFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S3HBaseFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S3HBaseFilter.scala index 7adac07ec0d9..b5a1bb86ed1f 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S3HBaseFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/S3HBaseFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z2HBaseFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z2HBaseFilter.scala index 7b0965a11f09..91b47cdc74c9 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z2HBaseFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z2HBaseFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z3HBaseFilter.scala b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z3HBaseFilter.scala index 9de316a1724a..31a96badb0e3 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z3HBaseFilter.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/main/scala/org/locationtech/geomesa/hbase/rpc/filter/Z3HBaseFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-rpc/src/test/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilterTest.scala b/geomesa-hbase/geomesa-hbase-rpc/src/test/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilterTest.scala index b5141bb72ea8..0259a24f0220 100644 --- a/geomesa-hbase/geomesa-hbase-rpc/src/test/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilterTest.scala +++ b/geomesa-hbase/geomesa-hbase-rpc/src/test/scala/org/locationtech/geomesa/hbase/rpc/filter/CqlTransformFilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server-hbase1/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala b/geomesa-hbase/geomesa-hbase-server-hbase1/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala index f69bcfdaa96c..7bf0a6451171 100644 --- a/geomesa-hbase/geomesa-hbase-server-hbase1/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala +++ b/geomesa-hbase/geomesa-hbase-server-hbase1/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala b/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala index 547ea2314930..0d24266e2604 100644 --- a/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala +++ b/geomesa-hbase/geomesa-hbase-server-hbase2/src/main/scala/org/locationtech/geomesa/hbase/server/coprocessor/GeoMesaCoprocessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/CoprocessorScan.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/CoprocessorScan.scala index 304ec024dc45..5133c103c293 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/CoprocessorScan.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/CoprocessorScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseAggregator.scala index 03ae0c8b5525..1845c3010bdd 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseArrowAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseArrowAggregator.scala index a3638b7c23b7..91877758e1b5 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseArrowAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseArrowAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseBinAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseBinAggregator.scala index b97aebeca75e..cad8f0e85962 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseBinAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseBinAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseDensityAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseDensityAggregator.scala index b57e28323d2b..7652b9d5d11f 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseDensityAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseDensityAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseStatsAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseStatsAggregator.scala index df7df3204327..1421ba3a0cbb 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseStatsAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseStatsAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseVersionAggregator.scala b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseVersionAggregator.scala index 697c9f5c3534..3d795e6f46d7 100644 --- a/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseVersionAggregator.scala +++ b/geomesa-hbase/geomesa-hbase-server/src/main/scala/org/locationtech/geomesa/hbase/server/common/HBaseVersionAggregator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala index cf17cfcaffa2..6f5ae1c476f2 100644 --- a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala +++ b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/test/scala/org/locationtech/geomesa/hbase/spark/HBaseSparkProviderIntegrationTest.scala b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/test/scala/org/locationtech/geomesa/hbase/spark/HBaseSparkProviderIntegrationTest.scala index 463de1fe76de..0a9fdb1ba57e 100644 --- a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/test/scala/org/locationtech/geomesa/hbase/spark/HBaseSparkProviderIntegrationTest.scala +++ b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase1/src/test/scala/org/locationtech/geomesa/hbase/spark/HBaseSparkProviderIntegrationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala index cf17cfcaffa2..6f5ae1c476f2 100644 --- a/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala +++ b/geomesa-hbase/geomesa-hbase-spark-runtime-hbase2/src/main/scala/org/locationtech/geomesa/hbase/spark/runtime/ScalaDocs.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-spark/src/main/scala/org/locationtech/geomesa/hbase/spark/HBaseSpatialRDDProvider.scala b/geomesa-hbase/geomesa-hbase-spark/src/main/scala/org/locationtech/geomesa/hbase/spark/HBaseSpatialRDDProvider.scala index 18e0736b8aac..79720b8479b8 100644 --- a/geomesa-hbase/geomesa-hbase-spark/src/main/scala/org/locationtech/geomesa/hbase/spark/HBaseSpatialRDDProvider.scala +++ b/geomesa-hbase/geomesa-hbase-spark/src/main/scala/org/locationtech/geomesa/hbase/spark/HBaseSpatialRDDProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseDataStoreCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseDataStoreCommand.scala index c3f09a6b98c2..25905e62c382 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseDataStoreCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseRunner.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseRunner.scala index 70a309db0992..bcf01d7cb579 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseRunner.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/HBaseRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseCreateSchemaCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseCreateSchemaCommand.scala index 86a0768d7ab2..beecdf9c3560 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseCreateSchemaCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteCatalogCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteCatalogCommand.scala index 4a01359e9470..d70b02ef6908 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteCatalogCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteCatalogCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteFeaturesCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteFeaturesCommand.scala index 785ab30b4f99..18a012e55a5f 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteFeaturesCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseManagePartitionsCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseManagePartitionsCommand.scala index 4805249b64a4..f92e5b0147eb 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseManagePartitionsCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseManagePartitionsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseRemoveSchemaCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseRemoveSchemaCommand.scala index 32f1d71c733b..fb6fdc916678 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseRemoveSchemaCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseUpdateSchemaCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseUpdateSchemaCommand.scala index 5446a17b13b1..d2acac9644b7 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseUpdateSchemaCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/data/HBaseUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBaseExportCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBaseExportCommand.scala index c41cfb19d0c5..5e19a8918e2e 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBaseExportCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBaseExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBasePlaybackCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBasePlaybackCommand.scala index d2f7733c51ed..152493a51433 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBasePlaybackCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/export/HBasePlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkIngestCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkIngestCommand.scala index d69402ddf5b9..e7c8cfb19946 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkIngestCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkLoadCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkLoadCommand.scala index c78d0552155b..79f5c7d82e4e 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkLoadCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseBulkLoadCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseIngestCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseIngestCommand.scala index b34eff73f8ad..d93a7bd2f90b 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseIngestCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/ingest/HBaseIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsAnalyzeCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsAnalyzeCommand.scala index e3208f0e9c9d..058f9423d380 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsAnalyzeCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsAnalyzeCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsBoundsCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsBoundsCommand.scala index 6e0f2bcc6bda..147ae430e1b9 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsBoundsCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsCountCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsCountCommand.scala index d97140920669..d5c433148be6 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsCountCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsHistogramCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsHistogramCommand.scala index aa74bf89a995..65a00546dddc 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsHistogramCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsTopKCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsTopKCommand.scala index b469c2763fba..960504ad6b24 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsTopKCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/stats/HBaseStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseDescribeSchemaCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseDescribeSchemaCommand.scala index 46593a5cc7f8..ae37fa3894a4 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseDescribeSchemaCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseExplainCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseExplainCommand.scala index 86357527b240..b0446143f21d 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseExplainCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseExplainCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetSftConfigCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetSftConfigCommand.scala index ddf3a9c120e4..9d2cb742ea38 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetSftConfigCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetTypeNamesCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetTypeNamesCommand.scala index 319bca9df3ef..26868a9f8fa9 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetTypeNamesCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseVersionRemoteCommand.scala b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseVersionRemoteCommand.scala index 12a45c341d58..cc4bfff85dc2 100644 --- a/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseVersionRemoteCommand.scala +++ b/geomesa-hbase/geomesa-hbase-tools/src/main/scala/org/locationtech/geomesa/hbase/tools/status/HBaseVersionRemoteCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/conf/TableSplitter.java b/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/conf/TableSplitter.java index ec0d1bbba195..cf63ecc69248 100644 --- a/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/conf/TableSplitter.java +++ b/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/conf/TableSplitter.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/view/MergedViewConfigLoader.java b/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/view/MergedViewConfigLoader.java index 754ca77a3918..f36c859ee1a7 100644 --- a/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/view/MergedViewConfigLoader.java +++ b/geomesa-index-api/src/main/java/org/locationtech/geomesa/index/view/MergedViewConfigLoader.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndex.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndex.scala index 7b08900abc60..49282e25a33d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndex.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndexFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndexFactory.scala index c7e9fcd1e0e1..29a87323c2a2 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndexFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/GeoMesaFeatureIndexFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexAdapter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexAdapter.scala index 9704f49a0bc9..3a63143e84d2 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexAdapter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexAdapter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexKeySpace.scala index 427dc17c47d1..673dbdbde2db 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexManager.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexManager.scala index e17b6d65ca55..25f7366773d6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexManager.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/IndexManager.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala index a813b6e7205c..d2c41a88d166 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/QueryPlan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/ShardStrategy.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/ShardStrategy.scala index f7bc64e17c73..9f4499fe0978 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/ShardStrategy.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/ShardStrategy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WritableFeature.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WritableFeature.scala index 603643301c2a..35130092c7e9 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WritableFeature.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WritableFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WriteConverter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WriteConverter.scala index 04cfce2670ff..9eb4b4adeed3 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WriteConverter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/WriteConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala index 506b4d594e27..8fe8112e88f1 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/api/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/audit/QueryEvent.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/audit/QueryEvent.scala index 3a6d39a0fff2..7508bd7c26b1 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/audit/QueryEvent.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/audit/QueryEvent.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/ColumnGroups.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/ColumnGroups.scala index 19205633c2e2..aab595b883ac 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/ColumnGroups.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/ColumnGroups.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/FeatureProperties.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/FeatureProperties.scala index 053035cfa412..29432a40ad21 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/FeatureProperties.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/FeatureProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryHints.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryHints.scala index 57d823dd48a7..b3f277800ca5 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryHints.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryHints.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryProperties.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryProperties.scala index 16e9ac7906bb..da90920e0a80 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryProperties.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/QueryProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/SchemaProperties.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/SchemaProperties.scala index b1ad8151bd77..b69d6e901643 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/SchemaProperties.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/SchemaProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/StatsProperties.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/StatsProperties.scala index 4eafad86ca9b..8c79a27b698a 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/StatsProperties.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/StatsProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala index 5f7a164dc489..a7c3167e5320 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartition.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartition.scala index b851164e156e..ab435edde1cd 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartition.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartition.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionFactory.scala index 8a40de605693..3b2a69c976e7 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TimePartition.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TimePartition.scala index f88f46d5278c..ddebe0b8ed33 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TimePartition.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/partition/TimePartition.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitter.scala index 334442724eda..ad04361ec740 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/SplitPatternParser.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/SplitPatternParser.scala index 95432a8d31d3..9f8e14fd07e6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/SplitPatternParser.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/SplitPatternParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/TableSplitter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/TableSplitter.scala index c4fdbe275003..bee2f468c38b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/TableSplitter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/conf/splitter/TableSplitter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AbstractFilter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AbstractFilter.scala index 3a553d17f8c0..106ff55e8257 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AbstractFilter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AbstractFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AgeOffFilter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AgeOffFilter.scala index d91b16e9a1ba..cd51699c1a08 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AgeOffFilter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/AgeOffFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/DtgAgeOffFilter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/DtgAgeOffFilter.scala index e96bc66b7b60..d9265d449133 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/DtgAgeOffFilter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/DtgAgeOffFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/RowFilter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/RowFilter.scala index c64d7eeff623..7e86ae674fa6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/RowFilter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/RowFilter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S2Filter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S2Filter.scala index 225608cb6980..5ffc75bad549 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S2Filter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S2Filter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S3Filter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S3Filter.scala index ee515dfad8d8..1978b3503880 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S3Filter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/S3Filter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z2Filter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z2Filter.scala index e380923986e1..145c93dd025b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z2Filter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z2Filter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z3Filter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z3Filter.scala index d85b7e952c7b..c79210d21236 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z3Filter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/filters/Z3Filter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geoserver/ViewParams.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geoserver/ViewParams.scala index 35d5b152f997..9d8ff6ed078b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geoserver/ViewParams.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geoserver/ViewParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStore.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStore.scala index 74ea227d3c98..ddfddc580316 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStore.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreFactory.scala index 09baab72a238..95d44eeeb8ee 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureCollection.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureCollection.scala index 98db5eb9ade5..c11fb40bae35 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureCollection.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureCollection.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureReader.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureReader.scala index 7bb8fe1fc6f1..733f30ec4bea 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureReader.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureSource.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureSource.scala index c197d0d8dfa2..33410017393e 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureSource.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureSource.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureStore.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureStore.scala index 4a3dd5b21491..c7a6fd5c7ff8 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureStore.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureWriter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureWriter.scala index 3b3779c93c6b..3c446ba55054 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureWriter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/GeoMesaFeatureWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/MetadataBackedDataStore.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/MetadataBackedDataStore.scala index 1f323b6eade5..1e9a392c52e0 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/MetadataBackedDataStore.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/MetadataBackedDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/package.scala index a0ba3e76985a..3153dcdff532 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/geotools/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/DefaultFeatureIndexFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/DefaultFeatureIndexFactory.scala index ed681d765040..97863df11457 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/DefaultFeatureIndexFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/DefaultFeatureIndexFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/EmptyIndex.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/EmptyIndex.scala index 47802910e869..0739552ee899 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/EmptyIndex.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/EmptyIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndex.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndex.scala index f9a86cfc2bb6..6ba12e5bfdf9 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndex.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKey.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKey.scala index e02dee56212e..58468f0b78d7 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKey.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKey.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKeySpace.scala index 1b3573f4bcbf..040b757b9690 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexValues.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexValues.scala index 3a273024d4ec..f99b335dc652 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexValues.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/AttributeIndexValues.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/DateIndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/DateIndexKeySpace.scala index 2d01f280220a..e4d37b8a5937 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/DateIndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/DateIndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV2.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV2.scala index 512cc2da83fb..5ecc8c102eb6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV2.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV3.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV3.scala index 8cd4e9d14c6b..16c212bb1de8 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV3.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV4.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV4.scala index ca3f18583c25..c9ecdba941e7 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV4.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV4.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV5.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV5.scala index 8962a07ee899..5638bb47b617 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV5.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV5.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV6.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV6.scala index 540ad8ce2dd8..983bff5c0752 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV6.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV6.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV7.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV7.scala index 916876ed53e4..a453bae450ed 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV7.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/attribute/legacy/AttributeIndexV7.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndex.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndex.scala index 30a3eecca805..6d9abdc7ec3c 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndex.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndexKeySpace.scala index 970e4ebaa20a..8f24dba4dfd2 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/IdIndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV1.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV1.scala index 58c0caabf536..3f3b1bbc2a02 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV1.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV1.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV2.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV2.scala index 405d329deeca..eef9eff072f9 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV2.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV3.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV3.scala index a9b96a5068b4..7de58b303072 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV3.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/id/legacy/IdIndexV3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala index 748ed1b28905..d11c7faed6ba 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2Index.scala index 73e60f47ff3b..3d84add9f9a1 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2IndexKeySpace.scala index 8eea38e5e78e..2bb233893867 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/S2IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/package.scala index f4fef6da623a..0265f1a92af9 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s2/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3Index.scala index 0ce49b1dc9bd..ac0049867b0e 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3IndexKeySpace.scala index 0e7aae9bb147..a3cf229ecadf 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/S3IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/package.scala index 820d1f1038d7..1bfa16df4cea 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/s3/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2Index.scala index 4fc4fde6bee4..6f862915bb74 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2IndexKeySpace.scala index 23cd4fecfcd6..7399997d0a01 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/XZ2IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2Index.scala index 9d7c2f16aa0c..66132fd78c09 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2IndexKeySpace.scala index 61880651f118..85a7d1d86786 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/Z2IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/XZ2IndexV1.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/XZ2IndexV1.scala index 6444a49bcc2e..331e8f8f7dbb 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/XZ2IndexV1.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/XZ2IndexV1.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV1.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV1.scala index 876be7935564..520f10be2125 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV1.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV1.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV2.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV2.scala index 3e5fe8fb3114..a232f1f88596 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV2.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV3.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV3.scala index f5e011b9aeb0..a464098e1889 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV3.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV4.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV4.scala index 1934f42a91f4..9bd506eced39 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV4.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/legacy/Z2IndexV4.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/package.scala index ef1d292f7880..3395612c1cee 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z2/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3Index.scala index 6f5fc69967ea..7f4807ebc801 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3IndexKeySpace.scala index a96ef5db08fe..6bd98a07ca02 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/XZ3IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3Index.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3Index.scala index 4d1784a12b5c..9b6f211d345f 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3Index.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3Index.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3IndexKeySpace.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3IndexKeySpace.scala index 7e07941be37a..ee8fd5d8bb45 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3IndexKeySpace.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/Z3IndexKeySpace.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV1.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV1.scala index af25b6233be8..ca5607b205b4 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV1.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV1.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV2.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV2.scala index 87df51f3eb11..21e4d4c26a56 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV2.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/XZ3IndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV1.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV1.scala index d184d7f7318c..9621aa537a77 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV1.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV1.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV2.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV2.scala index 8a6b1d5b2e01..aa150ef404ff 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV2.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV3.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV3.scala index 7d2c85f334dc..0524f822fb2a 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV3.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV4.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV4.scala index 0017e41c0dcd..76ea0b16fd41 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV4.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV4.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV5.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV5.scala index 5e6134e5ed47..9b2b9b4cf2d8 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV5.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV5.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV6.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV6.scala index 5ce61ff10bf2..98f17062dde6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV6.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/legacy/Z3IndexV6.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/package.scala index 834f63c40aa4..37962e63fb16 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/index/z3/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/AggregatingScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/AggregatingScan.scala index cb0b3eb6cea0..8a21c5394cea 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/AggregatingScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/AggregatingScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ArrowScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ArrowScan.scala index 40c52815e852..715d8d276903 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ArrowScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ArrowScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/BinAggregatingScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/BinAggregatingScan.scala index e7efd2bdd401..a2d321ea5dc1 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/BinAggregatingScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/BinAggregatingScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ConfiguredScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ConfiguredScan.scala index af15341cc69e..4a1d1766ec1a 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ConfiguredScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/ConfiguredScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/DensityScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/DensityScan.scala index c4dbca6640fb..ccf72c107eaa 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/DensityScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/DensityScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/IteratorCache.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/IteratorCache.scala index 3c9fbb767bcd..36bed8aaaa28 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/IteratorCache.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/IteratorCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/SamplingIterator.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/SamplingIterator.scala index cef656e5375f..a7be2b98f1e8 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/SamplingIterator.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/SamplingIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/StatsScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/StatsScan.scala index 51be20bbe35e..864d09db3e77 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/StatsScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/iterators/StatsScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/GeoMesaMetadata.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/GeoMesaMetadata.scala index 53e2ee504cca..d008f07e8e24 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/GeoMesaMetadata.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/GeoMesaMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadata.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadata.scala index 52344228aef7..a3166b914ed2 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadata.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/TableBasedMetadata.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/TableBasedMetadata.scala index 51fce8510921..bd6991775d3f 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/TableBasedMetadata.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/TableBasedMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/package.scala index 86409b077313..4fc038195af1 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/metadata/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala index 48a91d37216d..92a1dabdffbe 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/FilterSplitter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/FilterSplitter.scala index 251841eec23f..0d230b40c227 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/FilterSplitter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/FilterSplitter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/LocalQueryRunner.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/LocalQueryRunner.scala index 4e21f2e9c3f5..537557dcb3b6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/LocalQueryRunner.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/LocalQueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryInterceptor.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryInterceptor.scala index 877e35d88f90..19a18e547034 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryInterceptor.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryInterceptor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryPlanner.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryPlanner.scala index aea7c8bb4311..40ab92bafab7 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryPlanner.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryPlanner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryRunner.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryRunner.scala index e60b168873f0..66246c2803e2 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryRunner.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/QueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/StrategyDecider.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/StrategyDecider.scala index 6ecf60394aff..6552c5fa474d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/StrategyDecider.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/StrategyDecider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/FullTableScanQueryGuard.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/FullTableScanQueryGuard.scala index fabcd9d9d52a..8c2e8897c77a 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/FullTableScanQueryGuard.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/FullTableScanQueryGuard.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuard.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuard.scala index 3ed683b8c89d..e9575246b3e9 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuard.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuard.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuard.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuard.scala index abb314ebda53..307e843a8dee 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuard.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuard.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/package.scala index 026f9582fe86..ec27098f6898 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/planning/guard/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/process/GeoMesaProcessVisitor.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/process/GeoMesaProcessVisitor.scala index b3e059c51c8e..5a0a17141c10 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/process/GeoMesaProcessVisitor.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/process/GeoMesaProcessVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/GeoMesaStats.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/GeoMesaStats.scala index 3124fff0402c..c5a94ab4e202 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/GeoMesaStats.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/GeoMesaStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/MetadataBackedStats.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/MetadataBackedStats.scala index 637d439ebfc3..258e50913d61 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/MetadataBackedStats.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/MetadataBackedStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/RunnableStats.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/RunnableStats.scala index f913f9eadc31..4d0e3b35566b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/RunnableStats.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/RunnableStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimator.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimator.scala index 764e4762a8cc..0a381b510e3b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimator.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala index ce070167eb9b..1214847d82df 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/stats/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/AttributeFilterStrategy.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/AttributeFilterStrategy.scala index be30f8a414be..83ba3929a0db 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/AttributeFilterStrategy.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/AttributeFilterStrategy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/IdFilterStrategy.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/IdFilterStrategy.scala index e1f89806aa9b..2d57e15cd84f 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/IdFilterStrategy.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/IdFilterStrategy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatialFilterStrategy.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatialFilterStrategy.scala index a401f24e9bc5..10a2ec652663 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatialFilterStrategy.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatialFilterStrategy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatioTemporalFilterStrategy.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatioTemporalFilterStrategy.scala index 737fd9f130ec..8baa548ba554 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatioTemporalFilterStrategy.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/strategies/SpatioTemporalFilterStrategy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/AbstractBatchScan.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/AbstractBatchScan.scala index fdd2df047662..529738039c74 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/AbstractBatchScan.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/AbstractBatchScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/DistributedLocking.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/DistributedLocking.scala index 392f57a743a3..911048bb755d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/DistributedLocking.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/DistributedLocking.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Explainer.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Explainer.scala index dd08c09c18c0..36cda24a5b2d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Explainer.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Explainer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/FeatureSampler.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/FeatureSampler.scala index 40028d8e1ce8..7ae727bf6ffb 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/FeatureSampler.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/FeatureSampler.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Reprojection.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Reprojection.scala index fa0cd736d874..d1f80c37077b 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Reprojection.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/Reprojection.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIterator.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIterator.scala index f518da881e4e..26f18c5be6e6 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIterator.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SplitArrays.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SplitArrays.scala index 5551394f00fd..4936c9120d42 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SplitArrays.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/SplitArrays.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/ThreadManagement.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/ThreadManagement.scala index e2fa4c77f162..f8d60771510d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/ThreadManagement.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/ThreadManagement.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/bin/BinSorter.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/bin/BinSorter.scala index 7dc7e1084a1f..a95186180c2d 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/bin/BinSorter.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/utils/bin/BinSorter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreView.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreView.scala index 40a8398c7472..4d9f00f4bbfb 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreView.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewFactory.scala index d300051b86a9..af2573e2ef41 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedFeatureSourceView.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedFeatureSourceView.scala index 687445f8f37f..81e41e029b4e 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedFeatureSourceView.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedFeatureSourceView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedQueryRunner.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedQueryRunner.scala index dd9d9bea54fb..3094aa329c6a 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedQueryRunner.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/MergedQueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelector.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelector.scala index 70fb57c21d30..7584085fe170 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelector.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelector.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelectorByAttribute.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelectorByAttribute.scala index 5b7795366e57..3398aa704cd5 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelectorByAttribute.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RouteSelectorByAttribute.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreView.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreView.scala index 810d22880c60..c067cd559dcb 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreView.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewFactory.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewFactory.scala index eb9f23678ecd..b5fd377bffdf 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewFactory.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedDataStoreViewFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedFeatureSourceView.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedFeatureSourceView.scala index afd7602b974e..3696abaaf8ae 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedFeatureSourceView.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/RoutedFeatureSourceView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala index e4d415842cea..36857f9bbc8f 100644 --- a/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala +++ b/geomesa-index-api/src/main/scala/org/locationtech/geomesa/index/view/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformSimpleFeatureTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformSimpleFeatureTest.scala index 94e7858e292c..111974269d52 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformSimpleFeatureTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformSimpleFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformTest.scala index 420762ef59d6..ecf4e17ccf2d 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/features/TransformTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/InMemoryMetadata.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/InMemoryMetadata.scala index 081c0bd06a81..a4f32109b301 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/InMemoryMetadata.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/InMemoryMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/TestGeoMesaDataStore.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/TestGeoMesaDataStore.scala index 248ec4b4854e..3d863a08725b 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/TestGeoMesaDataStore.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/TestGeoMesaDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/api/ShardStrategyTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/api/ShardStrategyTest.scala index 6043e0f032df..4353d6131353 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/api/ShardStrategyTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/api/ShardStrategyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionTest.scala index 2de7fb5b78ee..67586564b231 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/partition/TablePartitionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitterTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitterTest.scala index 29378b0aeec7..7262ea8251e4 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitterTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/conf/splitter/DefaultSplitterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z2FilterTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z2FilterTest.scala index 330c83ca3276..e35e05c4b930 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z2FilterTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z2FilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z3FilterTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z3FilterTest.scala index 494896cb76a8..b66887548f5e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z3FilterTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/filters/Z3FilterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geoserver/ViewParamsTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geoserver/ViewParamsTest.scala index f64ca7d09497..f76dfbd4f876 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geoserver/ViewParamsTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geoserver/ViewParamsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreAlterSchemaTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreAlterSchemaTest.scala index 090551f434e3..fc2e6a673854 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreAlterSchemaTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreAlterSchemaTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreTest.scala index 088e74248e4b..a486117e6ab4 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreVisitorTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreVisitorTest.scala index 9b7183278b75..2179bc68c2a2 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreVisitorTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/geotools/GeoMesaDataStoreVisitorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/AttributeIndexTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/AttributeIndexTest.scala index 0674c246e5d0..849d7f13a96b 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/AttributeIndexTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/AttributeIndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S2IndexTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S2IndexTest.scala index 6f38afc22502..574bbd0de2f7 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S2IndexTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S2IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S3IndexTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S3IndexTest.scala index 47713c2870bf..bfd69a3655b2 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S3IndexTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/S3IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/XZ3IndexTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/XZ3IndexTest.scala index 77f050fe831c..09c5adbf2277 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/XZ3IndexTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/XZ3IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/Z3IndexTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/Z3IndexTest.scala index 49d67a200099..02d61a55148c 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/Z3IndexTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/index/Z3IndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadataTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadataTest.scala index d40b7fa2ee6d..a1ace5da11c4 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadataTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/metadata/KeyValueStoreMetadataTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/LocalQueryRunnerTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/LocalQueryRunnerTest.scala index 0ee42f4d6c47..b692b5f4a976 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/LocalQueryRunnerTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/LocalQueryRunnerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/QueryPlannerTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/QueryPlannerTest.scala index 772eabc622cb..bd3739c1914b 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/QueryPlannerTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/QueryPlannerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuardTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuardTest.scala index 6b0494382bc7..f1f93430246e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuardTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/GraduatedQueryGuardTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuardTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuardTest.scala index 09f25ae00891..ce064062ec8b 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuardTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/planning/guard/TemporalQueryGuardTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/MetadataBackedStatsTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/MetadataBackedStatsTest.scala index 7b9bbf2564e3..592769a12175 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/MetadataBackedStatsTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/MetadataBackedStatsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimatorTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimatorTest.scala index 8dfdac60f13b..4e8859832d3e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimatorTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/stats/StatsBasedEstimatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/AbstractBatchScanTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/AbstractBatchScanTest.scala index e0f94ddf1329..0eac3dc6c42a 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/AbstractBatchScanTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/AbstractBatchScanTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ExplainerTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ExplainerTest.scala index cfdc7c11c0a5..0461a1059f1e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ExplainerTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ExplainerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIteratorTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIteratorTest.scala index 0f26c9481ec0..b267b0c28dff 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIteratorTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/SortingSimpleFeatureIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ThreadManagementTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ThreadManagementTest.scala index 3db56760a541..e8e1c95dc32a 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ThreadManagementTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/ThreadManagementTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/bin/BinSorterTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/bin/BinSorterTest.scala index a1653804ac91..2fcbfb696bbc 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/bin/BinSorterTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/utils/bin/BinSorterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala index 6fe0d479900f..7d4e1974d2df 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/MergedDataStoreViewTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/RouteSelectorTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/RouteSelectorTest.scala index 3004a210ad46..34382e4bbb4e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/RouteSelectorTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/RouteSelectorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/ViewPackageTest.scala b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/ViewPackageTest.scala index ad9e6565fc7f..6bd53b13783e 100644 --- a/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/ViewPackageTest.scala +++ b/geomesa-index-api/src/test/scala/org/locationtech/geomesa/index/view/ViewPackageTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/java/org/locationtech/geomesa/jobs/interop/mapreduce/GeoMesaOutputFormat.java b/geomesa-jobs/src/main/java/org/locationtech/geomesa/jobs/interop/mapreduce/GeoMesaOutputFormat.java index 28779c9c5c1b..d8f62e62d214 100644 --- a/geomesa-jobs/src/main/java/org/locationtech/geomesa/jobs/interop/mapreduce/GeoMesaOutputFormat.java +++ b/geomesa-jobs/src/main/java/org/locationtech/geomesa/jobs/interop/mapreduce/GeoMesaOutputFormat.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala index ae95d1fca2b3..ca7c47e8ea0a 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/GeoMesaConfigurator.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala index 746431da1a07..b66418ae3240 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/JobUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/AvroFileInputFormat.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/AvroFileInputFormat.scala index 4faaf3285c23..975e21358ebe 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/AvroFileInputFormat.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/AvroFileInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/ConverterInputFormat.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/ConverterInputFormat.scala index 3661df4dc03d..34bda36e91dd 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/ConverterInputFormat.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/ConverterInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/FileStreamInputFormat.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/FileStreamInputFormat.scala index 33c642fe1821..686931211ca9 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/FileStreamInputFormat.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/FileStreamInputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/GeoMesaOutputFormat.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/GeoMesaOutputFormat.scala index b36dbb06ce11..4861cbe8371a 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/GeoMesaOutputFormat.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/GeoMesaOutputFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/JobWithLibJars.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/JobWithLibJars.scala index 4015a0376147..2e4fca7519ab 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/JobWithLibJars.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/JobWithLibJars.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerialization.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerialization.scala index 9c0ebdb30516..efc2c3ab129a 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerialization.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala index 74cf93173402..7b6930717749 100644 --- a/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala +++ b/geomesa-jobs/src/main/scala/org/locationtech/geomesa/jobs/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/GeoMesaConfiguratorTest.scala b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/GeoMesaConfiguratorTest.scala index 77f1510f745a..8cf77741d45e 100644 --- a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/GeoMesaConfiguratorTest.scala +++ b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/GeoMesaConfiguratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala index 5442021803e8..38fa8cb31b7f 100644 --- a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala +++ b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/JobUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerializationTest.scala b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerializationTest.scala index 1ec19abb8ccf..c0731078fe6e 100644 --- a/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerializationTest.scala +++ b/geomesa-jobs/src/test/scala/org/locationtech/geomesa/jobs/mapreduce/SimpleFeatureSerializationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentFeatureSerializer.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentFeatureSerializer.scala index 03e7124800b5..fd98f593e61a 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentFeatureSerializer.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentFeatureSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentGeoMessageSerializer.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentGeoMessageSerializer.scala index f6322e73b35f..c8c8d22f9997 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentGeoMessageSerializer.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentGeoMessageSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStore.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStore.scala index a4826421e7ea..29d1b5ef7f50 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStore.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactory.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactory.scala index b0df3bb22321..db11f2fb545b 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactory.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentMetadata.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentMetadata.scala index 97ab121c2839..1910ed684d04 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentMetadata.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/ConfluentMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/SchemaParser.scala b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/SchemaParser.scala index 8be5ed610f59..76470b27c4ec 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/SchemaParser.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/main/scala/org/locationtech/geomesa/kafka/confluent/SchemaParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentContainerTest.scala b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentContainerTest.scala index 0153de25b106..3d1d407e2b2f 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentContainerTest.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentContainerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactoryTest.scala b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactoryTest.scala index 954647600967..faaf18c809d2 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactoryTest.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreFactoryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreTest.scala b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreTest.scala index 7c348b893e2c..77b4db392977 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreTest.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/ConfluentKafkaDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/SchemaParserTest.scala b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/SchemaParserTest.scala index c1dae5c691c1..cf2deacd0373 100644 --- a/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/SchemaParserTest.scala +++ b/geomesa-kafka/geomesa-kafka-confluent/src/test/scala/org/locationtech/geomesa/kafka/confluent/SchemaParserTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilder.java b/geomesa-kafka/geomesa-kafka-datastore/src/main/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilder.java index 7818f1d6b883..9871b2d7b6b6 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilder.java +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilder.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaCacheLoader.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaCacheLoader.scala index 932e01125b60..4dd06af83524 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaCacheLoader.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaCacheLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStore.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStore.scala index fc75c6cd4098..32b12e7ae7b4 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStore.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreFactory.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreFactory.scala index 7b4376c7ece1..5ae84ac504d7 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreFactory.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreParams.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreParams.scala index 7c753746f3b1..7b91d5573787 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreParams.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureStore.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureStore.scala index 450224ea084b..13f946f7617f 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureStore.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureWriter.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureWriter.scala index b831d05a9d59..e47e18e045f4 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureWriter.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaFeatureWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaMetadata.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaMetadata.scala index 8e4ec1c12ecf..68e10404b59c 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaMetadata.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/KafkaMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/MetadataMigration.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/MetadataMigration.scala index 368339e8aee3..5d01d0eb890e 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/MetadataMigration.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/MetadataMigration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/package.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/package.scala index 68725d37f6a1..e8c8e5acffa8 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/package.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/data/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/FeatureStateFactory.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/FeatureStateFactory.scala index 514f197e537f..c683f8fa3e30 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/FeatureStateFactory.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/FeatureStateFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCache.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCache.scala index 90e875dd8bcf..4c4d716d535a 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCache.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheImpl.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheImpl.scala index 8ee2d2008295..09b0ab3217f6 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheImpl.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheImpl.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheView.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheView.scala index a82ccc80197a..1123d80e7125 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheView.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheView.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheWithMetrics.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheWithMetrics.scala index d1b4c294da15..1d89637a18ce 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheWithMetrics.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheWithMetrics.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaListeners.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaListeners.scala index 5d797b2d1c09..8abc8b7b19bb 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaListeners.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaListeners.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaQueryRunner.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaQueryRunner.scala index e427d2895042..cce8c61cb55d 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaQueryRunner.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/index/KafkaQueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaMessage.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaMessage.scala index ae7f5a876853..c0ddfe0d4416 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaMessage.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaMessage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaSerde.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaSerde.scala index fa169ce6cfcc..64de15cfffda 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaSerde.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaSerde.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilder.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilder.scala index c00d280b0fde..9aeb48759eb6 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilder.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaTimestampExtractor.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaTimestampExtractor.scala index ae41451d9ff5..2054e8c08937 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaTimestampExtractor.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/GeoMesaTimestampExtractor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/MessageAction.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/MessageAction.scala index a9bf64024ac7..92ab551042bb 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/MessageAction.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/MessageAction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/package.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/package.scala index 872fca56abcc..069557e959f0 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/package.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/streams/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessage.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessage.scala index a3f642f943e7..e6ae21f1f28c 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessage.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageProcessor.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageProcessor.scala index fb18b63049e3..7b66c2765aa9 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageProcessor.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageProcessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializer.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializer.scala index a449644f0e54..e5e3c6edf2a1 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializer.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/KafkaFeatureEvent.scala b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/KafkaFeatureEvent.scala index 79adb1e4d211..0621ec549096 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/KafkaFeatureEvent.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/main/scala/org/locationtech/geomesa/kafka/utils/KafkaFeatureEvent.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java b/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java index 6c261e1dd557..7bed738543bd 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/java/org/locationtech/geomesa/kafka/jstreams/GeoMesaStreamsBuilderTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/ExpirationMocking.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/ExpirationMocking.scala index 6e382d46db4a..9c4fbff37a40 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/ExpirationMocking.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/ExpirationMocking.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/KafkaContainerTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/KafkaContainerTest.scala index f732458f2c93..72847eb1256b 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/KafkaContainerTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/KafkaContainerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreTest.scala index 1dace101a084..942e26b02ce8 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/data/KafkaDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/EventTimeFeatureCacheTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/EventTimeFeatureCacheTest.scala index 8e3f87832f00..167c29ac864a 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/EventTimeFeatureCacheTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/EventTimeFeatureCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheTest.scala index 40e9b0352385..65c3240183d9 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheViewTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheViewTest.scala index a4936c6a3593..1bb9facdfef5 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheViewTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/index/KafkaFeatureCacheViewTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilderTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilderTest.scala index 5967a23ecec1..8dc1845cbe4c 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilderTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/streams/GeoMesaStreamsBuilderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializerTest.scala b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializerTest.scala index 272800f00309..7e168fd5bb0f 100644 --- a/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializerTest.scala +++ b/geomesa-kafka/geomesa-kafka-datastore/src/test/scala/org/locationtech/geomesa/kafka/utils/GeoMessageSerializerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaDataStoreCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaDataStoreCommand.scala index 8f85ec05087a..bae464b666ff 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaDataStoreCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaParams.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaParams.scala index 28fac406243c..2edd7eb5924e 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaParams.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaRunner.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaRunner.scala index 493b834cb9d0..7a533fad2954 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaRunner.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/KafkaRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaCreateSchemaCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaCreateSchemaCommand.scala index cf0bf8d1e601..f21385b2b4ba 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaCreateSchemaCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaMigrateZkCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaMigrateZkCommand.scala index afa111276c07..08b9922d332f 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaMigrateZkCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaMigrateZkCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaRemoveSchemaCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaRemoveSchemaCommand.scala index 4a3454721108..3bf89ec48796 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaRemoveSchemaCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaUpdateSchemaCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaUpdateSchemaCommand.scala index c47250a6c456..5ebbfebe33e7 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaUpdateSchemaCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/data/KafkaUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaExportCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaExportCommand.scala index e4778676929c..4cd2c2fa2da7 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaExportCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaListenCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaListenCommand.scala index af160905de6c..aad3ad04d48e 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaListenCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/export/KafkaListenCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/ingest/KafkaIngestCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/ingest/KafkaIngestCommand.scala index d2f64ef46ca7..338f16ce8d08 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/ingest/KafkaIngestCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/ingest/KafkaIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaDescribeSchemaCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaDescribeSchemaCommand.scala index 7c5e9c85b2c4..c36d928b53c5 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaDescribeSchemaCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetSftConfigCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetSftConfigCommand.scala index 6bf765214fb9..d098a021a152 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetSftConfigCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetTypeNamesCommand.scala b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetTypeNamesCommand.scala index 7e5c7e2bd7c7..391c9d1fd120 100644 --- a/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetTypeNamesCommand.scala +++ b/geomesa-kafka/geomesa-kafka-tools/src/main/scala/org/locationtech/geomesa/kafka/tools/status/KafkaGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BaseThreadedConsumer.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BaseThreadedConsumer.scala index db51b58c664b..e1b0a6f1b81f 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BaseThreadedConsumer.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BaseThreadedConsumer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BatchConsumer.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BatchConsumer.scala index 50ca1c1e3692..9a26fc51348b 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BatchConsumer.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/BatchConsumer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/ThreadedConsumer.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/ThreadedConsumer.scala index 70be4b455443..f040b1dac0c9 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/ThreadedConsumer.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/consumer/ThreadedConsumer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaAdminVersions.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaAdminVersions.scala index 1341089282a0..f3ba02fc7d7b 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaAdminVersions.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaAdminVersions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaConsumerVersions.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaConsumerVersions.scala index 3644325da14e..92e803781618 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaConsumerVersions.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/KafkaConsumerVersions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/RecordVersions.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/RecordVersions.scala index 3f98568bcfdd..7e2137f6da4a 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/RecordVersions.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/RecordVersions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/package.scala b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/package.scala index 57455a73cf59..998473b483b7 100644 --- a/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/package.scala +++ b/geomesa-kafka/geomesa-kafka-utils/src/main/scala/org/locationtech/geomesa/kafka/versions/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStore.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStore.scala index c925a6586d72..3f0e2757431c 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStore.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreFactory.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreFactory.scala index f244fe97e396..94c171ad68e2 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreFactory.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreParams.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreParams.scala index 4c10de1034ef..b0a794a74987 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreParams.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaDataStoreParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaFeatureWriter.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaFeatureWriter.scala index 578368dcbf2c..d23a85230648 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaFeatureWriter.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaFeatureWriter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaQueryRunner.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaQueryRunner.scala index 4baddcbef5d7..efebd024e3d7 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaQueryRunner.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaQueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaStats.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaStats.scala index 4451979f361f..e4e3090bbbd9 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaStats.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/data/LambdaStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/OffsetManager.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/OffsetManager.scala index 0c5f827f4820..a497ce981baa 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/OffsetManager.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/OffsetManager.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/TransientStore.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/TransientStore.scala index 55cd71a46190..3a280ef187d1 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/TransientStore.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/TransientStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/ZookeeperOffsetManager.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/ZookeeperOffsetManager.scala index ba208b7efe76..456cf38e67a6 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/ZookeeperOffsetManager.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/ZookeeperOffsetManager.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/DataStorePersistence.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/DataStorePersistence.scala index fec8f0a77a87..9248e1372f52 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/DataStorePersistence.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/DataStorePersistence.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaCacheLoader.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaCacheLoader.scala index af48fd1145ea..7dc5049a75b3 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaCacheLoader.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaCacheLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCache.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCache.scala index c9ffa3a877b7..0477c5d4cc16 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCache.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaQueryRunner.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaQueryRunner.scala index af6e1e834214..9b3c516bab27 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaQueryRunner.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaQueryRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStore.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStore.scala index 1df16e105fee..ce8debc5b932 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStore.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/stats/TransientStats.scala b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/stats/TransientStats.scala index 2bf1d5697968..171fbff1b1a2 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/stats/TransientStats.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/main/scala/org/locationtech/geomesa/lambda/stream/stats/TransientStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/InMemoryOffsetManager.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/InMemoryOffsetManager.scala index f0bf1afcafd9..4a5da24d178b 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/InMemoryOffsetManager.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/InMemoryOffsetManager.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaContainerTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaContainerTest.scala index 6c4c4575d89c..a3c343e0087e 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaContainerTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaContainerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaDataStoreTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaDataStoreTest.scala index 49c6e74a3069..39ba60ca4669 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaDataStoreTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/LambdaDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/ZookeeperOffsetManagerTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/ZookeeperOffsetManagerTest.scala index 15ef86f1f555..1c42d4b9164a 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/ZookeeperOffsetManagerTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/ZookeeperOffsetManagerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/FeatureIdPartitionerTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/FeatureIdPartitionerTest.scala index c18aedcc8dee..382812feb818 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/FeatureIdPartitionerTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/FeatureIdPartitionerTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCacheTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCacheTest.scala index 6aeff58b2b14..f8dd78f36d51 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCacheTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaFeatureCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStoreTest.scala b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStoreTest.scala index 7e5978599acb..a2c0cbded708 100644 --- a/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStoreTest.scala +++ b/geomesa-lambda/geomesa-lambda-datastore/src/test/scala/org/locationtech/geomesa/lambda/stream/kafka/KafkaStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaDataStoreCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaDataStoreCommand.scala index 82be03666463..329c7b0aeae1 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaDataStoreCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaParams.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaParams.scala index 08a5d5eda398..562d63e80525 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaParams.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaRunner.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaRunner.scala index fa4a1daefa76..9ca8fc8fea3b 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaRunner.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/LambdaRunner.scala @@ -1,6 +1,6 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. - * Portions Crown Copyright (c) 2016-2023 Dstl + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. + * Portions Crown Copyright (c) 2016-2024 Dstl * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaCreateSchemaCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaCreateSchemaCommand.scala index 0e2e5d7a4ecf..670d5ce9acef 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaCreateSchemaCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaDeleteFeaturesCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaDeleteFeaturesCommand.scala index 298108cb56fb..f91dc628e8a5 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaDeleteFeaturesCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaRemoveSchemaCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaRemoveSchemaCommand.scala index 01623751b0d1..fc8c85b585d7 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaRemoveSchemaCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/data/LambdaRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaExportCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaExportCommand.scala index b817b55abd4a..b49dbcec7411 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaExportCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaPlaybackCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaPlaybackCommand.scala index c0ba22a32c00..fb159b55954b 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaPlaybackCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/export/LambdaPlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsBoundsCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsBoundsCommand.scala index 88b2e98c6755..abcbc5231905 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsBoundsCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsCountCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsCountCommand.scala index e6b35d534a89..9fc3e10b1a39 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsCountCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsHistogramCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsHistogramCommand.scala index f61f04141b82..b395575f115b 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsHistogramCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsTopKCommand.scala b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsTopKCommand.scala index 3abc34ebc82d..5db763cf97dc 100644 --- a/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsTopKCommand.scala +++ b/geomesa-lambda/geomesa-lambda-tools/src/main/scala/org/locationtech/geomesa/lambda/tools/stats/LambdaStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStore.scala b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStore.scala index 2440eaeefaa8..6d235ab5b29c 100644 --- a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStore.scala +++ b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreFactory.scala b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreFactory.scala index d8cbaaaaf629..facbe61635cb 100644 --- a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreFactory.scala +++ b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineFeatureStore.scala b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineFeatureStore.scala index 6892b7de49cc..ce70bf692210 100644 --- a/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineFeatureStore.scala +++ b/geomesa-memory/geomesa-cqengine-datastore/src/main/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineFeatureStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreTest.scala b/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreTest.scala index ee6cdfdda5ac..7d3fd7b999f1 100644 --- a/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreTest.scala +++ b/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/GeoCQEngineDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/SampleFeatures.scala b/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/SampleFeatures.scala index f7a68e167108..6feb4ae6db94 100644 --- a/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/SampleFeatures.scala +++ b/geomesa-memory/geomesa-cqengine-datastore/src/test/scala/org/locationtech/geomesa/memory/cqengine/datastore/SampleFeatures.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureAttribute.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureAttribute.java index 650022fc0ba2..c6fdd5964cb3 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureAttribute.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureAttribute.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureFidAttribute.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureFidAttribute.java index 2f675e1e26a2..11f681984e45 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureFidAttribute.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/attribute/SimpleFeatureFidAttribute.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java index 26fbb647a5ec..ee4b517949c5 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/AbstractGeoIndex.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/BucketGeoIndex.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/BucketGeoIndex.java index 9f55ddcccd5d..7f5a4d0fca69 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/BucketGeoIndex.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/BucketGeoIndex.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndex.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndex.java index 88177ad8085a..64291f6684f5 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndex.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndex.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndexType.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndexType.java index 7d9a0f9a35be..41718ed43491 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndexType.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/GeoIndexType.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/QuadTreeGeoIndex.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/QuadTreeGeoIndex.java index ad63897f2b2c..7762eb6340ce 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/QuadTreeGeoIndex.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/QuadTreeGeoIndex.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/STRtreeGeoIndex.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/STRtreeGeoIndex.java index 84e01f00ea02..b9ef879ff959 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/STRtreeGeoIndex.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/STRtreeGeoIndex.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/BucketIndexParam.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/BucketIndexParam.java index 3d7f4706a940..060829058ff0 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/BucketIndexParam.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/BucketIndexParam.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/GeoIndexParams.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/GeoIndexParams.java index d1c3c62b58f1..1b4979e63680 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/GeoIndexParams.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/GeoIndexParams.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/STRtreeIndexParam.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/STRtreeIndexParam.java index ac77c6d31ec0..7257c88c78cc 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/STRtreeIndexParam.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/index/param/STRtreeIndexParam.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/GeoToolsFilterQuery.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/GeoToolsFilterQuery.java index f3b967706e37..9ddbce1c180d 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/GeoToolsFilterQuery.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/GeoToolsFilterQuery.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/Intersects.java b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/Intersects.java index 00d2d394caba..a1ee00f1d5ea 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/Intersects.java +++ b/geomesa-memory/geomesa-cqengine/src/main/java/org/locationtech/geomesa/memory/cqengine/query/Intersects.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQEngine.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQEngine.scala index 9c9cbb428822..03464d739317 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQEngine.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQEngine.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQIndexSupport.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQIndexSupport.scala index c4fbda30a96b..69ebdf1575fc 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQIndexSupport.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoCQIndexSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoIndexFactory.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoIndexFactory.scala index 5f36df0e2ba0..563d6f06dfd4 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoIndexFactory.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/GeoIndexFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitor.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitor.scala index a9ed4622b0fe..37abcf089ec9 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitor.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexType.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexType.scala index a9d32681bb05..09b461245a99 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexType.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexType.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/QueryBuilder.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/QueryBuilder.scala index aa612bd1b7b7..7ab0128cd76f 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/QueryBuilder.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/QueryBuilder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/SFTAttributes.scala b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/SFTAttributes.scala index 08ff0da80873..8efb6ef44a15 100644 --- a/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/SFTAttributes.scala +++ b/geomesa-memory/geomesa-cqengine/src/main/scala/org/locationtech/geomesa/memory/cqengine/utils/SFTAttributes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitorTest.scala b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitorTest.scala index 338376df03de..a66a7744742c 100644 --- a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitorTest.scala +++ b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQEngineQueryVisitorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexingOptionsTest.scala b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexingOptionsTest.scala index 5d9ca41626f4..10de97d8031c 100644 --- a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexingOptionsTest.scala +++ b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/CQIndexingOptionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineIndexChoiceTest.scala b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineIndexChoiceTest.scala index ba2277a1875f..db22378de92c 100644 --- a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineIndexChoiceTest.scala +++ b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineIndexChoiceTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineTest.scala b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineTest.scala index 13904154f3b5..77854d443d80 100644 --- a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineTest.scala +++ b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/GeoCQEngineTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/SampleFeatures.scala b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/SampleFeatures.scala index f24ab656f059..c6592a6b7af8 100644 --- a/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/SampleFeatures.scala +++ b/geomesa-memory/geomesa-cqengine/src/test/scala/org/locationtech/geomesa/memory/cqengine/utils/SampleFeatures.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala/org/locationtech/geomesa/metrics/cloudwatch/CloudWatchReporterFactory.scala b/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala/org/locationtech/geomesa/metrics/cloudwatch/CloudWatchReporterFactory.scala index 9b0ef102c45c..3d8d246943ae 100644 --- a/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala/org/locationtech/geomesa/metrics/cloudwatch/CloudWatchReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-cloudwatch/src/main/scala/org/locationtech/geomesa/metrics/cloudwatch/CloudWatchReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ConsoleReporterFactory.scala b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ConsoleReporterFactory.scala index bbf43c53df22..00d221214b11 100644 --- a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ConsoleReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ConsoleReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/GeoMesaMetrics.scala b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/GeoMesaMetrics.scala index 43c1b8dd00bd..fbbf567ef76e 100644 --- a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/GeoMesaMetrics.scala +++ b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/GeoMesaMetrics.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ReporterFactory.scala b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ReporterFactory.scala index af211157f43c..b8923bc71d58 100644 --- a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/ReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/Slf4jReporterFactory.scala b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/Slf4jReporterFactory.scala index 2b4285af3a3d..0faadb26cf62 100644 --- a/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/Slf4jReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-core/src/main/scala/org/locationtech/geomesa/metrics/core/Slf4jReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-ganglia/src/main/scala/org/locationtech/geomesa/metrics/ganglia/GangliaReporterFactory.scala b/geomesa-metrics/geomesa-metrics-ganglia/src/main/scala/org/locationtech/geomesa/metrics/ganglia/GangliaReporterFactory.scala index 5da82265131e..8e4ced1148f1 100644 --- a/geomesa-metrics/geomesa-metrics-ganglia/src/main/scala/org/locationtech/geomesa/metrics/ganglia/GangliaReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-ganglia/src/main/scala/org/locationtech/geomesa/metrics/ganglia/GangliaReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-graphite/src/main/scala/org/locationtech/geomesa/metrics/graphite/GraphiteReporterFactory.scala b/geomesa-metrics/geomesa-metrics-graphite/src/main/scala/org/locationtech/geomesa/metrics/graphite/GraphiteReporterFactory.scala index 7d078c97ba52..6a8e4bcfc478 100644 --- a/geomesa-metrics/geomesa-metrics-graphite/src/main/scala/org/locationtech/geomesa/metrics/graphite/GraphiteReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-graphite/src/main/scala/org/locationtech/geomesa/metrics/graphite/GraphiteReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterFactory.scala b/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterFactory.scala index 7dfb431fd36f..b50c18e4e07d 100644 --- a/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterFactory.scala +++ b/geomesa-metrics/geomesa-metrics-prometheus/src/main/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterTest.scala b/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterTest.scala index 2e09a386103a..7768c2c7685d 100644 --- a/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterTest.scala +++ b/geomesa-metrics/geomesa-metrics-prometheus/src/test/scala/org/locationtech/geomesa/metrics/prometheus/PrometheusReporterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/GeoMesaProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/GeoMesaProcess.scala index 8d5e178b35c1..41c4cc518457 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/GeoMesaProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/GeoMesaProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/DensityProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/DensityProcess.scala index 2688c00af342..73adf3cc3eda 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/DensityProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/DensityProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/MinMaxProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/MinMaxProcess.scala index e9d05b336e22..a6a7a6fb578c 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/MinMaxProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/MinMaxProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/Point2PointProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/Point2PointProcess.scala index a7f4ac5f32f7..130ef059e847 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/Point2PointProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/Point2PointProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/SamplingProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/SamplingProcess.scala index 60aad99c5747..a0bd8922b965 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/SamplingProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/SamplingProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/StatsProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/StatsProcess.scala index c62d4eb4b5ec..b9e7fcd7e1dc 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/StatsProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/StatsProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcess.scala index 22362e95f41b..4d6a38a8d8e5 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/UniqueProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/UniqueProcess.scala index b91ef9fd4e05..c12e0ec2151f 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/UniqueProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/analytic/UniqueProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/JoinProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/JoinProcess.scala index 04a020d7abfd..c8a56bff5f6e 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/JoinProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/JoinProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcess.scala index 84a6446c1087..e21684ee8c13 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/KNearestNeighborSearchProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/ProximitySearchProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/ProximitySearchProcess.scala index a3200620f1f6..d2c94a5acc24 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/ProximitySearchProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/ProximitySearchProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/QueryProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/QueryProcess.scala index 048a83d6c090..63b679d0624d 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/QueryProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/QueryProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/RouteSearchProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/RouteSearchProcess.scala index fbf5a6745fd6..269823701d3e 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/RouteSearchProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/query/RouteSearchProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcess.scala index ca58a85228a1..a99e20722749 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/BinConversionProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/BinConversionProcess.scala index b5864259eac7..4aacb6d2f18d 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/BinConversionProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/BinConversionProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/DateOffsetProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/DateOffsetProcess.scala index 65e97c2fb11d..1a709723f7e2 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/DateOffsetProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/DateOffsetProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/HashAttributeProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/HashAttributeProcess.scala index bc235c87814a..f525241d3303 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/HashAttributeProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/transform/HashAttributeProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeBuilder.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeBuilder.scala index 694d3cfa8185..71aeacb3402e 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeBuilder.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeBuilder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeSelectProcess.scala b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeSelectProcess.scala index 562691cdbb9d..c0b73dfd2ba3 100644 --- a/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeSelectProcess.scala +++ b/geomesa-process/geomesa-process-vector/src/main/scala/org/locationtech/geomesa/process/tube/TubeSelectProcess.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/DensityProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/DensityProcessTest.scala index ece5ad494c42..d541a8997649 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/DensityProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/DensityProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/MinMaxProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/MinMaxProcessTest.scala index 41bf921b9365..d54b5b55b6c1 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/MinMaxProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/MinMaxProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/Point2PointProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/Point2PointProcessTest.scala index a94a11f350b9..f92aa6a406fa 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/Point2PointProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/Point2PointProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/SamplingProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/SamplingProcessTest.scala index 5c8cce06a48d..cef143f0f57a 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/SamplingProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/SamplingProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala index 2f7f4aaf073f..3834130f5921 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/StatsProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcessTest.scala index 01a194460557..384650716ba0 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/TrackLabelProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala index 40d8d2d241fd..4e21cb5eaa80 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/analytic/UniqueProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/KnnProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/KnnProcessTest.scala index 6f4e33b3635d..9bc5b665f196 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/KnnProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/KnnProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala index 4e62fd261eae..7aee97b72f53 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/ProximitySearchProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala index 3da78609b58e..e0451d67c61d 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/QueryProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala index 5d6ce17eb91b..444112d63b86 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/query/RouteSearchProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala index 5b0fa3009a99..3eb7f0dda474 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/ArrowConversionProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala index 12a800d48770..2a4b73f096ad 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/BinConversionProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/DateOffsetProcessTest.scala b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/DateOffsetProcessTest.scala index 84457bf66406..d42a196fa6f8 100644 --- a/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/DateOffsetProcessTest.scala +++ b/geomesa-process/geomesa-process-vector/src/test/scala/org/locationtech/geomesa/process/transform/DateOffsetProcessTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-process/geomesa-process-wps/src/main/scala/org/locationtech/geomesa/process/wps/GeoMesaProcessFactory.scala b/geomesa-process/geomesa-process-wps/src/main/scala/org/locationtech/geomesa/process/wps/GeoMesaProcessFactory.scala index cff1965951f4..f4eca79e6546 100644 --- a/geomesa-process/geomesa-process-wps/src/main/scala/org/locationtech/geomesa/process/wps/GeoMesaProcessFactory.scala +++ b/geomesa-process/geomesa-process-wps/src/main/scala/org/locationtech/geomesa/process/wps/GeoMesaProcessFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStore.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStore.scala index f9f685d87570..bf89fdf553c4 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStore.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStoreFactory.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStoreFactory.scala index a9aa49723963..1bb26b613860 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStoreFactory.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/RedisDataStoreFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisAgeOff.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisAgeOff.scala index a7f0faef9e1f..e365d051dc2c 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisAgeOff.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisAgeOff.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisIndexAdapter.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisIndexAdapter.scala index dcae43182ecc..386e90d13498 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisIndexAdapter.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisIndexAdapter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisQueryPlan.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisQueryPlan.scala index 1eceb11fc657..5c0409766dee 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisQueryPlan.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisQueryPlan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisWritableFeature.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisWritableFeature.scala index 3c80d5636350..dd7dd90eaee9 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisWritableFeature.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/index/RedisWritableFeature.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/package.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/package.scala index 647c732133ef..497e15c10912 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/package.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBackedMetadata.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBackedMetadata.scala index 330eabeb6b7e..bbb71d6238e0 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBackedMetadata.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBackedMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBatchScan.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBatchScan.scala index 4b260a73d4a1..6f6cf4ae33db 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBatchScan.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisBatchScan.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisGeoMesaStats.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisGeoMesaStats.scala index 57760ba66503..6aceddda297c 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisGeoMesaStats.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisGeoMesaStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisLocking.scala b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisLocking.scala index 7be13d20629c..bdcfd81406e8 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisLocking.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/main/scala/org/locationtech/geomesa/redis/data/util/RedisLocking.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-datastore/src/test/scala/org/locationtech/geomesa/redis/data/RedisDataStoreTest.scala b/geomesa-redis/geomesa-redis-datastore/src/test/scala/org/locationtech/geomesa/redis/data/RedisDataStoreTest.scala index 5faf80712f8e..a1db497720e3 100644 --- a/geomesa-redis/geomesa-redis-datastore/src/test/scala/org/locationtech/geomesa/redis/data/RedisDataStoreTest.scala +++ b/geomesa-redis/geomesa-redis-datastore/src/test/scala/org/locationtech/geomesa/redis/data/RedisDataStoreTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisDataStoreCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisDataStoreCommand.scala index 6c150fec32fa..fda9f02302b1 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisDataStoreCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisDataStoreCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisRunner.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisRunner.scala index 1c4923a06bb6..9f853de3a29d 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisRunner.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/RedisRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExplainCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExplainCommand.scala index 0018e089f4ab..0c94256a6336 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExplainCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExplainCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExportCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExportCommand.scala index be7889d4993b..633572427344 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExportCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/export/RedisExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisDeleteFeaturesCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisDeleteFeaturesCommand.scala index f7940b2eb0cf..b99d6a8de68d 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisDeleteFeaturesCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisDeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisIngestCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisIngestCommand.scala index 6b698bb25118..cafc97fe9521 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisIngestCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/ingest/RedisIngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisCreateSchemaCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisCreateSchemaCommand.scala index abb5d3f60679..04d0f3d0dc7a 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisCreateSchemaCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisCreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDeleteCatalogCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDeleteCatalogCommand.scala index 579de5ffdb5f..d971fd1f3727 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDeleteCatalogCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDeleteCatalogCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDescribeSchemaCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDescribeSchemaCommand.scala index 05ce33b79e90..6958572b53e3 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDescribeSchemaCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisDescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetSftConfigCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetSftConfigCommand.scala index 412e84f487a3..5255389030c0 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetSftConfigCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetTypeNamesCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetTypeNamesCommand.scala index b1e49ba91c2b..6a31f6311206 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetTypeNamesCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisGetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisManagePartitionsCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisManagePartitionsCommand.scala index d6c8addb2697..904b77954586 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisManagePartitionsCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisManagePartitionsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisRemoveSchemaCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisRemoveSchemaCommand.scala index f2b421bc97b6..9bed69ee939b 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisRemoveSchemaCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisRemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisUpdateSchemaCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisUpdateSchemaCommand.scala index f1db7c3b2adc..912f9574fc7c 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisUpdateSchemaCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/schema/RedisUpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsAnalyzeCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsAnalyzeCommand.scala index 0a3e8d144461..3ee133909af4 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsAnalyzeCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsAnalyzeCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsBoundsCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsBoundsCommand.scala index 87185cf1a4e0..ef3d70b65c44 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsBoundsCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsCountCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsCountCommand.scala index 7238a6b36250..286eb5ddf3da 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsCountCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsHistogramCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsHistogramCommand.scala index 99e23ec4f3c1..6c1a9237fe4c 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsHistogramCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsTopKCommand.scala b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsTopKCommand.scala index 9a8d1b2c2bd1..4ded7d0e87df 100644 --- a/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsTopKCommand.scala +++ b/geomesa-redis/geomesa-redis-tools/src/main/scala/org/locationtech/geomesa/redis/tools/stats/RedisStatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/java/org/locationtech/geomesa/security/AuthorizationsProvider.java b/geomesa-security/src/main/java/org/locationtech/geomesa/security/AuthorizationsProvider.java index 387a121aab57..18d677edd906 100644 --- a/geomesa-security/src/main/java/org/locationtech/geomesa/security/AuthorizationsProvider.java +++ b/geomesa-security/src/main/java/org/locationtech/geomesa/security/AuthorizationsProvider.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java b/geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java index ed131a99772e..bcb2deebe2ac 100644 --- a/geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java +++ b/geomesa-security/src/main/java/org/locationtech/geomesa/security/SecurityUtils.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/java/org/locationtech/geomesa/security/VisibilityChecker.scala b/geomesa-security/src/main/java/org/locationtech/geomesa/security/VisibilityChecker.scala index 96669fce2cd8..181cd79baea5 100644 --- a/geomesa-security/src/main/java/org/locationtech/geomesa/security/VisibilityChecker.scala +++ b/geomesa-security/src/main/java/org/locationtech/geomesa/security/VisibilityChecker.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala index 234b4d0f8c2b..97d899ffbb55 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/AuthUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/DefaultAuthorizationsProvider.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/DefaultAuthorizationsProvider.scala index 27b2ebe88799..6058002c3df4 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/DefaultAuthorizationsProvider.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/DefaultAuthorizationsProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProvider.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProvider.scala index ec3e8b7270e8..c9ba622b80fa 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProvider.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/SpringAuditProvider.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/SpringAuditProvider.scala index 7157ddb0e2d4..a33ce2409f54 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/SpringAuditProvider.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/SpringAuditProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/VisibilityEvaluator.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/VisibilityEvaluator.scala index 282ae2743ebe..7bce61c2138c 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/VisibilityEvaluator.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/VisibilityEvaluator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunction.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunction.scala index 0d7519555ce0..26aae356283c 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunction.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala index 9f34fba8dfaf..0836a9ca14a7 100644 --- a/geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala +++ b/geomesa-security/src/main/scala/org/locationtech/geomesa/security/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/test/java/org/locationtech/geomesa/security/SecurityUtilsTest.java b/geomesa-security/src/test/java/org/locationtech/geomesa/security/SecurityUtilsTest.java index 2ae579706244..72455d220486 100644 --- a/geomesa-security/src/test/java/org/locationtech/geomesa/security/SecurityUtilsTest.java +++ b/geomesa-security/src/test/java/org/locationtech/geomesa/security/SecurityUtilsTest.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProviderTest.scala b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProviderTest.scala index 4ead23ca7228..d138e8cc74ed 100644 --- a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProviderTest.scala +++ b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/FilteringAuthorizationsProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/SecureSimpleFeatureTest.scala b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/SecureSimpleFeatureTest.scala index 071094f20b8e..b3fd32c35c18 100644 --- a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/SecureSimpleFeatureTest.scala +++ b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/SecureSimpleFeatureTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/VisibilityEvaluatorTest.scala b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/VisibilityEvaluatorTest.scala index 422b89091e41..c3774aabacfa 100644 --- a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/VisibilityEvaluatorTest.scala +++ b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/VisibilityEvaluatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunctionTest.scala b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunctionTest.scala index 25ea9c12f2b9..557a133a61e7 100644 --- a/geomesa-security/src/test/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunctionTest.scala +++ b/geomesa-security/src/test/scala/org/locationtech/geomesa/security/filter/VisibilityFilterFunctionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-converter/src/main/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProvider.scala b/geomesa-spark/geomesa-spark-converter/src/main/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProvider.scala index 7685b2851db1..6d2eef1a9c6e 100644 --- a/geomesa-spark/geomesa-spark-converter/src/main/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProvider.scala +++ b/geomesa-spark/geomesa-spark-converter/src/main/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-converter/src/test/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProviderTest.scala b/geomesa-spark/geomesa-spark-converter/src/test/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProviderTest.scala index 65850608c542..3efa473bd8c7 100644 --- a/geomesa-spark/geomesa-spark-converter/src/test/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProviderTest.scala +++ b/geomesa-spark/geomesa-spark-converter/src/test/scala/org/locationtech/geomesa/spark/converter/ConverterSpatialRDDProviderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/GeoMesaSparkKryoRegistratorEndpoint.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/GeoMesaSparkKryoRegistratorEndpoint.scala index 5a1b67fbd5ca..779d6b85523c 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/GeoMesaSparkKryoRegistratorEndpoint.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/GeoMesaSparkKryoRegistratorEndpoint.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/api/python/GeoMesaSeDerUtil.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/api/python/GeoMesaSeDerUtil.scala index 7f3bb0eeea8a..3b0b1fc4b411 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/api/python/GeoMesaSeDerUtil.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/apache/spark/geomesa/api/python/GeoMesaSeDerUtil.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/DataStoreConnector.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/DataStoreConnector.scala index 8b241129277b..a913887d62c3 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/DataStoreConnector.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/DataStoreConnector.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSpark.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSpark.scala index bea736cb152d..b2b5ee4b0364 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSpark.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSpark.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSparkKryoRegistrator.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSparkKryoRegistrator.scala index 56a7ffb7e664..606ce16073b3 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSparkKryoRegistrator.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/GeoMesaSparkKryoRegistrator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDD.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDD.scala index 12c31b27a55f..e473f15df684 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDD.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDD.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDDProvider.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDDProvider.scala index ea3f4cd89010..1f8c1ee93080 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDDProvider.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/SpatialRDDProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/java/JavaGeoMesaSpark.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/java/JavaGeoMesaSpark.scala index 884d1d9ae19b..5e86469157ed 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/java/JavaGeoMesaSpark.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/java/JavaGeoMesaSpark.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/python/PythonGeoMesaSpark.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/python/PythonGeoMesaSpark.scala index c199675e88a2..aff255acddc9 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/python/PythonGeoMesaSpark.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/api/python/PythonGeoMesaSpark.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/package.scala b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/package.scala index 99bf0fd0b498..4ad0ead46b3d 100644 --- a/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/package.scala +++ b/geomesa-spark/geomesa-spark-core/src/main/scala/org/locationtech/geomesa/spark/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/AbstractGeometryUDT.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/AbstractGeometryUDT.scala index 3c0ed070f64a..525103768c9c 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/AbstractGeometryUDT.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/AbstractGeometryUDT.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/JTSTypes.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/JTSTypes.scala index 97e95ca5fae8..a65a735950e3 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/JTSTypes.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/JTSTypes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/package.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/package.scala index ffa4dd3a5e8b..0c628b09de6e 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/package.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/apache/spark/sql/jts/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/DataFrameFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/DataFrameFunctions.scala index 14e28b2cdf92..1db74c114b49 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/DataFrameFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/DataFrameFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SparkDefaultEncoders.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SparkDefaultEncoders.scala index 79aaac20f97c..20cbedd46f60 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SparkDefaultEncoders.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SparkDefaultEncoders.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SpatialEncoders.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SpatialEncoders.scala index cb103d87f52d..d608d47ffd39 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SpatialEncoders.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/encoders/SpatialEncoders.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/package.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/package.scala index 33599b1d7371..37e999ce4823 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/package.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteral.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteral.scala index 5b8d0d85bf45..0ae87ac7f193 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteral.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteral.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteralRules.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteralRules.scala index f06897d3afb7..bbe72a98a848 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteralRules.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/GeometryLiteralRules.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/package.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/package.scala index 7457c45b1003..656fed549e59 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/package.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/rules/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udaf/ConvexHull.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udaf/ConvexHull.scala index ed946d8ddfb7..be01abe0be16 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udaf/ConvexHull.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udaf/ConvexHull.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctions.scala index 77f63db39ee6..41c97ecbcbcd 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctions.scala index 514462d4cdd4..c7389a17afac 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctions.scala index 75561807f7d4..94313f07df4f 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctions.scala index e7e3b93f68c3..9487f885e3a8 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctions.scala index 6e7e4f742d2a..916b2c92a922 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctions.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctions.scala index 89f481784467..b78ee6109c84 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctions.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/package.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/package.scala index 466a7bf9a69b..542ea63100e7 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/package.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/udf/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeoHashUtils.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeoHashUtils.scala index 011a4f2ba394..6a884d8e030a 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeoHashUtils.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeoHashUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeometryUtils.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeometryUtils.scala index fe494ef83ab9..bb20ab3ee60f 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeometryUtils.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/GeometryUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/JavaAbstractGeometryUDT.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/JavaAbstractGeometryUDT.scala index f4328158289a..a5d09eae1075 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/JavaAbstractGeometryUDT.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/JavaAbstractGeometryUDT.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/RowGeoJSON.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/RowGeoJSON.scala index 74e78ef795a7..74bd0b3eb049 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/RowGeoJSON.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/RowGeoJSON.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/SQLFunctionHelper.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/SQLFunctionHelper.scala index 211c70300c3a..9c0f3fd12101 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/SQLFunctionHelper.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/SQLFunctionHelper.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/WKUtils.scala b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/WKUtils.scala index ae97f7fb6593..13ed63b53889 100644 --- a/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/WKUtils.scala +++ b/geomesa-spark/geomesa-spark-jts/src/main/scala/org/locationtech/geomesa/spark/jts/util/WKUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/JTSQueryTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/JTSQueryTest.scala index dad305015bff..6b782c606ef1 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/JTSQueryTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/JTSQueryTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/TestEnvironment.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/TestEnvironment.scala index a650cdb57074..f233897061aa 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/TestEnvironment.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/TestEnvironment.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/docs/JTSDocsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/docs/JTSDocsTest.scala index 9193a72038ca..d3978d4dbf2a 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/docs/JTSDocsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/docs/JTSDocsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctionsTest.scala index fe66bd4fed07..1a0fafa0135e 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricAccessorFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctionsTest.scala index cebc4c4bfe02..c368c3bab1a3 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricCastFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctionsTest.scala index a06008dfed87..8075eea30c44 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricConstructorFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctionsTest.scala index baf127e72287..f881cc293b27 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricOutputFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctionsTest.scala index 802a334a0812..2141609eefec 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/GeometricProcessingFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctionsTest.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctionsTest.scala index e2d855fb2ae7..56dc71c213d0 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/udf/SpatialRelationFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/util/util.scala b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/util/util.scala index b7bc20e184aa..02adaf8177f1 100644 --- a/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/util/util.scala +++ b/geomesa-spark/geomesa-spark-jts/src/test/scala/org/locationtech/geomesa/spark/jts/util/util.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala/org/locationtech/geomesa/jupyter/Leaflet.scala b/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala/org/locationtech/geomesa/jupyter/Leaflet.scala index 62275a47d351..6dfa02143bde 100644 --- a/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala/org/locationtech/geomesa/jupyter/Leaflet.scala +++ b/geomesa-spark/geomesa-spark-jupyter-leaflet/src/main/scala/org/locationtech/geomesa/jupyter/Leaflet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala/org/locationtech/geomesa/jupyter/LeafletTest.scala b/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala/org/locationtech/geomesa/jupyter/LeafletTest.scala index 2ba0b31e5e95..808c17c0e747 100644 --- a/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala/org/locationtech/geomesa/jupyter/LeafletTest.scala +++ b/geomesa-spark/geomesa-spark-jupyter-leaflet/src/test/scala/org/locationtech/geomesa/jupyter/LeafletTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/SedonaGeometryLiteralRules.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/SedonaGeometryLiteralRules.scala index 6db809aacc77..d59728caf980 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/SedonaGeometryLiteralRules.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/SedonaGeometryLiteralRules.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/package.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/package.scala index 07fce33e1b2b..bf5a12447f28 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/package.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sedona/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/Aggregates.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/Aggregates.scala index 26b4a4627d6b..f7130d14a0d4 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/Aggregates.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/Aggregates.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/DataFrameFunctions.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/DataFrameFunctions.scala index 1c73e78ab762..3f65d48a14ac 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/DataFrameFunctions.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/DataFrameFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2019-2023 The MITRE Corporation + * Copyright (c) 2019-2024 The MITRE Corporation * This program and the accompanying materials are made available under * the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoJSONExtensions.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoJSONExtensions.scala index 76ef187a6642..3511cdf6c518 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoJSONExtensions.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoJSONExtensions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaDataSource.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaDataSource.scala index e68494d5d43c..ada3f71aecd8 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaDataSource.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaDataSource.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaJoinRelation.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaJoinRelation.scala index 9c23832ec3c9..c081dd3e0f3d 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaJoinRelation.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaJoinRelation.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaRelation.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaRelation.scala index 17e784d7e33c..0d89817a12c3 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaRelation.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaRelation.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaSparkSQL.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaSparkSQL.scala index 9ce325170df7..823e47f49f3d 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaSparkSQL.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeoMesaSparkSQL.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeomesaPysparkFunctions.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeomesaPysparkFunctions.scala index 69a0c3e2467d..ff0f326ad1a1 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeomesaPysparkFunctions.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeomesaPysparkFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeometricDistanceFunctions.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeometricDistanceFunctions.scala index 8a1720a6c96f..159b117bcc89 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeometricDistanceFunctions.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/GeometricDistanceFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/IndexPartitioner.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/IndexPartitioner.scala index 62094b7d5333..02d7665eb930 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/IndexPartitioner.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/IndexPartitioner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/OverlapAction.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/OverlapAction.scala index 0e7b813145a5..0304b43e0a78 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/OverlapAction.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/OverlapAction.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/RelationUtils.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/RelationUtils.scala index 488c4b923a2c..d45388474d9e 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/RelationUtils.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/RelationUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLRules.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLRules.scala index a5b1e479f5c7..980e9309b286 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLRules.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLRules.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLTypes.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLTypes.scala index 5e9ad2eee34b..0a3adaae6900 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLTypes.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SQLTypes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkUtils.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkUtils.scala index 130b4bc35461..05f81ed9fe87 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkUtils.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkVersions.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkVersions.scala index 10b45d692180..a264b3f19e12 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkVersions.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/SparkVersions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/package.scala b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/package.scala index 019610b7b993..4934f584cb91 100644 --- a/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/package.scala +++ b/geomesa-spark/geomesa-spark-sql/src/main/scala/org/locationtech/geomesa/spark/sql/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2019-2023 The MITRE Corporation + * Copyright (c) 2019-2024 The MITRE Corporation * This program and the accompanying materials are made available under * the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/DataFrameFunctionsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/DataFrameFunctionsTest.scala index 88eccf0a657c..2f51d9517a9b 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/DataFrameFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/DataFrameFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/GeoJSONExtensionsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/GeoJSONExtensionsTest.scala index bd3a511802d5..a26a6d138479 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/GeoJSONExtensionsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/GeoJSONExtensionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLColumnsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLColumnsTest.scala index dd37405544b5..6580ac28bb1c 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLColumnsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLColumnsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLDataTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLDataTest.scala index c9fb86e64f6e..de44148fcf1b 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLDataTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLDataTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLGeometricDistanceFunctionsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLGeometricDistanceFunctionsTest.scala index dda8b46b105c..9fe27330762e 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLGeometricDistanceFunctionsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLGeometricDistanceFunctionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLSpatialRelationshipsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLSpatialRelationshipsTest.scala index 3c9c599e39f1..a635ae64fd0f 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLSpatialRelationshipsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLSpatialRelationshipsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLTestUtils.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLTestUtils.scala index 636bf12aef3e..9fe232943c41 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLTestUtils.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkSQLTestUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkUtilsTest.scala b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkUtilsTest.scala index 279ae00bce9a..6f2a3c002120 100644 --- a/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkUtilsTest.scala +++ b/geomesa-spark/geomesa-spark-sql/src/test/scala/org/locationtech/geomesa/spark/SparkUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithSedonaIT.scala b/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithSedonaIT.scala index fd6b6a302b97..b5e8348fc690 100644 --- a/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithSedonaIT.scala +++ b/geomesa-spark/geomesa-spark-test-with-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithSedonaIT.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithoutSedonaIT.scala b/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithoutSedonaIT.scala index 75aced67ba9e..55806a46cd70 100644 --- a/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithoutSedonaIT.scala +++ b/geomesa-spark/geomesa-spark-test-without-sedona/src/test/scala/org/locationtech/geomesa/spark/SparkSQLWithoutSedonaIT.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala index cad5866f5161..1e225ff00614 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/CommonParams.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala index 181f03851cd2..c2292ab35286 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/Runner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/CreateSchemaCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/CreateSchemaCommand.scala index 782773931931..714c284980dd 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/CreateSchemaCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/CreateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteCatalogCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteCatalogCommand.scala index c9e19505eb32..e7ecef747695 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteCatalogCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteCatalogCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteFeaturesCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteFeaturesCommand.scala index 95cd6c5442b8..88b81af3010b 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteFeaturesCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/DeleteFeaturesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/ManagePartitionsCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/ManagePartitionsCommand.scala index c20bf6385ed0..4efbaa03d99a 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/ManagePartitionsCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/ManagePartitionsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/RemoveSchemaCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/RemoveSchemaCommand.scala index 325924193d4a..e5f2be59867a 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/RemoveSchemaCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/RemoveSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/UpdateSchemaCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/UpdateSchemaCommand.scala index 3b6677dd8d39..94fefbef682d 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/UpdateSchemaCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/data/UpdateSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ConvertCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ConvertCommand.scala index b82f6bb2541c..b0eeae8b2b68 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ConvertCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ConvertCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportCommand.scala index 541da63c679f..18838053a5e2 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala index a2b3d56f1b53..12a80955d40b 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/ExportJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/GenerateAvroSchemaCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/GenerateAvroSchemaCommand.scala index 3509527a35ae..9006abbe3aa0 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/GenerateAvroSchemaCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/GenerateAvroSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/PlaybackCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/PlaybackCommand.scala index b0153d8c5b9a..3d801add49fb 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/PlaybackCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/PlaybackCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ArrowExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ArrowExporter.scala index 69f796372e29..15cd2fe0cb20 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ArrowExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ArrowExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/AvroExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/AvroExporter.scala index 921a28e63d5c..2dc9e5c8269f 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/AvroExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/AvroExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/BinExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/BinExporter.scala index 031c0ec6ee15..38153f49e2dc 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/BinExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/BinExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/DelimitedExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/DelimitedExporter.scala index 4ae56d4792d8..53377988c696 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/DelimitedExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/DelimitedExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ExportFormat.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ExportFormat.scala index 016dbd42e6c8..8f9898b7bf3f 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ExportFormat.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ExportFormat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FeatureExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FeatureExporter.scala index 0456f5fc1265..b2bb6937f987 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FeatureExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FeatureExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FileSystemExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FileSystemExporter.scala index c3e2ca893a6b..87b89a4d654f 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FileSystemExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/FileSystemExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GeoJsonExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GeoJsonExporter.scala index 2f7487c3dff7..11ce18259240 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GeoJsonExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GeoJsonExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GmlExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GmlExporter.scala index a0dee4931682..c3dc71a3181c 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GmlExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/GmlExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/LeafletMapExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/LeafletMapExporter.scala index 2ff72a81c419..5a37e9653ada 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/LeafletMapExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/LeafletMapExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/NullExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/NullExporter.scala index 4f53cc361c44..4660a38c70cd 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/NullExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/NullExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ShapefileExporter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ShapefileExporter.scala index af9c6ffb9022..24c49a214728 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ShapefileExporter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/export/formats/ShapefileExporter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ClasspathCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ClasspathCommand.scala index fc6c088aafc1..82b058f79f3d 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ClasspathCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ClasspathCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala index 5597848e64e3..adf21422e8f5 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/HelpCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/NailgunCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/NailgunCommand.scala index aa6c65c47411..064e8423c982 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/NailgunCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/NailgunCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ScalaConsoleCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ScalaConsoleCommand.scala index c38287c1ee57..44c3cac2812a 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ScalaConsoleCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/help/ScalaConsoleCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/ConverterIngestJob.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/ConverterIngestJob.scala index 63d0224df751..9c6833695bee 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/ConverterIngestJob.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/ConverterIngestJob.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/IngestCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/IngestCommand.scala index 74e95582831f..98e335c33b06 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/IngestCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/IngestCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/LocalConverterIngest.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/LocalConverterIngest.scala index 449bba3fc74c..3172835580a2 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/LocalConverterIngest.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/ingest/LocalConverterIngest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala index ba98e27f3fc7..4ee62c1e04ef 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsAnalyzeCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsAnalyzeCommand.scala index ec184e7d33c6..a1bf7b3bb530 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsAnalyzeCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsAnalyzeCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsBoundsCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsBoundsCommand.scala index 9d68c6baa482..4703cae9af4e 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsBoundsCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsBoundsCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsConfigureCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsConfigureCommand.scala index 4fabc83cc2d6..f301ef21a289 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsConfigureCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsConfigureCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsCountCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsCountCommand.scala index 0c5f674b9002..5b7a7da380db 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsCountCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsCountCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommand.scala index 530201c2b4fb..52c8bd9284f5 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsTopKCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsTopKCommand.scala index 711dace6fee9..a810cd99f700 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsTopKCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/StatsTopKCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala index 132743dd3f07..538e759dd23d 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/stats/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ConfigureCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ConfigureCommand.scala index 08fe0871ca0e..39f01e4d9911 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ConfigureCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ConfigureCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/DescribeSchemaCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/DescribeSchemaCommand.scala index 97febba8785d..fda7982f9828 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/DescribeSchemaCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/DescribeSchemaCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/EnvironmentCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/EnvironmentCommand.scala index 1b7a23ba1c4d..3e2b6349a7d2 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/EnvironmentCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/EnvironmentCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ExplainCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ExplainCommand.scala index 08cd81de0b84..1488abfed613 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ExplainCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/ExplainCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetSftConfigCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetSftConfigCommand.scala index 655c32cebda9..b6069808a74b 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetSftConfigCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetSftConfigCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetTypeNamesCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetTypeNamesCommand.scala index 96ebc50a80b7..7d4815b31453 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetTypeNamesCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/GetTypeNamesCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionCommand.scala index 88859368bc07..0eb93df1ef13 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionRemoteCommand.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionRemoteCommand.scala index f622d227ac93..d7a4cbdea6e9 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionRemoteCommand.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/status/VersionRemoteCommand.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/CLArgResolver.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/CLArgResolver.scala index 9cadc3d41ad3..ae1d3b20b497 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/CLArgResolver.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/CLArgResolver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/GeoMesaIStringConverterFactory.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/GeoMesaIStringConverterFactory.scala index 89a18129ec60..7cdea6ebaa95 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/GeoMesaIStringConverterFactory.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/GeoMesaIStringConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala index 121d6df72d4d..b3a7c3851ab2 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/JobRunner.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NailgunServer.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NailgunServer.scala index eb25fa8202a3..f307c77417cd 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NailgunServer.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NailgunServer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NoopParameterSplitter.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NoopParameterSplitter.scala index 763059c8e15b..e3813836bde0 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NoopParameterSplitter.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/NoopParameterSplitter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/ParameterConverters.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/ParameterConverters.scala index b49ba26fe983..6aff51985126 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/ParameterConverters.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/ParameterConverters.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala index d0c50f2b31aa..f15e37ac938c 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/Prompt.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/StorageJobUtils.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/StorageJobUtils.scala index ba096ba31c1e..2d29b3b0cdf3 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/StorageJobUtils.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/StorageJobUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/TerminalCallback.scala b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/TerminalCallback.scala index 238cadf18202..91aea0f0e203 100644 --- a/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/TerminalCallback.scala +++ b/geomesa-tools/src/main/scala/org/locationtech/geomesa/tools/utils/TerminalCallback.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala index cfdcc030cb6f..dda540a95538 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/CLArgResolverTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/DataStoreRegistration.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/DataStoreRegistration.scala index 44cc3d127e94..f0fa85a2e3f3 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/DataStoreRegistration.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/DataStoreRegistration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/convert/JPatternConverterTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/convert/JPatternConverterTest.scala index d51a2f72ee0c..89effe284294 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/convert/JPatternConverterTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/convert/JPatternConverterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ConvertCommandTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ConvertCommandTest.scala index 51879535ac1b..2c092a6be593 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ConvertCommandTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ConvertCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/DelimitedExportImportTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/DelimitedExportImportTest.scala index bae7258e93e0..c271c6e4284e 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/DelimitedExportImportTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/DelimitedExportImportTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportCommandTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportCommandTest.scala index 6599780dcb45..bae6570c0432 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportCommandTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportToFsTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportToFsTest.scala index afcd47e70e1b..fb833199719e 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportToFsTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/ExportToFsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/FeatureExporterTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/FeatureExporterTest.scala index 295056a6a4bd..d3ec9c3181ed 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/FeatureExporterTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/FeatureExporterTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/GmlExportTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/GmlExportTest.scala index ea2dea1f7a1c..0fb404e6a290 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/GmlExportTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/export/GmlExportTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommandTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommandTest.scala index 0ea4ac1fc966..eb1a99854aac 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommandTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/stats/StatsHistogramCommandTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/utils/ParameterConvertersTest.scala b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/utils/ParameterConvertersTest.scala index 5521d6add987..11f1b320272c 100644 --- a/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/utils/ParameterConvertersTest.scala +++ b/geomesa-tools/src/test/scala/org/locationtech/geomesa/tools/utils/ParameterConvertersTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopDelegate.scala b/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopDelegate.scala index bb752851c7fd..ec998ffb6f2b 100644 --- a/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopDelegate.scala +++ b/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopDelegate.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtils.scala b/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtils.scala index b0d9721cfb26..4c3f73e040ad 100644 --- a/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtils.scala +++ b/geomesa-utils-parent/geomesa-hadoop-utils/src/main/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtilsTest.scala b/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtilsTest.scala index 82ae45167326..9bdb313e98ec 100644 --- a/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-hadoop-utils/src/test/scala/org/locationtech/geomesa/utils/hadoop/HadoopUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/audit/AuditProvider.java b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/audit/AuditProvider.java index fc0d76f6e01d..2c03dd36368c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/audit/AuditProvider.java +++ b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/audit/AuditProvider.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeProvider.java b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeProvider.java index 42eec8cc8281..4ea79d9ddcf0 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeProvider.java +++ b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeProvider.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/SimpleFeatureTypes.java b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/SimpleFeatureTypes.java index c19b38aa2685..f7ffc82e88be 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/SimpleFeatureTypes.java +++ b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/SimpleFeatureTypes.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/WKTUtils.java b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/WKTUtils.java index fbc12efd2526..84b15e2628a5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/WKTUtils.java +++ b/geomesa-utils-parent/geomesa-utils/src/main/java/org/locationtech/geomesa/utils/interop/WKTUtils.java @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/AuditedEvent.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/AuditedEvent.scala index 45513e8f32a0..62a261cb920c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/AuditedEvent.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/AuditedEvent.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/NoOpAuditProvider.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/NoOpAuditProvider.scala index 97fb793c780b..97852642523f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/NoOpAuditProvider.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/audit/NoOpAuditProvider.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/AxisOrder.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/AxisOrder.scala index e2b332ec99db..fe464ccbf1c4 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/AxisOrder.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/AxisOrder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallback.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallback.scala index a96575947021..8d7726a561e1 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallback.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallback.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputCallback.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputCallback.scala index 4a9c08981d29..cc204d2b6584 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputCallback.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputCallback.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoder.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoder.scala index 764dbbd74fc3..52f368d8d1b5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoder.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ByteArrayCacheKey.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ByteArrayCacheKey.scala index 863523ec896f..1d182d69d600 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ByteArrayCacheKey.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ByteArrayCacheKey.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/CacheKeyGenerator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/CacheKeyGenerator.scala index 4197747eb107..50864ce0a731 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/CacheKeyGenerator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/CacheKeyGenerator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/FilePersistence.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/FilePersistence.scala index fd024327dc1f..91c52b03d117 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/FilePersistence.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/FilePersistence.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/PropertiesPersistence.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/PropertiesPersistence.scala index 38e690932d3b..84b5d6af502f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/PropertiesPersistence.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/PropertiesPersistence.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocal.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocal.scala index 6d33a166e624..c72b05177ca8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocal.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocal.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCache.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCache.scala index 6a3c247af5fb..3fb33d564da7 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCache.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCache.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtils.scala index 556d6d9bbd79..e9bab03d4123 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ServiceLoader.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ServiceLoader.scala index cd3579e137d9..dd7c99de4afb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ServiceLoader.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/classpath/ServiceLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/CountMinSketch.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/CountMinSketch.scala index 12d3d107c391..fd3c21a5984e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/CountMinSketch.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/CountMinSketch.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/HyperLogLog.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/HyperLogLog.scala index 3dc4d170d8e4..1f666ec2ce46 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/HyperLogLog.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/HyperLogLog.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/RegisterSet.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/RegisterSet.scala index 903b4583fae0..81986aba615b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/RegisterSet.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/RegisterSet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/StreamSummary.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/StreamSummary.scala index d38a7c6d4dc5..357381017148 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/StreamSummary.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/clearspring/StreamSummary.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/AtomicBitSet.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/AtomicBitSet.scala index 1be1351e8974..d2e27a7afd60 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/AtomicBitSet.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/AtomicBitSet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/CircularByteQueue.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/CircularByteQueue.scala index 535c74f8f1fc..f4fe894a8b5e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/CircularByteQueue.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/CircularByteQueue.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/ConcurrentHashSet.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/ConcurrentHashSet.scala index 2ad2bdb3aadd..0f1ed5d24674 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/ConcurrentHashSet.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/ConcurrentHashSet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/IntBitSet.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/IntBitSet.scala index 83e709a859a5..ee0490e3bfb1 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/IntBitSet.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/IntBitSet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/MaybeSynchronized.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/MaybeSynchronized.scala index f1da699d3a1d..500b5116fe39 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/MaybeSynchronized.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/MaybeSynchronized.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/SelfClosingIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/SelfClosingIterator.scala index 3611eebf3eaf..41610b264050 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/SelfClosingIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/SelfClosingIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/TieredOrdering.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/TieredOrdering.scala index 08e4a722909b..52bcadbd03a5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/TieredOrdering.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/TieredOrdering.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/WordBitSet.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/WordBitSet.scala index bda7bb152af0..2a258167a9ee 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/WordBitSet.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/collection/WordBitSet.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPool.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPool.scala index cb0acb9b4925..708e3e6acb18 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPool.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPool.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/ExitingExecutor.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/ExitingExecutor.scala index e1d00d45f0c7..84d647a870eb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/ExitingExecutor.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/ExitingExecutor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/LazyCloseable.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/LazyCloseable.scala index e3f7e341d68b..1cf0c4027e4f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/LazyCloseable.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/LazyCloseable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/package.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/package.scala index b8a0c9df9d8e..b3335dab4f88 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/package.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/concurrent/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ArgResolver.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ArgResolver.scala index ccc973536ea9..b6e0a05d90b6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ArgResolver.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ArgResolver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfConversions.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfConversions.scala index be924f4ce53b..b423ec6fbdda 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfConversions.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfConversions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfigLoader.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfigLoader.scala index 2c574e17aab4..150c7160cced 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfigLoader.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/ConfigLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/FeatureExpiration.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/FeatureExpiration.scala index 6c05c9822e62..48f9f8d67511 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/FeatureExpiration.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/FeatureExpiration.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaProperties.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaProperties.scala index dbdc70958226..bb137d34e3e8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaProperties.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaSystemProperties.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaSystemProperties.scala index 524a176a98c0..1b22ec2b5089 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaSystemProperties.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/GeoMesaSystemProperties.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/IndexId.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/IndexId.scala index 315af61211aa..3af851645e5c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/IndexId.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/IndexId.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/SemanticVersion.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/SemanticVersion.scala index 25ecec1e6447..934f8ac778b1 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/SemanticVersion.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conf/SemanticVersion.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/ScalaImplicits.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/ScalaImplicits.scala index 2fd082f7de86..a2593ce983c4 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/ScalaImplicits.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/ScalaImplicits.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/StringOps.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/StringOps.scala index 61b25e0ffd40..2884e9a71e7b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/StringOps.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/conversions/StringOps.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/date/DateUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/date/DateUtils.scala index 55f3d5b73d87..8d0d3f5e6d12 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/date/DateUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/date/DateUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/BoundingBox.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/BoundingBox.scala index 4a3edc597367..5461a88062cb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/BoundingBox.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/BoundingBox.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeoHash.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeoHash.scala index c3200b010266..c4c36218b860 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeoHash.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeoHash.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeohashUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeohashUtils.scala index a244d0db6153..502b4eb4f405 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeohashUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeohashUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeomDistance.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeomDistance.scala index 06836754f818..65e69a4815a9 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeomDistance.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geohash/GeomDistance.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/DistanceCalculator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/DistanceCalculator.scala index 7b91cb4aa057..00ac4087fe0f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/DistanceCalculator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/DistanceCalculator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/GeometryPrecision.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/GeometryPrecision.scala index 26b097f58ebd..0ca30d1a7c6a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/GeometryPrecision.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geometry/GeometryPrecision.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/AttributeOrdering.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/AttributeOrdering.scala index bedcf1d73505..de9e44d49b44 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/AttributeOrdering.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/AttributeOrdering.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ConfigSftParsing.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ConfigSftParsing.scala index 4725166ffc5c..0a694e1220da 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ConfigSftParsing.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ConfigSftParsing.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceInfo.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceInfo.scala index c403571934f6..2ebd956c7897 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceInfo.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceInfo.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceSupport.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceSupport.scala index 663597aefbf1..9a07ffd97d06 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceSupport.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ContentFeatureSourceSupport.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Conversions.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Conversions.scala index 95fc9450e17d..45683c081673 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Conversions.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Conversions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/FeatureUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/FeatureUtils.scala index 82591430e503..1cda11220058 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/FeatureUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/FeatureUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModels.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModels.scala index 3f0ea02de063..4d60bed36959 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModels.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModels.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParam.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParam.scala index 5f6a5a128a58..1ff6985b1dc7 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParam.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParam.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeometryUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeometryUtils.scala index 5a511aa0eeb3..e73a014b09a0 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeometryUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GeometryUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GridSnap.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GridSnap.scala index a2dd1da0e98b..866456199c4c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GridSnap.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/GridSnap.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ImmutableFeatureId.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ImmutableFeatureId.scala index 982518e1a689..b5855f4d39c5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ImmutableFeatureId.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ImmutableFeatureId.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/NameableFeatureTypeFactory.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/NameableFeatureTypeFactory.scala index 495b34ef6905..4d48670a30c7 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/NameableFeatureTypeFactory.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/NameableFeatureTypeFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ObjectType.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ObjectType.scala index d3a60da85be4..2faa76e8b876 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ObjectType.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/ObjectType.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/RenderingGrid.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/RenderingGrid.scala index 6e2a076309e1..b92f86398bfb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/RenderingGrid.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/RenderingGrid.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilder.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilder.scala index 0ae191193ed2..c29012227572 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilder.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilder.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SftArgResolver.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SftArgResolver.scala index e949749fcdb7..baf09d9754ed 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SftArgResolver.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SftArgResolver.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrdering.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrdering.scala index de3a5181d7c5..de898b4d450e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrdering.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrdering.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeaturePropertyAccessor.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeaturePropertyAccessor.scala index f69452ff8180..ed9b66b8d0aa 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeaturePropertyAccessor.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeaturePropertyAccessor.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeComparator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeComparator.scala index a6d3ddebcff0..e388a67969e9 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeComparator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeComparator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeLoader.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeLoader.scala index b972f491a9bd..ef945aa5254b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeLoader.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypeLoader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypes.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypes.scala index 1f12c045b37c..196595eec3fa 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypes.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Transform.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Transform.scala index 4442cf59ce07..687c2fa6e409 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Transform.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/Transform.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReader.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReader.scala index 78a5abec9a82..38774bb7c2a6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReader.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReader.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/FastConverter.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/FastConverter.scala index 6d2da2ccab78..3ef08345aa58 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/FastConverter.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/FastConverter.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/JavaTimeConverterFactory.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/JavaTimeConverterFactory.scala index 56ee3b80a4e5..b3c3b47a2426 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/JavaTimeConverterFactory.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/JavaTimeConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/ScalaCollectionsConverterFactory.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/ScalaCollectionsConverterFactory.scala index 846b8645c8c9..e2717971e929 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/ScalaCollectionsConverterFactory.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/ScalaCollectionsConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/StringCollectionConverterFactory.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/StringCollectionConverterFactory.scala index 592a6e96fd41..52dd0b75c584 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/StringCollectionConverterFactory.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/converters/StringCollectionConverterFactory.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/filter/FilterFunctions.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/filter/FilterFunctions.scala index 5511935828ff..fda5e0b4bb48 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/filter/FilterFunctions.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/filter/FilterFunctions.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/package.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/package.scala index bb30018323f3..526642e61db7 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/package.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpec.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpec.scala index 7008c5455f45..40b4e7ca48ae 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpec.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpec.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecConfig.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecConfig.scala index c99913bada63..0227c5e99ffe 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecConfig.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecConfig.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecParser.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecParser.scala index 8ce334282903..2e2420381d23 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecParser.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/SimpleFeatureSpecParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/package.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/package.scala index b8a9f75447cf..6e9699903d42 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/package.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/geotools/sft/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/BucketIndex.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/BucketIndex.scala index d4f5cde3ebd2..6baac1a925fe 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/BucketIndex.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/BucketIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/ByteArrays.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/ByteArrays.scala index 022311df9280..c33c39c8b91f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/ByteArrays.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/ByteArrays.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/GeoMesaSchemaValidator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/GeoMesaSchemaValidator.scala index a1e97bb04d39..be7392160d7b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/GeoMesaSchemaValidator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/GeoMesaSchemaValidator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/IndexMode.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/IndexMode.scala index 60eff6328757..60112d7f1e9e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/IndexMode.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/IndexMode.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SimpleFeatureIndex.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SimpleFeatureIndex.scala index 420cae3c2c79..6a82ff55b779 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SimpleFeatureIndex.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SimpleFeatureIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndex.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndex.scala index bdfc6f4646d9..1f51fae31b67 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndex.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SpatialIndex.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SpatialIndex.scala index 9d5bdd88f7c9..1f4a03032f37 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SpatialIndex.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SpatialIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtree.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtree.scala index 23628ea6f7c5..c42db24ad883 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtree.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtree.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/VisibilityLevel.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/VisibilityLevel.scala index 9fb228db635a..66d19541d187 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/VisibilityLevel.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/VisibilityLevel.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedQuadtree.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedQuadtree.scala index 582e233f0219..7a2dc3861d57 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedQuadtree.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedQuadtree.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedSTRtree.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedSTRtree.scala index 15c9792817ce..deabfdc3fe1b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedSTRtree.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrappedSTRtree.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrapperIndex.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrapperIndex.scala index dfcac7522744..ab5a9a387a7f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrapperIndex.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/index/WrapperIndex.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/ByteBuffers.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/ByteBuffers.scala index 1033eca3e106..b93e0736f618 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/ByteBuffers.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/ByteBuffers.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CloseablePool.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CloseablePool.scala index a60ca233b892..2e55641f29c4 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CloseablePool.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CloseablePool.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CompressionUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CompressionUtils.scala index 7afcfe093015..726ee9f80645 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CompressionUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CompressionUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CopyingInputStream.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CopyingInputStream.scala index 0873175ebc2a..bcaeb305c803 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CopyingInputStream.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/CopyingInputStream.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/FileSizeEstimator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/FileSizeEstimator.scala index 9bf070f380cc..63b09f436be5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/FileSizeEstimator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/FileSizeEstimator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/IncrementingFileName.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/IncrementingFileName.scala index fe9d76b7e39b..745062ab5345 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/IncrementingFileName.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/IncrementingFileName.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/PathUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/PathUtils.scala index 9f3caacfcebc..dd5a9c9e340e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/PathUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/PathUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeClose.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeClose.scala index 5a06e05911d1..6496eef06251 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeClose.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeClose.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeFlush.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeFlush.scala index 2c165339c07f..1f3f9f69e92a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeFlush.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/SafeFlush.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/Sizable.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/Sizable.scala index a35d23aa5a06..27e193f9c4cb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/Sizable.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/Sizable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/WithStore.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/WithStore.scala index 7d88b1387000..4afff5a00c39 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/WithStore.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/WithStore.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/FileSystemDelegate.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/FileSystemDelegate.scala index 3b2a84a46b24..c5d4aa6b1272 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/FileSystemDelegate.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/FileSystemDelegate.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/LocalDelegate.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/LocalDelegate.scala index 34463dedcb3c..4dcea96f03d8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/LocalDelegate.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/LocalDelegate.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/package.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/package.scala index e0319f5c8187..035c6cc1514d 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/package.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/fs/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/package.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/package.scala index 1e91486abc32..3d068599c1ef 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/package.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/io/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterable.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterable.scala index b6e984e36c05..cdeedaa3a4af 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterable.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterable.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIterator.scala index aafd5cb6784f..e1bca003e2cf 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/ExceptionalIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/ExceptionalIterator.scala index 72158f04ee4c..c985a5f102e7 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/ExceptionalIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/ExceptionalIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/PlaybackIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/PlaybackIterator.scala index 6a56784c66d9..2704e62c91ae 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/PlaybackIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/PlaybackIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIterator.scala index 8104925aadfd..9a85da32560a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInput.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInput.scala index 6ea8cee89d51..44d71d7b5203 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInput.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInput.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/BinnedArray.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/BinnedArray.scala index 28bd3dbe325b..9370855aafc2 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/BinnedArray.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/BinnedArray.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Cardinality.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Cardinality.scala index 40f45ba4b862..c132c81ce4a4 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Cardinality.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Cardinality.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountStat.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountStat.scala index c1583904bdc3..db008ed81ce5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountStat.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountStat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountingInputStream.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountingInputStream.scala index 08fcebba7715..145202558147 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountingInputStream.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/CountingInputStream.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/DescriptiveStats.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/DescriptiveStats.scala index 3c3bc5d30a75..64a62a64c03c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/DescriptiveStats.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/DescriptiveStats.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/EnumerationStat.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/EnumerationStat.scala index 60bd8e792a8f..4e64b11c10e6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/EnumerationStat.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/EnumerationStat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Frequency.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Frequency.scala index 00bda4e0e1dc..1cb34747de4c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Frequency.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Frequency.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/GroupBy.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/GroupBy.scala index 76cbdd437656..1e372af97d0e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/GroupBy.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/GroupBy.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Histogram.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Histogram.scala index 852a30f384cd..3a9af1149170 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Histogram.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Histogram.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IndexCoverage.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IndexCoverage.scala index 363752c94012..6fe2d0ea3f67 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IndexCoverage.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IndexCoverage.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IteratorStackCount.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IteratorStackCount.scala index 8ff031a14b7c..168e86231689 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IteratorStackCount.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/IteratorStackCount.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MethodProfiling.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MethodProfiling.scala index 68f997699423..79f7ac7c8ffb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MethodProfiling.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MethodProfiling.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MinMax.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MinMax.scala index 9e27b46b849d..8b12e5e08ef0 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MinMax.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/MinMax.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SeqStat.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SeqStat.scala index e2f6f666aadd..33103ef3c999 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SeqStat.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SeqStat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtils.scala index 144574f9bb31..a9ab70858372 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Stat.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Stat.scala index ea9434f9f67f..3dcdc6a93e38 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Stat.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Stat.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatParser.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatParser.scala index 65a85056ed01..8059f4f695b9 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatParser.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatSerializer.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatSerializer.scala index c0be566734ce..bbd077c21e66 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatSerializer.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/StatSerializer.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/TopK.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/TopK.scala index 84130422b746..6d9d1c0036b8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/TopK.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/TopK.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Frequency.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Frequency.scala index 930f3299f6f6..3eaf8df8d925 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Frequency.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Frequency.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Histogram.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Histogram.scala index a9a58df05f35..db2063e46838 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Histogram.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/stats/Z3Histogram.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/BasicParser.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/BasicParser.scala index 71c7b88c0359..cadc6fa68f37 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/BasicParser.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/BasicParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DateParsing.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DateParsing.scala index b8177a7ee46f..4a420456c599 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DateParsing.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DateParsing.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DurationParsing.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DurationParsing.scala index 99e2de9370d4..f8d52f91469c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DurationParsing.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/DurationParsing.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/EnhancedTokenParsers.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/EnhancedTokenParsers.scala index 26f5fe59a528..92fccf56358a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/EnhancedTokenParsers.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/EnhancedTokenParsers.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/KVPairParser.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/KVPairParser.scala index 06b5bb663ca0..13d9deb5d871 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/KVPairParser.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/KVPairParser.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/StringSerialization.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/StringSerialization.scala index 50a95c05c158..e192054dc8d4 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/StringSerialization.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/StringSerialization.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/Suffixes.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/Suffixes.scala index cdfd3dfdc529..68d4c7e82654 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/Suffixes.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/Suffixes.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/TextTools.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/TextTools.scala index 93688d3a47ad..fdf89b11b834 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/TextTools.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/TextTools.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/WKUtils.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/WKUtils.scala index 88eddf76ebcb..01f0837f1769 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/WKUtils.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/text/WKUtils.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/FeatureIdGenerator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/FeatureIdGenerator.scala index a19bb6521d99..3e9463eba166 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/FeatureIdGenerator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/FeatureIdGenerator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/IngestTimeFeatureIdGenerator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/IngestTimeFeatureIdGenerator.scala index b4a5645499da..056a6adbe39a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/IngestTimeFeatureIdGenerator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/IngestTimeFeatureIdGenerator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Version4UuidGenerator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Version4UuidGenerator.scala index d08bbf71e935..9c0b6cc53fd8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Version4UuidGenerator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Version4UuidGenerator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGenerator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGenerator.scala index 8eb0a4ab9027..1c23ee424976 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGenerator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGenerator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala_2.12/org/locationtech/geomesa/utils/collection/CloseableIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala_2.12/org/locationtech/geomesa/utils/collection/CloseableIterator.scala index ffa4dc0e919b..6584324c2d65 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala_2.12/org/locationtech/geomesa/utils/collection/CloseableIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala_2.12/org/locationtech/geomesa/utils/collection/CloseableIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13/org/locationtech/geomesa/utils/collection/CloseableIterator.scala b/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13/org/locationtech/geomesa/utils/collection/CloseableIterator.scala index b7bf976b6b60..00d8783ea968 100644 --- a/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13/org/locationtech/geomesa/utils/collection/CloseableIterator.scala +++ b/geomesa-utils-parent/geomesa-utils/src/main/scala_2.13/org/locationtech/geomesa/utils/collection/CloseableIterator.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallbackTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallbackTest.scala index c7d75f52863b..3ed788d2bb18 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallbackTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryEncodeCallbackTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoderTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoderTest.scala index 70afde1e4676..d95af17e0545 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoderTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/bin/BinaryOutputEncoderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/FilePersistenceTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/FilePersistenceTest.scala index 68e56f6e87fc..73e8e6de7831 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/FilePersistenceTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/FilePersistenceTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocalTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocalTest.scala index 34ab25bd76a1..1c094a3134d6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocalTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/SoftThreadLocalTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCacheTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCacheTest.scala index c73967a7ea36..d66f11eac6f8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCacheTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/cache/ThreadLocalCacheTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtilsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtilsTest.scala index cc6b8f60da90..ec6b7961d7ff 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/classpath/ClassPathUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/AtomicBitSetTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/AtomicBitSetTest.scala index f37e4304e598..7268b8bcecc5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/AtomicBitSetTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/AtomicBitSetTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CircularByteQueueTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CircularByteQueueTest.scala index 8d464c2b189f..ab935e5c258f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CircularByteQueueTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CircularByteQueueTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CloseableIteratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CloseableIteratorTest.scala index 744643d138e1..423eb29fd0ea 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CloseableIteratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/CloseableIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/IntBitSetTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/IntBitSetTest.scala index a0c3d77eed4d..7e3d5b21d08a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/IntBitSetTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/IntBitSetTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/WordBitSetTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/WordBitSetTest.scala index 22c24d6c4bed..b73047aaf598 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/WordBitSetTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/collection/WordBitSetTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPoolTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPoolTest.scala index 128b1b41571e..f70d6438d80e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPoolTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/concurrent/CachedThreadPoolTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/ConfigLoaderTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/ConfigLoaderTest.scala index 27ba33aa0d1f..baeac12accd0 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/ConfigLoaderTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/ConfigLoaderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/GeoMesaPropertiesTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/GeoMesaPropertiesTest.scala index 4d15bfc85067..6cacad37eb95 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/GeoMesaPropertiesTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/GeoMesaPropertiesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/SemanticVersionTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/SemanticVersionTest.scala index 07199d1589cb..29006d17e4b6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/SemanticVersionTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conf/SemanticVersionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conversions/StringOpsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conversions/StringOpsTest.scala index c9c2e1394d72..5a0277a21617 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conversions/StringOpsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/conversions/StringOpsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/BoundingBoxTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/BoundingBoxTest.scala index 085c8d64089e..fc3be7ca8d00 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/BoundingBoxTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/BoundingBoxTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeoHashTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeoHashTest.scala index ac4478e268ab..dbb94b8526b3 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeoHashTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeoHashTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeohashUtilsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeohashUtilsTest.scala index 7dbd95b40c0b..76b8f427a355 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeohashUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeohashUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeomDistanceTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeomDistanceTest.scala index 1966c331fbcc..16820f758bd6 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeomDistanceTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geohash/GeomDistanceTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/ConversionsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/ConversionsTest.scala index 6c4dbf197719..3559d1b69af1 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/ConversionsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/ConversionsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/FeatureUtilsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/FeatureUtilsTest.scala index a5d4dfd1a6e3..1ce8cba11d29 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/FeatureUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/FeatureUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModelsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModelsTest.scala index eacc06538ea7..d2661eafd38c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModelsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GenerateRichFeatureModelsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParamTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParamTest.scala index e5de49c54310..67d138b0923c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParamTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeoMesaParamTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeometryUtilsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeometryUtilsTest.scala index 4539bb716e21..3f3ec246f454 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeometryUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GeometryUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GridSnapTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GridSnapTest.scala index e273a38a2ad0..08b571870ffd 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GridSnapTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/GridSnapTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilderTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilderTest.scala index 39a7589a94f3..9f154d6bf421 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilderTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SchemaBuilderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SftArgResolverTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SftArgResolverTest.scala index 6767a3994d1a..7bfd886f4a74 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SftArgResolverTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SftArgResolverTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrderingTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrderingTest.scala index 63db1a78e1cd..a6c5e16d2521 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrderingTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureOrderingTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypesTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypesTest.scala index 0402bc25c0cd..096a92cd43bf 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypesTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/SimpleFeatureTypesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReaderTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReaderTest.scala index cdaa9886f1d2..1293bbc5f248 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReaderTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/TypeUpdatingFeatureReaderTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/converters/ConverterFactoriesTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/converters/ConverterFactoriesTest.scala index ba809caaf495..7b3cacc15d5b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/converters/ConverterFactoriesTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/geotools/converters/ConverterFactoriesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/BucketIndexTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/BucketIndexTest.scala index ee43b25ddc6e..b31cfe07562c 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/BucketIndexTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/BucketIndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/ByteArraysTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/ByteArraysTest.scala index 4cca53678eb8..9518f79afc7b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/ByteArraysTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/ByteArraysTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndexTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndexTest.scala index 0c5fcafb45d1..fe127e51a7af 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndexTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SizeSeparatedBucketIndexTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtreeTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtreeTest.scala index b6a6030b21bc..169a9718c89b 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtreeTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/index/SynchronizedQuadtreeTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/FileSizeEstimatorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/FileSizeEstimatorTest.scala index 07646e275d74..53ddee9f1e41 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/FileSizeEstimatorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/FileSizeEstimatorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/IncrementingFileNameTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/IncrementingFileNameTest.scala index 2ce4e44ce59e..6bb003153dff 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/IncrementingFileNameTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/IncrementingFileNameTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/SafeCloseTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/SafeCloseTest.scala index e4d9ae5b5044..6b160f0a5a93 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/SafeCloseTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/io/SafeCloseTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterableTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterableTest.scala index 1cec7810d16e..fdbb566fe13f 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterableTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/CartesianProductIterableTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIteratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIteratorTest.scala index c5baf6d292c0..f6b749813466 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIteratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/DeduplicatingSimpleFeatureIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/PlaybackIteratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/PlaybackIteratorTest.scala index b7b9169f9599..a62b97aab4c2 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/PlaybackIteratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/PlaybackIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIteratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIteratorTest.scala index 2cba9db817a3..48e8491b4354 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIteratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/iterators/SortedMergeIteratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInputTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInputTest.scala index 31b0a54e8f65..577e2f5b1f64 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInputTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/kryo/NonMutatingInputTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/BinnedArrayTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/BinnedArrayTest.scala index b3188c0788aa..d082f2593320 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/BinnedArrayTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/BinnedArrayTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/CountStatTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/CountStatTest.scala index 22ea375e3fa7..0995c7a44c27 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/CountStatTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/CountStatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/DescriptiveStatsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/DescriptiveStatsTest.scala index 1afc40a408ce..482fa945dcbb 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/DescriptiveStatsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/DescriptiveStatsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/EnumerationStatTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/EnumerationStatTest.scala index 27f8b4b8d933..76e6be06753e 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/EnumerationStatTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/EnumerationStatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/FrequencyTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/FrequencyTest.scala index b892703d3c95..77711c63581a 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/FrequencyTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/FrequencyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/GroupByTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/GroupByTest.scala index f3dcfd2edef3..13111d44a335 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/GroupByTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/GroupByTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/HistogramTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/HistogramTest.scala index 416a4058ad62..bc2c579b8afc 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/HistogramTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/HistogramTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/IteratorStackCountTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/IteratorStackCountTest.scala index 5dceaadf6f88..df6a4d937b21 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/IteratorStackCountTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/IteratorStackCountTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MethodProfilingTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MethodProfilingTest.scala index 49bbb10c4da7..1d6ba4c51cd5 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MethodProfilingTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MethodProfilingTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MinMaxTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MinMaxTest.scala index a99fbbae1c85..5dab82f455ec 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MinMaxTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/MinMaxTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SeqStatTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SeqStatTest.scala index e71dc49d3883..6005dfe716b8 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SeqStatTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SeqStatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtilsTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtilsTest.scala index e0837b768221..da5d154f8356 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtilsTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/SimpleMatrixUtilsTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTest.scala index 19c7989722a3..9569a803bde1 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTestHelper.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTestHelper.scala index 16823d31e5d8..074cdc6f659d 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTestHelper.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/StatTestHelper.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/TopKTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/TopKTest.scala index 6b901e66d867..37e9b092e6fa 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/TopKTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/TopKTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3FrequencyTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3FrequencyTest.scala index db379f3de13c..2d966ee2ddd3 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3FrequencyTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3FrequencyTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3HistogramTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3HistogramTest.scala index 796ca4b72d03..274dfbb62704 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3HistogramTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/stats/Z3HistogramTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/StringSerializationTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/StringSerializationTest.scala index db4871e0ec80..b3a063a54068 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/StringSerializationTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/StringSerializationTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/SuffixesTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/SuffixesTest.scala index 6654f07c1619..395e4f389932 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/SuffixesTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/text/SuffixesTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/TimeSortedUuidGeneratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/TimeSortedUuidGeneratorTest.scala index 70f032113df4..cef26c359b08 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/TimeSortedUuidGeneratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/TimeSortedUuidGeneratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGeneratorTest.scala b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGeneratorTest.scala index 8279640ab3dd..a1d9dc69ba28 100644 --- a/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGeneratorTest.scala +++ b/geomesa-utils-parent/geomesa-utils/src/test/scala/org/locationtech/geomesa/utils/uuid/Z3FeatureIdGeneratorTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/CuratorHelper.scala b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/CuratorHelper.scala index a39a9e6bb590..8c0580f1fa70 100644 --- a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/CuratorHelper.scala +++ b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/CuratorHelper.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperLocking.scala b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperLocking.scala index bf6de3be6305..96b3fcbc122e 100644 --- a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperLocking.scala +++ b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperLocking.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperMetadata.scala b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperMetadata.scala index 46fe725c5893..062655401eca 100644 --- a/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperMetadata.scala +++ b/geomesa-utils-parent/geomesa-zk-utils/src/main/scala/org/locationtech/geomesa/utils/zk/ZookeeperMetadata.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala index c45285a403a7..fe8a17230437 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/BinnedTime.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala index f425bd5a3dd6..bb43f36bf33a 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearXZ3SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala index 2ddc69c70049..f8808bdd784f 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyYearZ3SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala index df0f36f1bf6f..4198e20ff08a 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ2SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala index 9c0d1893cb67..89bf66b0f50c 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/LegacyZ3SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala index 24a5fb4e74e6..ef8169e9a47e 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/NormalizedDimension.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala index 63dbcdae7661..d082cc73fd10 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/S2SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala index 0a14fe9c26b3..1a55b367181c 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceFillingCurve.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceTimeFillingCurve.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceTimeFillingCurve.scala index 8d2ff99b5eca..329c6e888996 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceTimeFillingCurve.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/SpaceTimeFillingCurve.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala index 37d5141ee441..2816aaf44b8a 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ2SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala index 94b7b3e15895..6c42495065b3 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZ3SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala index 8608ec93d32f..60938a48d485 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/XZSFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala index faea4a67e726..584eda41f80c 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z2SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala index 013e82c10fe7..155f2aca9f4c 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/curve/Z3SFC.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala index b060c35345e7..dcad3ade2337 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z2.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Copyright (c) 2015 Azavea. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala index 86186cb42663..9952efead193 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/Z3.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala index 6200d328918c..ebf0fbd96918 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/ZN.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Copyright (c) 2015 Azavea. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala index e7f45b0865c6..c9752d41e0df 100644 --- a/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala +++ b/geomesa-z3/src/main/scala/org/locationtech/geomesa/zorder/sfcurve/package.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Copyright (c) 2015 Azavea. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala index 9504169ad31d..d402507659c4 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/BinnedTimeTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/NormalizedDimensionTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/NormalizedDimensionTest.scala index 34e50e7f1e1f..c0b4d3ba59be 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/NormalizedDimensionTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/NormalizedDimensionTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala index cff40cc3eab6..6b52e68f6374 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/S2SFCTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala index 296e45a0f317..dc7fd6f1d2ef 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ2SFCTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala index 2f5c893abffc..6ed72c2b0ffc 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/XZ3SFCTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala index f5d5022e30b4..7d9a832f8765 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z2Test.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala index 5f18d606c3ea..59f885124302 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/curve/Z3Test.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala index 728558666270..fdf1fd043bc2 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z2Test.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Copyright (c) 2015 Azavea. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3RangeTest.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3RangeTest.scala index 1e2687654b0f..b521191adba4 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3RangeTest.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3RangeTest.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at diff --git a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala index c822b9075c95..fb355a913520 100644 --- a/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala +++ b/geomesa-z3/src/test/scala/org/locationtech/geomesa/zorder/sfcurve/Z3Test.scala @@ -1,5 +1,5 @@ /*********************************************************************** - * Copyright (c) 2013-2023 Commonwealth Computer Research, Inc. + * Copyright (c) 2013-2024 Commonwealth Computer Research, Inc. * Copyright (c) 2015 Azavea. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License, Version 2.0 diff --git a/pom.xml b/pom.xml index 1f453c4a2df8..8cf4a948ca17 100644 --- a/pom.xml +++ b/pom.xml @@ -157,7 +157,7 @@ 4.0.4 4.1.0-SNAPSHOT - 2023 + 2024 2.1.1