From 1ebc047e84f2cf42e0983d96a8d299bf4d8a8a43 Mon Sep 17 00:00:00 2001 From: Vyacheslav Lukianov Date: Sun, 1 Jan 2017 16:44:39 +0300 Subject: [PATCH] update license header --- .../jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java | 2 +- .../JMHChronicleMapTokyoCabinetBenchmarkBase.java | 2 +- .../JMHChronicleMapTokyoCabinetReadBenchmark.java | 2 +- .../JMHChronicleMapTokyoCabinetWriteBenchmark.java | 2 +- .../dataStructures/JMHConcurrentObjectCacheBenchmark.java | 2 +- .../benchmark/dataStructures/JMHHashMapBenchmark.java | 2 +- .../dataStructures/JMHJavaUtilHashMapBenchmark.java | 2 +- .../benchmark/dataStructures/JMHObjectCacheBenchmark.java | 2 +- .../benchmark/env/JMHEnvTokyoCabinetBenchmarkBase.java | 2 +- .../benchmark/env/JMHEnvTokyoCabinetReadBenchmark.java | 2 +- .../benchmark/env/JMHEnvTokyoCabinetWriteBenchmark.java | 2 +- .../env/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java | 2 +- .../env/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java | 2 +- .../benchmark/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java | 2 +- .../benchmark/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java | 2 +- .../h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java | 2 +- .../benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java | 2 +- .../benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java | 2 +- .../mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java | 2 +- .../java/jetbrains/exodus/util/CompressBackupUtil.java | 2 +- .../java/jetbrains/exodus/util/CompressBackupUtilTest.java | 2 +- .../jetbrains/exodus/entitystore/EntityIterableCache.java | 2 +- .../exodus/entitystore/EntityIterableCacheAdapter.java | 2 +- .../jetbrains/exodus/entitystore/EntityIterableHandle.java | 2 +- .../jetbrains/exodus/entitystore/EntityIterableType.java | 2 +- .../entitystore/EntityStoreSharedAsyncProcessor.java | 2 +- .../main/java/jetbrains/exodus/entitystore/Explainer.java | 2 +- .../jetbrains/exodus/entitystore/FileSystemBlobVault.java | 2 +- .../exodus/entitystore/FileSystemBlobVaultOld.java | 2 +- .../main/java/jetbrains/exodus/entitystore/FlushLog.java | 2 +- .../exodus/entitystore/InsertConstraintException.java | 2 +- .../java/jetbrains/exodus/entitystore/OpenTablesCache.java | 2 +- .../jetbrains/exodus/entitystore/PersistentEntity.java | 2 +- .../jetbrains/exodus/entitystore/PersistentEntityId.java | 2 +- .../entitystore/PersistentEntityStoreBackupStrategy.java | 2 +- .../exodus/entitystore/PersistentEntityStoreImpl.java | 2 +- .../entitystore/PersistentEntityStoreRefactorings.java | 2 +- .../entitystore/PersistentEntityStoreSettingsListener.java | 2 +- .../entitystore/PersistentEntityStoreStatistics.java | 2 +- .../exodus/entitystore/PersistentEntityStores.java | 2 +- .../jetbrains/exodus/entitystore/PersistentSequence.java | 2 +- .../entitystore/PersistentSequenceBlobHandleGenerator.java | 2 +- .../exodus/entitystore/PersistentSequentialDictionary.java | 2 +- .../exodus/entitystore/PersistentStoreTransaction.java | 2 +- .../entitystore/PersistentStoreTransactionSnapshot.java | 2 +- .../exodus/entitystore/ReadOnlyPersistentEntity.java | 2 +- .../entitystore/ReadonlyPersistentStoreTransaction.java | 2 +- .../main/java/jetbrains/exodus/entitystore/ReplayData.java | 2 +- .../main/java/jetbrains/exodus/entitystore/Settings.java | 2 +- .../jetbrains/exodus/entitystore/StoreNamingRules.java | 2 +- .../java/jetbrains/exodus/entitystore/TxnProvider.java | 2 +- .../entitystore/UnexpectedBlobVaultVersionException.java | 2 +- .../exodus/entitystore/UniqueKeyIndexException.java | 2 +- .../java/jetbrains/exodus/entitystore/VFSBlobVault.java | 2 +- .../exodus/entitystore/iterate/CachedInstanceIterable.java | 2 +- .../entitystore/iterate/ConstantEntityIterableHandle.java | 2 +- .../exodus/entitystore/iterate/DistinctIterable.java | 2 +- .../exodus/entitystore/iterate/EntitiesOfTypeIterable.java | 2 +- .../entitystore/iterate/EntitiesOfTypeRangeIterable.java | 2 +- .../entitystore/iterate/EntitiesWithBlobIterable.java | 2 +- .../entitystore/iterate/EntitiesWithLinkIterable.java | 2 +- .../iterate/EntitiesWithLinkSortedIterable.java | 2 +- .../entitystore/iterate/EntitiesWithPropertyIterable.java | 2 +- .../entitystore/iterate/EntityFromLinkSetIterable.java | 2 +- .../entitystore/iterate/EntityFromLinkSetIteratorBase.java | 2 +- .../entitystore/iterate/EntityFromLinksIterable.java | 2 +- .../iterate/EntityIdArrayCachedInstanceIterable.java | 2 +- .../iterate/EntityIdArrayWithSetIteratorWrapper.java | 2 +- .../exodus/entitystore/iterate/EntityIterableBase.java | 2 +- .../entitystore/iterate/EntityIterableDecoratorBase.java | 2 +- .../entitystore/iterate/EntityIterableHandleBase.java | 2 +- .../entitystore/iterate/EntityIterableHandleDecorator.java | 2 +- .../entitystore/iterate/EntityIterableInstantiator.java | 2 +- .../exodus/entitystore/iterate/EntityIteratorBase.java | 2 +- .../entitystore/iterate/EntityIteratorFixingDecorator.java | 2 +- .../entitystore/iterate/EntityIteratorWithPropId.java | 2 +- .../entitystore/iterate/EntityLinksIterableBase.java | 2 +- .../exodus/entitystore/iterate/EntityReverseIterable.java | 2 +- .../exodus/entitystore/iterate/EntityToLinksIterable.java | 2 +- .../entitystore/iterate/EntityTypeFilteredIterator.java | 2 +- .../entitystore/iterate/ExcludeNullIterableDecorator.java | 2 +- .../entitystore/iterate/FilterEntityTypeIterable.java | 2 +- .../exodus/entitystore/iterate/FilterLinksIterable.java | 2 +- .../jetbrains/exodus/entitystore/iterate/IdFilter.java | 2 +- .../exodus/entitystore/iterate/MergeSortedIterable.java | 2 +- .../entitystore/iterate/NonDisposableEntityIterator.java | 2 +- .../exodus/entitystore/iterate/PropertiesIterable.java | 2 +- .../exodus/entitystore/iterate/PropertyRangeIterable.java | 2 +- .../iterate/PropertyRangeOrValueIterableBase.java | 2 +- .../exodus/entitystore/iterate/PropertyValueIterable.java | 2 +- .../exodus/entitystore/iterate/PropertyValueIterator.java | 2 +- .../exodus/entitystore/iterate/SelectDistinctIterable.java | 2 +- .../entitystore/iterate/SelectManyDistinctIterable.java | 2 +- .../exodus/entitystore/iterate/SingleEntityIterable.java | 2 +- .../exodus/entitystore/iterate/SingleKeyCursorCounter.java | 2 +- .../entitystore/iterate/SingleKeyCursorIsEmptyChecker.java | 2 +- .../exodus/entitystore/iterate/SkipEntityIterable.java | 2 +- .../exodus/entitystore/iterate/SortIndirectIterable.java | 2 +- .../jetbrains/exodus/entitystore/iterate/SortIterable.java | 2 +- .../exodus/entitystore/iterate/SortResultIterable.java | 2 +- .../exodus/entitystore/iterate/TakeEntityIterable.java | 2 +- .../exodus/entitystore/iterate/TxnGetterStategy.java | 2 +- .../iterate/UpdatableCachedInstanceIterable.java | 2 +- .../UpdatableEntityIdSortedSetCachedInstanceIterable.java | 2 +- .../iterate/UpdatablePropertiesCachedInstanceIterable.java | 2 +- .../iterate/binop/AddNullDecoratorIterable.java | 2 +- .../iterate/binop/BinaryOperatorEntityIterable.java | 2 +- .../entitystore/iterate/binop/ConcatenationIterable.java | 2 +- .../entitystore/iterate/binop/IntersectionIterable.java | 2 +- .../exodus/entitystore/iterate/binop/MinusIterable.java | 2 +- .../exodus/entitystore/iterate/binop/UnionIterable.java | 2 +- .../exodus/entitystore/management/EntityStoreConfig.java | 2 +- .../entitystore/management/EntityStoreConfigMBean.java | 2 +- .../entitystore/management/EntityStoreStatistics.java | 2 +- .../entitystore/management/EntityStoreStatisticsMBean.java | 2 +- .../jetbrains/exodus/entitystore/tables/BlobsTable.java | 2 +- .../exodus/entitystore/tables/EntityIdBinding.java | 2 +- .../jetbrains/exodus/entitystore/tables/LinkValue.java | 2 +- .../exodus/entitystore/tables/PropertiesTable.java | 2 +- .../jetbrains/exodus/entitystore/tables/PropertyKey.java | 2 +- .../jetbrains/exodus/entitystore/tables/PropertyTypes.java | 2 +- .../jetbrains/exodus/entitystore/tables/PropertyValue.java | 2 +- .../exodus/entitystore/tables/SingleColumnTable.java | 2 +- .../java/jetbrains/exodus/entitystore/tables/Table.java | 2 +- .../exodus/entitystore/tables/TwoColumnTable.java | 2 +- .../jetbrains/exodus/entitystore/util/EntityIdSet.java | 2 +- .../exodus/entitystore/util/IntArrayListSpinAllocator.java | 2 +- .../entitystore/util/LongArrayListSpinAllocator.java | 2 +- .../test/java/jetbrains/exodus/entitystore/AbortTest.java | 2 +- .../java/jetbrains/exodus/entitystore/BackupTests.java | 2 +- .../jetbrains/exodus/entitystore/BinaryOperatorsTests.java | 2 +- .../java/jetbrains/exodus/entitystore/BlobVaultTests.java | 2 +- .../java/jetbrains/exodus/entitystore/ConflictTest.java | 2 +- .../exodus/entitystore/EntityFromLinkSetTests.java | 2 +- .../java/jetbrains/exodus/entitystore/EntityIdSetTest.java | 2 +- .../exodus/entitystore/EntityIterableHandleTests.java | 2 +- .../jetbrains/exodus/entitystore/EntitySnapshotTests.java | 2 +- .../jetbrains/exodus/entitystore/EntityStoreTestBase.java | 2 +- .../java/jetbrains/exodus/entitystore/EntityTests.java | 2 +- .../exodus/entitystore/FailoverForkLongTests.java | 2 +- .../jetbrains/exodus/entitystore/FailoverForkTests.java | 2 +- .../PersistentEntityStoreRefactoringsTests.java | 2 +- .../exodus/entitystore/PrimitiveIterableTests.java | 2 +- .../entitystore/PropertyCustomTypePersistenceTest.java | 2 +- .../exodus/entitystore/PropertyCustomTypeTests.java | 2 +- .../test/java/jetbrains/exodus/entitystore/ReplayTest.java | 2 +- .../exodus/entitystore/SortIndirectIterableTest.java | 2 +- .../java/jetbrains/exodus/entitystore/StoreArtifacts.java | 2 +- .../jetbrains/exodus/entitystore/StoreArtifactsPolicy.java | 2 +- .../exodus/entitystore/StoreTransactionTests.java | 2 +- .../java/jetbrains/exodus/entitystore/StressTests.java | 2 +- .../test/java/jetbrains/exodus/entitystore/TestBase.java | 2 +- .../java/jetbrains/exodus/entitystore/TestOrdering.java | 2 +- .../java/jetbrains/exodus/entitystore/TestReplayTest.java | 2 +- .../TestTransactionReplayPersistentEntityStoreImpl.java | 2 +- .../iterate/EntityIdArrayCachedInstanceIterableTests.java | 2 +- .../iterate/EntityIterableHandleMergeIdsTest.java | 2 +- .../exodus/entitystore/iterate/EntityIterableTests.java | 2 +- .../exodus/entitystore/iterate/EntityLinksTests.java | 2 +- .../jetbrains/exodus/entitystore/iterate/FindTests.java | 2 +- .../iterate/HumanReadablePresentationTests.java | 2 +- .../jetbrains/exodus/entitystore/iterate/SortTests.java | 2 +- .../entitystore/processRunners/LongProcessRunner.java | 2 +- .../exodus/entitystore/processRunners/ProcessRunner.java | 2 +- .../src/test/java/jetbrains/exodus/util/ForkSupportIO.java | 2 +- .../test/java/jetbrains/exodus/util/ForkSupportIOTest.java | 2 +- .../src/test/java/jetbrains/exodus/util/ForkedLogic.java | 2 +- .../java/jetbrains/exodus/util/ForkedProcessRunner.java | 2 +- .../src/test/java/jetbrains/exodus/util/IStreamer.java | 2 +- .../src/test/java/jetbrains/exodus/util/ProcessKiller.java | 2 +- .../src/test/java/jetbrains/exodus/util/Streamer.java | 2 +- .../java/jetbrains/exodus/util/WindowsProcessKiller.java | 2 +- .../jetbrains/exodus/env/ContextualEnvironmentImpl.java | 2 +- .../java/jetbrains/exodus/env/ContextualStoreImpl.java | 2 +- .../exodus/env/ContextualTemporaryEmptyStore.java | 2 +- .../src/main/java/jetbrains/exodus/env/CursorImpl.java | 2 +- .../src/main/java/jetbrains/exodus/env/DatabaseRoot.java | 2 +- .../exodus/env/EnvironmentBackupStrategyImpl.java | 2 +- .../main/java/jetbrains/exodus/env/EnvironmentImpl.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentStatistics.java | 2 +- .../src/main/java/jetbrains/exodus/env/Environments.java | 2 +- .../src/main/java/jetbrains/exodus/env/MetaTree.java | 2 +- .../java/jetbrains/exodus/env/ReadonlyTransaction.java | 2 +- .../exodus/env/ReentrantTransactionDispatcher.java | 2 +- .../src/main/java/jetbrains/exodus/env/StoreGetCache.java | 2 +- .../src/main/java/jetbrains/exodus/env/StoreImpl.java | 2 +- .../java/jetbrains/exodus/env/TemporaryEmptyStore.java | 2 +- .../exodus/env/TransactionAcquireTimeoutException.java | 2 +- .../main/java/jetbrains/exodus/env/TransactionBase.java | 2 +- .../main/java/jetbrains/exodus/env/TransactionImpl.java | 2 +- .../src/main/java/jetbrains/exodus/env/TransactionSet.java | 2 +- .../jetbrains/exodus/env/management/EnvironmentConfig.java | 2 +- .../exodus/env/management/EnvironmentConfigMBean.java | 2 +- .../exodus/env/management/EnvironmentStatistics.java | 2 +- .../exodus/env/management/EnvironmentStatisticsMBean.java | 2 +- .../main/java/jetbrains/exodus/gc/BackgroundCleaner.java | 2 +- .../java/jetbrains/exodus/gc/BackgroundCleaningJob.java | 2 +- .../main/java/jetbrains/exodus/gc/CleanWholeLogJob.java | 2 +- .../main/java/jetbrains/exodus/gc/GarbageCollector.java | 2 +- .../main/java/jetbrains/exodus/gc/UtilizationProfile.java | 2 +- .../main/java/jetbrains/exodus/io/AbstractDataWriter.java | 2 +- environment/src/main/java/jetbrains/exodus/io/Block.java | 2 +- .../src/main/java/jetbrains/exodus/io/DataReader.java | 2 +- .../src/main/java/jetbrains/exodus/io/DataWriter.java | 2 +- .../src/main/java/jetbrains/exodus/io/FileDataReader.java | 2 +- .../src/main/java/jetbrains/exodus/io/FileDataWriter.java | 2 +- .../src/main/java/jetbrains/exodus/io/LockingManager.java | 2 +- .../src/main/java/jetbrains/exodus/io/RemoveBlockType.java | 2 +- .../java/jetbrains/exodus/io/SharedMappedByteBuffer.java | 2 +- .../java/jetbrains/exodus/io/SharedMappedFilesCache.java | 2 +- .../java/jetbrains/exodus/io/SharedOpenFilesCache.java | 2 +- .../java/jetbrains/exodus/io/TransactionalDataWriter.java | 2 +- .../src/main/java/jetbrains/exodus/io/inMemory/Memory.java | 2 +- .../jetbrains/exodus/io/inMemory/MemoryDataReader.java | 2 +- .../jetbrains/exodus/io/inMemory/MemoryDataWriter.java | 2 +- .../jetbrains/exodus/log/ArrayByteIterableWithAddress.java | 2 +- .../java/jetbrains/exodus/log/BlockNotFoundException.java | 2 +- .../main/java/jetbrains/exodus/log/BufferedDataWriter.java | 2 +- .../java/jetbrains/exodus/log/ByteIterableWithAddress.java | 2 +- .../java/jetbrains/exodus/log/ByteIteratorWithAddress.java | 2 +- .../java/jetbrains/exodus/log/CompoundByteIterator.java | 2 +- .../exodus/log/CompressedUnsignedLongByteIterable.java | 2 +- .../src/main/java/jetbrains/exodus/log/DataIterator.java | 3 +-- .../java/jetbrains/exodus/log/ExpiredLoggableInfo.java | 2 +- .../java/jetbrains/exodus/log/IByteIterableComparator.java | 2 +- environment/src/main/java/jetbrains/exodus/log/Log.java | 2 +- .../exodus/log/LogAwareFixedLengthByteIterable.java | 2 +- .../src/main/java/jetbrains/exodus/log/LogCache.java | 2 +- .../src/main/java/jetbrains/exodus/log/LogConfig.java | 2 +- .../src/main/java/jetbrains/exodus/log/LogTestConfig.java | 2 +- .../src/main/java/jetbrains/exodus/log/LogUtil.java | 2 +- .../src/main/java/jetbrains/exodus/log/Loggable.java | 2 +- .../main/java/jetbrains/exodus/log/LoggableFactory.java | 2 +- .../main/java/jetbrains/exodus/log/LoggableIterator.java | 2 +- .../main/java/jetbrains/exodus/log/NewFileListener.java | 2 +- .../src/main/java/jetbrains/exodus/log/NullLoggable.java | 2 +- .../jetbrains/exodus/log/RandomAccessByteIterable.java | 2 +- .../java/jetbrains/exodus/log/RandomAccessLoggable.java | 2 +- .../log/RandomAccessLoggableAndArrayByteIterable.java | 2 +- .../jetbrains/exodus/log/RandomAccessLoggableImpl.java | 2 +- .../main/java/jetbrains/exodus/log/ReadBytesListener.java | 2 +- .../main/java/jetbrains/exodus/log/RemoveFileListener.java | 2 +- .../main/java/jetbrains/exodus/log/SeparateLogCache.java | 2 +- .../src/main/java/jetbrains/exodus/log/SharedLogCache.java | 2 +- .../main/java/jetbrains/exodus/log/SingleByteIterable.java | 2 +- .../java/jetbrains/exodus/log/TooBigLoggableException.java | 2 +- .../src/main/java/jetbrains/exodus/tree/Dumpable.java | 2 +- environment/src/main/java/jetbrains/exodus/tree/INode.java | 2 +- environment/src/main/java/jetbrains/exodus/tree/ITree.java | 2 +- .../src/main/java/jetbrains/exodus/tree/ITreeCursor.java | 2 +- .../java/jetbrains/exodus/tree/ITreeCursorMutable.java | 2 +- .../src/main/java/jetbrains/exodus/tree/ITreeMutable.java | 2 +- .../src/main/java/jetbrains/exodus/tree/LongIterator.java | 2 +- .../main/java/jetbrains/exodus/tree/MutableTreeRoot.java | 2 +- .../src/main/java/jetbrains/exodus/tree/TreeCursor.java | 2 +- .../main/java/jetbrains/exodus/tree/TreeCursorMutable.java | 2 +- .../src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java | 2 +- .../src/main/java/jetbrains/exodus/tree/TreeTraverser.java | 2 +- .../java/jetbrains/exodus/tree/btree/AddressIterator.java | 2 +- .../src/main/java/jetbrains/exodus/tree/btree/BTree.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeBalancePolicy.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/BTreeBase.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeCursorDup.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/BTreeDup.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeDupMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeMutable.java | 2 +- .../exodus/tree/btree/BTreeMutatingTraverser.java | 2 +- .../exodus/tree/btree/BTreeMutatingTraverserDup.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeTraverser.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeTraverserDup.java | 2 +- .../java/jetbrains/exodus/tree/btree/BaseLeafNode.java | 2 +- .../jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/BasePage.java | 2 +- .../jetbrains/exodus/tree/btree/BasePageImmutable.java | 3 +-- .../java/jetbrains/exodus/tree/btree/BasePageMutable.java | 7 +++++-- .../main/java/jetbrains/exodus/tree/btree/BottomPage.java | 2 +- .../jetbrains/exodus/tree/btree/BottomPageMutable.java | 2 +- .../jetbrains/exodus/tree/btree/DupLeafNodeMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/ILeafNode.java | 2 +- .../java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java | 2 +- .../java/jetbrains/exodus/tree/btree/InternalPage.java | 3 +-- .../jetbrains/exodus/tree/btree/InternalPageMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/LeafNode.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java | 2 +- .../jetbrains/exodus/tree/btree/LeafNodeDupMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java | 2 +- .../java/jetbrains/exodus/tree/btree/LeafNodeMutable.java | 2 +- .../main/java/jetbrains/exodus/tree/btree/SearchRes.java | 2 +- .../src/main/java/jetbrains/exodus/tree/btree/TreePos.java | 2 +- .../jetbrains/exodus/tree/patricia/AddressIterator.java | 2 +- .../jetbrains/exodus/tree/patricia/ChildReference.java | 2 +- .../jetbrains/exodus/tree/patricia/ChildReferenceBase.java | 2 +- .../exodus/tree/patricia/ChildReferenceMutable.java | 2 +- .../jetbrains/exodus/tree/patricia/ChildReferenceSet.java | 2 +- .../exodus/tree/patricia/ChildReferenceTransient.java | 2 +- .../exodus/tree/patricia/EscapingByteIterable.java | 2 +- .../java/jetbrains/exodus/tree/patricia/ImmutableNode.java | 2 +- .../java/jetbrains/exodus/tree/patricia/MutableNode.java | 2 +- .../exodus/tree/patricia/MutableNodeSaveContext.java | 2 +- .../java/jetbrains/exodus/tree/patricia/MutableRoot.java | 2 +- .../main/java/jetbrains/exodus/tree/patricia/NodeBase.java | 2 +- .../java/jetbrains/exodus/tree/patricia/NodeChildren.java | 2 +- .../exodus/tree/patricia/PatriciaCursorDecorator.java | 2 +- .../jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java | 2 +- .../tree/patricia/PatriciaReclaimActualTraverser.java | 2 +- .../tree/patricia/PatriciaReclaimSourceTraverser.java | 2 +- .../jetbrains/exodus/tree/patricia/PatriciaTraverser.java | 2 +- .../java/jetbrains/exodus/tree/patricia/PatriciaTree.java | 2 +- .../jetbrains/exodus/tree/patricia/PatriciaTreeBase.java | 2 +- .../exodus/tree/patricia/PatriciaTreeDecorator.java | 2 +- .../jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java | 2 +- .../exodus/tree/patricia/PatriciaTreeForReclaim.java | 2 +- .../exodus/tree/patricia/PatriciaTreeMutable.java | 2 +- .../exodus/tree/patricia/PatriciaTreeWithDuplicates.java | 2 +- .../tree/patricia/PatriciaTreeWithDuplicatesMutable.java | 2 +- .../exodus/tree/patricia/TreeAwareNodeDecorator.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentLockTest.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentRecoveryTest.java | 2 +- .../exodus/env/EnvironmentRecoveryTestInMemory.java | 2 +- .../test/java/jetbrains/exodus/env/EnvironmentTest.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentTestInMemory.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentTestsBase.java | 2 +- .../test/java/jetbrains/exodus/env/LogRecoveryTest.java | 2 +- .../java/jetbrains/exodus/env/LogRecoveryTestInMemory.java | 2 +- .../test/java/jetbrains/exodus/env/OutOfDiskSpaceTest.java | 2 +- .../java/jetbrains/exodus/env/RecoveryClassLoaderTest.java | 2 +- .../exodus/env/ReentrantTransactionDispatcherTest.java | 2 +- .../src/test/java/jetbrains/exodus/env/StoreTest.java | 2 +- .../test/java/jetbrains/exodus/env/TransactionTest.java | 2 +- .../exodus/env/management/EnvironmentConfigMBeanTest.java | 2 +- .../env/management/EnvironmentStatisticsMBeanTest.java | 2 +- .../exodus/gc/GarbageCollectorInterleavingTest.java | 2 +- .../gc/GarbageCollectorInterleavingTestPrefixing.java | 2 +- .../jetbrains/exodus/gc/GarbageCollectorLowCacheTest.java | 2 +- .../exodus/gc/GarbageCollectorLowCacheTestPrefixing.java | 2 +- .../java/jetbrains/exodus/gc/GarbageCollectorTest.java | 2 +- .../jetbrains/exodus/gc/GarbageCollectorTestInMemory.java | 2 +- .../jetbrains/exodus/gc/GarbageCollectorTestPrefixing.java | 2 +- .../exodus/gc/GarbageCollectorTestPrefixingInMemory.java | 2 +- .../test/java/jetbrains/exodus/log/LogInMemoryTests.java | 2 +- .../test/java/jetbrains/exodus/log/LogLockingTests.java | 2 +- .../src/test/java/jetbrains/exodus/log/LogTests.java | 2 +- .../src/test/java/jetbrains/exodus/log/LogTestsBase.java | 2 +- .../src/test/java/jetbrains/exodus/log/LogUtilTests.java | 2 +- .../src/test/java/jetbrains/exodus/log/LoggableTests.java | 2 +- .../src/test/java/jetbrains/exodus/log/TestLoggable.java | 2 +- .../test/java/jetbrains/exodus/tree/CursorTestBase.java | 2 +- .../src/test/java/jetbrains/exodus/tree/StringKVNode.java | 2 +- .../jetbrains/exodus/tree/TreeAddressIteratorTest.java | 2 +- .../src/test/java/jetbrains/exodus/tree/TreeBaseTest.java | 2 +- .../exodus/tree/TreeCursorConcurrentModificationTest.java | 2 +- .../jetbrains/exodus/tree/TreeCursorDuplicatesTest.java | 2 +- .../jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java | 2 +- .../test/java/jetbrains/exodus/tree/TreeDeleteTest.java | 2 +- .../src/test/java/jetbrains/exodus/tree/TreePutTest.java | 2 +- .../exodus/tree/btree/BTreeAddressIteratorTest.java | 2 +- .../btree/BTreeCursorConcurrentCursorModificationTest.java | 2 +- .../tree/btree/BTreeCursorConcurrentModificationTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java | 2 +- .../BTreeCursorDupConcurrentCursorModificationTest.java | 2 +- .../btree/BTreeCursorDupConcurrentModificationTest.java | 2 +- .../exodus/tree/btree/BTreeCursorDuplicatesTest.java | 2 +- .../exodus/tree/btree/BTreeCursorNoDuplicatesTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java | 2 +- .../exodus/tree/btree/BTreeDeleteSpecificTest.java | 2 +- .../tree/btree/BTreeDuplicatesExpiredAddressesTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java | 2 +- .../tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreePutCommonTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreePutSpecificTest.java | 2 +- .../exodus/tree/btree/BTreeReclaimSpecialTest.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java | 2 +- .../tree/btree/BTreeSpecificCursorDuplicatesTest.java | 2 +- .../tree/btree/BTreeSpecificCursorNoDuplicatesTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeStructureIdTest.java | 2 +- .../jetbrains/exodus/tree/btree/BTreeStructureTest.java | 2 +- .../test/java/jetbrains/exodus/tree/btree/BTreeTest.java | 2 +- .../java/jetbrains/exodus/tree/btree/BTreeTestBase.java | 2 +- .../exodus/tree/patricia/PatriciaAddressIteratorTest.java | 2 +- .../PatriciaCursorConcurrentCursorModificationTest.java | 2 +- .../patricia/PatriciaCursorConcurrentModificationTest.java | 2 +- .../exodus/tree/patricia/PatriciaCursorDuplicatesTest.java | 2 +- .../tree/patricia/PatriciaCursorNoDuplicatesTest.java | 2 +- .../exodus/tree/patricia/PatriciaDeleteCommonTest.java | 2 +- .../exodus/tree/patricia/PatriciaPutCommonTest.java | 2 +- .../exodus/tree/patricia/PatriciaReclaimTest.java | 2 +- .../jetbrains/exodus/tree/patricia/PatriciaTestBase.java | 2 +- .../tree/patricia/PatriciaTreeAddressIteratorTest.java | 2 +- .../java/jetbrains/exodus/lucene/DebugExodusDirectory.java | 2 +- .../main/java/jetbrains/exodus/lucene/ExodusDirectory.java | 2 +- .../java/jetbrains/exodus/lucene/ExodusIndexInput.java | 2 +- .../java/jetbrains/exodus/lucene/ExodusIndexOutput.java | 2 +- .../jetbrains/exodus/lucene/ExodusLuceneTestsBase.java | 2 +- .../exodus/lucene/ExodusLuceneWithBTreeTests.java | 2 +- .../exodus/lucene/ExodusLuceneWithPatriciaTests.java | 2 +- openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java | 2 +- .../src/main/java/jetbrains/exodus/ArrayByteIterable.java | 2 +- .../main/java/jetbrains/exodus/ByteBufferByteIterable.java | 2 +- openAPI/src/main/java/jetbrains/exodus/ByteIterable.java | 2 +- .../src/main/java/jetbrains/exodus/ByteIterableBase.java | 2 +- openAPI/src/main/java/jetbrains/exodus/ByteIterator.java | 2 +- .../main/java/jetbrains/exodus/CompoundByteIterable.java | 2 +- .../java/jetbrains/exodus/CompoundByteIteratorBase.java | 2 +- .../java/jetbrains/exodus/ConfigSettingChangeListener.java | 2 +- .../main/java/jetbrains/exodus/ConfigurationStrategy.java | 2 +- .../src/main/java/jetbrains/exodus/ExodusException.java | 2 +- .../src/main/java/jetbrains/exodus/FileByteIterable.java | 2 +- .../java/jetbrains/exodus/FixedLengthByteIterable.java | 2 +- .../java/jetbrains/exodus/InvalidSettingException.java | 2 +- .../java/jetbrains/exodus/OutOfDiskSpaceException.java | 2 +- .../src/main/java/jetbrains/exodus/backup/BackupBean.java | 2 +- .../main/java/jetbrains/exodus/backup/BackupStrategy.java | 2 +- .../src/main/java/jetbrains/exodus/backup/Backupable.java | 2 +- .../main/java/jetbrains/exodus/bindings/BindingUtils.java | 2 +- .../java/jetbrains/exodus/bindings/BooleanBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/ByteBinding.java | 2 +- .../java/jetbrains/exodus/bindings/ComparableBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/ComparableSet.java | 2 +- .../jetbrains/exodus/bindings/ComparableSetBinding.java | 2 +- .../jetbrains/exodus/bindings/ComparableValueType.java | 2 +- .../bindings/CompressedUnsignedLongArrayByteIterable.java | 2 +- .../main/java/jetbrains/exodus/bindings/DoubleBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/FloatBinding.java | 2 +- .../java/jetbrains/exodus/bindings/IntegerBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/LongBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/ShortBinding.java | 2 +- .../main/java/jetbrains/exodus/bindings/StringBinding.java | 2 +- .../jetbrains/exodus/entitystore/BlobHandleGenerator.java | 2 +- .../main/java/jetbrains/exodus/entitystore/BlobVault.java | 2 +- .../src/main/java/jetbrains/exodus/entitystore/Entity.java | 2 +- .../main/java/jetbrains/exodus/entitystore/EntityId.java | 2 +- .../java/jetbrains/exodus/entitystore/EntityIterable.java | 2 +- .../java/jetbrains/exodus/entitystore/EntityIterator.java | 2 +- .../entitystore/EntityRemovedInDatabaseException.java | 2 +- .../java/jetbrains/exodus/entitystore/EntityStore.java | 2 +- .../jetbrains/exodus/entitystore/EntityStoreException.java | 2 +- .../exodus/entitystore/PersistentEntityStore.java | 2 +- .../exodus/entitystore/PersistentEntityStoreConfig.java | 2 +- .../exodus/entitystore/QueryCancellingPolicy.java | 2 +- .../main/java/jetbrains/exodus/entitystore/Sequence.java | 2 +- .../jetbrains/exodus/entitystore/StoreTransaction.java | 2 +- .../exodus/entitystore/StoreTransactionalComputable.java | 2 +- .../exodus/entitystore/StoreTransactionalExecutable.java | 2 +- .../java/jetbrains/exodus/env/ContextualEnvironment.java | 2 +- .../main/java/jetbrains/exodus/env/ContextualStore.java | 2 +- openAPI/src/main/java/jetbrains/exodus/env/Cursor.java | 2 +- .../src/main/java/jetbrains/exodus/env/Environment.java | 2 +- .../jetbrains/exodus/env/EnvironmentClosedException.java | 2 +- .../main/java/jetbrains/exodus/env/EnvironmentConfig.java | 2 +- .../jetbrains/exodus/env/ReadonlyTransactionException.java | 2 +- openAPI/src/main/java/jetbrains/exodus/env/Store.java | 2 +- .../src/main/java/jetbrains/exodus/env/StoreConfig.java | 2 +- .../src/main/java/jetbrains/exodus/env/Transaction.java | 2 +- .../java/jetbrains/exodus/env/TransactionalComputable.java | 2 +- .../java/jetbrains/exodus/env/TransactionalExecutable.java | 2 +- .../main/java/jetbrains/exodus/management/Statistics.java | 2 +- .../java/jetbrains/exodus/management/StatisticsItem.java | 2 +- .../main/java/jetbrains/exodus/util/ByteIterableUtil.java | 2 +- .../main/java/jetbrains/exodus/util/LightOutputStream.java | 2 +- .../test/java/jetbrains/exodus/FileByteIterableTest.java | 2 +- .../java/jetbrains/exodus/FixedLengthByteIterableTest.java | 2 +- .../exodus/bindings/ComparableSetBindingTest.java | 2 +- .../jetbrains/exodus/bindings/CompressingBindingsTest.java | 2 +- .../java/jetbrains/exodus/env/EnvironmentConfigTest.java | 2 +- .../exodus/query/AddNullStaticTypedEntityIterable.java | 2 +- query/src/main/java/jetbrains/exodus/query/And.java | 2 +- .../main/java/jetbrains/exodus/query/BinaryOperator.java | 2 +- .../java/jetbrains/exodus/query/CommutativeOperator.java | 2 +- query/src/main/java/jetbrains/exodus/query/Concat.java | 2 +- .../java/jetbrains/exodus/query/ConversionWildcard.java | 2 +- .../exodus/query/ExcludeNullStaticTypedEntityIterable.java | 2 +- .../src/main/java/jetbrains/exodus/query/GenericSort.java | 2 +- query/src/main/java/jetbrains/exodus/query/GetAll.java | 2 +- query/src/main/java/jetbrains/exodus/query/GetLinks.java | 2 +- .../jetbrains/exodus/query/InMemoryHeapSortIterable.java | 2 +- .../jetbrains/exodus/query/InMemoryMergeSortIterable.java | 2 +- .../query/InMemoryMergeSortIterableWithArrayList.java | 2 +- .../exodus/query/InMemoryMergeSortOnInitIterable.java | 2 +- .../jetbrains/exodus/query/InMemoryQuickSortIterable.java | 2 +- .../exodus/query/InMemoryQuickSortOnInitIterable.java | 2 +- .../exodus/query/InMemoryQuickSortTwoSidesIterable.java | 2 +- .../jetbrains/exodus/query/InMemoryTimSortIterable.java | 2 +- query/src/main/java/jetbrains/exodus/query/LinkEqual.java | 2 +- .../jetbrains/exodus/query/LinkEqualToLinkNotNull.java | 2 +- .../src/main/java/jetbrains/exodus/query/LinkNotNull.java | 2 +- .../java/jetbrains/exodus/query/LinksEqualDecorator.java | 2 +- .../java/jetbrains/exodus/query/MergePropertyRanges.java | 2 +- query/src/main/java/jetbrains/exodus/query/Minus.java | 2 +- query/src/main/java/jetbrains/exodus/query/NodeBase.java | 2 +- .../src/main/java/jetbrains/exodus/query/NodeFactory.java | 2 +- .../main/java/jetbrains/exodus/query/OptimizationPlan.java | 2 +- .../main/java/jetbrains/exodus/query/OptimizationRule.java | 2 +- .../java/jetbrains/exodus/query/OptimizedTreesCache.java | 2 +- query/src/main/java/jetbrains/exodus/query/Or.java | 2 +- .../main/java/jetbrains/exodus/query/PropertyEqual.java | 2 +- .../exodus/query/PropertyEqualToPropertyNoNull.java | 2 +- .../main/java/jetbrains/exodus/query/PropertyNotNull.java | 2 +- .../main/java/jetbrains/exodus/query/PropertyRange.java | 2 +- .../java/jetbrains/exodus/query/PropertyStartsWith.java | 2 +- .../src/main/java/jetbrains/exodus/query/QueryEngine.java | 2 +- query/src/main/java/jetbrains/exodus/query/Root.java | 2 +- query/src/main/java/jetbrains/exodus/query/Sort.java | 2 +- .../java/jetbrains/exodus/query/SortByLinkProperty.java | 2 +- .../main/java/jetbrains/exodus/query/SortByProperty.java | 2 +- query/src/main/java/jetbrains/exodus/query/SortEngine.java | 2 +- query/src/main/java/jetbrains/exodus/query/Sorts.java | 2 +- .../jetbrains/exodus/query/StaticTypedEntityIterable.java | 2 +- .../exodus/query/StaticTypedIterableDecorator.java | 2 +- .../jetbrains/exodus/query/TreeKeepingEntityIterable.java | 2 +- query/src/main/java/jetbrains/exodus/query/UnaryNode.java | 2 +- query/src/main/java/jetbrains/exodus/query/UnaryNot.java | 2 +- .../jetbrains/exodus/query/UniqueKeyIndicesEngine.java | 2 +- query/src/main/java/jetbrains/exodus/query/Utils.java | 2 +- query/src/main/java/jetbrains/exodus/query/Wildcard.java | 2 +- .../exodus/query/metadata/AssociationEndCardinality.java | 2 +- .../exodus/query/metadata/AssociationEndMetaData.java | 2 +- .../exodus/query/metadata/AssociationEndMetaDataImpl.java | 2 +- .../exodus/query/metadata/AssociationEndType.java | 2 +- .../exodus/query/metadata/AssociationMetaData.java | 2 +- .../exodus/query/metadata/AssociationMetaDataImpl.java | 2 +- .../jetbrains/exodus/query/metadata/AssociationType.java | 2 +- .../jetbrains/exodus/query/metadata/EntityMetaData.java | 2 +- .../exodus/query/metadata/EntityMetaDataImpl.java | 2 +- .../main/java/jetbrains/exodus/query/metadata/Index.java | 2 +- .../java/jetbrains/exodus/query/metadata/IndexField.java | 2 +- .../jetbrains/exodus/query/metadata/IndexFieldImpl.java | 2 +- .../java/jetbrains/exodus/query/metadata/IndexImpl.java | 2 +- .../jetbrains/exodus/query/metadata/MemberMetaData.java | 2 +- .../java/jetbrains/exodus/query/metadata/MetaBuilder.java | 2 +- .../jetbrains/exodus/query/metadata/ModelMetaData.java | 2 +- .../jetbrains/exodus/query/metadata/ModelMetaDataImpl.java | 2 +- .../jetbrains/exodus/query/metadata/PropertyMetaData.java | 2 +- .../exodus/query/metadata/PropertyMetaDataImpl.java | 2 +- .../java/jetbrains/exodus/query/metadata/PropertyType.java | 2 +- .../exodus/query/metadata/SimplePropertyMetaDataImpl.java | 2 +- .../test/java/jetbrains/exodus/query/QueryTreeTest.java | 2 +- query/src/test/java/jetbrains/exodus/query/QueryUtil.java | 2 +- .../java/jetbrains/exodus/query/UniqueKeyIndicesTest.java | 2 +- .../exodus/query/metadata/ModelMetaDataTests.java | 2 +- .../exodus/entitystore/PersistentStoreExample.java | 2 +- .../jetbrains/exodus/env/EnvironmentReadWriteExample.java | 2 +- samples/src/main/java/jetbrains/exodus/env/Users.java | 2 +- .../jetbrains/exodus/javascript/JavaScriptConsole.kt | 2 +- .../kotlin/jetbrains/exodus/javascript/RhinoCommand.kt | 2 +- .../main/kotlin/jetbrains/exodus/javascript/RhinoServer.kt | 2 +- tools/src/main/kotlin/jetbrains/exodus/env/Kodus.kt | 2 +- tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt | 2 +- utils/src/main/java/jetbrains/exodus/compress/LZ77.java | 2 +- utils/src/main/java/jetbrains/exodus/compress/VLQUtil.java | 2 +- utils/src/main/java/jetbrains/exodus/compress/VcDiff.java | 2 +- .../jetbrains/exodus/core/crypto/MessageDigestUtil.java | 2 +- .../exodus/core/dataStructures/CacheHitRateable.java | 2 +- .../core/dataStructures/ConcurrentLongObjectCache.java | 2 +- .../exodus/core/dataStructures/ConcurrentObjectCache.java | 2 +- .../core/dataStructures/ConcurrentStablePriorityQueue.java | 2 +- .../exodus/core/dataStructures/FakeObjectCache.java | 2 +- .../jetbrains/exodus/core/dataStructures/IntArrayList.java | 2 +- .../exodus/core/dataStructures/LongArrayList.java | 2 +- .../exodus/core/dataStructures/LongObjectCache.java | 2 +- .../exodus/core/dataStructures/LongObjectCacheBase.java | 2 +- .../java/jetbrains/exodus/core/dataStructures/NanoSet.java | 2 +- .../jetbrains/exodus/core/dataStructures/ObjectCache.java | 2 +- .../exodus/core/dataStructures/ObjectCacheBase.java | 2 +- .../exodus/core/dataStructures/ObjectCacheDecorator.java | 2 +- .../java/jetbrains/exodus/core/dataStructures/Pair.java | 2 +- .../jetbrains/exodus/core/dataStructures/Priority.java | 2 +- .../exodus/core/dataStructures/PriorityQueue.java | 2 +- .../core/dataStructures/SoftConcurrentObjectCache.java | 2 +- .../exodus/core/dataStructures/SoftLongObjectCache.java | 2 +- .../exodus/core/dataStructures/SoftObjectCache.java | 2 +- .../exodus/core/dataStructures/SoftObjectCacheBase.java | 2 +- .../exodus/core/dataStructures/StablePriorityQueue.java | 2 +- .../java/jetbrains/exodus/core/dataStructures/Stack.java | 2 +- .../core/dataStructures/decorators/HashMapDecorator.java | 2 +- .../core/dataStructures/decorators/HashSetDecorator.java | 2 +- .../dataStructures/decorators/LinkedHashSetDecorator.java | 2 +- .../core/dataStructures/decorators/QueueDecorator.java | 2 +- .../exodus/core/dataStructures/hash/AbstractHashMap.java | 2 +- .../jetbrains/exodus/core/dataStructures/hash/HashMap.java | 2 +- .../jetbrains/exodus/core/dataStructures/hash/HashSet.java | 2 +- .../exodus/core/dataStructures/hash/HashUtil.java | 2 +- .../exodus/core/dataStructures/hash/IntHashMap.java | 2 +- .../exodus/core/dataStructures/hash/IntHashSet.java | 2 +- .../exodus/core/dataStructures/hash/IntLinkedHashMap.java | 2 +- .../exodus/core/dataStructures/hash/LinkedHashMap.java | 2 +- .../exodus/core/dataStructures/hash/LinkedHashSet.java | 2 +- .../exodus/core/dataStructures/hash/LongHashMap.java | 2 +- .../exodus/core/dataStructures/hash/LongHashSet.java | 2 +- .../exodus/core/dataStructures/hash/LongIterator.java | 2 +- .../exodus/core/dataStructures/hash/LongLinkedHashMap.java | 2 +- .../exodus/core/dataStructures/hash/LongLinkedHashSet.java | 2 +- .../jetbrains/exodus/core/dataStructures/hash/LongSet.java | 2 +- .../exodus/core/dataStructures/hash/ObjectProcedure.java | 2 +- .../core/dataStructures/hash/ObjectProcedureThrows.java | 2 +- .../persistent/AbstractPersistent23Tree.java | 2 +- .../persistent/AbstractPersistentHashSet.java | 2 +- .../exodus/core/dataStructures/persistent/Flag.java | 2 +- .../core/dataStructures/persistent/Persistent23Tree.java | 2 +- .../dataStructures/persistent/Persistent23TreeMap.java | 2 +- .../core/dataStructures/persistent/PersistentHashMap.java | 2 +- .../core/dataStructures/persistent/PersistentHashSet.java | 2 +- .../dataStructures/persistent/PersistentLinkedHashMap.java | 2 +- .../dataStructures/persistent/PersistentLong23TreeMap.java | 2 +- .../dataStructures/persistent/PersistentObjectCache.java | 2 +- .../core/dataStructures/persistent/PersistentQueue.java | 2 +- .../core/dataStructures/persistent/PersistentStack.java | 2 +- .../persistent/trial/MutablePersistentList.java | 2 +- .../dataStructures/persistent/trial/PersistentList.java | 2 +- .../persistent/trial/RealTimePersistentQueue.java | 2 +- .../core/dataStructures/persistent/trial/Sequence.java | 2 +- .../dataStructures/persistent/trial/SequenceIterable.java | 2 +- .../exodus/core/dataStructures/skiplists/LongSkipList.java | 2 +- .../exodus/core/dataStructures/skiplists/SkipList.java | 2 +- .../exodus/core/dataStructures/skiplists/SkipListBase.java | 2 +- .../java/jetbrains/exodus/core/execution/DecoratorJob.java | 2 +- .../exodus/core/execution/DefaultExceptionHandler.java | 2 +- .../exodus/core/execution/DelegatingJobProcessor.java | 2 +- .../src/main/java/jetbrains/exodus/core/execution/Job.java | 2 +- .../java/jetbrains/exodus/core/execution/JobHandler.java | 2 +- .../java/jetbrains/exodus/core/execution/JobProcessor.java | 2 +- .../exodus/core/execution/JobProcessorAdapter.java | 2 +- .../core/execution/JobProcessorExceptionHandler.java | 2 +- .../exodus/core/execution/JobProcessorQueueAdapter.java | 2 +- .../java/jetbrains/exodus/core/execution/LatchJob.java | 2 +- .../core/execution/MultiThreadDelegatingJobProcessor.java | 2 +- .../java/jetbrains/exodus/core/execution/RunnableJob.java | 2 +- .../java/jetbrains/exodus/core/execution/SharedTimer.java | 2 +- .../exodus/core/execution/ThreadJobProcessor.java | 2 +- .../exodus/core/execution/ThreadJobProcessorPool.java | 2 +- .../jetbrains/exodus/core/execution/locks/DebugLatch.java | 2 +- .../java/jetbrains/exodus/core/execution/locks/Latch.java | 2 +- .../exodus/core/execution/locks/ReleaseLatch.java | 2 +- .../jetbrains/exodus/core/execution/locks/Semaphore.java | 2 +- .../main/java/jetbrains/exodus/management/MBeanBase.java | 2 +- .../main/java/jetbrains/exodus/system/OperatingSystem.java | 2 +- .../jetbrains/exodus/util/ByteArraySizedInputStream.java | 2 +- .../java/jetbrains/exodus/util/ByteArraySpinAllocator.java | 2 +- utils/src/main/java/jetbrains/exodus/util/ByteUtil.java | 2 +- utils/src/main/java/jetbrains/exodus/util/DeferredIO.java | 2 +- utils/src/main/java/jetbrains/exodus/util/HexUtil.java | 2 +- utils/src/main/java/jetbrains/exodus/util/IOUtil.java | 2 +- .../jetbrains/exodus/util/LightByteArrayOutputStream.java | 2 +- utils/src/main/java/jetbrains/exodus/util/MathUtil.java | 2 +- utils/src/main/java/jetbrains/exodus/util/Random.java | 2 +- .../java/jetbrains/exodus/util/SharedRandomAccessFile.java | 2 +- .../src/main/java/jetbrains/exodus/util/SpinAllocator.java | 2 +- .../jetbrains/exodus/util/StringBuilderSpinAllocator.java | 2 +- .../src/main/java/jetbrains/exodus/util/StringHashMap.java | 2 +- .../main/java/jetbrains/exodus/util/StringInterner.java | 2 +- .../main/java/jetbrains/exodus/util/TeamCityMessenger.java | 2 +- utils/src/main/java/jetbrains/exodus/util/UTFUtil.java | 2 +- utils/src/test/java/jetbrains/exodus/TestFor.java | 2 +- utils/src/test/java/jetbrains/exodus/TestUtil.java | 2 +- .../java/jetbrains/exodus/compress/BaseCompressTest.java | 2 +- .../src/test/java/jetbrains/exodus/compress/LZ77Test.java | 2 +- utils/src/test/java/jetbrains/exodus/compress/VLQTest.java | 2 +- .../test/java/jetbrains/exodus/compress/VcDiffTest.java | 2 +- .../jetbrains/exodus/core/crypto/MessageDigestTest.java | 2 +- .../dataStructures/ConcurrentStablePriorityQueueTest.java | 2 +- .../exodus/core/dataStructures/LongObjectCacheTest.java | 2 +- .../exodus/core/dataStructures/ObjectCacheTest.java | 2 +- .../exodus/core/dataStructures/PriorityQueueTest.java | 2 +- .../core/dataStructures/StablePriorityQueueTest.java | 2 +- .../exodus/core/dataStructures/hash/HashMapTest.java | 2 +- .../exodus/core/dataStructures/hash/HashSetTest.java | 2 +- .../exodus/core/dataStructures/hash/IntHashMapTest.java | 2 +- .../exodus/core/dataStructures/hash/IntHashSetTest.java | 2 +- .../core/dataStructures/hash/IntLinkedHashMapTest.java | 2 +- .../exodus/core/dataStructures/hash/LinkedHashMapTest.java | 2 +- .../exodus/core/dataStructures/hash/LinkedHashSetTest.java | 2 +- .../exodus/core/dataStructures/hash/LongHashMapTest.java | 2 +- .../exodus/core/dataStructures/hash/LongHashSetTest.java | 2 +- .../core/dataStructures/hash/LongLinkedHashMapTest.java | 2 +- .../core/dataStructures/hash/LongLinkedHashSetTest.java | 2 +- .../dataStructures/persistent/Persistent23TreeMapTest.java | 2 +- .../dataStructures/persistent/Persistent23TreeTest.java | 2 +- .../dataStructures/persistent/PersistentHashMapTest.java | 2 +- .../dataStructures/persistent/PersistentHashSetTest.java | 2 +- .../persistent/PersistentLinkedHashMapTest.java | 2 +- .../persistent/PersistentLong23TreeMapTest.java | 2 +- .../persistent/PersistentObjectCacheTest.java | 2 +- .../dataStructures/persistent/PersistentQueueTest.java | 2 +- .../dataStructures/persistent/PersistentStackTest.java | 2 +- .../persistent/RealTimePersistentQueueTest.java | 2 +- .../core/dataStructures/skiplists/LongSkipListTests.java | 2 +- .../core/dataStructures/skiplists/SkipListTests.java | 2 +- .../jetbrains/exodus/core/execution/JobProcessorTest.java | 2 +- .../execution/JobProcessorWithConcurrentQueueTest.java | 2 +- .../jetbrains/exodus/core/execution/locks/LatchTest.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/Cluster.java | 2 +- .../main/java/jetbrains/exodus/vfs/ClusterIterator.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/ClusterKey.java | 2 +- .../main/java/jetbrains/exodus/vfs/ClusteringStrategy.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/File.java | 2 +- .../java/jetbrains/exodus/vfs/FileExistsException.java | 2 +- .../java/jetbrains/exodus/vfs/FileNotFoundException.java | 2 +- .../main/java/jetbrains/exodus/vfs/VfsAppendingStream.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/VfsConfig.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/VfsException.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/VfsInputStream.java | 2 +- .../main/java/jetbrains/exodus/vfs/VfsOutputStream.java | 2 +- vfs/src/main/java/jetbrains/exodus/vfs/VfsSettings.java | 2 +- .../main/java/jetbrains/exodus/vfs/VirtualFileSystem.java | 2 +- .../test/java/jetbrains/exodus/vfs/VfsFileLowMemTests.java | 2 +- vfs/src/test/java/jetbrains/exodus/vfs/VfsFileTests.java | 2 +- .../java/jetbrains/exodus/vfs/VfsStreamsLowMemTests.java | 2 +- .../test/java/jetbrains/exodus/vfs/VfsStreamsTests.java | 6 +++--- vfs/src/test/java/jetbrains/exodus/vfs/VfsStressTests.java | 2 +- vfs/src/test/java/jetbrains/exodus/vfs/VfsTestsBase.java | 2 +- 714 files changed, 720 insertions(+), 720 deletions(-) diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java index 37415343b..3c803f225 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/TokyoCabinetBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetBenchmarkBase.java index a76920de7..a5988fc2e 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetBenchmarkBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetReadBenchmark.java index 1686fac52..647c2ece4 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetWriteBenchmark.java index 350ac166d..ce8e87bbb 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/chronicle/JMHChronicleMapTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java index f487a2a4e..07f7d13b6 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHConcurrentObjectCacheBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java index 167362a47..e3a285264 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHHashMapBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java index 3e4e8eaa8..811e17cec 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHJavaUtilHashMapBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java index c90476012..fd6e0e481 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/dataStructures/JMHObjectCacheBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetBenchmarkBase.java index fdf4568a1..7b71eed87 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetBenchmarkBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetReadBenchmark.java index c112c72a0..c937335e6 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetWriteBenchmark.java index b2f416730..c19e23600 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java index c201c8fea..269015c51 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java index 23633e2cd..8698e73b7 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/env/JMHEnvWithPrefixingTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java index 0f3ba5b5d..624376e79 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetBenchmarkBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java index 12cf3bdb8..2ee86ea12 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java index 9689e5a97..ac6c8c51b 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/h2/JMH_MVStoreTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java index bacf29d1e..0e7e02576 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetBenchmarkBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java index 9e4e2f91b..c3a5c25be 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetReadBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java index 374b218a5..f82bb332a 100644 --- a/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java +++ b/benchmarks/src/jmh/java/jetbrains/exodus/benchmark/mapdb/JMHMapDbTokyoCabinetWriteBenchmark.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java b/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java index 6c27e498b..2bd07359a 100644 --- a/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java +++ b/compress/src/main/java/jetbrains/exodus/util/CompressBackupUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java b/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java index a76282746..a27482886 100644 --- a/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java +++ b/compress/src/test/java/jetbrains/exodus/util/CompressBackupUtilTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCache.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCache.java index 42a8d443c..863af7bfc 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCache.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java index 7082962b3..d20cda92c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableCacheAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java index f9fcf845c..15413f49b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableHandle.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java index 549293aef..562dc0d27 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityIterableType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java index a8cde5bf3..d699fc74b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/EntityStoreSharedAsyncProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java index a0d79f676..b71aa8664 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/Explainer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java index b5584b30c..10c95457a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVault.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java index c2dbabe6e..907e0873f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FileSystemBlobVaultOld.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java index 9f2d7e037..b092ba96e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/FlushLog.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java index 94ca28463..10a37b521 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/InsertConstraintException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java index cec96b96d..111264784 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/OpenTablesCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java index 66d2e2167..463bc2c79 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java index 7c192672b..249eb6bf3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityId.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java index 90e93bc73..1e6176152 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreBackupStrategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java index ba3d1f10d..f5a9af098 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.java index b60f77e26..7179fd8d1 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactorings.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.java index c3fa39289..195852c7c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreSettingsListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java index e20d361fe..791e407bd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreStatistics.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java index bad2c17c0..b8c645abf 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStores.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java index 4196aa67c..43a3ecace 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequence.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java index f616e457b..bbc64af76 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequenceBlobHandleGenerator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java index 1ac5433ba..bfe0dcb5b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentSequentialDictionary.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java index 10740e805..2700bfd3b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransaction.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java index 9c526369d..606e129b1 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/PersistentStoreTransactionSnapshot.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java index 2346198d6..2f1ae8767 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadOnlyPersistentEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java index 32325cfa6..523c66461 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReadonlyPersistentStoreTransaction.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReplayData.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReplayData.java index 3febd3e2d..56fc099d9 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/ReplayData.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/ReplayData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java index 0ffb4b295..0876ea1df 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/Settings.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java index b70866f02..29a68142c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/StoreNamingRules.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java index 513f252f3..5ab506121 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/TxnProvider.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java index 7e401677e..78d6d160a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/UnexpectedBlobVaultVersionException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java index 932374c97..090d9ca05 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/UniqueKeyIndexException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/VFSBlobVault.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/VFSBlobVault.java index a81580f59..72270d7de 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/VFSBlobVault.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/VFSBlobVault.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java index bc5dee80e..d5d6251f5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/CachedInstanceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java index 53214a738..3c1d09dcf 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ConstantEntityIterableHandle.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java index b15d42aa8..f7596f63f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/DistinctIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.java index 272aab1f3..630c17013 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.java index 75403f033..849c84ce3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesOfTypeRangeIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java index 3e5f496ff..954077299 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithBlobIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java index ae6dd5243..2bfbd7e3c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java index 7fcccea10..d66e97fc6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithLinkSortedIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java index 0643a99d6..962a37365 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntitiesWithPropertyIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java index 0304c5a30..67eaa9ee0 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java index fba4b7439..6abfb16a5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinkSetIteratorBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java index b5cb721e2..76bfe1393 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityFromLinksIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterable.java index 7f1ea4c6d..de5c3a3b1 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java index a02480fbe..2c189fa72 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayWithSetIteratorWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java index bbb5d40df..c57807183 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java index e604cea8e..6fc73d733 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableDecoratorBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java index 37fa00ae0..9232e6f3f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java index f56022824..d1ed53e09 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java index eae5b6626..b91080eb8 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIterableInstantiator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java index 2e2851079..ab9bb1cdd 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java index 5f3603d29..72b89593f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorFixingDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java index c934fff7e..c0c17ced1 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityIteratorWithPropId.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java index bac035f27..eea954b1b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityLinksIterableBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java index b2c27c7d4..dd2f55059 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityReverseIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.java index c272af31a..ef90fef99 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityToLinksIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java index a6782ceec..6dcf9258e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/EntityTypeFilteredIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java index 644e07dce..06463405c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/ExcludeNullIterableDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java index d067019b7..ae693e18c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterEntityTypeIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.java index 5deb6ee59..6aca0fbf2 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/FilterLinksIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java index 0921efeae..afb8a2a57 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/IdFilter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java index d2b159af3..98672e294 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/MergeSortedIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java index 637cfc395..7b2dea1cf 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/NonDisposableEntityIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java index e53d0c05f..144255b60 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertiesIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java index 1ba7819fd..87390ca63 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.java index 678d74987..3a78cc41a 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyRangeOrValueIterableBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.java index 507a4a9cc..a60269863 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java index 05bcaddfc..1e92bfd6e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/PropertyValueIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.java index c27d2827c..a3438adb6 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectDistinctIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectManyDistinctIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectManyDistinctIterable.java index 9fd9f9a32..a35140895 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectManyDistinctIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SelectManyDistinctIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java index 5bde7307a..d0102cdb3 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java index 73abe8d6c..a5eaf6553 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorCounter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java index 16c0a57e1..737e5ccb4 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SingleKeyCursorIsEmptyChecker.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java index 084051f82..082a07adf 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SkipEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java index 2f4217af6..961ed676b 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIndirectIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java index 4b90fd035..b71bdebd5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java index d931aa275..b2934437f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/SortResultIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java index 13179f0d2..1b5f93541 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TakeEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStategy.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStategy.java index 0bf7588ff..6d5e5df7f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStategy.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/TxnGetterStategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java index 90ce6b659..383959502 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableCachedInstanceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java index 6ec544873..1e660a006 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatableEntityIdSortedSetCachedInstanceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.java index f0251d373..b3a93ff16 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/UpdatablePropertiesCachedInstanceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java index f31ac143b..8439c9109 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/AddNullDecoratorIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java index ca152992e..3c9e4637f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/BinaryOperatorEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java index 4c705f5a9..990905880 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/ConcatenationIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.java index 0b0599eb4..0bd33ba39 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/IntersectionIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.java index ca25eb75b..3702cd752 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/MinusIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.java index 8efdc6d8d..061863f6c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/iterate/binop/UnionIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java index b1373f13b..1e23c2373 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java index ba37031e2..1ddc775b5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreConfigMBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java index 9587d5d18..590000aae 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatistics.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java index db946c281..e059d8425 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/management/EntityStoreStatisticsMBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java index 02a0c3059..713dd08a7 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/BlobsTable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java index 0e2057247..20296b54d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/EntityIdBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java index 420db3597..1d32c4515 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/LinkValue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java index 2b354e6d3..29ad6b821 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertiesTable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java index 853c87838..abd3c0f5f 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java index 016e706f5..4d1d0a881 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyTypes.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java index a2702efd3..604467855 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/PropertyValue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java index da8791574..7bae6b91c 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/SingleColumnTable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java index f2d0d4d69..252a0fa13 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/Table.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java index 885442b9b..dc9f2b79d 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/tables/TwoColumnTable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/EntityIdSet.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/EntityIdSet.java index 4e04724e7..e7bbe99e5 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/EntityIdSet.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/EntityIdSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java index 548490b91..685ffe9cc 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/IntArrayListSpinAllocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java index f33636eb0..98158307e 100644 --- a/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java +++ b/entity-store/src/main/java/jetbrains/exodus/entitystore/util/LongArrayListSpinAllocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java index 271acd030..c1b57ce91 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/AbortTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/BackupTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/BackupTests.java index cff603a42..9d1f2d7bd 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/BackupTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/BackupTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java index 427788ebf..ccb6313dd 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/BinaryOperatorsTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/BlobVaultTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/BlobVaultTests.java index d5a348bcb..00fd0e1a8 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/BlobVaultTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/BlobVaultTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java index 8f7d4b1b2..5dc4578e3 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/ConflictTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java index 61fc797d8..490dd2772 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityFromLinkSetTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIdSetTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIdSetTest.java index e73e9c1b0..cc795603a 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIdSetTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIdSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java index a873ee24c..e15be3197 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityIterableHandleTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java index 2da71bc34..edef77deb 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntitySnapshotTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java index 78d111b67..3e1dfd113 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityStoreTestBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityTests.java index 58e149c9a..33c858e4b 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/EntityTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java index a53c38d38..2f275be46 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkLongTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java index 93f99219e..3482ba257 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/FailoverForkTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java index 131573154..da377ad98 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PersistentEntityStoreRefactoringsTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PrimitiveIterableTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PrimitiveIterableTests.java index f9d159c7d..ad292a2ed 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PrimitiveIterableTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PrimitiveIterableTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java index 8297d0a5e..8ed91f530 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypePersistenceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java index a0d63ccee..6cc334261 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/PropertyCustomTypeTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java index c361d9b22..dc3da38d6 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/ReplayTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/SortIndirectIterableTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/SortIndirectIterableTest.java index 2324a7d7d..c53686d46 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/SortIndirectIterableTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/SortIndirectIterableTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java index 9cfa4d1d5..0e35739af 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifacts.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java index 5a60d98e5..92ec56a4c 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreArtifactsPolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java index 924bf829d..5bd02a866 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StoreTransactionTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java index ad0f6e961..a14695d72 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/StressTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java index 8b01f7d9f..6b14542f3 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestOrdering.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestOrdering.java index aa96ca85f..c5cf32697 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestOrdering.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestOrdering.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java index 2203567be..16cfd5d6b 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestReplayTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java index 3beaed4db..5a5b6272d 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/TestTransactionReplayPersistentEntityStoreImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java index 0fe4d33e1..e2154d801 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIdArrayCachedInstanceIterableTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java index cd690755e..628778ebc 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableHandleMergeIdsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableTests.java index 1a86a1a8d..848df934a 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityIterableTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java index a6f2d77cf..f3a7407cb 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/EntityLinksTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java index e90b86c47..54049a94b 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/FindTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java index b302bda85..3035b21b9 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/HumanReadablePresentationTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/SortTests.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/SortTests.java index 65b793dcb..cfdeeeeca 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/SortTests.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/iterate/SortTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java index dd3474303..7c08a92bb 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/LongProcessRunner.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java index 12062447a..824fe8a9d 100644 --- a/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/entitystore/processRunners/ProcessRunner.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java index 4798a01f6..bec3ef3e9 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIO.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java index 6c3cb9063..0c13e794a 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkSupportIOTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java index cbdb7a6b9..eab8f30b2 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkedLogic.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java b/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java index 66690625d..7d2590ad3 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ForkedProcessRunner.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java b/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java index 80c911606..131f34acd 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/IStreamer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java b/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java index 818107f26..d3770ead6 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/ProcessKiller.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java b/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java index 48ae7c382..b31a7fc92 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/Streamer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java b/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java index d980ce862..1fd5663f1 100644 --- a/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java +++ b/entity-store/src/test/java/jetbrains/exodus/util/WindowsProcessKiller.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java b/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java index 4bb720f07..201ed59d0 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualEnvironmentImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java b/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java index 0d31bba10..74c80d15c 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualStoreImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java b/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java index e94a9f5db..9f251f13e 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java +++ b/environment/src/main/java/jetbrains/exodus/env/ContextualTemporaryEmptyStore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java b/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java index ca3e42b04..1488d971b 100644 --- a/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/CursorImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java b/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java index 2d978dbeb..9d7f118f4 100644 --- a/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java +++ b/environment/src/main/java/jetbrains/exodus/env/DatabaseRoot.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java index 9f31ae74e..518a77f9c 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentBackupStrategyImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java index 2159b2aa7..aaf67fbe5 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java b/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java index f9bb8bc68..80e670151 100644 --- a/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java +++ b/environment/src/main/java/jetbrains/exodus/env/EnvironmentStatistics.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/Environments.java b/environment/src/main/java/jetbrains/exodus/env/Environments.java index 23a35600b..8363e0e4a 100644 --- a/environment/src/main/java/jetbrains/exodus/env/Environments.java +++ b/environment/src/main/java/jetbrains/exodus/env/Environments.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/MetaTree.java b/environment/src/main/java/jetbrains/exodus/env/MetaTree.java index 9da945b11..a37d8b024 100644 --- a/environment/src/main/java/jetbrains/exodus/env/MetaTree.java +++ b/environment/src/main/java/jetbrains/exodus/env/MetaTree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java b/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java index 5d415bf61..ad4b38e67 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java +++ b/environment/src/main/java/jetbrains/exodus/env/ReadonlyTransaction.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java b/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java index e66e55a38..c7df3fb54 100644 --- a/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java +++ b/environment/src/main/java/jetbrains/exodus/env/ReentrantTransactionDispatcher.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java b/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java index e53c2906c..1a8983fa7 100644 --- a/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java +++ b/environment/src/main/java/jetbrains/exodus/env/StoreGetCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java b/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java index a0351b155..029068298 100644 --- a/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/StoreImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java b/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java index dbbb5c540..e6688eaed 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java +++ b/environment/src/main/java/jetbrains/exodus/env/TemporaryEmptyStore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java b/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java index 1c7fa0fe5..f4dbf9be4 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionAcquireTimeoutException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java b/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java index 3e2ad56c8..258c60649 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionImpl.java b/environment/src/main/java/jetbrains/exodus/env/TransactionImpl.java index 30aa9d05d..022f1d626 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionImpl.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java b/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java index e26529866..22a4212c0 100644 --- a/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java +++ b/environment/src/main/java/jetbrains/exodus/env/TransactionSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfig.java b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfig.java index 456bbb8ff..9f927394e 100644 --- a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfig.java +++ b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfigMBean.java b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfigMBean.java index 194e6fd48..496e4182b 100644 --- a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfigMBean.java +++ b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentConfigMBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatistics.java b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatistics.java index 3f994e076..b608af786 100644 --- a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatistics.java +++ b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatistics.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.java b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.java index 99dc8c45f..d80df1384 100644 --- a/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.java +++ b/environment/src/main/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java index 5bc0d4146..65ed2efde 100644 --- a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java +++ b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaner.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaningJob.java b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaningJob.java index b4e8d7773..5102f079d 100644 --- a/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaningJob.java +++ b/environment/src/main/java/jetbrains/exodus/gc/BackgroundCleaningJob.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/gc/CleanWholeLogJob.java b/environment/src/main/java/jetbrains/exodus/gc/CleanWholeLogJob.java index 6489be4e3..c79ae877d 100644 --- a/environment/src/main/java/jetbrains/exodus/gc/CleanWholeLogJob.java +++ b/environment/src/main/java/jetbrains/exodus/gc/CleanWholeLogJob.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/gc/GarbageCollector.java b/environment/src/main/java/jetbrains/exodus/gc/GarbageCollector.java index 153092ed9..4f686c19c 100644 --- a/environment/src/main/java/jetbrains/exodus/gc/GarbageCollector.java +++ b/environment/src/main/java/jetbrains/exodus/gc/GarbageCollector.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/gc/UtilizationProfile.java b/environment/src/main/java/jetbrains/exodus/gc/UtilizationProfile.java index e4a3e66f7..08e5803a4 100644 --- a/environment/src/main/java/jetbrains/exodus/gc/UtilizationProfile.java +++ b/environment/src/main/java/jetbrains/exodus/gc/UtilizationProfile.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java index 8de5240a4..cac0fd66d 100644 --- a/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/AbstractDataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/Block.java b/environment/src/main/java/jetbrains/exodus/io/Block.java index 17eba4de0..af78e65a1 100644 --- a/environment/src/main/java/jetbrains/exodus/io/Block.java +++ b/environment/src/main/java/jetbrains/exodus/io/Block.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/DataReader.java b/environment/src/main/java/jetbrains/exodus/io/DataReader.java index 5c03c3f36..1772cbbd1 100644 --- a/environment/src/main/java/jetbrains/exodus/io/DataReader.java +++ b/environment/src/main/java/jetbrains/exodus/io/DataReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/DataWriter.java b/environment/src/main/java/jetbrains/exodus/io/DataWriter.java index 3d7b6dc0a..bfadd4a65 100644 --- a/environment/src/main/java/jetbrains/exodus/io/DataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/DataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java b/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java index 1647e0bc5..977f67eb2 100644 --- a/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java +++ b/environment/src/main/java/jetbrains/exodus/io/FileDataReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/FileDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/FileDataWriter.java index b73f4a5d8..50740d7fe 100644 --- a/environment/src/main/java/jetbrains/exodus/io/FileDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/FileDataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/LockingManager.java b/environment/src/main/java/jetbrains/exodus/io/LockingManager.java index e3133058d..bdf8ade26 100644 --- a/environment/src/main/java/jetbrains/exodus/io/LockingManager.java +++ b/environment/src/main/java/jetbrains/exodus/io/LockingManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/RemoveBlockType.java b/environment/src/main/java/jetbrains/exodus/io/RemoveBlockType.java index 8c8f77523..f3134dfed 100644 --- a/environment/src/main/java/jetbrains/exodus/io/RemoveBlockType.java +++ b/environment/src/main/java/jetbrains/exodus/io/RemoveBlockType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java b/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java index ccff6fa82..8ce0907c8 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedMappedByteBuffer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java b/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java index b3ca19366..926933119 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedMappedFilesCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java b/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java index 9e5585d55..97780e606 100644 --- a/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java +++ b/environment/src/main/java/jetbrains/exodus/io/SharedOpenFilesCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/TransactionalDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/TransactionalDataWriter.java index d3de49e31..6b8f44e8c 100644 --- a/environment/src/main/java/jetbrains/exodus/io/TransactionalDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/TransactionalDataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/inMemory/Memory.java b/environment/src/main/java/jetbrains/exodus/io/inMemory/Memory.java index c1a75166f..029ecdc4d 100644 --- a/environment/src/main/java/jetbrains/exodus/io/inMemory/Memory.java +++ b/environment/src/main/java/jetbrains/exodus/io/inMemory/Memory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataReader.java b/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataReader.java index f452cf4dc..b3fe4ddfd 100644 --- a/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataReader.java +++ b/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataReader.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataWriter.java b/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataWriter.java index 28aafefed..607296605 100644 --- a/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/io/inMemory/MemoryDataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java index 5b25741ce..1d5979866 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ArrayByteIterableWithAddress.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java b/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java index b4be2c434..7db9ab2f5 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java +++ b/environment/src/main/java/jetbrains/exodus/log/BlockNotFoundException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java b/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java index 88a6cfac0..27a5aa64c 100644 --- a/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java +++ b/environment/src/main/java/jetbrains/exodus/log/BufferedDataWriter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java index cb0cb41c2..1147a34e2 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ByteIterableWithAddress.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java b/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java index aef29664f..22bdef5cb 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java +++ b/environment/src/main/java/jetbrains/exodus/log/ByteIteratorWithAddress.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/CompoundByteIterator.java b/environment/src/main/java/jetbrains/exodus/log/CompoundByteIterator.java index b47f5c92a..3203a0f34 100644 --- a/environment/src/main/java/jetbrains/exodus/log/CompoundByteIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/CompoundByteIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java index 8c556f0e2..eeace0b20 100644 --- a/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/CompressedUnsignedLongByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/DataIterator.java b/environment/src/main/java/jetbrains/exodus/log/DataIterator.java index 955b5394e..68b9d03d3 100644 --- a/environment/src/main/java/jetbrains/exodus/log/DataIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/DataIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ import jetbrains.exodus.ArrayByteIterable; import jetbrains.exodus.ByteIterator; -import jetbrains.exodus.CompoundByteIteratorBase; import jetbrains.exodus.ExodusException; import jetbrains.exodus.bindings.LongBinding; import org.jetbrains.annotations.NotNull; diff --git a/environment/src/main/java/jetbrains/exodus/log/ExpiredLoggableInfo.java b/environment/src/main/java/jetbrains/exodus/log/ExpiredLoggableInfo.java index 8b20a208a..810723f6d 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ExpiredLoggableInfo.java +++ b/environment/src/main/java/jetbrains/exodus/log/ExpiredLoggableInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/IByteIterableComparator.java b/environment/src/main/java/jetbrains/exodus/log/IByteIterableComparator.java index 14dffdf0a..1ef913d4b 100644 --- a/environment/src/main/java/jetbrains/exodus/log/IByteIterableComparator.java +++ b/environment/src/main/java/jetbrains/exodus/log/IByteIterableComparator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/Log.java b/environment/src/main/java/jetbrains/exodus/log/Log.java index 6e6b6accf..1cd005c63 100644 --- a/environment/src/main/java/jetbrains/exodus/log/Log.java +++ b/environment/src/main/java/jetbrains/exodus/log/Log.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java index 7e904f5f8..d46f8e350 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogAwareFixedLengthByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogCache.java b/environment/src/main/java/jetbrains/exodus/log/LogCache.java index e3346ad0c..af3ac8fea 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogCache.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogConfig.java b/environment/src/main/java/jetbrains/exodus/log/LogConfig.java index 9e3422340..2a9fbdbc4 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogConfig.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java b/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java index 83c62891e..ae72d3c2c 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogTestConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LogUtil.java b/environment/src/main/java/jetbrains/exodus/log/LogUtil.java index 390ac799f..5e3525da9 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LogUtil.java +++ b/environment/src/main/java/jetbrains/exodus/log/LogUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/Loggable.java b/environment/src/main/java/jetbrains/exodus/log/Loggable.java index 2f158c544..87b411126 100644 --- a/environment/src/main/java/jetbrains/exodus/log/Loggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/Loggable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LoggableFactory.java b/environment/src/main/java/jetbrains/exodus/log/LoggableFactory.java index a76c44429..ca9bf52e6 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LoggableFactory.java +++ b/environment/src/main/java/jetbrains/exodus/log/LoggableFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java b/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java index 1fac2fb3d..376a36f5d 100644 --- a/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java +++ b/environment/src/main/java/jetbrains/exodus/log/LoggableIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/NewFileListener.java b/environment/src/main/java/jetbrains/exodus/log/NewFileListener.java index 854d95d1d..f8511e8b1 100644 --- a/environment/src/main/java/jetbrains/exodus/log/NewFileListener.java +++ b/environment/src/main/java/jetbrains/exodus/log/NewFileListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java b/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java index bdda8477e..b1aa67978 100644 --- a/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/NullLoggable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RandomAccessByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/RandomAccessByteIterable.java index 415a99b87..21c34b0f5 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RandomAccessByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/RandomAccessByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java index f1d696b9c..5d36a168e 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java +++ b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableAndArrayByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableAndArrayByteIterable.java index a0b3660ca..c8da89354 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableAndArrayByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableAndArrayByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableImpl.java b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableImpl.java index 7d4c8ef2a..3ae51eaaf 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableImpl.java +++ b/environment/src/main/java/jetbrains/exodus/log/RandomAccessLoggableImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java b/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java index b77796a40..3dc39cbaf 100644 --- a/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java +++ b/environment/src/main/java/jetbrains/exodus/log/ReadBytesListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java b/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java index c042b9e2a..6a6090f1e 100644 --- a/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java +++ b/environment/src/main/java/jetbrains/exodus/log/RemoveFileListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/SeparateLogCache.java b/environment/src/main/java/jetbrains/exodus/log/SeparateLogCache.java index 65baba236..10b425188 100644 --- a/environment/src/main/java/jetbrains/exodus/log/SeparateLogCache.java +++ b/environment/src/main/java/jetbrains/exodus/log/SeparateLogCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/SharedLogCache.java b/environment/src/main/java/jetbrains/exodus/log/SharedLogCache.java index 204190a9e..af9d0788a 100644 --- a/environment/src/main/java/jetbrains/exodus/log/SharedLogCache.java +++ b/environment/src/main/java/jetbrains/exodus/log/SharedLogCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java b/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java index f394ea697..2682bb634 100644 --- a/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/log/SingleByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java b/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java index 7c23bc67d..f1d34e5ef 100644 --- a/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java +++ b/environment/src/main/java/jetbrains/exodus/log/TooBigLoggableException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java b/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java index 4ff03b035..29fa9c298 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/Dumpable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/INode.java b/environment/src/main/java/jetbrains/exodus/tree/INode.java index 8f557a2f2..ad1a57a5c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/INode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/INode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITree.java b/environment/src/main/java/jetbrains/exodus/tree/ITree.java index 219d3582a..f196df24a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java index c0fa49195..d85280966 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java index 9f8faf35f..837d999de 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeCursorMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java index 85068c38b..4a4dc5dab 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/ITreeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java b/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java index f7d3a5ad0..c5f57bf2e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/LongIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java b/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java index 8a7bdccf6..d5564a9e7 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java +++ b/environment/src/main/java/jetbrains/exodus/tree/MutableTreeRoot.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java b/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java index e1f5fba19..0899950ea 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeCursor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java b/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java index 95b6b0926..6b06583a0 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeCursorMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java index 4fc7f1c30..89a0c8f18 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeMetaInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java index 77bee52f3..c6534414a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/TreeTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java b/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java index 304947ff4..35ae88980 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/AddressIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java index eb498e978..a21271976 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java index 2d4cc6cbb..8206d333c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBalancePolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java index 1b06916cb..a75f0478f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java index d585462bf..bfb1080e9 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDup.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java index 5eaff163b..d292feb01 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeCursorDupMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java index c8ffd475f..8f3ef41ed 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDup.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java index 3b737af0c..cfa19d6eb 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeDupMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java index 8c223fa92..502965cd1 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeEmpty.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java index fead773cc..f8ac12f5c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMetaInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java index 136948921..98ef91343 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java index 5cd1e0df6..a53a53e9e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java index 4763ec4d8..b90842949 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeMutatingTraverserDup.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java index ef1894a8b..c4b7a2758 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeReclaimTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java index c955a3cfd..91269abc5 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java index 0cf8dbd3e..0963e323b 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BTreeTraverserDup.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java index e26bb6e2b..b8c04f41f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java index 040df05c3..fac1a8b8b 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BaseLeafNodeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java index 0e0606107..ac0f6b44d 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePage.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java index 81f210c78..b0854fd94 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageImmutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,6 @@ import jetbrains.exodus.ByteIterable; import jetbrains.exodus.ByteIterator; import jetbrains.exodus.ExodusException; -import jetbrains.exodus.bindings.LongBinding; import jetbrains.exodus.core.dataStructures.LongObjectCacheBase; import jetbrains.exodus.log.*; import org.jetbrains.annotations.NotNull; diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java index ac0112428..840cad541 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BasePageMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,10 @@ import jetbrains.exodus.CompoundByteIterable; import jetbrains.exodus.ExodusException; import jetbrains.exodus.bindings.CompressedUnsignedLongArrayByteIterable; -import jetbrains.exodus.log.*; +import jetbrains.exodus.log.CompressedUnsignedLongByteIterable; +import jetbrains.exodus.log.Log; +import jetbrains.exodus.log.Loggable; +import jetbrains.exodus.log.TooBigLoggableException; import jetbrains.exodus.tree.MutableTreeRoot; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java index cc6deeb0d..6377c9a5f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPage.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java index 9b4f7b990..956867f88 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/BottomPageMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java index 78b1a3e6b..abe995c7c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/DupLeafNodeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java index ee09f1dea..7034efefb 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java index a103055d0..5430e1472 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/ILeafNodeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java index 7b7e9c2a3..98bcd7605 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPage.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ import jetbrains.exodus.ByteIterable; import jetbrains.exodus.ByteIterator; -import jetbrains.exodus.bindings.LongBinding; import jetbrains.exodus.log.ByteIterableWithAddress; import jetbrains.exodus.log.CompressedUnsignedLongByteIterable; import org.jetbrains.annotations.NotNull; diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java index 8f63ba89d..bf56b9340 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/InternalPageMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java index a16ca3915..8316a3c12 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java index c504fedd8..cd01b3825 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDup.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java index 1cb666f72..412082a1d 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeDupMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java index a2145273b..c9c6dafe1 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeKV.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java index 0c22deeaf..c4696fd66 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/LeafNodeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/SearchRes.java b/environment/src/main/java/jetbrains/exodus/tree/btree/SearchRes.java index a6382e1d4..4d8953f62 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/SearchRes.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/SearchRes.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java b/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java index 26f2fdf07..a7c624352 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java +++ b/environment/src/main/java/jetbrains/exodus/tree/btree/TreePos.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java index bbec61316..a72e3f78f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/AddressIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java index 00fd5f0be..e4abe312e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReference.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java index 51c13072e..5a02014fe 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java index c37fc9174..8761ec692 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java index 9d9190c7b..287bcf64a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java index 1135b6201..d65806876 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ChildReferenceTransient.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java index 7afdd7fcf..4d9aa9660 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/EscapingByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java index ee53a160d..c0bdad66a 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/ImmutableNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNode.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNode.java index 2e3c582d3..794acd683 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNode.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java index 012847f42..a10c4b243 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableNodeSaveContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableRoot.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableRoot.java index 6a6d29696..a4acccf2f 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableRoot.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/MutableRoot.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java index 0a0809b3f..0a2436db0 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeChildren.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeChildren.java index 657a40a51..6a5b0191c 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeChildren.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/NodeChildren.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java index b93b759bd..fc4bdc6b5 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaCursorDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java index 2973ca9b7..9efbde933 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaMetaInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java index 75d5462d1..7e098e31e 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimActualTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java index e8f8d6916..29398f087 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaReclaimSourceTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java index ea51e4612..2f78a8c26 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTraverser.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java index 401efedef..549b38236 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java index e92d5e275..0f1497ec0 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java index 7c58ab991..fe97229b4 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java index e27cb97c2..c90eff06b 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeEmpty.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java index 3b7d49e8f..2ee5f9ce6 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeForReclaim.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.java index 12233839d..0aca02819 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java index 5bd35b3c0..ce71422a4 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicates.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java index dc374823a..d452ee359 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/PatriciaTreeWithDuplicatesMutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java b/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java index 727ceb047..842c99b64 100644 --- a/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java +++ b/environment/src/main/java/jetbrains/exodus/tree/patricia/TreeAwareNodeDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java index d8159aa74..73f1cbea7 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentLockTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTest.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTest.java index 89a248df1..92c713c2c 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTestInMemory.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTestInMemory.java index 082d63c7a..287469ac0 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTestInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentRecoveryTestInMemory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java index 9868c315f..1c70d0591 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java index cccfe7a86..eb5e0b974 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestInMemory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java index 0860c7681..d03b1e82b 100644 --- a/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java +++ b/environment/src/test/java/jetbrains/exodus/env/EnvironmentTestsBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTest.java b/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTest.java index 20c5fad36..0e8233fad 100644 --- a/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTestInMemory.java b/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTestInMemory.java index a680cb9ec..0d9f5c02a 100644 --- a/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTestInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/env/LogRecoveryTestInMemory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/OutOfDiskSpaceTest.java b/environment/src/test/java/jetbrains/exodus/env/OutOfDiskSpaceTest.java index 326016fe1..6de1f354a 100644 --- a/environment/src/test/java/jetbrains/exodus/env/OutOfDiskSpaceTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/OutOfDiskSpaceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java b/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java index 35e7d14ff..463e7033e 100644 --- a/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/RecoveryClassLoaderTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java b/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java index c83ad2d32..91f8e4cd8 100644 --- a/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/ReentrantTransactionDispatcherTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/StoreTest.java b/environment/src/test/java/jetbrains/exodus/env/StoreTest.java index 531f4e52d..274e18010 100644 --- a/environment/src/test/java/jetbrains/exodus/env/StoreTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/StoreTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java b/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java index 29b78316f..9cd830cbe 100644 --- a/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/TransactionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.java b/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.java index 3ca567022..9263e571d 100644 --- a/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentConfigMBeanTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.java b/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.java index 86f77f80d..8ab394fba 100644 --- a/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.java +++ b/environment/src/test/java/jetbrains/exodus/env/management/EnvironmentStatisticsMBeanTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.java index bd193b67f..223e7c68e 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.java index 3d6c57e5f..1f38eea62 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorInterleavingTestPrefixing.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.java index 06bc7fdc2..3ad45aaeb 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.java index fc4625c19..500652fbb 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorLowCacheTestPrefixing.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTest.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTest.java index bde9469e2..76494cd41 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTest.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestInMemory.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestInMemory.java index 22e9fe5db..a20998e03 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestInMemory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.java index 146b45cfa..e2ec1f59a 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixing.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.java b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.java index aaaddbce4..7620f31ff 100644 --- a/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.java +++ b/environment/src/test/java/jetbrains/exodus/gc/GarbageCollectorTestPrefixingInMemory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java b/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java index 7b1d84494..6b47f8864 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogInMemoryTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java b/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java index e127f7ad8..46c76eccd 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogLockingTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogTests.java b/environment/src/test/java/jetbrains/exodus/log/LogTests.java index 898fd4ab9..82148ecd7 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java b/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java index 4ee885ea3..47b50c52e 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogTestsBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java b/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java index 399dccb2b..db841acb5 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LogUtilTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java b/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java index fb854b078..1e10c05d9 100644 --- a/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java +++ b/environment/src/test/java/jetbrains/exodus/log/LoggableTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java b/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java index 21556bd96..80bde9e3a 100644 --- a/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java +++ b/environment/src/test/java/jetbrains/exodus/log/TestLoggable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java index 89c3305b3..c4e753f52 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/CursorTestBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java b/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java index 894aacec9..b9cba803c 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java +++ b/environment/src/test/java/jetbrains/exodus/tree/StringKVNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java index 6c966bc4e..5f04a158f 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java index cfd72d805..ab40134b5 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeBaseTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java index a0d3cc241..54d456d97 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java index 3074c494a..a67c6edbc 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java index 6a90aa6c9..e437c934b 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java index 893ecb6fc..a5a564750 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreeDeleteTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java b/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java index 50f014bf4..8db3c4932 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/TreePutTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java index 69858d769..3a7ef005b 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java index 2c5308246..c6640857d 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java index 8681e4ab7..4d2a4374e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java index caca91fe8..fe01b1b32 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDeleteTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java index 675b82977..73d6e60d0 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java index 062472a78..f70c1d5c6 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDupConcurrentModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java index 46c8f194c..7af16e153 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java index c7b5c8129..d31eca1da 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java index 488f825b4..6175fec80 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteCommonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java index bc08aa7a4..25a06d7d1 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDeleteSpecificTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java index 468111583..4a4210cf7 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeDuplicatesExpiredAddressesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java index d5184f650..466f13b29 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeLeafNodeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java index 5f400f3f0..7845b2563 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeNoDuplicatesExpiredAddressesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java index 0c347a185..dc9bfe484 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutCommonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java index ba0f872d5..ce248c65e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreePutSpecificTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java index 1a2d66d6b..6707bf51e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimSpecialTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java index d331524ed..d02f6910a 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeReclaimTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java index 1a803ff77..0a5e86fc8 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSimpleTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java index bbef3c752..f92e13210 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java index 84073512a..2f30941ca 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeSpecificCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java index 8fae7fee3..c8c19097f 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureIdTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java index 2d561227b..b2e473f2e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeStructureTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java index aaaf0f36a..fc00f7739 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java index 5f4fbee45..07c4ec6ca 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/btree/BTreeTestBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java index adaaf04b2..eb9b2fc78 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaAddressIteratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java index 9b097a1d4..952b9c089 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentCursorModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java index 0c108bf71..2af2adb65 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorConcurrentModificationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java index 284a7c8af..c0473096e 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java index 38aff427d..abed55209 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaCursorNoDuplicatesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java index c24b245b6..88eee11df 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaDeleteCommonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java index 78011c128..80cf760d9 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaPutCommonTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java index 2bd3ec83c..2aa03f0c6 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaReclaimTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java index 04d36fa3d..0d1c570c3 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTestBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java index 8c604bccf..3e97531cb 100644 --- a/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java +++ b/environment/src/test/java/jetbrains/exodus/tree/patricia/PatriciaTreeAddressIteratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/main/java/jetbrains/exodus/lucene/DebugExodusDirectory.java b/lucene-directory/src/main/java/jetbrains/exodus/lucene/DebugExodusDirectory.java index 2a4ddb368..713022941 100644 --- a/lucene-directory/src/main/java/jetbrains/exodus/lucene/DebugExodusDirectory.java +++ b/lucene-directory/src/main/java/jetbrains/exodus/lucene/DebugExodusDirectory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusDirectory.java b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusDirectory.java index 7ec12cf88..00df76ca3 100644 --- a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusDirectory.java +++ b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusDirectory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexInput.java b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexInput.java index 507651959..d58d9e9be 100644 --- a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexInput.java +++ b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexInput.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexOutput.java b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexOutput.java index 2de46cf4b..ebdcb79ae 100644 --- a/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexOutput.java +++ b/lucene-directory/src/main/java/jetbrains/exodus/lucene/ExodusIndexOutput.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneTestsBase.java b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneTestsBase.java index d714d46b5..e25d88499 100644 --- a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneTestsBase.java +++ b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneTestsBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithBTreeTests.java b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithBTreeTests.java index 20397c62b..8feb76e52 100644 --- a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithBTreeTests.java +++ b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithBTreeTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithPatriciaTests.java b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithPatriciaTests.java index 12028227a..b2428b2c1 100644 --- a/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithPatriciaTests.java +++ b/lucene-directory/src/test/java/jetbrains/exodus/lucene/ExodusLuceneWithPatriciaTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java b/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java index ae8f8c231..648665aaf 100644 --- a/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/AbstractConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java index 251c09846..529b30496 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ArrayByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java index fdb3f385f..cb796ddae 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteBufferByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java index 425e084cf..296981568 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java index fdf1126bf..5286b62ef 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterableBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java b/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java index 61e1e570c..406dcbd78 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java +++ b/openAPI/src/main/java/jetbrains/exodus/ByteIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java index 2b3f8cc5b..abb2f4bda 100644 --- a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java index 641e16875..f2e96af6b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java +++ b/openAPI/src/main/java/jetbrains/exodus/CompoundByteIteratorBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java b/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java index ad382d230..50d4e2945 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java +++ b/openAPI/src/main/java/jetbrains/exodus/ConfigSettingChangeListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java b/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java index 9d7e019ee..d33552464 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java +++ b/openAPI/src/main/java/jetbrains/exodus/ConfigurationStrategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/ExodusException.java b/openAPI/src/main/java/jetbrains/exodus/ExodusException.java index 1ba83d38b..509948f7b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/ExodusException.java +++ b/openAPI/src/main/java/jetbrains/exodus/ExodusException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java index b1e3b1064..1c6d36fdc 100644 --- a/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/FileByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java index 91b4f2874..19c432279 100644 --- a/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/FixedLengthByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java b/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java index f330f86bd..e36524fa5 100644 --- a/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java +++ b/openAPI/src/main/java/jetbrains/exodus/InvalidSettingException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java b/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java index b05621c31..3fc136022 100644 --- a/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java +++ b/openAPI/src/main/java/jetbrains/exodus/OutOfDiskSpaceException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java b/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java index deaed6a42..48ed39022 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/BackupBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java b/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java index 8a3a9f0ce..87143f5bb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/BackupStrategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java b/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java index 3d3096869..b9fd8eb23 100644 --- a/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java +++ b/openAPI/src/main/java/jetbrains/exodus/backup/Backupable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java b/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java index 8b2833148..8a55ed910 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/BindingUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java index 6eb04d0f9..9c1828b3e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/BooleanBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java index 83bf82cc6..d926ebf50 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ByteBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java index 0a835c603..60de057c9 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java index 9314c1bed..5f9c5e90d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java index f8ce8dd1c..575257539 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableSetBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java index 1d3e4f18c..af3b9d917 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ComparableValueType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java b/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java index c255c3081..f35591069 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/CompressedUnsignedLongArrayByteIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java index 6ba189173..225ff8488 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/DoubleBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java index 425c369d6..a4ff6c904 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/FloatBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java index d3bfe3ba9..1d83abe26 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/IntegerBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java index 7370580fd..68f1ea489 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/LongBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java index 2aea12e76..e31d7541a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/ShortBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java b/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java index e20e4c51a..5492d417c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java +++ b/openAPI/src/main/java/jetbrains/exodus/bindings/StringBinding.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java index fa69f99de..a121f66dd 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobHandleGenerator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java index d7496dafd..303b06ecc 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/BlobVault.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java index 51455d6a7..7527f233c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/Entity.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java index dd06deb5a..c9c5dfc36 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityId.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java index ca6876e69..00d158d2b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java index a9612fb5f..e80817a5a 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java index dea442fe7..468679b9e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityRemovedInDatabaseException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java index e5c2c1b7e..674afb86c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java index 11c76ae67..a0345d22e 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/EntityStoreException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java index 75ae11a5d..97db5b078 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java index 804b8c341..fbc7c782c 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/PersistentEntityStoreConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java index 6f38596a0..6f67c43aa 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/QueryCancellingPolicy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java index 9bcf955a0..ad853606b 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/Sequence.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java index d4d47dad2..da13503ba 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransaction.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java index e7112fabc..aca27d2e4 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalComputable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java index 4d8a4cd60..5e8ed3ae3 100644 --- a/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java +++ b/openAPI/src/main/java/jetbrains/exodus/entitystore/StoreTransactionalExecutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java b/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java index f27a8699b..180efcf95 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ContextualEnvironment.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java b/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java index 81d16cac4..1490e8838 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ContextualStore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java b/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java index 2b8d4a812..ee1ed0e4d 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Cursor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Environment.java b/openAPI/src/main/java/jetbrains/exodus/env/Environment.java index c65202b22..8a4967506 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Environment.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Environment.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java index a7dbab554..07499b85f 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentClosedException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java index c9632b69f..1905da773 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/EnvironmentConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java b/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java index 3c4006b87..18cd0e306 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/ReadonlyTransactionException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Store.java b/openAPI/src/main/java/jetbrains/exodus/env/Store.java index 34ee2ecc1..78babc0f5 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Store.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Store.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java b/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java index b1d3e7cde..002ae04dd 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/StoreConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java b/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java index 82d20a241..fdc608096 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/Transaction.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java index fb425eda0..4c0bfecda 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalComputable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java index dedc0b27a..4f13d6bbb 100644 --- a/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java +++ b/openAPI/src/main/java/jetbrains/exodus/env/TransactionalExecutable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java b/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java index b570add2d..d1709c2fc 100644 --- a/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java +++ b/openAPI/src/main/java/jetbrains/exodus/management/Statistics.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java b/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java index 4ab5a085f..78b45d955 100644 --- a/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java +++ b/openAPI/src/main/java/jetbrains/exodus/management/StatisticsItem.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/util/ByteIterableUtil.java b/openAPI/src/main/java/jetbrains/exodus/util/ByteIterableUtil.java index 26b0f1b2e..f587b1b09 100644 --- a/openAPI/src/main/java/jetbrains/exodus/util/ByteIterableUtil.java +++ b/openAPI/src/main/java/jetbrains/exodus/util/ByteIterableUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java index 42bf0499f..3bc9b64a2 100644 --- a/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java +++ b/openAPI/src/main/java/jetbrains/exodus/util/LightOutputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/FileByteIterableTest.java b/openAPI/src/test/java/jetbrains/exodus/FileByteIterableTest.java index 487ce26a7..1b4b94eb3 100644 --- a/openAPI/src/test/java/jetbrains/exodus/FileByteIterableTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/FileByteIterableTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/FixedLengthByteIterableTest.java b/openAPI/src/test/java/jetbrains/exodus/FixedLengthByteIterableTest.java index e41f614c4..60b1693f8 100644 --- a/openAPI/src/test/java/jetbrains/exodus/FixedLengthByteIterableTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/FixedLengthByteIterableTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java b/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java index f6a068e58..e51ab5a89 100644 --- a/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/bindings/ComparableSetBindingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/bindings/CompressingBindingsTest.java b/openAPI/src/test/java/jetbrains/exodus/bindings/CompressingBindingsTest.java index 0f4df3bdc..48fb2138b 100644 --- a/openAPI/src/test/java/jetbrains/exodus/bindings/CompressingBindingsTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/bindings/CompressingBindingsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/openAPI/src/test/java/jetbrains/exodus/env/EnvironmentConfigTest.java b/openAPI/src/test/java/jetbrains/exodus/env/EnvironmentConfigTest.java index d7accd05e..8fa88a773 100644 --- a/openAPI/src/test/java/jetbrains/exodus/env/EnvironmentConfigTest.java +++ b/openAPI/src/test/java/jetbrains/exodus/env/EnvironmentConfigTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java index bf91e5771..084dcd48d 100644 --- a/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/AddNullStaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/And.java b/query/src/main/java/jetbrains/exodus/query/And.java index bcf4f4c31..df7d3c5ce 100644 --- a/query/src/main/java/jetbrains/exodus/query/And.java +++ b/query/src/main/java/jetbrains/exodus/query/And.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/BinaryOperator.java b/query/src/main/java/jetbrains/exodus/query/BinaryOperator.java index 407e952e9..1ea7b63f0 100644 --- a/query/src/main/java/jetbrains/exodus/query/BinaryOperator.java +++ b/query/src/main/java/jetbrains/exodus/query/BinaryOperator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java b/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java index 8c30551ea..e147ca1b7 100644 --- a/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java +++ b/query/src/main/java/jetbrains/exodus/query/CommutativeOperator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Concat.java b/query/src/main/java/jetbrains/exodus/query/Concat.java index fb0534c87..be98fdc1c 100644 --- a/query/src/main/java/jetbrains/exodus/query/Concat.java +++ b/query/src/main/java/jetbrains/exodus/query/Concat.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java b/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java index 930939533..5f2ccb128 100644 --- a/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java +++ b/query/src/main/java/jetbrains/exodus/query/ConversionWildcard.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java index 0b17ae719..b0d5a63b6 100644 --- a/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/ExcludeNullStaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GenericSort.java b/query/src/main/java/jetbrains/exodus/query/GenericSort.java index a5d336162..df03d5a7b 100644 --- a/query/src/main/java/jetbrains/exodus/query/GenericSort.java +++ b/query/src/main/java/jetbrains/exodus/query/GenericSort.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GetAll.java b/query/src/main/java/jetbrains/exodus/query/GetAll.java index 7a987706f..fc0897645 100644 --- a/query/src/main/java/jetbrains/exodus/query/GetAll.java +++ b/query/src/main/java/jetbrains/exodus/query/GetAll.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/GetLinks.java b/query/src/main/java/jetbrains/exodus/query/GetLinks.java index bd93ef50c..d6e423d0a 100644 --- a/query/src/main/java/jetbrains/exodus/query/GetLinks.java +++ b/query/src/main/java/jetbrains/exodus/query/GetLinks.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryHeapSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryHeapSortIterable.java index fe3e31941..e3db39f4f 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryHeapSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryHeapSortIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterable.java index 748139434..d498f6607 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java index fa5b93042..d254c02cf 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortIterableWithArrayList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java index 0076978c4..5ab7d0837 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryMergeSortOnInitIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java index 29aabcbd6..089d7fb05 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java index ac3296fbd..4b2ce1673 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortOnInitIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java index de4e7c615..03d0d2816 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryQuickSortTwoSidesIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java b/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java index 76905d896..ccd76d669 100644 --- a/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/InMemoryTimSortIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkEqual.java b/query/src/main/java/jetbrains/exodus/query/LinkEqual.java index 5ca8dee09..97b2b68ec 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkEqual.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkEqual.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java b/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java index d957030b5..c9de386eb 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkEqualToLinkNotNull.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java b/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java index d33f517c6..405065f2e 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/LinkNotNull.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/LinksEqualDecorator.java b/query/src/main/java/jetbrains/exodus/query/LinksEqualDecorator.java index b1dcc14da..f0fd74719 100644 --- a/query/src/main/java/jetbrains/exodus/query/LinksEqualDecorator.java +++ b/query/src/main/java/jetbrains/exodus/query/LinksEqualDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java b/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java index c560addab..477bde75f 100644 --- a/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java +++ b/query/src/main/java/jetbrains/exodus/query/MergePropertyRanges.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Minus.java b/query/src/main/java/jetbrains/exodus/query/Minus.java index e5c615265..29c91f245 100644 --- a/query/src/main/java/jetbrains/exodus/query/Minus.java +++ b/query/src/main/java/jetbrains/exodus/query/Minus.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/NodeBase.java b/query/src/main/java/jetbrains/exodus/query/NodeBase.java index cf65de63c..a0d11c13f 100644 --- a/query/src/main/java/jetbrains/exodus/query/NodeBase.java +++ b/query/src/main/java/jetbrains/exodus/query/NodeBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/NodeFactory.java b/query/src/main/java/jetbrains/exodus/query/NodeFactory.java index d86f43c36..894b247fd 100644 --- a/query/src/main/java/jetbrains/exodus/query/NodeFactory.java +++ b/query/src/main/java/jetbrains/exodus/query/NodeFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java b/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java index 4f522309a..9f33ec8a5 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizationPlan.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java b/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java index 1e0ebb857..8a1507e4f 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizationRule.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java b/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java index 851bf9018..30b9419cd 100644 --- a/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java +++ b/query/src/main/java/jetbrains/exodus/query/OptimizedTreesCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Or.java b/query/src/main/java/jetbrains/exodus/query/Or.java index e895c2957..f14fd4a15 100644 --- a/query/src/main/java/jetbrains/exodus/query/Or.java +++ b/query/src/main/java/jetbrains/exodus/query/Or.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java b/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java index 6983bfd62..58cfb24c9 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyEqual.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java b/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java index e889b4082..39377c5c4 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyEqualToPropertyNoNull.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java b/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java index 2cb4a20f5..9634b7950 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyNotNull.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyRange.java b/query/src/main/java/jetbrains/exodus/query/PropertyRange.java index 3773773a9..7dd5e0b04 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyRange.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyRange.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java b/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java index d2727d140..fba501677 100644 --- a/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java +++ b/query/src/main/java/jetbrains/exodus/query/PropertyStartsWith.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/QueryEngine.java b/query/src/main/java/jetbrains/exodus/query/QueryEngine.java index 882d4f65a..8777c22db 100644 --- a/query/src/main/java/jetbrains/exodus/query/QueryEngine.java +++ b/query/src/main/java/jetbrains/exodus/query/QueryEngine.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Root.java b/query/src/main/java/jetbrains/exodus/query/Root.java index 772ecbd06..def4efe97 100644 --- a/query/src/main/java/jetbrains/exodus/query/Root.java +++ b/query/src/main/java/jetbrains/exodus/query/Root.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Sort.java b/query/src/main/java/jetbrains/exodus/query/Sort.java index 6178ada0e..650173e49 100644 --- a/query/src/main/java/jetbrains/exodus/query/Sort.java +++ b/query/src/main/java/jetbrains/exodus/query/Sort.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java b/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java index 54e9fe278..5b87afc95 100644 --- a/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java +++ b/query/src/main/java/jetbrains/exodus/query/SortByLinkProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/SortByProperty.java b/query/src/main/java/jetbrains/exodus/query/SortByProperty.java index 37bb3a8c0..6801b3bf8 100644 --- a/query/src/main/java/jetbrains/exodus/query/SortByProperty.java +++ b/query/src/main/java/jetbrains/exodus/query/SortByProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/SortEngine.java b/query/src/main/java/jetbrains/exodus/query/SortEngine.java index 98dcd2ab3..6d66e0e1b 100644 --- a/query/src/main/java/jetbrains/exodus/query/SortEngine.java +++ b/query/src/main/java/jetbrains/exodus/query/SortEngine.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Sorts.java b/query/src/main/java/jetbrains/exodus/query/Sorts.java index 272c0a5fc..ab5858e1a 100644 --- a/query/src/main/java/jetbrains/exodus/query/Sorts.java +++ b/query/src/main/java/jetbrains/exodus/query/Sorts.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java index 10a8c41ae..90db9d786 100644 --- a/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/StaticTypedEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java b/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java index 61ae9985b..2b60dcf35 100644 --- a/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java +++ b/query/src/main/java/jetbrains/exodus/query/StaticTypedIterableDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java b/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java index bdc1e9dae..71fcefd30 100644 --- a/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java +++ b/query/src/main/java/jetbrains/exodus/query/TreeKeepingEntityIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UnaryNode.java b/query/src/main/java/jetbrains/exodus/query/UnaryNode.java index 11e48c012..17b9b89a6 100644 --- a/query/src/main/java/jetbrains/exodus/query/UnaryNode.java +++ b/query/src/main/java/jetbrains/exodus/query/UnaryNode.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UnaryNot.java b/query/src/main/java/jetbrains/exodus/query/UnaryNot.java index 18e994097..f0314de1e 100644 --- a/query/src/main/java/jetbrains/exodus/query/UnaryNot.java +++ b/query/src/main/java/jetbrains/exodus/query/UnaryNot.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java b/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java index 9255e2880..146cbf8bf 100644 --- a/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java +++ b/query/src/main/java/jetbrains/exodus/query/UniqueKeyIndicesEngine.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Utils.java b/query/src/main/java/jetbrains/exodus/query/Utils.java index c0b1d8bfc..e59fd5c0a 100644 --- a/query/src/main/java/jetbrains/exodus/query/Utils.java +++ b/query/src/main/java/jetbrains/exodus/query/Utils.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/Wildcard.java b/query/src/main/java/jetbrains/exodus/query/Wildcard.java index 1f13e841a..922605f74 100644 --- a/query/src/main/java/jetbrains/exodus/query/Wildcard.java +++ b/query/src/main/java/jetbrains/exodus/query/Wildcard.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java index dc8d5285a..d5f437081 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndCardinality.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java index 899ac1f30..c0a1e6fb3 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java index 426555dc6..cc9b3f8ce 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java index a1a7367bf..017dea821 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationEndType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java index d92ae31b9..de7c75902 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java index 7c576b3c6..3b62ea973 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java index ba279a631..1acd2f80c 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/AssociationType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java index 093130566..82d8c93f5 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java index e86dd713e..5efbb367d 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/EntityMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/Index.java b/query/src/main/java/jetbrains/exodus/query/metadata/Index.java index 37682afbd..098c2050e 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/Index.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/Index.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java index ae930a20a..b19cdd616 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexField.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java index f88bde0c5..9cfda3a39 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexFieldImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java index 35bc5afaa..980536c1f 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/IndexImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java index 7fa69c97f..05c6331ea 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/MemberMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java b/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java index 4e92604e8..35af5a7f4 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/MetaBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java index b0d340d1e..6d6a2e8bc 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java index fbb04ab22..689565b04 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/ModelMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java index fbe22502c..ae43d6bfc 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaData.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java index 8f25ad2b4..9d59719ac 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java index b25c8ab35..73cf87749 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/PropertyType.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java b/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java index d74c23c8b..8639047ad 100644 --- a/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java +++ b/query/src/main/java/jetbrains/exodus/query/metadata/SimplePropertyMetaDataImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java b/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java index 810ffd366..83c4c27c8 100644 --- a/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java +++ b/query/src/test/java/jetbrains/exodus/query/QueryTreeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/QueryUtil.java b/query/src/test/java/jetbrains/exodus/query/QueryUtil.java index be32c423d..306b4a012 100644 --- a/query/src/test/java/jetbrains/exodus/query/QueryUtil.java +++ b/query/src/test/java/jetbrains/exodus/query/QueryUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java b/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java index a4ba1451c..3a02cb442 100644 --- a/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java +++ b/query/src/test/java/jetbrains/exodus/query/UniqueKeyIndicesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java b/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java index bc8a3dd7a..b6021afb3 100644 --- a/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java +++ b/query/src/test/java/jetbrains/exodus/query/metadata/ModelMetaDataTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java b/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java index 09dbf5d98..abc880f39 100644 --- a/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java +++ b/samples/src/main/java/jetbrains/exodus/entitystore/PersistentStoreExample.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java b/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java index d90d0ccb5..7199fde0a 100644 --- a/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java +++ b/samples/src/main/java/jetbrains/exodus/env/EnvironmentReadWriteExample.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/samples/src/main/java/jetbrains/exodus/env/Users.java b/samples/src/main/java/jetbrains/exodus/env/Users.java index d5dc517e9..0ef39e8c4 100644 --- a/samples/src/main/java/jetbrains/exodus/env/Users.java +++ b/samples/src/main/java/jetbrains/exodus/env/Users.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sshd/src/main/kotlin/jetbrains/exodus/javascript/JavaScriptConsole.kt b/sshd/src/main/kotlin/jetbrains/exodus/javascript/JavaScriptConsole.kt index be22c5c60..21fefad0f 100644 --- a/sshd/src/main/kotlin/jetbrains/exodus/javascript/JavaScriptConsole.kt +++ b/sshd/src/main/kotlin/jetbrains/exodus/javascript/JavaScriptConsole.kt @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoCommand.kt b/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoCommand.kt index d92380949..9950785d5 100644 --- a/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoCommand.kt +++ b/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoCommand.kt @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoServer.kt b/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoServer.kt index 5a1cd1232..809808193 100644 --- a/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoServer.kt +++ b/sshd/src/main/kotlin/jetbrains/exodus/javascript/RhinoServer.kt @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/env/Kodus.kt b/tools/src/main/kotlin/jetbrains/exodus/env/Kodus.kt index 80fa9a59e..817a9674c 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/env/Kodus.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/env/Kodus.kt @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt b/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt index e416aae38..1094d9f06 100644 --- a/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt +++ b/tools/src/main/kotlin/jetbrains/exodus/env/Reflect.kt @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/compress/LZ77.java b/utils/src/main/java/jetbrains/exodus/compress/LZ77.java index 3cd74e9f6..7338ff3c6 100644 --- a/utils/src/main/java/jetbrains/exodus/compress/LZ77.java +++ b/utils/src/main/java/jetbrains/exodus/compress/LZ77.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/compress/VLQUtil.java b/utils/src/main/java/jetbrains/exodus/compress/VLQUtil.java index a6bdd4052..3fe5aa500 100644 --- a/utils/src/main/java/jetbrains/exodus/compress/VLQUtil.java +++ b/utils/src/main/java/jetbrains/exodus/compress/VLQUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/compress/VcDiff.java b/utils/src/main/java/jetbrains/exodus/compress/VcDiff.java index 91cd2af47..7d025ff6e 100644 --- a/utils/src/main/java/jetbrains/exodus/compress/VcDiff.java +++ b/utils/src/main/java/jetbrains/exodus/compress/VcDiff.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java b/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java index 8f020d37c..ca2e96e7a 100644 --- a/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java +++ b/utils/src/main/java/jetbrains/exodus/core/crypto/MessageDigestUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java index d2b3c0842..35bd40ef0 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/CacheHitRateable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.java index c6d0d0e35..9ced81c2e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentLongObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java index 66b45c6b2..c598ae392 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java index d876580dc..f0360de87 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java index 3f0837dd6..7c34c3e33 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/FakeObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java index cf6a428ce..bbb7edfdc 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/IntArrayList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java index ae43f0400..3b0f38983 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongArrayList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java index 673fee22c..2f09d8e93 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.java index 778cb67ea..2189d98bf 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/LongObjectCacheBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java index a8d7791c7..aefc79b8f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/NanoSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java index 4254013c4..41ee582d0 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java index c46af2543..669e758de 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java index 7dcb33c89..0f690ea9c 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/ObjectCacheDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java index dac955f49..eaf87f629 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Pair.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java index 86aecf154..ccae198a3 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Priority.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java index accb16732..d1b5a32d2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/PriorityQueue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java index 9238c6c07..896e84073 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftConcurrentObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java index cc765521f..e34b71b45 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftLongObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java index d4739f194..8fb7c091c 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java index 58a9f08c5..a01f6dd37 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/SoftObjectCacheBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java index 2e88d2a1b..a9732b9b8 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/StablePriorityQueue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java index 6f0dd66a2..79a70af57 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/Stack.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java index 42367d61d..f153e596b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashMapDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java index bbe0d2a5a..36afa2a8b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/HashSetDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java index 0a51fe46c..a1c2c6828 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/LinkedHashSetDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java index 61e4cf296..06b6153a2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/decorators/QueueDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java index 34571ea0f..9213c3080 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/AbstractHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java index f72b41b69..982e25807 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java index 14efa1382..3b07cf0b9 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java index 77e777ad6..832697f47 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/HashUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java index 3652b52e1..8a3706b08 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java index e54d11036..b91539eb1 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java index c888de9c6..d3d073892 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java index 000923ea7..5bba77d88 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java index 7388d4b88..5a9132cc7 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashMap.java index 537ce5bcc..c7f732bbf 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java index 00397b180..c786a26d2 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java index 8d51ec3d6..cbd059b71 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java index e1c4182fd..0ba76cfc6 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java index 014998a85..f36035f87 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java index 253ef3d95..8b8007d17 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/LongSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java index 90d29b2e3..fae53179f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedure.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java index 292d3eb6d..9f66f2483 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/hash/ObjectProcedureThrows.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java index 681d6fb69..459d6ce87 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistent23Tree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java index eca903dbf..f75925db4 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/AbstractPersistentHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java index 7d37dea9d..a4271a5cd 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Flag.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java index b68c0d5d6..1ed2fedf4 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23Tree.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java index b0698bb51..42025b2c6 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java index ba4dfb93f..67178a514 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java index 900a6faaf..1e0f34e2f 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSet.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java index ac84d63bd..cb7ac756b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java index fde85cebe..409f73270 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java index cde900521..47ef1f7ca 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java index c9672b61c..dcd80e23d 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java index cc2eccec8..66bdd77ff 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStack.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/MutablePersistentList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/MutablePersistentList.java index d1e8a24f2..393f9e13c 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/MutablePersistentList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/MutablePersistentList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/PersistentList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/PersistentList.java index e9ebc4a07..bf3bcdc83 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/PersistentList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/PersistentList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/RealTimePersistentQueue.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/RealTimePersistentQueue.java index 56511fb36..571e002fb 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/RealTimePersistentQueue.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/RealTimePersistentQueue.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/Sequence.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/Sequence.java index 1d22bbd76..e3ed011db 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/Sequence.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/Sequence.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/SequenceIterable.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/SequenceIterable.java index b8ea95617..121dd5862 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/SequenceIterable.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/persistent/trial/SequenceIterable.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipList.java index f5ee1870c..89f928680 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipList.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipList.java index 55b4cecbd..c3d371347 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipList.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipList.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListBase.java b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListBase.java index d5d68c102..f48c6277b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListBase.java +++ b/utils/src/main/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java index 74e5664c9..453f4da55 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DecoratorJob.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java b/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java index e2a991e11..630c8b4a6 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DefaultExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java index 88a6afad6..c004ecf80 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/DelegatingJobProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java index 9acba889e..9765ff80b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/Job.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/Job.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobHandler.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobHandler.java index 7e7e9dee2..24ed3ab09 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobHandler.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java index 0bb873685..dffdf4df5 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java index 376ca08ff..f9c4af96e 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java index c2a317bfa..6f0a6ff63 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorExceptionHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java index 2c9fafed4..16a9bb428 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/JobProcessorQueueAdapter.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java index 9ad5f8b9d..ff2f414dc 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/LatchJob.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java index f5e71fb5c..483b7d606 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/MultiThreadDelegatingJobProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java b/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java index 5770aaece..71d619947 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/RunnableJob.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/SharedTimer.java b/utils/src/main/java/jetbrains/exodus/core/execution/SharedTimer.java index 65061ada0..8302aebe4 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/SharedTimer.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/SharedTimer.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java index 65cc4c48d..f5eb5cad6 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java index 033b91eb0..76a1e7e50 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/ThreadJobProcessorPool.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java index 5c458c83c..f3fe4ce44 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/DebugLatch.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java index b6a647b03..9954fbc5b 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Latch.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java index 7fe9ae464..55c281ada 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/ReleaseLatch.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java index 769c43338..fe1cf24a3 100644 --- a/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java +++ b/utils/src/main/java/jetbrains/exodus/core/execution/locks/Semaphore.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java b/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java index bd42702c3..a7e5ce148 100644 --- a/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java +++ b/utils/src/main/java/jetbrains/exodus/management/MBeanBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/system/OperatingSystem.java b/utils/src/main/java/jetbrains/exodus/system/OperatingSystem.java index 90e32fbba..30f8178c9 100644 --- a/utils/src/main/java/jetbrains/exodus/system/OperatingSystem.java +++ b/utils/src/main/java/jetbrains/exodus/system/OperatingSystem.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java b/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java index bca1847ed..0a8f166bd 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteArraySizedInputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java index 647b04cd3..f96c5810a 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteArraySpinAllocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java b/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java index ee1bcca55..8ae49479e 100644 --- a/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/ByteUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java b/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java index b5dd4b480..7d73f8da2 100644 --- a/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java +++ b/utils/src/main/java/jetbrains/exodus/util/DeferredIO.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/HexUtil.java b/utils/src/main/java/jetbrains/exodus/util/HexUtil.java index 776737925..762fe6dc5 100644 --- a/utils/src/main/java/jetbrains/exodus/util/HexUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/HexUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/IOUtil.java b/utils/src/main/java/jetbrains/exodus/util/IOUtil.java index 7d087a3e2..e5e19b387 100644 --- a/utils/src/main/java/jetbrains/exodus/util/IOUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/IOUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java b/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java index a35a87d41..e81c941d8 100644 --- a/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java +++ b/utils/src/main/java/jetbrains/exodus/util/LightByteArrayOutputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/MathUtil.java b/utils/src/main/java/jetbrains/exodus/util/MathUtil.java index d4d9cd93f..c65897c10 100644 --- a/utils/src/main/java/jetbrains/exodus/util/MathUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/MathUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/Random.java b/utils/src/main/java/jetbrains/exodus/util/Random.java index faeb35488..a511198bc 100644 --- a/utils/src/main/java/jetbrains/exodus/util/Random.java +++ b/utils/src/main/java/jetbrains/exodus/util/Random.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java b/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java index f6ea47f0e..0a8373101 100644 --- a/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java +++ b/utils/src/main/java/jetbrains/exodus/util/SharedRandomAccessFile.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java index 1e11aa832..b47e15e34 100644 --- a/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/SpinAllocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java b/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java index 1b25cfccc..661f60e8b 100644 --- a/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java +++ b/utils/src/main/java/jetbrains/exodus/util/StringBuilderSpinAllocator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java b/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java index dcbbb18aa..4ca037ec8 100644 --- a/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java +++ b/utils/src/main/java/jetbrains/exodus/util/StringHashMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/StringInterner.java b/utils/src/main/java/jetbrains/exodus/util/StringInterner.java index 17804f4c2..300ec8d86 100644 --- a/utils/src/main/java/jetbrains/exodus/util/StringInterner.java +++ b/utils/src/main/java/jetbrains/exodus/util/StringInterner.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/TeamCityMessenger.java b/utils/src/main/java/jetbrains/exodus/util/TeamCityMessenger.java index 8175bbae9..a8e3e4f91 100644 --- a/utils/src/main/java/jetbrains/exodus/util/TeamCityMessenger.java +++ b/utils/src/main/java/jetbrains/exodus/util/TeamCityMessenger.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java b/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java index 0b02d428e..d31224cfb 100644 --- a/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java +++ b/utils/src/main/java/jetbrains/exodus/util/UTFUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/TestFor.java b/utils/src/test/java/jetbrains/exodus/TestFor.java index 443c88290..ebf41abd8 100644 --- a/utils/src/test/java/jetbrains/exodus/TestFor.java +++ b/utils/src/test/java/jetbrains/exodus/TestFor.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/TestUtil.java b/utils/src/test/java/jetbrains/exodus/TestUtil.java index 3351c426a..00748bc6f 100644 --- a/utils/src/test/java/jetbrains/exodus/TestUtil.java +++ b/utils/src/test/java/jetbrains/exodus/TestUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/compress/BaseCompressTest.java b/utils/src/test/java/jetbrains/exodus/compress/BaseCompressTest.java index 59d7c6b7e..36781de8d 100644 --- a/utils/src/test/java/jetbrains/exodus/compress/BaseCompressTest.java +++ b/utils/src/test/java/jetbrains/exodus/compress/BaseCompressTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/compress/LZ77Test.java b/utils/src/test/java/jetbrains/exodus/compress/LZ77Test.java index aa214dfe1..3db7a1d87 100644 --- a/utils/src/test/java/jetbrains/exodus/compress/LZ77Test.java +++ b/utils/src/test/java/jetbrains/exodus/compress/LZ77Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/compress/VLQTest.java b/utils/src/test/java/jetbrains/exodus/compress/VLQTest.java index 4708596b2..dbe610bc1 100644 --- a/utils/src/test/java/jetbrains/exodus/compress/VLQTest.java +++ b/utils/src/test/java/jetbrains/exodus/compress/VLQTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/compress/VcDiffTest.java b/utils/src/test/java/jetbrains/exodus/compress/VcDiffTest.java index 0b4bccac5..dc61f400d 100644 --- a/utils/src/test/java/jetbrains/exodus/compress/VcDiffTest.java +++ b/utils/src/test/java/jetbrains/exodus/compress/VcDiffTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java b/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java index 446e7efad..f5626ad88 100644 --- a/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/crypto/MessageDigestTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java index 6777c5d55..4bede989e 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ConcurrentStablePriorityQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java index e7de336a6..d8cef2ecc 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/LongObjectCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java index c3061ad59..f1e76c34a 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/ObjectCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java index eda344314..e4e3a2fbf 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/PriorityQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java index 8069a1534..1b85cbec0 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/StablePriorityQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java index 1671225be..0e3779076 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java index b1bcbbb91..dae3bc09c 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/HashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java index 847b2abae..6a3ed54bf 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java index c6db23e03..c1be20df3 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntHashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java index 33d17f730..f6da3b199 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/IntLinkedHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java index fc0f3ddf5..4cf58a269 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java index ec027f19c..98b9835fd 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LinkedHashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java index e0d484b5b..eefe7e487 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.java index c4e511a3d..2d76ee0f8 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongHashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java index 26a7a43ad..9a3f61596 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java index d5c5ff9f1..7605092ae 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/hash/LongLinkedHashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java index 1580625db..8a330b72a 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java index 7213f9e88..a35386ea5 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/Persistent23TreeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java index 4fb583982..f49a649d7 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java index 843118ab9..246b3e75d 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentHashSetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java index 8cc7ca21a..43cea308b 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLinkedHashMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMapTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMapTest.java index 7f2b0df1a..a4d2b36f1 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMapTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentLong23TreeMapTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java index bc35246fa..a328cd8f3 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentObjectCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java index 2c9335299..c5a39cbdd 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java index 2c517f4d5..0af96afb8 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/PersistentStackTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/RealTimePersistentQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/RealTimePersistentQueueTest.java index 93272407e..b367f2356 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/RealTimePersistentQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/persistent/RealTimePersistentQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipListTests.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipListTests.java index b29d13005..fe35a14c3 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipListTests.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/LongSkipListTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListTests.java b/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListTests.java index 796585099..b63af95ab 100644 --- a/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListTests.java +++ b/utils/src/test/java/jetbrains/exodus/core/dataStructures/skiplists/SkipListTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorTest.java b/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorTest.java index f776dac59..399bb7695 100644 --- a/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorWithConcurrentQueueTest.java b/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorWithConcurrentQueueTest.java index 6e45718fe..f8be8bc67 100644 --- a/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorWithConcurrentQueueTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/execution/JobProcessorWithConcurrentQueueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/utils/src/test/java/jetbrains/exodus/core/execution/locks/LatchTest.java b/utils/src/test/java/jetbrains/exodus/core/execution/locks/LatchTest.java index a008f3c77..3038398cc 100644 --- a/utils/src/test/java/jetbrains/exodus/core/execution/locks/LatchTest.java +++ b/utils/src/test/java/jetbrains/exodus/core/execution/locks/LatchTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/Cluster.java b/vfs/src/main/java/jetbrains/exodus/vfs/Cluster.java index 13ae2de8a..59e2c2b19 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/Cluster.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/Cluster.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/ClusterIterator.java b/vfs/src/main/java/jetbrains/exodus/vfs/ClusterIterator.java index 5d303a08b..a478035b0 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/ClusterIterator.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/ClusterIterator.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/ClusterKey.java b/vfs/src/main/java/jetbrains/exodus/vfs/ClusterKey.java index 4a7478cef..62ce30e47 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/ClusterKey.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/ClusterKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/ClusteringStrategy.java b/vfs/src/main/java/jetbrains/exodus/vfs/ClusteringStrategy.java index f4e0b6477..e216633b9 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/ClusteringStrategy.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/ClusteringStrategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/File.java b/vfs/src/main/java/jetbrains/exodus/vfs/File.java index 8714a2bea..b976e143b 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/File.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/File.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/FileExistsException.java b/vfs/src/main/java/jetbrains/exodus/vfs/FileExistsException.java index 08032643d..22391680b 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/FileExistsException.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/FileExistsException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/FileNotFoundException.java b/vfs/src/main/java/jetbrains/exodus/vfs/FileNotFoundException.java index 1b2b532af..04a0da7d0 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/FileNotFoundException.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/FileNotFoundException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsAppendingStream.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsAppendingStream.java index 874137701..42106c94b 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsAppendingStream.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsAppendingStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsConfig.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsConfig.java index 5eed08c64..bd3cbd00e 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsConfig.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsException.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsException.java index 359d4b93c..9a570c587 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsException.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsException.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsInputStream.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsInputStream.java index cd1146578..f52d53f3c 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsInputStream.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsInputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsOutputStream.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsOutputStream.java index c4f688699..af434ba08 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsOutputStream.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsOutputStream.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VfsSettings.java b/vfs/src/main/java/jetbrains/exodus/vfs/VfsSettings.java index b42e069df..e0095bfa4 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VfsSettings.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VfsSettings.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/main/java/jetbrains/exodus/vfs/VirtualFileSystem.java b/vfs/src/main/java/jetbrains/exodus/vfs/VirtualFileSystem.java index 75597a494..55773d358 100644 --- a/vfs/src/main/java/jetbrains/exodus/vfs/VirtualFileSystem.java +++ b/vfs/src/main/java/jetbrains/exodus/vfs/VirtualFileSystem.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileLowMemTests.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileLowMemTests.java index 5ccb835fe..811c88137 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileLowMemTests.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileLowMemTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileTests.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileTests.java index eb22d7c2d..afe792053 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileTests.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsFileTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsLowMemTests.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsLowMemTests.java index 1e03d149f..cdcc0d2df 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsLowMemTests.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsLowMemTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsTests.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsTests.java index 652eb8c0e..b299159ce 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsTests.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStreamsTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ public class VfsStreamsTests extends VfsTestsBase { "Потом наступил прибой, но воды ни прибыло.\n" + "От жёлтой полоски света, крадущейся с корабля\n" + "По чёрному дёгтю волн, от мерного их брожения\n" + - "Рыбы впадали в транс. ? северный ветер, как конопля,\n" + + "Рыбы впадали в транс. И северный ветер, как конопля,\n" + "Бродил по извилинам волн, воспаляя воображение.\n" + "Лежащий глядел в то место, откуда бывает снег,\n" + "Где, обозначенный красной точкою, медленно двигался к катастрофе\n" + @@ -67,7 +67,7 @@ public class VfsStreamsTests extends VfsTestsBase { "и дребезжанья окон.\n" + "Мысль не имеет приметы,\n" + "лишь имя длиной в строку.\n" + - "?мя то \"смерть\", и это\n" + + "�?мя то \"смерть\", и это\n" + "нравится старику."; @Test diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStressTests.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStressTests.java index 547d76658..1d6028ed4 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsStressTests.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsStressTests.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/vfs/src/test/java/jetbrains/exodus/vfs/VfsTestsBase.java b/vfs/src/test/java/jetbrains/exodus/vfs/VfsTestsBase.java index 3106b444d..f11ed8470 100644 --- a/vfs/src/test/java/jetbrains/exodus/vfs/VfsTestsBase.java +++ b/vfs/src/test/java/jetbrains/exodus/vfs/VfsTestsBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2010 - 2016 JetBrains s.r.o. + * Copyright 2010 - 2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.