Merge lp:~nwilliams/akiban-persistit/file-headers-to-agpl into lp:akiban-persistit

Proposed by Nathan Williams
Status: Merged
Merged at revision: 307
Proposed branch: lp:~nwilliams/akiban-persistit/file-headers-to-agpl
Merge into: lp:akiban-persistit
Diff against target: 18784 lines (+6840/-8445)
365 files modified
HEADER.txt (+17/-23)
LICENSE.txt (+619/-145)
core/findbugs-exclude.xml (+17/-23)
core/run_stress_tests.py (+19/-27)
core/src/main/java/com/persistit/Accumulator.java (+17/-23)
core/src/main/java/com/persistit/AccumulatorState.java (+17/-23)
core/src/main/java/com/persistit/AlertMonitor.java (+17/-23)
core/src/main/java/com/persistit/AntiValue.java (+17/-23)
core/src/main/java/com/persistit/BackupTask.java (+17/-23)
core/src/main/java/com/persistit/Buffer.java (+17/-23)
core/src/main/java/com/persistit/BufferPool.java (+17/-23)
core/src/main/java/com/persistit/BufferPoolMXBeanImpl.java (+17/-23)
core/src/main/java/com/persistit/CLI.java (+17/-23)
core/src/main/java/com/persistit/CheckpointManager.java (+17/-23)
core/src/main/java/com/persistit/ClassIndex.java (+17/-23)
core/src/main/java/com/persistit/ClassInfo.java (+19/-24)
core/src/main/java/com/persistit/CleanupManager.java (+17/-23)
core/src/main/java/com/persistit/Configuration.java (+17/-23)
core/src/main/java/com/persistit/DefaultCoderManager.java (+17/-23)
core/src/main/java/com/persistit/DefaultObjectCoder.java (+17/-23)
core/src/main/java/com/persistit/DefaultValueCoder.java (+17/-23)
core/src/main/java/com/persistit/Exchange.java (+17/-23)
core/src/main/java/com/persistit/FastIndex.java (+17/-23)
core/src/main/java/com/persistit/GetVersion.java (+17/-23)
core/src/main/java/com/persistit/IOMeter.java (+17/-23)
core/src/main/java/com/persistit/IOTaskRunnable.java (+17/-23)
core/src/main/java/com/persistit/IntegrityCheck.java (+17/-23)
core/src/main/java/com/persistit/JournalManager.java (+17/-23)
core/src/main/java/com/persistit/JournalRecord.java (+17/-23)
core/src/main/java/com/persistit/JournalTool.java (+17/-23)
core/src/main/java/com/persistit/Key.java (+19/-24)
core/src/main/java/com/persistit/KeyFilter.java (+17/-23)
core/src/main/java/com/persistit/KeyHistogram.java (+17/-23)
core/src/main/java/com/persistit/KeyParser.java (+17/-23)
core/src/main/java/com/persistit/KeyState.java (+17/-23)
core/src/main/java/com/persistit/LongRecordHelper.java (+17/-23)
core/src/main/java/com/persistit/MVV.java (+17/-23)
core/src/main/java/com/persistit/Management.java (+17/-23)
core/src/main/java/com/persistit/ManagementImpl.java (+17/-23)
core/src/main/java/com/persistit/MediatedFileChannel.java (+17/-23)
core/src/main/java/com/persistit/Persistit.java (+17/-23)
core/src/main/java/com/persistit/PersistitMap.java (+19/-24)
core/src/main/java/com/persistit/RecoveryManager.java (+17/-23)
core/src/main/java/com/persistit/ReentrantResourceHolder.java (+17/-23)
core/src/main/java/com/persistit/SessionId.java (+17/-23)
core/src/main/java/com/persistit/SharedResource.java (+17/-23)
core/src/main/java/com/persistit/StatisticsTask.java (+17/-23)
core/src/main/java/com/persistit/StreamLoader.java (+17/-23)
core/src/main/java/com/persistit/StreamSaver.java (+17/-23)
core/src/main/java/com/persistit/Task.java (+17/-23)
core/src/main/java/com/persistit/TaskCheck.java (+17/-23)
core/src/main/java/com/persistit/TimestampAllocator.java (+17/-23)
core/src/main/java/com/persistit/Transaction.java (+17/-23)
core/src/main/java/com/persistit/TransactionIndex.java (+17/-23)
core/src/main/java/com/persistit/TransactionIndexBucket.java (+17/-23)
core/src/main/java/com/persistit/TransactionPlayer.java (+17/-23)
core/src/main/java/com/persistit/TransactionPlayerSupport.java (+19/-24)
core/src/main/java/com/persistit/TransactionRunnable.java (+17/-23)
core/src/main/java/com/persistit/TransactionStatus.java (+17/-23)
core/src/main/java/com/persistit/Tree.java (+17/-23)
core/src/main/java/com/persistit/TreeSelector.java (+17/-23)
core/src/main/java/com/persistit/TreeState.java (+17/-23)
core/src/main/java/com/persistit/TreeStatistics.java (+17/-23)
core/src/main/java/com/persistit/Value.java (+17/-23)
core/src/main/java/com/persistit/ValueHelper.java (+17/-23)
core/src/main/java/com/persistit/ValueState.java (+17/-23)
core/src/main/java/com/persistit/Volume.java (+17/-23)
core/src/main/java/com/persistit/VolumeHandleLookup.java (+19/-24)
core/src/main/java/com/persistit/VolumeHeader.java (+17/-23)
core/src/main/java/com/persistit/VolumeSpecification.java (+19/-24)
core/src/main/java/com/persistit/VolumeStatistics.java (+17/-23)
core/src/main/java/com/persistit/VolumeStorage.java (+17/-23)
core/src/main/java/com/persistit/VolumeStorageT2.java (+17/-23)
core/src/main/java/com/persistit/VolumeStorageV2.java (+17/-23)
core/src/main/java/com/persistit/VolumeStructure.java (+17/-23)
core/src/main/java/com/persistit/encoding/CoderContext.java (+17/-23)
core/src/main/java/com/persistit/encoding/CoderManager.java (+17/-23)
core/src/main/java/com/persistit/encoding/CollectionValueCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/EnumValueCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/KeyCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/KeyDisplayer.java (+17/-23)
core/src/main/java/com/persistit/encoding/KeyRenderer.java (+17/-23)
core/src/main/java/com/persistit/encoding/ObjectCache.java (+17/-23)
core/src/main/java/com/persistit/encoding/ObjectCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/SerialValueCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/ValueCoder.java (+17/-23)
core/src/main/java/com/persistit/encoding/ValueDisplayer.java (+17/-23)
core/src/main/java/com/persistit/encoding/ValueRenderer.java (+17/-23)
core/src/main/java/com/persistit/exception/AppendableIOException.java (+17/-23)
core/src/main/java/com/persistit/exception/BufferSizeUnavailableException.java (+17/-23)
core/src/main/java/com/persistit/exception/ConversionException.java (+17/-23)
core/src/main/java/com/persistit/exception/CorruptImportStreamException.java (+17/-23)
core/src/main/java/com/persistit/exception/CorruptJournalException.java (+17/-23)
core/src/main/java/com/persistit/exception/CorruptValueException.java (+17/-23)
core/src/main/java/com/persistit/exception/CorruptVolumeException.java (+17/-23)
core/src/main/java/com/persistit/exception/InUseException.java (+17/-23)
core/src/main/java/com/persistit/exception/InvalidKeyException.java (+17/-23)
core/src/main/java/com/persistit/exception/InvalidPageAddressException.java (+17/-23)
core/src/main/java/com/persistit/exception/InvalidPageStructureException.java (+17/-23)
core/src/main/java/com/persistit/exception/InvalidPageTypeException.java (+17/-23)
core/src/main/java/com/persistit/exception/InvalidVolumeSpecificationException.java (+17/-23)
core/src/main/java/com/persistit/exception/MalformedValueException.java (+17/-23)
core/src/main/java/com/persistit/exception/MissingKeySegmentException.java (+17/-23)
core/src/main/java/com/persistit/exception/MissingThreadException.java (+17/-23)
core/src/main/java/com/persistit/exception/PersistitClosedException.java (+17/-23)
core/src/main/java/com/persistit/exception/PersistitException.java (+17/-23)
core/src/main/java/com/persistit/exception/PersistitIOException.java (+17/-23)
core/src/main/java/com/persistit/exception/PersistitInterruptedException.java (+19/-24)
core/src/main/java/com/persistit/exception/PropertiesNotFoundException.java (+19/-24)
core/src/main/java/com/persistit/exception/ReadOnlyVolumeException.java (+17/-23)
core/src/main/java/com/persistit/exception/RebalanceException.java (+19/-24)
core/src/main/java/com/persistit/exception/RecoveryMissingVolumesException.java (+17/-23)
core/src/main/java/com/persistit/exception/RetryException.java (+17/-23)
core/src/main/java/com/persistit/exception/RollbackException.java (+17/-23)
core/src/main/java/com/persistit/exception/TaskEndedException.java (+19/-24)
core/src/main/java/com/persistit/exception/TestException.java (+17/-23)
core/src/main/java/com/persistit/exception/TimeoutException.java (+19/-24)
core/src/main/java/com/persistit/exception/TransactionFailedException.java (+17/-23)
core/src/main/java/com/persistit/exception/TreeAlreadyExistsException.java (+17/-23)
core/src/main/java/com/persistit/exception/TreeNotFoundException.java (+17/-23)
core/src/main/java/com/persistit/exception/TruncateVolumeException.java (+17/-23)
core/src/main/java/com/persistit/exception/VolumeAlreadyExistsException.java (+17/-23)
core/src/main/java/com/persistit/exception/VolumeClosedException.java (+19/-24)
core/src/main/java/com/persistit/exception/VolumeFullException.java (+19/-24)
core/src/main/java/com/persistit/exception/VolumeNotFoundException.java (+19/-24)
core/src/main/java/com/persistit/exception/WWRetryException.java (+17/-23)
core/src/main/java/com/persistit/exception/WrongVolumeException.java (+17/-23)
core/src/main/java/com/persistit/logging/ApacheCommonsLogAdapter.java (+17/-23)
core/src/main/java/com/persistit/logging/DefaultPersistitLogger.java (+17/-23)
core/src/main/java/com/persistit/logging/JDK14LoggingAdapter.java (+17/-23)
core/src/main/java/com/persistit/logging/Log4JAdapter.java (+17/-23)
core/src/main/java/com/persistit/logging/LogBase.java (+19/-24)
core/src/main/java/com/persistit/logging/PersistitLevel.java (+19/-24)
core/src/main/java/com/persistit/logging/PersistitLogMessage.java (+19/-24)
core/src/main/java/com/persistit/logging/PersistitLogger.java (+17/-23)
core/src/main/java/com/persistit/logging/Slf4jAdapter.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/AlertMonitorMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/BufferPoolMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/CheckpointManagerMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/CleanupManagerMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/Description.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/IOMeterMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/JournalManagerMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/MXBeanWrapper.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/ManagementMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/PName.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/RecoveryManagerMXBean.java (+17/-23)
core/src/main/java/com/persistit/mxbeans/TransactionIndexMXBean.java (+19/-24)
core/src/main/java/com/persistit/policy/JoinPolicy.java (+17/-23)
core/src/main/java/com/persistit/policy/SplitPolicy.java (+17/-23)
core/src/main/java/com/persistit/ref/AbstractReference.java (+17/-23)
core/src/main/java/com/persistit/ref/AbstractWeakReference.java (+17/-23)
core/src/main/java/com/persistit/ref/PersistitReference.java (+17/-23)
core/src/main/java/com/persistit/ui/AbstractInspector.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminCommand.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminUI.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminUIBufferPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminUISummaryPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminUITaskPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/AdminUITreePanel.java (+17/-23)
core/src/main/java/com/persistit/ui/InnerJarClassLoader.java (+17/-23)
core/src/main/java/com/persistit/ui/InspectorDisplayablePanel.java (+17/-23)
core/src/main/java/com/persistit/ui/InspectorHexPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/InspectorObjectPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/InspectorPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/JavaHelpAdapter.java (+17/-23)
core/src/main/java/com/persistit/ui/ManagementListModel.java (+17/-23)
core/src/main/java/com/persistit/ui/ManagementSlidingTableModel.java (+17/-23)
core/src/main/java/com/persistit/ui/ManagementTableModel.java (+17/-23)
core/src/main/java/com/persistit/ui/PersistitTableModel.java (+17/-23)
core/src/main/java/com/persistit/ui/PoolDisplayPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/TaskSetupPanel.java (+17/-23)
core/src/main/java/com/persistit/ui/TreeAndVolumeSelector.java (+17/-23)
core/src/main/java/com/persistit/ui/VTComboBoxModel.java (+19/-24)
core/src/main/java/com/persistit/ui/ValueInspectorTreeNode.java (+17/-23)
core/src/main/java/com/persistit/ui/renderers/TaskStatusStateRenderer.java (+17/-23)
core/src/main/java/com/persistit/util/ArgParser.java (+17/-23)
core/src/main/java/com/persistit/util/Debug.java (+17/-23)
core/src/main/java/com/persistit/util/InternalHashSet.java (+17/-23)
core/src/main/java/com/persistit/util/SequencerConstants.java (+17/-23)
core/src/main/java/com/persistit/util/ThreadSequencer.java (+17/-23)
core/src/main/java/com/persistit/util/Util.java (+17/-23)
core/src/main/java/com/persistit/util/UtilControl.java (+17/-23)
core/src/main/javadoc/com/persistit/encoding/package.html (+18/-24)
core/src/main/javadoc/com/persistit/exception/package.html (+19/-25)
core/src/main/javadoc/com/persistit/logging/package.html (+19/-25)
core/src/main/javadoc/com/persistit/package.html (+18/-24)
core/src/main/javadoc/com/persistit/ref/package.html (+19/-25)
core/src/main/javadoc/overview.html (+19/-25)
core/src/main/javadoc/resources/stylesheet.css (+18/-24)
core/src/main/resources/assembly_descriptor.xml (+9/-5)
core/src/main/resources/com/persistit/logging/Logger.properties (+11/-6)
core/src/main/resources/com/persistit/ui/AdminUI_en.properties (+12/-7)
core/src/test/java/com/persistit/AccumulatorMemoryTest.java (+17/-23)
core/src/test/java/com/persistit/AccumulatorRecoveryTest.java (+17/-23)
core/src/test/java/com/persistit/AccumulatorTest.java (+17/-23)
core/src/test/java/com/persistit/AlertMonitorTest.java (+17/-23)
core/src/test/java/com/persistit/BackupTaskTest.java (+17/-23)
core/src/test/java/com/persistit/BufferMaxPack.java (+17/-23)
core/src/test/java/com/persistit/BufferPoolTest.java (+17/-23)
core/src/test/java/com/persistit/BufferTest.java (+17/-23)
core/src/test/java/com/persistit/BufferTest2.java (+17/-23)
core/src/test/java/com/persistit/Bug1003578Test.java (+17/-23)
core/src/test/java/com/persistit/Bug706132Test.java (+17/-23)
core/src/test/java/com/persistit/Bug708592Test.java (+17/-23)
core/src/test/java/com/persistit/Bug739533Test.java (+17/-23)
core/src/test/java/com/persistit/Bug777918Test.java (+17/-23)
core/src/test/java/com/persistit/Bug790709Test.java (+17/-23)
core/src/test/java/com/persistit/Bug870352Test.java (+17/-23)
core/src/test/java/com/persistit/Bug877656Test.java (+17/-23)
core/src/test/java/com/persistit/Bug882219Test.java (+17/-23)
core/src/test/java/com/persistit/Bug885477Test.java (+17/-23)
core/src/test/java/com/persistit/Bug889850Test.java (+17/-23)
core/src/test/java/com/persistit/Bug911849Test.java (+17/-23)
core/src/test/java/com/persistit/Bug915594Test.java (+17/-23)
core/src/test/java/com/persistit/Bug918909Test.java (+17/-23)
core/src/test/java/com/persistit/Bug920754Test.java (+17/-23)
core/src/test/java/com/persistit/Bug923790Test.java (+17/-23)
core/src/test/java/com/persistit/Bug927701Test.java (+17/-23)
core/src/test/java/com/persistit/Bug932097Test.java (+17/-23)
core/src/test/java/com/persistit/Bug937877Test.java (+17/-23)
core/src/test/java/com/persistit/Bug942669Test.java (+17/-23)
core/src/test/java/com/persistit/Bug947182Test.java (+17/-23)
core/src/test/java/com/persistit/Bug974589Test.java (+17/-23)
core/src/test/java/com/persistit/Bug980292Test.java (+17/-23)
core/src/test/java/com/persistit/Bug989202Test.java (+17/-23)
core/src/test/java/com/persistit/Bug992801Test.java (+17/-23)
core/src/test/java/com/persistit/Bug996241Test.java (+17/-23)
core/src/test/java/com/persistit/ClassIndexTest.java (+17/-23)
core/src/test/java/com/persistit/CleanupManagerTest.java (+17/-23)
core/src/test/java/com/persistit/CommandLineTest.java (+17/-23)
core/src/test/java/com/persistit/ConfigurationTest.java (+17/-23)
core/src/test/java/com/persistit/ConfirmEmptyVolume.java (+17/-23)
core/src/test/java/com/persistit/ConfirmIntegrity.java (+17/-23)
core/src/test/java/com/persistit/CorruptVolumeTest.java (+17/-23)
core/src/test/java/com/persistit/DumpTaskTest.java (+17/-23)
core/src/test/java/com/persistit/ErrorInjectingFileChannel.java (+17/-23)
core/src/test/java/com/persistit/FastIndexTest.java (+17/-23)
core/src/test/java/com/persistit/FatalErrorExceptionTest.java (+17/-23)
core/src/test/java/com/persistit/IOFailureTest.java (+17/-23)
core/src/test/java/com/persistit/IOMeterChargeBenchmark.java (+17/-23)
core/src/test/java/com/persistit/InsertSequenceTest.java (+17/-23)
core/src/test/java/com/persistit/IntegrityCheckTest.java (+17/-23)
core/src/test/java/com/persistit/InternalHashSetUnitTest.java (+17/-23)
core/src/test/java/com/persistit/JournalManagerTest.java (+17/-23)
core/src/test/java/com/persistit/KeyHistogramTest.java (+17/-23)
core/src/test/java/com/persistit/MVCCBasicTest.java (+17/-23)
core/src/test/java/com/persistit/MVCCConcurrentTest.java (+19/-24)
core/src/test/java/com/persistit/MVCCPruneBufferTest.java (+17/-23)
core/src/test/java/com/persistit/MVCCPruneTest.java (+17/-23)
core/src/test/java/com/persistit/MVCCTestBase.java (+17/-23)
core/src/test/java/com/persistit/MVVTest.java (+17/-23)
core/src/test/java/com/persistit/MediatedFileChannelTest.java (+17/-23)
core/src/test/java/com/persistit/RecoveryTest.java (+17/-23)
core/src/test/java/com/persistit/ScriptedKeyFilterTest.java (+17/-23)
core/src/test/java/com/persistit/SplitPolicyTest.java (+17/-23)
core/src/test/java/com/persistit/StatisticsTaskTest.java (+17/-23)
core/src/test/java/com/persistit/TestShim.java (+17/-23)
core/src/test/java/com/persistit/TransactionIndexConcurrencyTest.java (+17/-23)
core/src/test/java/com/persistit/TransactionIndexTest.java (+17/-23)
core/src/test/java/com/persistit/TransactionLifetimeTest.java (+17/-23)
core/src/test/java/com/persistit/TransactionTest2.java (+17/-23)
core/src/test/java/com/persistit/TreeLifetimeTest.java (+17/-23)
core/src/test/java/com/persistit/TreeTest2.java (+17/-23)
core/src/test/java/com/persistit/ValueCacheUnitTest.java (+17/-23)
core/src/test/java/com/persistit/ValueTest7.java (+17/-23)
core/src/test/java/com/persistit/VolumeTest.java (+17/-23)
core/src/test/java/com/persistit/stress/CommitBench.java (+17/-23)
core/src/test/java/com/persistit/stress/MD5Sum.java (+17/-23)
core/src/test/java/com/persistit/stress/PersistitMapStress1.java (+17/-23)
core/src/test/java/com/persistit/stress/PersistitMapStress2.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress0.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress1.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress10.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress10dbg.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress11.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress12txn.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress1txn.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress2.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress2txn.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress3.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress3txn.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress4Base.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress4a.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress4b.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress5.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress6.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress7.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress8txn.java (+17/-23)
core/src/test/java/com/persistit/stress/Stress9.java (+17/-23)
core/src/test/java/com/persistit/stress/StressBase.java (+17/-23)
core/src/test/java/com/persistit/stress/StressInsert.java (+17/-23)
core/src/test/java/com/persistit/stress/StressRecovery.java (+17/-23)
core/src/test/java/com/persistit/stress/StressRecoveryTxn1.java (+17/-23)
core/src/test/java/com/persistit/stress/StressUUID.java (+17/-23)
core/src/test/java/com/persistit/stress/TestSamePageOptimization.java (+17/-23)
core/src/test/java/com/persistit/test/AbstractTestRunnerItem.java (+19/-24)
core/src/test/java/com/persistit/test/TestResult.java (+19/-27)
core/src/test/java/com/persistit/test/TestRunner.java (+17/-23)
core/src/test/java/com/persistit/test/TestRunnerGui.java (+17/-23)
core/src/test/java/com/persistit/test/TestUnit.java (+19/-27)
core/src/test/java/com/persistit/unit/BufferPoolMemConfigurationTest.java (+17/-23)
core/src/test/java/com/persistit/unit/ConcurrentUtil.java (+17/-23)
core/src/test/java/com/persistit/unit/DefaultCoderManagerTest.java (+17/-23)
core/src/test/java/com/persistit/unit/ExchangeTest.java (+17/-23)
core/src/test/java/com/persistit/unit/FileLockTest.java (+17/-23)
core/src/test/java/com/persistit/unit/JoinTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyCoderTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyFilterTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyFilterTest2.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyParserTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyParserTest2.java (+17/-23)
core/src/test/java/com/persistit/unit/KeyTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/Log4JLoggerTest.java (+17/-23)
core/src/test/java/com/persistit/unit/LongRecordTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/LotsaSmallKeys.java (+17/-23)
core/src/test/java/com/persistit/unit/PersistitMapTest.java (+17/-23)
core/src/test/java/com/persistit/unit/PersistitUnitTestCase.java (+17/-23)
core/src/test/java/com/persistit/unit/SaveLoadTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/SimpleTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/TemporaryVolumeTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/ThreadSequencerTest.java (+17/-23)
core/src/test/java/com/persistit/unit/TransactionTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/TransactionTest3.java (+17/-23)
core/src/test/java/com/persistit/unit/TreeSelectorTest.java (+17/-23)
core/src/test/java/com/persistit/unit/TreeTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/UnitTestProperties.java (+17/-23)
core/src/test/java/com/persistit/unit/UnitTestRunner.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueCoderTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueCoderTest2.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueTest1.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueTest2.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueTest3.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueTest4.java (+17/-23)
core/src/test/java/com/persistit/unit/ValueTest5.java (+17/-23)
core/src/test/resources/stress-recovery (+12/-6)
doc/build/build-doc.sh (+13/-7)
doc/build/src/AsciiDocIndex.java (+10/-6)
examples/FindFile/FindFile.java (+17/-23)
examples/FindFile/README.txt (+18/-23)
examples/FindFile/build.xml (+17/-23)
examples/FindFile/persistit.properties (+17/-23)
examples/HelloWorld/HelloWorld.java (+19/-24)
examples/HelloWorld/README.txt (+18/-23)
examples/HelloWorld/build.xml (+17/-23)
examples/HelloWorld/persistit.properties (+17/-23)
examples/PersistitMapDemo/PersistitMapDemo.java (+19/-24)
examples/PersistitMapDemo/README.txt (+18/-23)
examples/PersistitMapDemo/build.xml (+17/-23)
examples/PersistitMapDemo/persistit.properties (+17/-23)
examples/SimpleBench/README.txt (+18/-23)
examples/SimpleBench/SimpleBench.java (+17/-23)
examples/SimpleBench/build.xml (+17/-23)
examples/SimpleDemo/README.txt (+18/-23)
examples/SimpleDemo/SimpleDemo.java (+17/-23)
examples/SimpleDemo/build.xml (+17/-23)
examples/SimpleDemo/persistit.properties (+19/-24)
examples/SimpleTransaction/README.txt (+18/-23)
examples/SimpleTransaction/SimpleTransaction.java (+19/-24)
examples/SimpleTransaction/build.xml (+17/-23)
examples/SimpleTransaction/persistit.properties (+17/-23)
examples/scripts/jmxterm-execute.sh (+18/-25)
examples/scripts/jmxterm-launch.sh (+18/-25)
pom.xml (+10/-0)
To merge this branch: bzr merge lp:~nwilliams/akiban-persistit/file-headers-to-agpl
Reviewer Review Type Date Requested Status
Nathan Williams Approve
Review via email: mp+107847@code.launchpad.net

Description of the change

Update license and headers to AGPLv3.

Update all headers to what is described:
https://akibainc.onconfluence.com/display/db/Licensing+-+AGPLv3

Majority of the diff is ripping out the old and inserting the new.

Other things of (minor) note:
- License section added to pom.xml, distribution as "repo"
This means it can go into a maven repo (not ours, if someone wanted to). If we don't want that, we should change it to "binary" (I think).

- LICENSE.txt now copied into final jars
But _not_ the combined jar with all dependencies. We won't be distributing that, right?

- Dates were the earliest Peter had proof for and are
For example, 2005-2012. New files are just 2012.

To post a comment you must log in.
Revision history for this message
Nathan Williams (nwilliams) wrote :

Previously approved, so re-approving. Will be merging into new trunk manually.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'HEADER.txt'
2--- HEADER.txt 2012-03-29 15:43:49 +0000
3+++ HEADER.txt 2012-05-29 18:47:25 +0000
4@@ -1,23 +1,17 @@
5-END USER LICENSE AGREEMENT (“EULA”)
6-
7-READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
8-http://www.akiban.com/licensing/20110913
9-
10-BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
11-ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
12-AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
13-
14-IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
15-THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
16-NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
17-YOUR INITIAL PURCHASE.
18-
19-IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
20-CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
21-FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
22-LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
23-BY SUCH AUTHORIZED PERSONNEL.
24-
25-IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
26-USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
27-PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
28+Copyright © __YEAR_SECTION__ Akiban Technologies, Inc. All rights reserved.
29+
30+This program is free software: you can redistribute it and/or modify
31+it under the terms of the GNU Affero General Public License as
32+published by the Free Software Foundation, version 3 (only) of the
33+License.
34+
35+This program is distributed in the hope that it will be useful,
36+but WITHOUT ANY WARRANTY; without even the implied warranty of
37+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38+GNU Affero General Public License for more details.
39+
40+You should have received a copy of the GNU Affero General Public License
41+along with this program. If not, see <http://www.gnu.org/licenses/>.
42+
43+This program may also be available under different license terms. For more
44+information, see www.akiban.com or contact licensing@akiban.com.
45
46=== modified file 'LICENSE.txt'
47--- LICENSE.txt 2012-03-27 22:12:58 +0000
48+++ LICENSE.txt 2012-05-29 18:47:25 +0000
49@@ -1,145 +1,619 @@
50-====
51- END USER LICENSE AGREEMENT (“EULA”)
52-
53- READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
54- http://www.akiban.com/licensing/20110913
55-
56- BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
57- ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
58- AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
59-
60- IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
61- THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
62- NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
63- YOUR INITIAL PURCHASE.
64-
65- IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
66- CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
67- FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
68- LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
69- BY SUCH AUTHORIZED PERSONNEL.
70-
71- IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
72- USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
73- PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
74-====
75-
76-END USER LICENSE AGREEMENT (“EULA”)
77-
78-READ THIS AGREEMENT CAREFULLY (date: 9/13/2011): http://www.akiban.com/licensing/20110913
79-
80-BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
81-
82-IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF YOUR INITIAL PURCHASE.
83-
84-IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE BY SUCH AUTHORIZED PERSONNEL.
85-
86-IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
87-
88-This End User License Agreement (“Agreement”) is between Akiban Technologies, Inc., located at 560 Harrison Avenue, Suite 411, Boston, MA 02118 (“Akiban”) and the customer (individual or entity) that has downloaded or otherwise procured the licensed Software (as defined below) for use as an end user (“you”). This Agreement covers any Software and supporting technical documentation provided with the Software (“Documentation”).
89-
90-1. DEFINITIONS.
91-
92-Effective Date: means the earlier of the date you sign an Order Form or the date on which the Software is first made available to you.
93-
94-Order Form: means any order on Akiban’s standard order form which is executed by Akiban and you and which references this Agreement. Each Order Form which references this Agreement shall be deemed a part of this Agreement. This Agreement is binding on you whether or not you executed an Order Form with Akiban.
95-
96-Software: means the Akiban software product(s) provided in connection with this Agreement in object code form (or as otherwise specified in any related Order Form). “Software” shall also include any releases provided to or purchased by you under any separate support and maintenance agreement you may enter into with Akiban. Unless otherwise noted, the Software and Documentation are referred to collectively herein as “Software”.
97-
98-Subscription: means a subscription to use the Software and receive support and maintenance services.
99-
100-Subscription Term: means the term of a Subscription designated in the applicable Order Form.
101-
102-2. LICENSE.
103-
104-2.1 Grant of License. Subject to all of the terms and conditions of this Agreement, during the Subscription Term, Akiban grants you a non-transferable, non-sublicensable, non-exclusive license to use the Software, but only in accordance with (i) the Documentation, (ii) this Agreement and (iii) any term, server or other restrictions set forth in the applicable Order Form or otherwise specified upon purchase. If you have not executed a separate Order Form with Akiban and paid the applicable license fee for use of the Software, then you are granted only an evaluation license in accordance with Section 2.2 immediately below.
105-
106-2.2 Evaluation License. Notwithstanding the foregoing, if you select to download the Software on an evaluation basis, you will be authorized to access and use the Software only for a limited evaluation period of thirty (30) days, beginning on the day that you first receive the Software (the “Evaluation Period”). Unless you pay the applicable license fee for the Software (and Akiban issues you a license key in exchange), the Software may become inoperable and, in any event, your right to use the Software automatically expires at the end of the Evaluation Period. If you pay the applicable license fee for the Software, your right to use the Software on the number of computers for which you have paid the applicable license fee will continue for the term of the license you have purchased, subject to the terms of this Agreement. Your license to use the Software during the Evaluation Period is limited to using the Software internally at your designated evaluation site, solely to test the Software in an evaluation environment. Any other use of the Software during the Evaluation Period is expressly prohibited.
107-
108-2.3 Installation and Copies. Akiban shall deliver the Software and Documentation by disk or other media or make it available for download in electronic form. Akiban shall also provide you with electronic passwords or other enabling mechanisms if necessary to permit the licensed usage of the Software. All subscriptions shall commence, and delivery shall be deemed to occur, as of the Effective Date (or, if later, such date on which the Software and license keys are first made available to you). If you are an individual, you may copy and install the Software on a single computer. If you are a corporation, partnership, or other entity, you may copy and install on your computers for use only by your employees the number of copies of the Software for which you have paid the applicable license fee. You may also make a reasonable number of copies of the Software for back-up and archival purposes.
109-
110-2.4. License Restrictions. You shall not (and shall not allow any third party to): (a) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions);(b) distribute, sell, sublicense, rent, lease or use the Software (or any portion thereof) for time sharing, hosting, service provider or like purposes; (c) remove any product identification, proprietary, copyright or other notices contained in the Software; or (d) modify any part of the Software, create a derivative work of any part of the Software, or incorporate the Software into or with other software, except to the extent expressly authorized in writing by Akiban.
111-
112-2.5 Subscription Term. Unless otherwise designated in the Order Form, each Subscription Term is for a twelve (12) month period only and shall automatically renew for subsequent periods of the same length at the then-current price unless either party provides the other with notice of cancellation thirty (30) days or more prior to expiration of the then-current term.
113-
114-2.6 Special Note Regarding Akiban Open Source Projects. Akiban may elect to release certain software under open source licenses (the “Akiban Open Source Licenses”) which may be the same as or similar to components of the Software. Nothing in the Akiban Open Source Licenses grants any right to use the Software and this Agreement alone shall govern any use of the Software.
115-
116-3. OWNERSHIP.
117-
118-Notwithstanding anything to the contrary contained herein, except for the limited license rights expressly provided herein, Akiban and its suppliers have and will retain all rights, title and interest (including, without limitation, all patent, copyright, trademark, trade secret and other intellectual property rights) in and to the Software and all copies, modifications and derivative works thereof (including any changes which incorporate any of your ideas, feedback or suggestions). You acknowledge that you are obtaining only a limited license right to the Software and that irrespective of any use of the words “purchase”, “sale” or like terms hereunder no ownership rights are being conveyed to you under this Agreement or otherwise.
119-
120-4. PAYMENT.
121-
122-You shall pay all fees associated with the Software licensed and any services purchased hereunder as set forth in the applicable Order Form. The rates for any Subscription Term renewals shall be Akiban’s then-current Subscription rates. All payments shall be made in U.S. dollars within thirty (30) days of your receipt of the applicable invoice, unless otherwise specified in writing by Akiban. Except as expressly set forth herein, all fees are non-refundable once paid. You shall be responsible for all taxes, withholdings, duties and levies arising from the order (excluding taxes based on the net income of Akiban). Any late payments shall be subject to a service charge equal to 1.5% per month of the amount due or the maximum amount allowed by law, whichever is less.
123-
124-5. TERM OF AGREEMENT.
125-
126-5.1 Term. This Agreement is effective as of the Effective Date and expires at such time as all license and service subscriptions hereunder have expired in accordance with their own terms (the “Term”). Either party may terminate this Agreement (including all related Order Forms) if the other party: (a) fails to cure any material breach of this Agreement within thirty (30) days after written notice of such breach; (b) ceases operation without a successor; or (c) seeks protection under any bankruptcy, receivership, trust deed, creditors arrangement, composition or comparable proceeding, or if any such proceeding is instituted against such party (and not dismissed within sixty (60) days)). Termination is not an exclusive remedy and the exercise by either party of any remedy under this Agreement will be without prejudice to any other remedies it may have under this Agreement, by law, or otherwise.
127-
128-5.2 Termination. Upon any expiration or termination of this Agreement, you shall cease any and all use of any Software and destroy all copies thereof and so certify to Akiban in writing.
129-
130-5.3 Survival. Sections 2.4 (License Restrictions), 3 (Ownership), 4 (Payment), 5 (Term of Agreement), 6.3 (Disclaimer of Warranties), 9 (Limitation of Remedies and Damages), 11 (Confidential Information), 13 (Export Compliance) and 14 (General) shall survive any termination or expiration of this Agreement.
131-
132-6. LIMITED WARRANTY AND DISCLAIMER.
133-
134-6.1 Limited Warranty. Akiban warrants to you that for a period of ninety (90) days from the Effective Date (the “Warranty Period”) the Software shall operate in substantial conformity with the Documentation. Akiban does not warrant that your use of the Software will be uninterrupted or error-free or that any security mechanisms implemented by the Software will not have inherent limitations. Akiban’s sole liability (and your exclusive remedy) for any breach of this warranty shall be, in Akiban’s sole discretion, to use commercially reasonable efforts to provide you with an error-correction or work-around which corrects the reported non-conformity, or if Akiban determines such remedies to be impracticable within a reasonable period of time, to refund the license fee paid for the Software. Akiban shall have no obligation with respect to a warranty claim unless notified of such claim within the Warranty Period.
135-
136-6.2 Exclusions. The above warranty shall not apply: (i) if the Software is used with hardware or software not specified in the Documentation; (ii) if any modifications are made to the Software by you or any third party; (iii) to defects in the Software due to accident, abuse or improper use by you; or (iv) to Software provided on a no charge or evaluation basis.
137-
138-6.3 Disclaimer of Warranties. THIS SECTION 6 IS A LIMITED WARRANTY AND, EXCEPT AS EXPRESSLY SET FORTH IN THIS SECTION 6, THE SOFTWARE AND ALL SERVICES ARE PROVIDED “AS IS”. NEITHER AKIBAN NOR ITS SUPPLIERS MAKES ANY OTHER WARRANTIES, CONDITIONS OR UNDERTAKINGS, EXPRESS OR IMPLIED, STATUTORY OR OTHERWISE, INCLUDING BUT NOT LIMITED TO WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT. YOU MAY HAVE OTHER STATUTORY RIGHTS. HOWEVER, TO THE FULL EXTENT PERMITTED BY LAW, THE DURATION OF STATUTORILY REQUIRED WARRANTIES, IF ANY, SHALL BE LIMITED TO THE LIMITED WARRANTY PERIOD.
139-
140-7. SUPPORT & MAINTENANCE.
141-
142-Akiban shall provide the support and maintenance services, if any, as separately purchased by you and specified in the applicable Order Form. All support & maintenance shall be provided pursuant to Akiban’s standard service terms which are available upon request from Akiban.
143-
144-8. PROFESSIONAL SERVICES.
145-
146-Akiban shall provide the number of person-days, if any, of professional consulting services (“Professional Services”) purchased in the applicable Order Form and related Statement of Work. All Professional Services shall be provided pursuant to Akiban’s standard service terms which are available upon request from Akiban.
147-
148-9. LIMITATION OF REMEDIES AND DAMAGES.
149-
150-9.1 NEITHER YOU NOR AKIBAN (INCLUDING AKIBAN’S SUPPLIERS) SHALL BE LIABLE FOR ANY LOSS OF USE, LOST DATA, FAILURE OF SECURITY MECHANISMS, INTERRUPTION OF BUSINESS, OR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY KIND (INCLUDING LOST PROFITS), REGARDLESS OF THE FORM OF ACTION, WHETHER IN CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF INFORMED OF THE POSSIBILITY OF SUCH DAMAGES IN ADVANCE. THIS SECTION 9.1 SHALL NOT APPLY TO YOU WITH RESPECT TO ANY CLAIM ARISING UNDER THE SECTIONS TITLED “GRANT OF LICENSE,” “LICENSE RESTRICTIONS” OR “CONFIDENTIAL INFORMATION”.
151-
152-9.2 NOTWITHSTANDING ANY OTHER PROVISION OF THIS AGREEMENT, AKIBAN AND ITS SUPPLIERS’ ENTIRE LIABILITY TO YOU UNDER THIS AGREEMENT SHALL NOT EXCEED THE AMOUNT ACTUALLY PAID BY YOU TO AKIBAN UNDER THIS AGREEMENT.
153-
154-9.3 The parties agree that the limitations specified in this Section 9 will survive and apply even if any limited remedy specified in this Agreement is found to have failed of its essential purpose.
155-
156-10. INDEMNIFICATION.
157-
158-Akiban shall indemnify and hold you harmless from and against any claim of infringement of a U.S. patent, U.S. copyright, or U.S. trademark asserted against you by a third party based upon your authorized use of the Software, provided that Akiban shall have received from you: (i) prompt notice of such claim (but in any event notice in sufficient time for Akiban to respond without prejudice); (ii) the exclusive right to control and direct the investigation, defense, and settlement of such claim; and (iii) all reasonable necessary cooperation. If your use of any of the Software is, or in Akiban’s opinion is likely to be, enjoined due to the type of infringement specified above, or if required by settlement, Akiban may, in its sole discretion: (a) substitute for the Software substantially functionally similar programs and documentation; (b) procure for you the right to continue using the Software; or if (a) and (b) are commercially impracticable, (c) terminate the Agreement and refund the license fee paid by you as reduced to reflect a five (5) year straight-line depreciation from the applicable license purchase date. The foregoing indemnification obligation of Akiban shall not apply: (1) if the Software is modified by any party other than Akiban, but solely to the extent the alleged infringement is caused by such modification; (2) the Software is combined with other non-Akiban products or process not authorized by Akiban, but solely to the extent the alleged infringement is caused by such combination; (3) to any unauthorized use of the Software; or (4) to any third-party code contained within the Software. THIS SECTION 10 SETS FORTH AKIBAN’S SOLE LIABILITY AND YOUR SOLE AND EXCLUSIVE REMEDY WITH RESPECT TO ANY CLAIM OF INTELLECTUAL PROPERTY INFRINGEMENT.
159-
160-11. CONFIDENTIAL INFORMATION.
161-
162-Any software, documentation or technical information provided by Akiban (or its agents) shall be deemed “Akiban Confidential Information” without any marking or further designation. Except as expressly authorized herein, you will hold in confidence and not use or disclose any Akiban Confidential Information. You acknowledge that disclosure of Akiban Confidential Information would cause substantial harm to Akiban that could not be remedied by the payment of damages alone and therefore that upon any such disclosure by you, Akiban shall be entitled to appropriate equitable relief in addition to whatever remedies it might have at law.
163-
164-12. CUSTOMER ACKNOWLEDGEMENT.
165-
166-You agree that Akiban may disclose you as a customer of Akiban.
167-
168-13. EXPORT COMPLIANCE.
169-
170-You acknowledge that the Software is subject to export restrictions by the United States government and import restrictions by certain foreign governments. You shall not, and shall not allow any third-party to, remove or export from the United States or allow the export or re-export of any part of the Software or any direct product thereof: (i) into (or to a national or resident of) any embargoed or terrorist-supporting country; (ii) to anyone on the U.S. Commerce Department’s Table of Denial Orders or U.S. Treasury Department’s list of Specially Designated Nationals; (iii) to any country to which such export or re-export is restricted or prohibited, or as to which the United States government or any agency thereof requires an export license or other governmental approval at the time of export or re-export without first obtaining such license or approval; or (iv) otherwise in violation of any export or import restrictions, laws or regulations of any United States or foreign agency or authority. You agree to the foregoing and warrant that you are not located in, under the control of, or a national or resident of any such prohibited country or on any such prohibited party list. The Software is further restricted from being used for the design or development of nuclear, chemical, or biological weapons or missile technology, or for terrorist activity, without the prior permission of the United States government.
171-
172-14. GENERAL.
173-
174-14.1 Assignment. This Agreement will bind and inure to the benefit of each party’s permitted successors and assigns. Akiban may assign this Agreement to any affiliate or in connection with a merger, reorganization, acquisition or other transfer of all or substantially all of Akiban’s assets or voting securities. You may not assign or transfer this Agreement, in whole or in part, without Akiban’s written consent. Any attempt to transfer or assign this Agreement without such written consent will be null and void.
175-
176-14.2 Severability. If any provision of this Agreement shall be adjudged by any court of competent jurisdiction to be unenforceable or invalid, that provision shall be limited to the minimum extent necessary so that this Agreement shall otherwise remain in effect.
177-
178-14.3 Governing Law; Jurisdiction and Venue. This Agreement shall be governed by the laws of the Commonwealth of Massachusetts and the United States without regard to conflicts of laws provisions thereof, and without regard to the United Nations Convention on the International Sale of Goods. The jurisdiction and venue for actions related to the subject matter hereof shall be the Massachusetts state and United States federal courts located in Boston, Massachusetts, and both parties hereby submit to the personal jurisdiction of such courts.
179-
180-14.4 Attorneys’ Fees and Costs. The prevailing party in any action to enforce this Agreement will be entitled to recover its attorneys’ fees and costs in connection with such action.
181-
182-14.5 Notices and Reports. Any notice or report hereunder shall be in writing. If to Akiban, such notice or report shall be sent to Akiban at the address above to the attention of “Legal Department”. If to you, such notice or report shall be sent to the address you provided upon placing your order. Notices and reports shall be deemed given: (i) upon receipt if by personal delivery; (ii) upon receipt if sent by certified or registered U.S. mail (return receipt requested); or (iii) one day after it is sent if by next day delivery by a major commercial delivery service.
183-
184-14.6 Amendments; Waivers. No supplement, modification, or amendment of this Agreement shall be binding, unless executed in writing by a duly authorized representative of each party to this Agreement. No waiver will be implied from conduct or failure to enforce or exercise rights under this Agreement, nor will any waiver be effective unless in a writing signed by a duly authorized representative on behalf of the party claimed to have waived.
185-
186-14.7 Entire Agreement. This Agreement is the complete and exclusive statement of the mutual understanding of the parties and supersedes and cancels all previous written and oral agreements and communications relating to the subject matter of this Agreement. No provision of any purchase order or in any other business form employed by you will supersede the terms and conditions of this Agreement, and any such document issued by a party hereto relating to this Agreement shall be for administrative purposes only and shall have no legal effect. Notwithstanding the foregoing, if you have entered into a separate written license agreement signed by Akiban for use of the Software, the terms and conditions of such other agreement shall prevail over any conflicting terms or conditions in this Agreement.
187-
188-14.8 Independent Contractors. The parties to this Agreement are independent contractors. There is no relationship of partnership, joint venture, employment, franchise or agency created hereby between the parties. Neither party will have the power to bind the other or incur obligations on the other party’s behalf without the other party’s prior written consent.
189-
190-14.9 Force Majeure. Neither party shall be liable to the other for any delay or failure to perform any obligation under this Agreement (except for a failure to pay fees) if the delay or failure is due to unforeseen events, which occur after the signing of this Agreement and which are beyond the reasonable control of the parties, such as strikes, blockade, war, terrorism, riots, natural disasters, refusal of license by the government or other governmental agencies, in so far as such an event prevents or delays the affected party from fulfilling its obligations and such party is not able to prevent or remove the force majeure at reasonable cost.
191-
192-14.10 Government End-Users. The Software is commercial computer software. If the user or licensee of the Software is an agency, department, or other entity of the United States Government, the use, duplication, reproduction, release, modification, disclosure, or transfer of the Software, or any related documentation of any kind, including technical data and manuals, is restricted by a license agreement or by the terms of this Agreement in accordance with Federal Acquisition Regulation 12.212 for civilian purposes and Defense Federal Acquisition Regulation Supplement 227.7202 for military purposes. The Software was developed fully at private expense. All other use is prohibited.
193-
194-14.11 Third-Party Code. If designated in the Documentation, the Software may contain or be provided with certain third-party code (including code which may be made available to you in source code form). Ownership, use, warranty and modification rights with respect to any such designated code shall be as expressly set forth in the Documentation.
195+ GNU AFFERO GENERAL PUBLIC LICENSE
196+ Version 3, 19 November 2007
197+
198+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
199+ Everyone is permitted to copy and distribute verbatim copies
200+ of this license document, but changing it is not allowed.
201+
202+ Preamble
203+
204+ The GNU Affero General Public License is a free, copyleft license for
205+software and other kinds of works, specifically designed to ensure
206+cooperation with the community in the case of network server software.
207+
208+ The licenses for most software and other practical works are designed
209+to take away your freedom to share and change the works. By contrast,
210+our General Public Licenses are intended to guarantee your freedom to
211+share and change all versions of a program--to make sure it remains free
212+software for all its users.
213+
214+ When we speak of free software, we are referring to freedom, not
215+price. Our General Public Licenses are designed to make sure that you
216+have the freedom to distribute copies of free software (and charge for
217+them if you wish), that you receive source code or can get it if you
218+want it, that you can change the software or use pieces of it in new
219+free programs, and that you know you can do these things.
220+
221+ Developers that use our General Public Licenses protect your rights
222+with two steps: (1) assert copyright on the software, and (2) offer
223+you this License which gives you legal permission to copy, distribute
224+and/or modify the software.
225+
226+ A secondary benefit of defending all users' freedom is that
227+improvements made in alternate versions of the program, if they
228+receive widespread use, become available for other developers to
229+incorporate. Many developers of free software are heartened and
230+encouraged by the resulting cooperation. However, in the case of
231+software used on network servers, this result may fail to come about.
232+The GNU General Public License permits making a modified version and
233+letting the public access it on a server without ever releasing its
234+source code to the public.
235+
236+ The GNU Affero General Public License is designed specifically to
237+ensure that, in such cases, the modified source code becomes available
238+to the community. It requires the operator of a network server to
239+provide the source code of the modified version running there to the
240+users of that server. Therefore, public use of a modified version, on
241+a publicly accessible server, gives the public access to the source
242+code of the modified version.
243+
244+ An older license, called the Affero General Public License and
245+published by Affero, was designed to accomplish similar goals. This is
246+a different license, not a version of the Affero GPL, but Affero has
247+released a new version of the Affero GPL which permits relicensing under
248+this license.
249+
250+ The precise terms and conditions for copying, distribution and
251+modification follow.
252+
253+ TERMS AND CONDITIONS
254+
255+ 0. Definitions.
256+
257+ "This License" refers to version 3 of the GNU Affero General Public License.
258+
259+ "Copyright" also means copyright-like laws that apply to other kinds of
260+works, such as semiconductor masks.
261+
262+ "The Program" refers to any copyrightable work licensed under this
263+License. Each licensee is addressed as "you". "Licensees" and
264+"recipients" may be individuals or organizations.
265+
266+ To "modify" a work means to copy from or adapt all or part of the work
267+in a fashion requiring copyright permission, other than the making of an
268+exact copy. The resulting work is called a "modified version" of the
269+earlier work or a work "based on" the earlier work.
270+
271+ A "covered work" means either the unmodified Program or a work based
272+on the Program.
273+
274+ To "propagate" a work means to do anything with it that, without
275+permission, would make you directly or secondarily liable for
276+infringement under applicable copyright law, except executing it on a
277+computer or modifying a private copy. Propagation includes copying,
278+distribution (with or without modification), making available to the
279+public, and in some countries other activities as well.
280+
281+ To "convey" a work means any kind of propagation that enables other
282+parties to make or receive copies. Mere interaction with a user through
283+a computer network, with no transfer of a copy, is not conveying.
284+
285+ An interactive user interface displays "Appropriate Legal Notices"
286+to the extent that it includes a convenient and prominently visible
287+feature that (1) displays an appropriate copyright notice, and (2)
288+tells the user that there is no warranty for the work (except to the
289+extent that warranties are provided), that licensees may convey the
290+work under this License, and how to view a copy of this License. If
291+the interface presents a list of user commands or options, such as a
292+menu, a prominent item in the list meets this criterion.
293+
294+ 1. Source Code.
295+
296+ The "source code" for a work means the preferred form of the work
297+for making modifications to it. "Object code" means any non-source
298+form of a work.
299+
300+ A "Standard Interface" means an interface that either is an official
301+standard defined by a recognized standards body, or, in the case of
302+interfaces specified for a particular programming language, one that
303+is widely used among developers working in that language.
304+
305+ The "System Libraries" of an executable work include anything, other
306+than the work as a whole, that (a) is included in the normal form of
307+packaging a Major Component, but which is not part of that Major
308+Component, and (b) serves only to enable use of the work with that
309+Major Component, or to implement a Standard Interface for which an
310+implementation is available to the public in source code form. A
311+"Major Component", in this context, means a major essential component
312+(kernel, window system, and so on) of the specific operating system
313+(if any) on which the executable work runs, or a compiler used to
314+produce the work, or an object code interpreter used to run it.
315+
316+ The "Corresponding Source" for a work in object code form means all
317+the source code needed to generate, install, and (for an executable
318+work) run the object code and to modify the work, including scripts to
319+control those activities. However, it does not include the work's
320+System Libraries, or general-purpose tools or generally available free
321+programs which are used unmodified in performing those activities but
322+which are not part of the work. For example, Corresponding Source
323+includes interface definition files associated with source files for
324+the work, and the source code for shared libraries and dynamically
325+linked subprograms that the work is specifically designed to require,
326+such as by intimate data communication or control flow between those
327+subprograms and other parts of the work.
328+
329+ The Corresponding Source need not include anything that users
330+can regenerate automatically from other parts of the Corresponding
331+Source.
332+
333+ The Corresponding Source for a work in source code form is that
334+same work.
335+
336+ 2. Basic Permissions.
337+
338+ All rights granted under this License are granted for the term of
339+copyright on the Program, and are irrevocable provided the stated
340+conditions are met. This License explicitly affirms your unlimited
341+permission to run the unmodified Program. The output from running a
342+covered work is covered by this License only if the output, given its
343+content, constitutes a covered work. This License acknowledges your
344+rights of fair use or other equivalent, as provided by copyright law.
345+
346+ You may make, run and propagate covered works that you do not
347+convey, without conditions so long as your license otherwise remains
348+in force. You may convey covered works to others for the sole purpose
349+of having them make modifications exclusively for you, or provide you
350+with facilities for running those works, provided that you comply with
351+the terms of this License in conveying all material for which you do
352+not control copyright. Those thus making or running the covered works
353+for you must do so exclusively on your behalf, under your direction
354+and control, on terms that prohibit them from making any copies of
355+your copyrighted material outside their relationship with you.
356+
357+ Conveying under any other circumstances is permitted solely under
358+the conditions stated below. Sublicensing is not allowed; section 10
359+makes it unnecessary.
360+
361+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
362+
363+ No covered work shall be deemed part of an effective technological
364+measure under any applicable law fulfilling obligations under article
365+11 of the WIPO copyright treaty adopted on 20 December 1996, or
366+similar laws prohibiting or restricting circumvention of such
367+measures.
368+
369+ When you convey a covered work, you waive any legal power to forbid
370+circumvention of technological measures to the extent such circumvention
371+is effected by exercising rights under this License with respect to
372+the covered work, and you disclaim any intention to limit operation or
373+modification of the work as a means of enforcing, against the work's
374+users, your or third parties' legal rights to forbid circumvention of
375+technological measures.
376+
377+ 4. Conveying Verbatim Copies.
378+
379+ You may convey verbatim copies of the Program's source code as you
380+receive it, in any medium, provided that you conspicuously and
381+appropriately publish on each copy an appropriate copyright notice;
382+keep intact all notices stating that this License and any
383+non-permissive terms added in accord with section 7 apply to the code;
384+keep intact all notices of the absence of any warranty; and give all
385+recipients a copy of this License along with the Program.
386+
387+ You may charge any price or no price for each copy that you convey,
388+and you may offer support or warranty protection for a fee.
389+
390+ 5. Conveying Modified Source Versions.
391+
392+ You may convey a work based on the Program, or the modifications to
393+produce it from the Program, in the form of source code under the
394+terms of section 4, provided that you also meet all of these conditions:
395+
396+ a) The work must carry prominent notices stating that you modified
397+ it, and giving a relevant date.
398+
399+ b) The work must carry prominent notices stating that it is
400+ released under this License and any conditions added under section
401+ 7. This requirement modifies the requirement in section 4 to
402+ "keep intact all notices".
403+
404+ c) You must license the entire work, as a whole, under this
405+ License to anyone who comes into possession of a copy. This
406+ License will therefore apply, along with any applicable section 7
407+ additional terms, to the whole of the work, and all its parts,
408+ regardless of how they are packaged. This License gives no
409+ permission to license the work in any other way, but it does not
410+ invalidate such permission if you have separately received it.
411+
412+ d) If the work has interactive user interfaces, each must display
413+ Appropriate Legal Notices; however, if the Program has interactive
414+ interfaces that do not display Appropriate Legal Notices, your
415+ work need not make them do so.
416+
417+ A compilation of a covered work with other separate and independent
418+works, which are not by their nature extensions of the covered work,
419+and which are not combined with it such as to form a larger program,
420+in or on a volume of a storage or distribution medium, is called an
421+"aggregate" if the compilation and its resulting copyright are not
422+used to limit the access or legal rights of the compilation's users
423+beyond what the individual works permit. Inclusion of a covered work
424+in an aggregate does not cause this License to apply to the other
425+parts of the aggregate.
426+
427+ 6. Conveying Non-Source Forms.
428+
429+ You may convey a covered work in object code form under the terms
430+of sections 4 and 5, provided that you also convey the
431+machine-readable Corresponding Source under the terms of this License,
432+in one of these ways:
433+
434+ a) Convey the object code in, or embodied in, a physical product
435+ (including a physical distribution medium), accompanied by the
436+ Corresponding Source fixed on a durable physical medium
437+ customarily used for software interchange.
438+
439+ b) Convey the object code in, or embodied in, a physical product
440+ (including a physical distribution medium), accompanied by a
441+ written offer, valid for at least three years and valid for as
442+ long as you offer spare parts or customer support for that product
443+ model, to give anyone who possesses the object code either (1) a
444+ copy of the Corresponding Source for all the software in the
445+ product that is covered by this License, on a durable physical
446+ medium customarily used for software interchange, for a price no
447+ more than your reasonable cost of physically performing this
448+ conveying of source, or (2) access to copy the
449+ Corresponding Source from a network server at no charge.
450+
451+ c) Convey individual copies of the object code with a copy of the
452+ written offer to provide the Corresponding Source. This
453+ alternative is allowed only occasionally and noncommercially, and
454+ only if you received the object code with such an offer, in accord
455+ with subsection 6b.
456+
457+ d) Convey the object code by offering access from a designated
458+ place (gratis or for a charge), and offer equivalent access to the
459+ Corresponding Source in the same way through the same place at no
460+ further charge. You need not require recipients to copy the
461+ Corresponding Source along with the object code. If the place to
462+ copy the object code is a network server, the Corresponding Source
463+ may be on a different server (operated by you or a third party)
464+ that supports equivalent copying facilities, provided you maintain
465+ clear directions next to the object code saying where to find the
466+ Corresponding Source. Regardless of what server hosts the
467+ Corresponding Source, you remain obligated to ensure that it is
468+ available for as long as needed to satisfy these requirements.
469+
470+ e) Convey the object code using peer-to-peer transmission, provided
471+ you inform other peers where the object code and Corresponding
472+ Source of the work are being offered to the general public at no
473+ charge under subsection 6d.
474+
475+ A separable portion of the object code, whose source code is excluded
476+from the Corresponding Source as a System Library, need not be
477+included in conveying the object code work.
478+
479+ A "User Product" is either (1) a "consumer product", which means any
480+tangible personal property which is normally used for personal, family,
481+or household purposes, or (2) anything designed or sold for incorporation
482+into a dwelling. In determining whether a product is a consumer product,
483+doubtful cases shall be resolved in favor of coverage. For a particular
484+product received by a particular user, "normally used" refers to a
485+typical or common use of that class of product, regardless of the status
486+of the particular user or of the way in which the particular user
487+actually uses, or expects or is expected to use, the product. A product
488+is a consumer product regardless of whether the product has substantial
489+commercial, industrial or non-consumer uses, unless such uses represent
490+the only significant mode of use of the product.
491+
492+ "Installation Information" for a User Product means any methods,
493+procedures, authorization keys, or other information required to install
494+and execute modified versions of a covered work in that User Product from
495+a modified version of its Corresponding Source. The information must
496+suffice to ensure that the continued functioning of the modified object
497+code is in no case prevented or interfered with solely because
498+modification has been made.
499+
500+ If you convey an object code work under this section in, or with, or
501+specifically for use in, a User Product, and the conveying occurs as
502+part of a transaction in which the right of possession and use of the
503+User Product is transferred to the recipient in perpetuity or for a
504+fixed term (regardless of how the transaction is characterized), the
505+Corresponding Source conveyed under this section must be accompanied
506+by the Installation Information. But this requirement does not apply
507+if neither you nor any third party retains the ability to install
508+modified object code on the User Product (for example, the work has
509+been installed in ROM).
510+
511+ The requirement to provide Installation Information does not include a
512+requirement to continue to provide support service, warranty, or updates
513+for a work that has been modified or installed by the recipient, or for
514+the User Product in which it has been modified or installed. Access to a
515+network may be denied when the modification itself materially and
516+adversely affects the operation of the network or violates the rules and
517+protocols for communication across the network.
518+
519+ Corresponding Source conveyed, and Installation Information provided,
520+in accord with this section must be in a format that is publicly
521+documented (and with an implementation available to the public in
522+source code form), and must require no special password or key for
523+unpacking, reading or copying.
524+
525+ 7. Additional Terms.
526+
527+ "Additional permissions" are terms that supplement the terms of this
528+License by making exceptions from one or more of its conditions.
529+Additional permissions that are applicable to the entire Program shall
530+be treated as though they were included in this License, to the extent
531+that they are valid under applicable law. If additional permissions
532+apply only to part of the Program, that part may be used separately
533+under those permissions, but the entire Program remains governed by
534+this License without regard to the additional permissions.
535+
536+ When you convey a copy of a covered work, you may at your option
537+remove any additional permissions from that copy, or from any part of
538+it. (Additional permissions may be written to require their own
539+removal in certain cases when you modify the work.) You may place
540+additional permissions on material, added by you to a covered work,
541+for which you have or can give appropriate copyright permission.
542+
543+ Notwithstanding any other provision of this License, for material you
544+add to a covered work, you may (if authorized by the copyright holders of
545+that material) supplement the terms of this License with terms:
546+
547+ a) Disclaiming warranty or limiting liability differently from the
548+ terms of sections 15 and 16 of this License; or
549+
550+ b) Requiring preservation of specified reasonable legal notices or
551+ author attributions in that material or in the Appropriate Legal
552+ Notices displayed by works containing it; or
553+
554+ c) Prohibiting misrepresentation of the origin of that material, or
555+ requiring that modified versions of such material be marked in
556+ reasonable ways as different from the original version; or
557+
558+ d) Limiting the use for publicity purposes of names of licensors or
559+ authors of the material; or
560+
561+ e) Declining to grant rights under trademark law for use of some
562+ trade names, trademarks, or service marks; or
563+
564+ f) Requiring indemnification of licensors and authors of that
565+ material by anyone who conveys the material (or modified versions of
566+ it) with contractual assumptions of liability to the recipient, for
567+ any liability that these contractual assumptions directly impose on
568+ those licensors and authors.
569+
570+ All other non-permissive additional terms are considered "further
571+restrictions" within the meaning of section 10. If the Program as you
572+received it, or any part of it, contains a notice stating that it is
573+governed by this License along with a term that is a further
574+restriction, you may remove that term. If a license document contains
575+a further restriction but permits relicensing or conveying under this
576+License, you may add to a covered work material governed by the terms
577+of that license document, provided that the further restriction does
578+not survive such relicensing or conveying.
579+
580+ If you add terms to a covered work in accord with this section, you
581+must place, in the relevant source files, a statement of the
582+additional terms that apply to those files, or a notice indicating
583+where to find the applicable terms.
584+
585+ Additional terms, permissive or non-permissive, may be stated in the
586+form of a separately written license, or stated as exceptions;
587+the above requirements apply either way.
588+
589+ 8. Termination.
590+
591+ You may not propagate or modify a covered work except as expressly
592+provided under this License. Any attempt otherwise to propagate or
593+modify it is void, and will automatically terminate your rights under
594+this License (including any patent licenses granted under the third
595+paragraph of section 11).
596+
597+ However, if you cease all violation of this License, then your
598+license from a particular copyright holder is reinstated (a)
599+provisionally, unless and until the copyright holder explicitly and
600+finally terminates your license, and (b) permanently, if the copyright
601+holder fails to notify you of the violation by some reasonable means
602+prior to 60 days after the cessation.
603+
604+ Moreover, your license from a particular copyright holder is
605+reinstated permanently if the copyright holder notifies you of the
606+violation by some reasonable means, this is the first time you have
607+received notice of violation of this License (for any work) from that
608+copyright holder, and you cure the violation prior to 30 days after
609+your receipt of the notice.
610+
611+ Termination of your rights under this section does not terminate the
612+licenses of parties who have received copies or rights from you under
613+this License. If your rights have been terminated and not permanently
614+reinstated, you do not qualify to receive new licenses for the same
615+material under section 10.
616+
617+ 9. Acceptance Not Required for Having Copies.
618+
619+ You are not required to accept this License in order to receive or
620+run a copy of the Program. Ancillary propagation of a covered work
621+occurring solely as a consequence of using peer-to-peer transmission
622+to receive a copy likewise does not require acceptance. However,
623+nothing other than this License grants you permission to propagate or
624+modify any covered work. These actions infringe copyright if you do
625+not accept this License. Therefore, by modifying or propagating a
626+covered work, you indicate your acceptance of this License to do so.
627+
628+ 10. Automatic Licensing of Downstream Recipients.
629+
630+ Each time you convey a covered work, the recipient automatically
631+receives a license from the original licensors, to run, modify and
632+propagate that work, subject to this License. You are not responsible
633+for enforcing compliance by third parties with this License.
634+
635+ An "entity transaction" is a transaction transferring control of an
636+organization, or substantially all assets of one, or subdividing an
637+organization, or merging organizations. If propagation of a covered
638+work results from an entity transaction, each party to that
639+transaction who receives a copy of the work also receives whatever
640+licenses to the work the party's predecessor in interest had or could
641+give under the previous paragraph, plus a right to possession of the
642+Corresponding Source of the work from the predecessor in interest, if
643+the predecessor has it or can get it with reasonable efforts.
644+
645+ You may not impose any further restrictions on the exercise of the
646+rights granted or affirmed under this License. For example, you may
647+not impose a license fee, royalty, or other charge for exercise of
648+rights granted under this License, and you may not initiate litigation
649+(including a cross-claim or counterclaim in a lawsuit) alleging that
650+any patent claim is infringed by making, using, selling, offering for
651+sale, or importing the Program or any portion of it.
652+
653+ 11. Patents.
654+
655+ A "contributor" is a copyright holder who authorizes use under this
656+License of the Program or a work on which the Program is based. The
657+work thus licensed is called the contributor's "contributor version".
658+
659+ A contributor's "essential patent claims" are all patent claims
660+owned or controlled by the contributor, whether already acquired or
661+hereafter acquired, that would be infringed by some manner, permitted
662+by this License, of making, using, or selling its contributor version,
663+but do not include claims that would be infringed only as a
664+consequence of further modification of the contributor version. For
665+purposes of this definition, "control" includes the right to grant
666+patent sublicenses in a manner consistent with the requirements of
667+this License.
668+
669+ Each contributor grants you a non-exclusive, worldwide, royalty-free
670+patent license under the contributor's essential patent claims, to
671+make, use, sell, offer for sale, import and otherwise run, modify and
672+propagate the contents of its contributor version.
673+
674+ In the following three paragraphs, a "patent license" is any express
675+agreement or commitment, however denominated, not to enforce a patent
676+(such as an express permission to practice a patent or covenant not to
677+sue for patent infringement). To "grant" such a patent license to a
678+party means to make such an agreement or commitment not to enforce a
679+patent against the party.
680+
681+ If you convey a covered work, knowingly relying on a patent license,
682+and the Corresponding Source of the work is not available for anyone
683+to copy, free of charge and under the terms of this License, through a
684+publicly available network server or other readily accessible means,
685+then you must either (1) cause the Corresponding Source to be so
686+available, or (2) arrange to deprive yourself of the benefit of the
687+patent license for this particular work, or (3) arrange, in a manner
688+consistent with the requirements of this License, to extend the patent
689+license to downstream recipients. "Knowingly relying" means you have
690+actual knowledge that, but for the patent license, your conveying the
691+covered work in a country, or your recipient's use of the covered work
692+in a country, would infringe one or more identifiable patents in that
693+country that you have reason to believe are valid.
694+
695+ If, pursuant to or in connection with a single transaction or
696+arrangement, you convey, or propagate by procuring conveyance of, a
697+covered work, and grant a patent license to some of the parties
698+receiving the covered work authorizing them to use, propagate, modify
699+or convey a specific copy of the covered work, then the patent license
700+you grant is automatically extended to all recipients of the covered
701+work and works based on it.
702+
703+ A patent license is "discriminatory" if it does not include within
704+the scope of its coverage, prohibits the exercise of, or is
705+conditioned on the non-exercise of one or more of the rights that are
706+specifically granted under this License. You may not convey a covered
707+work if you are a party to an arrangement with a third party that is
708+in the business of distributing software, under which you make payment
709+to the third party based on the extent of your activity of conveying
710+the work, and under which the third party grants, to any of the
711+parties who would receive the covered work from you, a discriminatory
712+patent license (a) in connection with copies of the covered work
713+conveyed by you (or copies made from those copies), or (b) primarily
714+for and in connection with specific products or compilations that
715+contain the covered work, unless you entered into that arrangement,
716+or that patent license was granted, prior to 28 March 2007.
717+
718+ Nothing in this License shall be construed as excluding or limiting
719+any implied license or other defenses to infringement that may
720+otherwise be available to you under applicable patent law.
721+
722+ 12. No Surrender of Others' Freedom.
723+
724+ If conditions are imposed on you (whether by court order, agreement or
725+otherwise) that contradict the conditions of this License, they do not
726+excuse you from the conditions of this License. If you cannot convey a
727+covered work so as to satisfy simultaneously your obligations under this
728+License and any other pertinent obligations, then as a consequence you may
729+not convey it at all. For example, if you agree to terms that obligate you
730+to collect a royalty for further conveying from those to whom you convey
731+the Program, the only way you could satisfy both those terms and this
732+License would be to refrain entirely from conveying the Program.
733+
734+ 13. Remote Network Interaction; Use with the GNU General Public License.
735+
736+ Notwithstanding any other provision of this License, if you modify the
737+Program, your modified version must prominently offer all users
738+interacting with it remotely through a computer network (if your version
739+supports such interaction) an opportunity to receive the Corresponding
740+Source of your version by providing access to the Corresponding Source
741+from a network server at no charge, through some standard or customary
742+means of facilitating copying of software. This Corresponding Source
743+shall include the Corresponding Source for any work covered by version 3
744+of the GNU General Public License that is incorporated pursuant to the
745+following paragraph.
746+
747+ Notwithstanding any other provision of this License, you have
748+permission to link or combine any covered work with a work licensed
749+under version 3 of the GNU General Public License into a single
750+combined work, and to convey the resulting work. The terms of this
751+License will continue to apply to the part which is the covered work,
752+but the work with which it is combined will remain governed by version
753+3 of the GNU General Public License.
754+
755+ 14. Revised Versions of this License.
756+
757+ The Free Software Foundation may publish revised and/or new versions of
758+the GNU Affero General Public License from time to time. Such new versions
759+will be similar in spirit to the present version, but may differ in detail to
760+address new problems or concerns.
761+
762+ Each version is given a distinguishing version number. If the
763+Program specifies that a certain numbered version of the GNU Affero General
764+Public License "or any later version" applies to it, you have the
765+option of following the terms and conditions either of that numbered
766+version or of any later version published by the Free Software
767+Foundation. If the Program does not specify a version number of the
768+GNU Affero General Public License, you may choose any version ever published
769+by the Free Software Foundation.
770+
771+ If the Program specifies that a proxy can decide which future
772+versions of the GNU Affero General Public License can be used, that proxy's
773+public statement of acceptance of a version permanently authorizes you
774+to choose that version for the Program.
775+
776+ Later license versions may give you additional or different
777+permissions. However, no additional obligations are imposed on any
778+author or copyright holder as a result of your choosing to follow a
779+later version.
780+
781+ 15. Disclaimer of Warranty.
782+
783+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
784+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
785+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
786+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
787+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
788+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
789+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
790+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
791+
792+ 16. Limitation of Liability.
793+
794+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
795+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
796+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
797+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
798+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
799+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
800+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
801+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
802+SUCH DAMAGES.
803+
804+ 17. Interpretation of Sections 15 and 16.
805+
806+ If the disclaimer of warranty and limitation of liability provided
807+above cannot be given local legal effect according to their terms,
808+reviewing courts shall apply local law that most closely approximates
809+an absolute waiver of all civil liability in connection with the
810+Program, unless a warranty or assumption of liability accompanies a
811+copy of the Program in return for a fee.
812+
813+ END OF TERMS AND CONDITIONS
814
815=== modified file 'core/findbugs-exclude.xml'
816--- core/findbugs-exclude.xml 2012-03-27 22:12:58 +0000
817+++ core/findbugs-exclude.xml 2012-05-29 18:47:25 +0000
818@@ -1,28 +1,22 @@
819 <!--
820
821- END USER LICENSE AGREEMENT (“EULA”)
822-
823- READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
824- http://www.akiban.com/licensing/20110913
825-
826- BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
827- ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
828- AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
829-
830- IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
831- THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
832- NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
833- YOUR INITIAL PURCHASE.
834-
835- IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
836- CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
837- FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
838- LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
839- BY SUCH AUTHORIZED PERSONNEL.
840-
841- IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
842- USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
843- PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
844+ Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
845+
846+ This program is free software: you can redistribute it and/or modify
847+ it under the terms of the GNU Affero General Public License as
848+ published by the Free Software Foundation, version 3 (only) of the
849+ License.
850+
851+ This program is distributed in the hope that it will be useful,
852+ but WITHOUT ANY WARRANTY; without even the implied warranty of
853+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
854+ GNU Affero General Public License for more details.
855+
856+ You should have received a copy of the GNU Affero General Public License
857+ along with this program. If not, see <http://www.gnu.org/licenses/>.
858+
859+ This program may also be available under different license terms. For more
860+ information, see www.akiban.com or contact licensing@akiban.com.
861
862 -->
863 <FindBugsFilter>
864
865=== modified file 'core/run_stress_tests.py'
866--- core/run_stress_tests.py 2012-03-27 22:12:58 +0000
867+++ core/run_stress_tests.py 2012-05-29 18:47:25 +0000
868@@ -1,30 +1,22 @@
869-#!/usr/bin/env python
870-#
871-# END USER LICENSE AGREEMENT (“EULA”)
872-#
873-# READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
874-# http://www.akiban.com/licensing/20110913
875-#
876-# BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
877-# ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
878-# AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
879-#
880-# IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
881-# THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
882-# NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
883-# YOUR INITIAL PURCHASE.
884-#
885-# IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
886-# CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
887-# FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
888-# LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
889-# BY SUCH AUTHORIZED PERSONNEL.
890-#
891-# IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
892-# USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
893-# PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
894-#
895-
896+#
897+# Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
898+#
899+# This program is free software: you can redistribute it and/or modify
900+# it under the terms of the GNU Affero General Public License as
901+# published by the Free Software Foundation, version 3 (only) of the
902+# License.
903+#
904+# This program is distributed in the hope that it will be useful,
905+# but WITHOUT ANY WARRANTY; without even the implied warranty of
906+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
907+# GNU Affero General Public License for more details.
908+#
909+# You should have received a copy of the GNU Affero General Public License
910+# along with this program. If not, see <http://www.gnu.org/licenses/>.
911+#
912+# This program may also be available under different license terms. For more
913+# information, see www.akiban.com or contact licensing@akiban.com.
914+#
915
916 import sys
917 import os
918
919=== modified file 'core/src/main/java/com/persistit/Accumulator.java'
920--- core/src/main/java/com/persistit/Accumulator.java 2012-05-04 02:05:33 +0000
921+++ core/src/main/java/com/persistit/Accumulator.java 2012-05-29 18:47:25 +0000
922@@ -1,27 +1,21 @@
923 /**
924- * END USER LICENSE AGREEMENT (“EULA”)
925- *
926- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
927- * http://www.akiban.com/licensing/20110913
928- *
929- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
930- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
931- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
932- *
933- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
934- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
935- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
936- * YOUR INITIAL PURCHASE.
937- *
938- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
939- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
940- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
941- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
942- * BY SUCH AUTHORIZED PERSONNEL.
943- *
944- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
945- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
946- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
947+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
948+ *
949+ * This program is free software: you can redistribute it and/or modify
950+ * it under the terms of the GNU Affero General Public License as
951+ * published by the Free Software Foundation, version 3 (only) of the
952+ * License.
953+ *
954+ * This program is distributed in the hope that it will be useful,
955+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
956+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
957+ * GNU Affero General Public License for more details.
958+ *
959+ * You should have received a copy of the GNU Affero General Public License
960+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
961+ *
962+ * This program may also be available under different license terms. For more
963+ * information, see www.akiban.com or contact licensing@akiban.com.
964 */
965
966 package com.persistit;
967
968=== modified file 'core/src/main/java/com/persistit/AccumulatorState.java'
969--- core/src/main/java/com/persistit/AccumulatorState.java 2012-03-27 22:12:58 +0000
970+++ core/src/main/java/com/persistit/AccumulatorState.java 2012-05-29 18:47:25 +0000
971@@ -1,27 +1,21 @@
972 /**
973- * END USER LICENSE AGREEMENT (“EULA”)
974- *
975- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
976- * http://www.akiban.com/licensing/20110913
977- *
978- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
979- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
980- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
981- *
982- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
983- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
984- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
985- * YOUR INITIAL PURCHASE.
986- *
987- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
988- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
989- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
990- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
991- * BY SUCH AUTHORIZED PERSONNEL.
992- *
993- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
994- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
995- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
996+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
997+ *
998+ * This program is free software: you can redistribute it and/or modify
999+ * it under the terms of the GNU Affero General Public License as
1000+ * published by the Free Software Foundation, version 3 (only) of the
1001+ * License.
1002+ *
1003+ * This program is distributed in the hope that it will be useful,
1004+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1005+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1006+ * GNU Affero General Public License for more details.
1007+ *
1008+ * You should have received a copy of the GNU Affero General Public License
1009+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1010+ *
1011+ * This program may also be available under different license terms. For more
1012+ * information, see www.akiban.com or contact licensing@akiban.com.
1013 */
1014
1015 package com.persistit;
1016
1017=== modified file 'core/src/main/java/com/persistit/AlertMonitor.java'
1018--- core/src/main/java/com/persistit/AlertMonitor.java 2012-05-04 02:05:33 +0000
1019+++ core/src/main/java/com/persistit/AlertMonitor.java 2012-05-29 18:47:25 +0000
1020@@ -1,27 +1,21 @@
1021 /**
1022- * END USER LICENSE AGREEMENT (“EULA”)
1023- *
1024- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1025- * http://www.akiban.com/licensing/20110913
1026- *
1027- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1028- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1029- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1030- *
1031- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1032- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1033- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1034- * YOUR INITIAL PURCHASE.
1035- *
1036- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1037- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1038- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1039- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1040- * BY SUCH AUTHORIZED PERSONNEL.
1041- *
1042- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1043- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1044- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1045+ * Copyright © 2012 Akiban Technologies, Inc. All rights reserved.
1046+ *
1047+ * This program is free software: you can redistribute it and/or modify
1048+ * it under the terms of the GNU Affero General Public License as
1049+ * published by the Free Software Foundation, version 3 (only) of the
1050+ * License.
1051+ *
1052+ * This program is distributed in the hope that it will be useful,
1053+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1054+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1055+ * GNU Affero General Public License for more details.
1056+ *
1057+ * You should have received a copy of the GNU Affero General Public License
1058+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1059+ *
1060+ * This program may also be available under different license terms. For more
1061+ * information, see www.akiban.com or contact licensing@akiban.com.
1062 */
1063
1064 package com.persistit;
1065
1066=== modified file 'core/src/main/java/com/persistit/AntiValue.java'
1067--- core/src/main/java/com/persistit/AntiValue.java 2012-04-10 22:46:45 +0000
1068+++ core/src/main/java/com/persistit/AntiValue.java 2012-05-29 18:47:25 +0000
1069@@ -1,27 +1,21 @@
1070 /**
1071- * END USER LICENSE AGREEMENT (“EULA”)
1072- *
1073- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1074- * http://www.akiban.com/licensing/20110913
1075- *
1076- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1077- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1078- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1079- *
1080- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1081- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1082- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1083- * YOUR INITIAL PURCHASE.
1084- *
1085- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1086- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1087- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1088- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1089- * BY SUCH AUTHORIZED PERSONNEL.
1090- *
1091- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1092- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1093- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1094+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1095+ *
1096+ * This program is free software: you can redistribute it and/or modify
1097+ * it under the terms of the GNU Affero General Public License as
1098+ * published by the Free Software Foundation, version 3 (only) of the
1099+ * License.
1100+ *
1101+ * This program is distributed in the hope that it will be useful,
1102+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1103+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1104+ * GNU Affero General Public License for more details.
1105+ *
1106+ * You should have received a copy of the GNU Affero General Public License
1107+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1108+ *
1109+ * This program may also be available under different license terms. For more
1110+ * information, see www.akiban.com or contact licensing@akiban.com.
1111 */
1112
1113 package com.persistit;
1114
1115=== modified file 'core/src/main/java/com/persistit/BackupTask.java'
1116--- core/src/main/java/com/persistit/BackupTask.java 2012-04-10 22:46:45 +0000
1117+++ core/src/main/java/com/persistit/BackupTask.java 2012-05-29 18:47:25 +0000
1118@@ -1,27 +1,21 @@
1119 /**
1120- * END USER LICENSE AGREEMENT (“EULA”)
1121- *
1122- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1123- * http://www.akiban.com/licensing/20110913
1124- *
1125- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1126- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1127- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1128- *
1129- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1130- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1131- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1132- * YOUR INITIAL PURCHASE.
1133- *
1134- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1135- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1136- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1137- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1138- * BY SUCH AUTHORIZED PERSONNEL.
1139- *
1140- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1141- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1142- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1143+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1144+ *
1145+ * This program is free software: you can redistribute it and/or modify
1146+ * it under the terms of the GNU Affero General Public License as
1147+ * published by the Free Software Foundation, version 3 (only) of the
1148+ * License.
1149+ *
1150+ * This program is distributed in the hope that it will be useful,
1151+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1152+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1153+ * GNU Affero General Public License for more details.
1154+ *
1155+ * You should have received a copy of the GNU Affero General Public License
1156+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1157+ *
1158+ * This program may also be available under different license terms. For more
1159+ * information, see www.akiban.com or contact licensing@akiban.com.
1160 */
1161
1162 package com.persistit;
1163
1164=== modified file 'core/src/main/java/com/persistit/Buffer.java'
1165--- core/src/main/java/com/persistit/Buffer.java 2012-05-24 20:38:23 +0000
1166+++ core/src/main/java/com/persistit/Buffer.java 2012-05-29 18:47:25 +0000
1167@@ -1,27 +1,21 @@
1168 /**
1169- * END USER LICENSE AGREEMENT (“EULA”)
1170- *
1171- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1172- * http://www.akiban.com/licensing/20110913
1173- *
1174- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1175- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1176- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1177- *
1178- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1179- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1180- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1181- * YOUR INITIAL PURCHASE.
1182- *
1183- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1184- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1185- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1186- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1187- * BY SUCH AUTHORIZED PERSONNEL.
1188- *
1189- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1190- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1191- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1192+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1193+ *
1194+ * This program is free software: you can redistribute it and/or modify
1195+ * it under the terms of the GNU Affero General Public License as
1196+ * published by the Free Software Foundation, version 3 (only) of the
1197+ * License.
1198+ *
1199+ * This program is distributed in the hope that it will be useful,
1200+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1201+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1202+ * GNU Affero General Public License for more details.
1203+ *
1204+ * You should have received a copy of the GNU Affero General Public License
1205+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1206+ *
1207+ * This program may also be available under different license terms. For more
1208+ * information, see www.akiban.com or contact licensing@akiban.com.
1209 */
1210
1211 package com.persistit;
1212
1213=== modified file 'core/src/main/java/com/persistit/BufferPool.java'
1214--- core/src/main/java/com/persistit/BufferPool.java 2012-05-11 01:42:30 +0000
1215+++ core/src/main/java/com/persistit/BufferPool.java 2012-05-29 18:47:25 +0000
1216@@ -1,27 +1,21 @@
1217 /**
1218- * END USER LICENSE AGREEMENT (“EULA”)
1219- *
1220- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1221- * http://www.akiban.com/licensing/20110913
1222- *
1223- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1224- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1225- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1226- *
1227- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1228- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1229- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1230- * YOUR INITIAL PURCHASE.
1231- *
1232- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1233- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1234- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1235- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1236- * BY SUCH AUTHORIZED PERSONNEL.
1237- *
1238- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1239- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1240- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1241+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1242+ *
1243+ * This program is free software: you can redistribute it and/or modify
1244+ * it under the terms of the GNU Affero General Public License as
1245+ * published by the Free Software Foundation, version 3 (only) of the
1246+ * License.
1247+ *
1248+ * This program is distributed in the hope that it will be useful,
1249+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1250+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1251+ * GNU Affero General Public License for more details.
1252+ *
1253+ * You should have received a copy of the GNU Affero General Public License
1254+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1255+ *
1256+ * This program may also be available under different license terms. For more
1257+ * information, see www.akiban.com or contact licensing@akiban.com.
1258 */
1259
1260 package com.persistit;
1261
1262=== modified file 'core/src/main/java/com/persistit/BufferPoolMXBeanImpl.java'
1263--- core/src/main/java/com/persistit/BufferPoolMXBeanImpl.java 2012-04-10 22:46:45 +0000
1264+++ core/src/main/java/com/persistit/BufferPoolMXBeanImpl.java 2012-05-29 18:47:25 +0000
1265@@ -1,27 +1,21 @@
1266 /**
1267- * END USER LICENSE AGREEMENT (“EULA”)
1268- *
1269- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1270- * http://www.akiban.com/licensing/20110913
1271- *
1272- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1273- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1274- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1275- *
1276- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1277- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1278- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1279- * YOUR INITIAL PURCHASE.
1280- *
1281- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1282- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1283- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1284- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1285- * BY SUCH AUTHORIZED PERSONNEL.
1286- *
1287- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1288- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1289- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1290+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1291+ *
1292+ * This program is free software: you can redistribute it and/or modify
1293+ * it under the terms of the GNU Affero General Public License as
1294+ * published by the Free Software Foundation, version 3 (only) of the
1295+ * License.
1296+ *
1297+ * This program is distributed in the hope that it will be useful,
1298+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1299+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1300+ * GNU Affero General Public License for more details.
1301+ *
1302+ * You should have received a copy of the GNU Affero General Public License
1303+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1304+ *
1305+ * This program may also be available under different license terms. For more
1306+ * information, see www.akiban.com or contact licensing@akiban.com.
1307 */
1308
1309 package com.persistit;
1310
1311=== modified file 'core/src/main/java/com/persistit/CLI.java'
1312--- core/src/main/java/com/persistit/CLI.java 2012-05-18 17:49:55 +0000
1313+++ core/src/main/java/com/persistit/CLI.java 2012-05-29 18:47:25 +0000
1314@@ -1,27 +1,21 @@
1315 /**
1316- * END USER LICENSE AGREEMENT (“EULA”)
1317- *
1318- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1319- * http://www.akiban.com/licensing/20110913
1320- *
1321- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1322- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1323- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1324- *
1325- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1326- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1327- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1328- * YOUR INITIAL PURCHASE.
1329- *
1330- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1331- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1332- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1333- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1334- * BY SUCH AUTHORIZED PERSONNEL.
1335- *
1336- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1337- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1338- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1339+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1340+ *
1341+ * This program is free software: you can redistribute it and/or modify
1342+ * it under the terms of the GNU Affero General Public License as
1343+ * published by the Free Software Foundation, version 3 (only) of the
1344+ * License.
1345+ *
1346+ * This program is distributed in the hope that it will be useful,
1347+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1348+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1349+ * GNU Affero General Public License for more details.
1350+ *
1351+ * You should have received a copy of the GNU Affero General Public License
1352+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1353+ *
1354+ * This program may also be available under different license terms. For more
1355+ * information, see www.akiban.com or contact licensing@akiban.com.
1356 */
1357
1358 package com.persistit;
1359
1360=== modified file 'core/src/main/java/com/persistit/CheckpointManager.java'
1361--- core/src/main/java/com/persistit/CheckpointManager.java 2012-05-11 19:51:42 +0000
1362+++ core/src/main/java/com/persistit/CheckpointManager.java 2012-05-29 18:47:25 +0000
1363@@ -1,27 +1,21 @@
1364 /**
1365- * END USER LICENSE AGREEMENT (“EULA”)
1366- *
1367- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1368- * http://www.akiban.com/licensing/20110913
1369- *
1370- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1371- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1372- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1373- *
1374- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1375- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1376- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1377- * YOUR INITIAL PURCHASE.
1378- *
1379- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1380- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1381- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1382- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1383- * BY SUCH AUTHORIZED PERSONNEL.
1384- *
1385- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1386- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1387- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1388+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1389+ *
1390+ * This program is free software: you can redistribute it and/or modify
1391+ * it under the terms of the GNU Affero General Public License as
1392+ * published by the Free Software Foundation, version 3 (only) of the
1393+ * License.
1394+ *
1395+ * This program is distributed in the hope that it will be useful,
1396+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1397+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1398+ * GNU Affero General Public License for more details.
1399+ *
1400+ * You should have received a copy of the GNU Affero General Public License
1401+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1402+ *
1403+ * This program may also be available under different license terms. For more
1404+ * information, see www.akiban.com or contact licensing@akiban.com.
1405 */
1406
1407 package com.persistit;
1408
1409=== modified file 'core/src/main/java/com/persistit/ClassIndex.java'
1410--- core/src/main/java/com/persistit/ClassIndex.java 2012-04-19 18:51:04 +0000
1411+++ core/src/main/java/com/persistit/ClassIndex.java 2012-05-29 18:47:25 +0000
1412@@ -1,27 +1,21 @@
1413 /**
1414- * END USER LICENSE AGREEMENT (“EULA”)
1415- *
1416- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1417- * http://www.akiban.com/licensing/20110913
1418- *
1419- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1420- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1421- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1422- *
1423- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1424- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1425- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1426- * YOUR INITIAL PURCHASE.
1427- *
1428- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1429- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1430- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1431- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1432- * BY SUCH AUTHORIZED PERSONNEL.
1433- *
1434- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1435- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1436- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1437+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1438+ *
1439+ * This program is free software: you can redistribute it and/or modify
1440+ * it under the terms of the GNU Affero General Public License as
1441+ * published by the Free Software Foundation, version 3 (only) of the
1442+ * License.
1443+ *
1444+ * This program is distributed in the hope that it will be useful,
1445+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1446+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1447+ * GNU Affero General Public License for more details.
1448+ *
1449+ * You should have received a copy of the GNU Affero General Public License
1450+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1451+ *
1452+ * This program may also be available under different license terms. For more
1453+ * information, see www.akiban.com or contact licensing@akiban.com.
1454 */
1455
1456 package com.persistit;
1457
1458=== modified file 'core/src/main/java/com/persistit/ClassInfo.java'
1459--- core/src/main/java/com/persistit/ClassInfo.java 2012-03-27 22:12:58 +0000
1460+++ core/src/main/java/com/persistit/ClassInfo.java 2012-05-29 18:47:25 +0000
1461@@ -1,27 +1,21 @@
1462 /**
1463- * END USER LICENSE AGREEMENT (“EULA”)
1464- *
1465- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1466- * http://www.akiban.com/licensing/20110913
1467- *
1468- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1469- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1470- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1471- *
1472- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1473- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1474- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1475- * YOUR INITIAL PURCHASE.
1476- *
1477- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1478- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1479- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1480- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1481- * BY SUCH AUTHORIZED PERSONNEL.
1482- *
1483- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1484- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1485- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1486+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1487+ *
1488+ * This program is free software: you can redistribute it and/or modify
1489+ * it under the terms of the GNU Affero General Public License as
1490+ * published by the Free Software Foundation, version 3 (only) of the
1491+ * License.
1492+ *
1493+ * This program is distributed in the hope that it will be useful,
1494+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1495+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1496+ * GNU Affero General Public License for more details.
1497+ *
1498+ * You should have received a copy of the GNU Affero General Public License
1499+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1500+ *
1501+ * This program may also be available under different license terms. For more
1502+ * information, see www.akiban.com or contact licensing@akiban.com.
1503 */
1504
1505 package com.persistit;
1506@@ -97,4 +91,5 @@
1507 public ObjectStreamClass getClassDescriptor() {
1508 return _osc;
1509 }
1510-}
1511\ No newline at end of file
1512+}
1513+
1514
1515=== modified file 'core/src/main/java/com/persistit/CleanupManager.java'
1516--- core/src/main/java/com/persistit/CleanupManager.java 2012-05-20 14:44:49 +0000
1517+++ core/src/main/java/com/persistit/CleanupManager.java 2012-05-29 18:47:25 +0000
1518@@ -1,27 +1,21 @@
1519 /**
1520- * END USER LICENSE AGREEMENT (“EULA”)
1521- *
1522- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1523- * http://www.akiban.com/licensing/20110913
1524- *
1525- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1526- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1527- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1528- *
1529- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1530- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1531- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1532- * YOUR INITIAL PURCHASE.
1533- *
1534- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1535- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1536- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1537- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1538- * BY SUCH AUTHORIZED PERSONNEL.
1539- *
1540- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1541- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1542- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1543+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1544+ *
1545+ * This program is free software: you can redistribute it and/or modify
1546+ * it under the terms of the GNU Affero General Public License as
1547+ * published by the Free Software Foundation, version 3 (only) of the
1548+ * License.
1549+ *
1550+ * This program is distributed in the hope that it will be useful,
1551+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1552+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1553+ * GNU Affero General Public License for more details.
1554+ *
1555+ * You should have received a copy of the GNU Affero General Public License
1556+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1557+ *
1558+ * This program may also be available under different license terms. For more
1559+ * information, see www.akiban.com or contact licensing@akiban.com.
1560 */
1561
1562 package com.persistit;
1563
1564=== modified file 'core/src/main/java/com/persistit/Configuration.java'
1565--- core/src/main/java/com/persistit/Configuration.java 2012-05-18 12:32:26 +0000
1566+++ core/src/main/java/com/persistit/Configuration.java 2012-05-29 18:47:25 +0000
1567@@ -1,27 +1,21 @@
1568 /**
1569- * END USER LICENSE AGREEMENT (“EULA”)
1570- *
1571- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1572- * http://www.akiban.com/licensing/20110913
1573- *
1574- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1575- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1576- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1577- *
1578- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1579- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1580- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1581- * YOUR INITIAL PURCHASE.
1582- *
1583- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1584- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1585- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1586- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1587- * BY SUCH AUTHORIZED PERSONNEL.
1588- *
1589- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1590- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1591- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1592+ * Copyright © 2012 Akiban Technologies, Inc. All rights reserved.
1593+ *
1594+ * This program is free software: you can redistribute it and/or modify
1595+ * it under the terms of the GNU Affero General Public License as
1596+ * published by the Free Software Foundation, version 3 (only) of the
1597+ * License.
1598+ *
1599+ * This program is distributed in the hope that it will be useful,
1600+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1601+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1602+ * GNU Affero General Public License for more details.
1603+ *
1604+ * You should have received a copy of the GNU Affero General Public License
1605+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1606+ *
1607+ * This program may also be available under different license terms. For more
1608+ * information, see www.akiban.com or contact licensing@akiban.com.
1609 */
1610
1611 package com.persistit;
1612
1613=== modified file 'core/src/main/java/com/persistit/DefaultCoderManager.java'
1614--- core/src/main/java/com/persistit/DefaultCoderManager.java 2012-04-27 21:47:00 +0000
1615+++ core/src/main/java/com/persistit/DefaultCoderManager.java 2012-05-29 18:47:25 +0000
1616@@ -1,27 +1,21 @@
1617 /**
1618- * END USER LICENSE AGREEMENT (“EULA”)
1619- *
1620- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1621- * http://www.akiban.com/licensing/20110913
1622- *
1623- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1624- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1625- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1626- *
1627- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1628- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1629- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1630- * YOUR INITIAL PURCHASE.
1631- *
1632- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1633- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1634- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1635- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1636- * BY SUCH AUTHORIZED PERSONNEL.
1637- *
1638- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1639- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1640- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1641+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1642+ *
1643+ * This program is free software: you can redistribute it and/or modify
1644+ * it under the terms of the GNU Affero General Public License as
1645+ * published by the Free Software Foundation, version 3 (only) of the
1646+ * License.
1647+ *
1648+ * This program is distributed in the hope that it will be useful,
1649+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1650+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1651+ * GNU Affero General Public License for more details.
1652+ *
1653+ * You should have received a copy of the GNU Affero General Public License
1654+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1655+ *
1656+ * This program may also be available under different license terms. For more
1657+ * information, see www.akiban.com or contact licensing@akiban.com.
1658 */
1659
1660 package com.persistit;
1661
1662=== modified file 'core/src/main/java/com/persistit/DefaultObjectCoder.java'
1663--- core/src/main/java/com/persistit/DefaultObjectCoder.java 2012-04-10 22:46:45 +0000
1664+++ core/src/main/java/com/persistit/DefaultObjectCoder.java 2012-05-29 18:47:25 +0000
1665@@ -1,27 +1,21 @@
1666 /**
1667- * END USER LICENSE AGREEMENT (“EULA”)
1668- *
1669- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1670- * http://www.akiban.com/licensing/20110913
1671- *
1672- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1673- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1674- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1675- *
1676- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1677- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1678- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1679- * YOUR INITIAL PURCHASE.
1680- *
1681- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1682- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1683- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1684- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1685- * BY SUCH AUTHORIZED PERSONNEL.
1686- *
1687- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1688- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1689- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1690+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1691+ *
1692+ * This program is free software: you can redistribute it and/or modify
1693+ * it under the terms of the GNU Affero General Public License as
1694+ * published by the Free Software Foundation, version 3 (only) of the
1695+ * License.
1696+ *
1697+ * This program is distributed in the hope that it will be useful,
1698+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1699+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1700+ * GNU Affero General Public License for more details.
1701+ *
1702+ * You should have received a copy of the GNU Affero General Public License
1703+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1704+ *
1705+ * This program may also be available under different license terms. For more
1706+ * information, see www.akiban.com or contact licensing@akiban.com.
1707 */
1708
1709 package com.persistit;
1710
1711=== modified file 'core/src/main/java/com/persistit/DefaultValueCoder.java'
1712--- core/src/main/java/com/persistit/DefaultValueCoder.java 2012-04-25 18:13:07 +0000
1713+++ core/src/main/java/com/persistit/DefaultValueCoder.java 2012-05-29 18:47:25 +0000
1714@@ -1,27 +1,21 @@
1715 /**
1716- * END USER LICENSE AGREEMENT (“EULA”)
1717- *
1718- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1719- * http://www.akiban.com/licensing/20110913
1720- *
1721- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1722- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1723- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1724- *
1725- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1726- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1727- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1728- * YOUR INITIAL PURCHASE.
1729- *
1730- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1731- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1732- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1733- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1734- * BY SUCH AUTHORIZED PERSONNEL.
1735- *
1736- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1737- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1738- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1739+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1740+ *
1741+ * This program is free software: you can redistribute it and/or modify
1742+ * it under the terms of the GNU Affero General Public License as
1743+ * published by the Free Software Foundation, version 3 (only) of the
1744+ * License.
1745+ *
1746+ * This program is distributed in the hope that it will be useful,
1747+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1748+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1749+ * GNU Affero General Public License for more details.
1750+ *
1751+ * You should have received a copy of the GNU Affero General Public License
1752+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1753+ *
1754+ * This program may also be available under different license terms. For more
1755+ * information, see www.akiban.com or contact licensing@akiban.com.
1756 */
1757
1758 package com.persistit;
1759
1760=== modified file 'core/src/main/java/com/persistit/Exchange.java'
1761--- core/src/main/java/com/persistit/Exchange.java 2012-05-24 17:32:37 +0000
1762+++ core/src/main/java/com/persistit/Exchange.java 2012-05-29 18:47:25 +0000
1763@@ -1,27 +1,21 @@
1764 /**
1765- * END USER LICENSE AGREEMENT (“EULA”)
1766- *
1767- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1768- * http://www.akiban.com/licensing/20110913
1769- *
1770- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1771- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1772- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1773- *
1774- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1775- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1776- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1777- * YOUR INITIAL PURCHASE.
1778- *
1779- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1780- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1781- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1782- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1783- * BY SUCH AUTHORIZED PERSONNEL.
1784- *
1785- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1786- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1787- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1788+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
1789+ *
1790+ * This program is free software: you can redistribute it and/or modify
1791+ * it under the terms of the GNU Affero General Public License as
1792+ * published by the Free Software Foundation, version 3 (only) of the
1793+ * License.
1794+ *
1795+ * This program is distributed in the hope that it will be useful,
1796+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1797+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1798+ * GNU Affero General Public License for more details.
1799+ *
1800+ * You should have received a copy of the GNU Affero General Public License
1801+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1802+ *
1803+ * This program may also be available under different license terms. For more
1804+ * information, see www.akiban.com or contact licensing@akiban.com.
1805 */
1806
1807 package com.persistit;
1808
1809=== modified file 'core/src/main/java/com/persistit/FastIndex.java'
1810--- core/src/main/java/com/persistit/FastIndex.java 2012-04-30 22:09:31 +0000
1811+++ core/src/main/java/com/persistit/FastIndex.java 2012-05-29 18:47:25 +0000
1812@@ -1,27 +1,21 @@
1813 /**
1814- * END USER LICENSE AGREEMENT (“EULA”)
1815- *
1816- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1817- * http://www.akiban.com/licensing/20110913
1818- *
1819- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1820- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1821- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1822- *
1823- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1824- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1825- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1826- * YOUR INITIAL PURCHASE.
1827- *
1828- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1829- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1830- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1831- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1832- * BY SUCH AUTHORIZED PERSONNEL.
1833- *
1834- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1835- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1836- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1837+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1838+ *
1839+ * This program is free software: you can redistribute it and/or modify
1840+ * it under the terms of the GNU Affero General Public License as
1841+ * published by the Free Software Foundation, version 3 (only) of the
1842+ * License.
1843+ *
1844+ * This program is distributed in the hope that it will be useful,
1845+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1846+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1847+ * GNU Affero General Public License for more details.
1848+ *
1849+ * You should have received a copy of the GNU Affero General Public License
1850+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1851+ *
1852+ * This program may also be available under different license terms. For more
1853+ * information, see www.akiban.com or contact licensing@akiban.com.
1854 */
1855
1856 package com.persistit;
1857
1858=== modified file 'core/src/main/java/com/persistit/GetVersion.java'
1859--- core/src/main/java/com/persistit/GetVersion.java 2012-04-23 21:03:49 +0000
1860+++ core/src/main/java/com/persistit/GetVersion.java 2012-05-29 18:47:25 +0000
1861@@ -1,27 +1,21 @@
1862 /**
1863- * END USER LICENSE AGREEMENT (“EULA”)
1864- *
1865- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1866- * http://www.akiban.com/licensing/20110913
1867- *
1868- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1869- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1870- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1871- *
1872- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1873- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1874- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1875- * YOUR INITIAL PURCHASE.
1876- *
1877- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1878- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1879- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1880- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1881- * BY SUCH AUTHORIZED PERSONNEL.
1882- *
1883- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1884- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1885- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1886+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1887+ *
1888+ * This program is free software: you can redistribute it and/or modify
1889+ * it under the terms of the GNU Affero General Public License as
1890+ * published by the Free Software Foundation, version 3 (only) of the
1891+ * License.
1892+ *
1893+ * This program is distributed in the hope that it will be useful,
1894+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1895+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1896+ * GNU Affero General Public License for more details.
1897+ *
1898+ * You should have received a copy of the GNU Affero General Public License
1899+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1900+ *
1901+ * This program may also be available under different license terms. For more
1902+ * information, see www.akiban.com or contact licensing@akiban.com.
1903 */
1904
1905 package com.persistit;
1906
1907=== modified file 'core/src/main/java/com/persistit/IOMeter.java'
1908--- core/src/main/java/com/persistit/IOMeter.java 2012-04-30 22:09:31 +0000
1909+++ core/src/main/java/com/persistit/IOMeter.java 2012-05-29 18:47:25 +0000
1910@@ -1,27 +1,21 @@
1911 /**
1912- * END USER LICENSE AGREEMENT (“EULA”)
1913- *
1914- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1915- * http://www.akiban.com/licensing/20110913
1916- *
1917- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1918- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1919- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1920- *
1921- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1922- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1923- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1924- * YOUR INITIAL PURCHASE.
1925- *
1926- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1927- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1928- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1929- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1930- * BY SUCH AUTHORIZED PERSONNEL.
1931- *
1932- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1933- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1934- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1935+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1936+ *
1937+ * This program is free software: you can redistribute it and/or modify
1938+ * it under the terms of the GNU Affero General Public License as
1939+ * published by the Free Software Foundation, version 3 (only) of the
1940+ * License.
1941+ *
1942+ * This program is distributed in the hope that it will be useful,
1943+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1944+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1945+ * GNU Affero General Public License for more details.
1946+ *
1947+ * You should have received a copy of the GNU Affero General Public License
1948+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1949+ *
1950+ * This program may also be available under different license terms. For more
1951+ * information, see www.akiban.com or contact licensing@akiban.com.
1952 */
1953
1954 package com.persistit;
1955
1956=== modified file 'core/src/main/java/com/persistit/IOTaskRunnable.java'
1957--- core/src/main/java/com/persistit/IOTaskRunnable.java 2012-05-23 21:18:13 +0000
1958+++ core/src/main/java/com/persistit/IOTaskRunnable.java 2012-05-29 18:47:25 +0000
1959@@ -1,27 +1,21 @@
1960 /**
1961- * END USER LICENSE AGREEMENT (“EULA”)
1962- *
1963- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
1964- * http://www.akiban.com/licensing/20110913
1965- *
1966- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
1967- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
1968- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
1969- *
1970- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
1971- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
1972- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
1973- * YOUR INITIAL PURCHASE.
1974- *
1975- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
1976- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
1977- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
1978- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
1979- * BY SUCH AUTHORIZED PERSONNEL.
1980- *
1981- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
1982- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
1983- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
1984+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
1985+ *
1986+ * This program is free software: you can redistribute it and/or modify
1987+ * it under the terms of the GNU Affero General Public License as
1988+ * published by the Free Software Foundation, version 3 (only) of the
1989+ * License.
1990+ *
1991+ * This program is distributed in the hope that it will be useful,
1992+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1993+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1994+ * GNU Affero General Public License for more details.
1995+ *
1996+ * You should have received a copy of the GNU Affero General Public License
1997+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
1998+ *
1999+ * This program may also be available under different license terms. For more
2000+ * information, see www.akiban.com or contact licensing@akiban.com.
2001 */
2002
2003 package com.persistit;
2004
2005=== modified file 'core/src/main/java/com/persistit/IntegrityCheck.java'
2006--- core/src/main/java/com/persistit/IntegrityCheck.java 2012-05-18 17:06:18 +0000
2007+++ core/src/main/java/com/persistit/IntegrityCheck.java 2012-05-29 18:47:25 +0000
2008@@ -1,27 +1,21 @@
2009 /**
2010- * END USER LICENSE AGREEMENT (“EULA”)
2011- *
2012- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2013- * http://www.akiban.com/licensing/20110913
2014- *
2015- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2016- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2017- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2018- *
2019- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2020- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2021- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2022- * YOUR INITIAL PURCHASE.
2023- *
2024- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2025- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2026- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2027- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2028- * BY SUCH AUTHORIZED PERSONNEL.
2029- *
2030- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2031- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2032- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2033+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2034+ *
2035+ * This program is free software: you can redistribute it and/or modify
2036+ * it under the terms of the GNU Affero General Public License as
2037+ * published by the Free Software Foundation, version 3 (only) of the
2038+ * License.
2039+ *
2040+ * This program is distributed in the hope that it will be useful,
2041+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2042+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2043+ * GNU Affero General Public License for more details.
2044+ *
2045+ * You should have received a copy of the GNU Affero General Public License
2046+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2047+ *
2048+ * This program may also be available under different license terms. For more
2049+ * information, see www.akiban.com or contact licensing@akiban.com.
2050 */
2051
2052 package com.persistit;
2053
2054=== modified file 'core/src/main/java/com/persistit/JournalManager.java'
2055--- core/src/main/java/com/persistit/JournalManager.java 2012-05-24 15:08:12 +0000
2056+++ core/src/main/java/com/persistit/JournalManager.java 2012-05-29 18:47:25 +0000
2057@@ -1,27 +1,21 @@
2058 /**
2059- * END USER LICENSE AGREEMENT (“EULA”)
2060- *
2061- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2062- * http://www.akiban.com/licensing/20110913
2063- *
2064- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2065- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2066- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2067- *
2068- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2069- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2070- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2071- * YOUR INITIAL PURCHASE.
2072- *
2073- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2074- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2075- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2076- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2077- * BY SUCH AUTHORIZED PERSONNEL.
2078- *
2079- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2080- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2081- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2082+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2083+ *
2084+ * This program is free software: you can redistribute it and/or modify
2085+ * it under the terms of the GNU Affero General Public License as
2086+ * published by the Free Software Foundation, version 3 (only) of the
2087+ * License.
2088+ *
2089+ * This program is distributed in the hope that it will be useful,
2090+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2091+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2092+ * GNU Affero General Public License for more details.
2093+ *
2094+ * You should have received a copy of the GNU Affero General Public License
2095+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2096+ *
2097+ * This program may also be available under different license terms. For more
2098+ * information, see www.akiban.com or contact licensing@akiban.com.
2099 */
2100
2101 package com.persistit;
2102
2103=== modified file 'core/src/main/java/com/persistit/JournalRecord.java'
2104--- core/src/main/java/com/persistit/JournalRecord.java 2012-04-10 22:46:45 +0000
2105+++ core/src/main/java/com/persistit/JournalRecord.java 2012-05-29 18:47:25 +0000
2106@@ -1,27 +1,21 @@
2107 /**
2108- * END USER LICENSE AGREEMENT (“EULA”)
2109- *
2110- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2111- * http://www.akiban.com/licensing/20110913
2112- *
2113- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2114- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2115- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2116- *
2117- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2118- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2119- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2120- * YOUR INITIAL PURCHASE.
2121- *
2122- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2123- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2124- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2125- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2126- * BY SUCH AUTHORIZED PERSONNEL.
2127- *
2128- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2129- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2130- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2131+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2132+ *
2133+ * This program is free software: you can redistribute it and/or modify
2134+ * it under the terms of the GNU Affero General Public License as
2135+ * published by the Free Software Foundation, version 3 (only) of the
2136+ * License.
2137+ *
2138+ * This program is distributed in the hope that it will be useful,
2139+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2140+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2141+ * GNU Affero General Public License for more details.
2142+ *
2143+ * You should have received a copy of the GNU Affero General Public License
2144+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2145+ *
2146+ * This program may also be available under different license terms. For more
2147+ * information, see www.akiban.com or contact licensing@akiban.com.
2148 */
2149
2150 package com.persistit;
2151
2152=== modified file 'core/src/main/java/com/persistit/JournalTool.java'
2153--- core/src/main/java/com/persistit/JournalTool.java 2012-04-30 22:30:51 +0000
2154+++ core/src/main/java/com/persistit/JournalTool.java 2012-05-29 18:47:25 +0000
2155@@ -1,27 +1,21 @@
2156 /**
2157- * END USER LICENSE AGREEMENT (“EULA”)
2158- *
2159- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2160- * http://www.akiban.com/licensing/20110913
2161- *
2162- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2163- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2164- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2165- *
2166- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2167- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2168- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2169- * YOUR INITIAL PURCHASE.
2170- *
2171- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2172- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2173- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2174- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2175- * BY SUCH AUTHORIZED PERSONNEL.
2176- *
2177- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2178- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2179- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2180+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2181+ *
2182+ * This program is free software: you can redistribute it and/or modify
2183+ * it under the terms of the GNU Affero General Public License as
2184+ * published by the Free Software Foundation, version 3 (only) of the
2185+ * License.
2186+ *
2187+ * This program is distributed in the hope that it will be useful,
2188+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2189+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2190+ * GNU Affero General Public License for more details.
2191+ *
2192+ * You should have received a copy of the GNU Affero General Public License
2193+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2194+ *
2195+ * This program may also be available under different license terms. For more
2196+ * information, see www.akiban.com or contact licensing@akiban.com.
2197 */
2198
2199 package com.persistit;
2200
2201=== modified file 'core/src/main/java/com/persistit/Key.java'
2202--- core/src/main/java/com/persistit/Key.java 2012-04-10 22:46:45 +0000
2203+++ core/src/main/java/com/persistit/Key.java 2012-05-29 18:47:25 +0000
2204@@ -1,27 +1,21 @@
2205 /**
2206- * END USER LICENSE AGREEMENT (“EULA”)
2207- *
2208- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2209- * http://www.akiban.com/licensing/20110913
2210- *
2211- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2212- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2213- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2214- *
2215- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2216- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2217- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2218- * YOUR INITIAL PURCHASE.
2219- *
2220- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2221- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2222- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2223- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2224- * BY SUCH AUTHORIZED PERSONNEL.
2225- *
2226- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2227- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2228- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2229+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2230+ *
2231+ * This program is free software: you can redistribute it and/or modify
2232+ * it under the terms of the GNU Affero General Public License as
2233+ * published by the Free Software Foundation, version 3 (only) of the
2234+ * License.
2235+ *
2236+ * This program is distributed in the hope that it will be useful,
2237+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2238+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2239+ * GNU Affero General Public License for more details.
2240+ *
2241+ * You should have received a copy of the GNU Affero General Public License
2242+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2243+ *
2244+ * This program may also be available under different license terms. For more
2245+ * information, see www.akiban.com or contact licensing@akiban.com.
2246 */
2247
2248 package com.persistit;
2249@@ -4002,4 +3996,5 @@
2250 bis._zeroCount = zeroCount;
2251 bis._scale = -exp;
2252 }
2253-}
2254\ No newline at end of file
2255+}
2256+
2257
2258=== modified file 'core/src/main/java/com/persistit/KeyFilter.java'
2259--- core/src/main/java/com/persistit/KeyFilter.java 2012-04-10 22:46:45 +0000
2260+++ core/src/main/java/com/persistit/KeyFilter.java 2012-05-29 18:47:25 +0000
2261@@ -1,27 +1,21 @@
2262 /**
2263- * END USER LICENSE AGREEMENT (“EULA”)
2264- *
2265- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2266- * http://www.akiban.com/licensing/20110913
2267- *
2268- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2269- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2270- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2271- *
2272- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2273- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2274- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2275- * YOUR INITIAL PURCHASE.
2276- *
2277- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2278- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2279- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2280- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2281- * BY SUCH AUTHORIZED PERSONNEL.
2282- *
2283- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2284- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2285- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2286+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2287+ *
2288+ * This program is free software: you can redistribute it and/or modify
2289+ * it under the terms of the GNU Affero General Public License as
2290+ * published by the Free Software Foundation, version 3 (only) of the
2291+ * License.
2292+ *
2293+ * This program is distributed in the hope that it will be useful,
2294+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2295+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2296+ * GNU Affero General Public License for more details.
2297+ *
2298+ * You should have received a copy of the GNU Affero General Public License
2299+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2300+ *
2301+ * This program may also be available under different license terms. For more
2302+ * information, see www.akiban.com or contact licensing@akiban.com.
2303 */
2304
2305 package com.persistit;
2306
2307=== modified file 'core/src/main/java/com/persistit/KeyHistogram.java'
2308--- core/src/main/java/com/persistit/KeyHistogram.java 2012-05-04 02:05:33 +0000
2309+++ core/src/main/java/com/persistit/KeyHistogram.java 2012-05-29 18:47:25 +0000
2310@@ -1,27 +1,21 @@
2311 /**
2312- * END USER LICENSE AGREEMENT (“EULA”)
2313- *
2314- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2315- * http://www.akiban.com/licensing/20110913
2316- *
2317- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2318- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2319- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2320- *
2321- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2322- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2323- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2324- * YOUR INITIAL PURCHASE.
2325- *
2326- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2327- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2328- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2329- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2330- * BY SUCH AUTHORIZED PERSONNEL.
2331- *
2332- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2333- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2334- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2335+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2336+ *
2337+ * This program is free software: you can redistribute it and/or modify
2338+ * it under the terms of the GNU Affero General Public License as
2339+ * published by the Free Software Foundation, version 3 (only) of the
2340+ * License.
2341+ *
2342+ * This program is distributed in the hope that it will be useful,
2343+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2344+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2345+ * GNU Affero General Public License for more details.
2346+ *
2347+ * You should have received a copy of the GNU Affero General Public License
2348+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2349+ *
2350+ * This program may also be available under different license terms. For more
2351+ * information, see www.akiban.com or contact licensing@akiban.com.
2352 */
2353
2354 package com.persistit;
2355
2356=== modified file 'core/src/main/java/com/persistit/KeyParser.java'
2357--- core/src/main/java/com/persistit/KeyParser.java 2012-04-10 22:46:45 +0000
2358+++ core/src/main/java/com/persistit/KeyParser.java 2012-05-29 18:47:25 +0000
2359@@ -1,27 +1,21 @@
2360 /**
2361- * END USER LICENSE AGREEMENT (“EULA”)
2362- *
2363- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2364- * http://www.akiban.com/licensing/20110913
2365- *
2366- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2367- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2368- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2369- *
2370- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2371- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2372- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2373- * YOUR INITIAL PURCHASE.
2374- *
2375- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2376- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2377- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2378- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2379- * BY SUCH AUTHORIZED PERSONNEL.
2380- *
2381- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2382- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2383- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2384+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2385+ *
2386+ * This program is free software: you can redistribute it and/or modify
2387+ * it under the terms of the GNU Affero General Public License as
2388+ * published by the Free Software Foundation, version 3 (only) of the
2389+ * License.
2390+ *
2391+ * This program is distributed in the hope that it will be useful,
2392+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2393+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2394+ * GNU Affero General Public License for more details.
2395+ *
2396+ * You should have received a copy of the GNU Affero General Public License
2397+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2398+ *
2399+ * This program may also be available under different license terms. For more
2400+ * information, see www.akiban.com or contact licensing@akiban.com.
2401 */
2402
2403 package com.persistit;
2404
2405=== modified file 'core/src/main/java/com/persistit/KeyState.java'
2406--- core/src/main/java/com/persistit/KeyState.java 2012-04-11 16:13:05 +0000
2407+++ core/src/main/java/com/persistit/KeyState.java 2012-05-29 18:47:25 +0000
2408@@ -1,27 +1,21 @@
2409 /**
2410- * END USER LICENSE AGREEMENT (“EULA”)
2411- *
2412- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2413- * http://www.akiban.com/licensing/20110913
2414- *
2415- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2416- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2417- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2418- *
2419- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2420- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2421- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2422- * YOUR INITIAL PURCHASE.
2423- *
2424- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2425- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2426- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2427- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2428- * BY SUCH AUTHORIZED PERSONNEL.
2429- *
2430- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2431- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2432- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2433+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2434+ *
2435+ * This program is free software: you can redistribute it and/or modify
2436+ * it under the terms of the GNU Affero General Public License as
2437+ * published by the Free Software Foundation, version 3 (only) of the
2438+ * License.
2439+ *
2440+ * This program is distributed in the hope that it will be useful,
2441+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2442+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2443+ * GNU Affero General Public License for more details.
2444+ *
2445+ * You should have received a copy of the GNU Affero General Public License
2446+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2447+ *
2448+ * This program may also be available under different license terms. For more
2449+ * information, see www.akiban.com or contact licensing@akiban.com.
2450 */
2451
2452 package com.persistit;
2453
2454=== modified file 'core/src/main/java/com/persistit/LongRecordHelper.java'
2455--- core/src/main/java/com/persistit/LongRecordHelper.java 2012-05-24 17:32:37 +0000
2456+++ core/src/main/java/com/persistit/LongRecordHelper.java 2012-05-29 18:47:25 +0000
2457@@ -1,27 +1,21 @@
2458 /**
2459- * END USER LICENSE AGREEMENT (“EULA”)
2460- *
2461- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2462- * http://www.akiban.com/licensing/20110913
2463- *
2464- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2465- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2466- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2467- *
2468- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2469- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2470- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2471- * YOUR INITIAL PURCHASE.
2472- *
2473- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2474- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2475- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2476- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2477- * BY SUCH AUTHORIZED PERSONNEL.
2478- *
2479- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2480- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2481- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2482+ * Copyright © 2012 Akiban Technologies, Inc. All rights reserved.
2483+ *
2484+ * This program is free software: you can redistribute it and/or modify
2485+ * it under the terms of the GNU Affero General Public License as
2486+ * published by the Free Software Foundation, version 3 (only) of the
2487+ * License.
2488+ *
2489+ * This program is distributed in the hope that it will be useful,
2490+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2491+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2492+ * GNU Affero General Public License for more details.
2493+ *
2494+ * You should have received a copy of the GNU Affero General Public License
2495+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2496+ *
2497+ * This program may also be available under different license terms. For more
2498+ * information, see www.akiban.com or contact licensing@akiban.com.
2499 */
2500
2501 package com.persistit;
2502
2503=== modified file 'core/src/main/java/com/persistit/MVV.java'
2504--- core/src/main/java/com/persistit/MVV.java 2012-05-14 21:52:21 +0000
2505+++ core/src/main/java/com/persistit/MVV.java 2012-05-29 18:47:25 +0000
2506@@ -1,27 +1,21 @@
2507 /**
2508- * END USER LICENSE AGREEMENT (“EULA”)
2509- *
2510- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2511- * http://www.akiban.com/licensing/20110913
2512- *
2513- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2514- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2515- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2516- *
2517- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2518- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2519- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2520- * YOUR INITIAL PURCHASE.
2521- *
2522- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2523- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2524- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2525- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2526- * BY SUCH AUTHORIZED PERSONNEL.
2527- *
2528- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2529- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2530- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2531+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2532+ *
2533+ * This program is free software: you can redistribute it and/or modify
2534+ * it under the terms of the GNU Affero General Public License as
2535+ * published by the Free Software Foundation, version 3 (only) of the
2536+ * License.
2537+ *
2538+ * This program is distributed in the hope that it will be useful,
2539+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2540+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2541+ * GNU Affero General Public License for more details.
2542+ *
2543+ * You should have received a copy of the GNU Affero General Public License
2544+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2545+ *
2546+ * This program may also be available under different license terms. For more
2547+ * information, see www.akiban.com or contact licensing@akiban.com.
2548 */
2549
2550 package com.persistit;
2551
2552=== modified file 'core/src/main/java/com/persistit/Management.java'
2553--- core/src/main/java/com/persistit/Management.java 2012-05-11 15:47:23 +0000
2554+++ core/src/main/java/com/persistit/Management.java 2012-05-29 18:47:25 +0000
2555@@ -1,27 +1,21 @@
2556 /**
2557- * END USER LICENSE AGREEMENT (“EULA”)
2558- *
2559- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2560- * http://www.akiban.com/licensing/20110913
2561- *
2562- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2563- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2564- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2565- *
2566- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2567- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2568- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2569- * YOUR INITIAL PURCHASE.
2570- *
2571- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2572- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2573- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2574- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2575- * BY SUCH AUTHORIZED PERSONNEL.
2576- *
2577- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2578- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2579- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2580+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2581+ *
2582+ * This program is free software: you can redistribute it and/or modify
2583+ * it under the terms of the GNU Affero General Public License as
2584+ * published by the Free Software Foundation, version 3 (only) of the
2585+ * License.
2586+ *
2587+ * This program is distributed in the hope that it will be useful,
2588+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2589+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2590+ * GNU Affero General Public License for more details.
2591+ *
2592+ * You should have received a copy of the GNU Affero General Public License
2593+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2594+ *
2595+ * This program may also be available under different license terms. For more
2596+ * information, see www.akiban.com or contact licensing@akiban.com.
2597 */
2598
2599 package com.persistit;
2600
2601=== modified file 'core/src/main/java/com/persistit/ManagementImpl.java'
2602--- core/src/main/java/com/persistit/ManagementImpl.java 2012-05-14 14:30:50 +0000
2603+++ core/src/main/java/com/persistit/ManagementImpl.java 2012-05-29 18:47:25 +0000
2604@@ -1,27 +1,21 @@
2605 /**
2606- * END USER LICENSE AGREEMENT (“EULA”)
2607- *
2608- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2609- * http://www.akiban.com/licensing/20110913
2610- *
2611- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2612- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2613- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2614- *
2615- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2616- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2617- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2618- * YOUR INITIAL PURCHASE.
2619- *
2620- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2621- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2622- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2623- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2624- * BY SUCH AUTHORIZED PERSONNEL.
2625- *
2626- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2627- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2628- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2629+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2630+ *
2631+ * This program is free software: you can redistribute it and/or modify
2632+ * it under the terms of the GNU Affero General Public License as
2633+ * published by the Free Software Foundation, version 3 (only) of the
2634+ * License.
2635+ *
2636+ * This program is distributed in the hope that it will be useful,
2637+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2638+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2639+ * GNU Affero General Public License for more details.
2640+ *
2641+ * You should have received a copy of the GNU Affero General Public License
2642+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2643+ *
2644+ * This program may also be available under different license terms. For more
2645+ * information, see www.akiban.com or contact licensing@akiban.com.
2646 */
2647
2648 package com.persistit;
2649
2650=== modified file 'core/src/main/java/com/persistit/MediatedFileChannel.java'
2651--- core/src/main/java/com/persistit/MediatedFileChannel.java 2012-03-27 22:12:58 +0000
2652+++ core/src/main/java/com/persistit/MediatedFileChannel.java 2012-05-29 18:47:25 +0000
2653@@ -1,27 +1,21 @@
2654 /**
2655- * END USER LICENSE AGREEMENT (“EULA”)
2656- *
2657- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2658- * http://www.akiban.com/licensing/20110913
2659- *
2660- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2661- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2662- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2663- *
2664- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2665- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2666- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2667- * YOUR INITIAL PURCHASE.
2668- *
2669- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2670- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2671- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2672- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2673- * BY SUCH AUTHORIZED PERSONNEL.
2674- *
2675- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2676- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2677- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2678+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2679+ *
2680+ * This program is free software: you can redistribute it and/or modify
2681+ * it under the terms of the GNU Affero General Public License as
2682+ * published by the Free Software Foundation, version 3 (only) of the
2683+ * License.
2684+ *
2685+ * This program is distributed in the hope that it will be useful,
2686+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2687+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2688+ * GNU Affero General Public License for more details.
2689+ *
2690+ * You should have received a copy of the GNU Affero General Public License
2691+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2692+ *
2693+ * This program may also be available under different license terms. For more
2694+ * information, see www.akiban.com or contact licensing@akiban.com.
2695 */
2696
2697 package com.persistit;
2698
2699=== modified file 'core/src/main/java/com/persistit/Persistit.java'
2700--- core/src/main/java/com/persistit/Persistit.java 2012-05-19 17:25:40 +0000
2701+++ core/src/main/java/com/persistit/Persistit.java 2012-05-29 18:47:25 +0000
2702@@ -1,27 +1,21 @@
2703 /**
2704- * END USER LICENSE AGREEMENT (“EULA”)
2705- *
2706- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2707- * http://www.akiban.com/licensing/20110913
2708- *
2709- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2710- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2711- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2712- *
2713- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2714- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2715- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2716- * YOUR INITIAL PURCHASE.
2717- *
2718- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2719- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2720- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2721- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2722- * BY SUCH AUTHORIZED PERSONNEL.
2723- *
2724- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2725- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2726- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2727+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2728+ *
2729+ * This program is free software: you can redistribute it and/or modify
2730+ * it under the terms of the GNU Affero General Public License as
2731+ * published by the Free Software Foundation, version 3 (only) of the
2732+ * License.
2733+ *
2734+ * This program is distributed in the hope that it will be useful,
2735+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2736+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2737+ * GNU Affero General Public License for more details.
2738+ *
2739+ * You should have received a copy of the GNU Affero General Public License
2740+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2741+ *
2742+ * This program may also be available under different license terms. For more
2743+ * information, see www.akiban.com or contact licensing@akiban.com.
2744 */
2745
2746 package com.persistit;
2747
2748=== modified file 'core/src/main/java/com/persistit/PersistitMap.java'
2749--- core/src/main/java/com/persistit/PersistitMap.java 2012-04-11 16:13:05 +0000
2750+++ core/src/main/java/com/persistit/PersistitMap.java 2012-05-29 18:47:25 +0000
2751@@ -1,27 +1,21 @@
2752 /**
2753- * END USER LICENSE AGREEMENT (“EULA”)
2754- *
2755- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2756- * http://www.akiban.com/licensing/20110913
2757- *
2758- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2759- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2760- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2761- *
2762- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2763- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2764- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2765- * YOUR INITIAL PURCHASE.
2766- *
2767- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2768- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2769- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2770- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2771- * BY SUCH AUTHORIZED PERSONNEL.
2772- *
2773- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2774- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2775- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2776+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2777+ *
2778+ * This program is free software: you can redistribute it and/or modify
2779+ * it under the terms of the GNU Affero General Public License as
2780+ * published by the Free Software Foundation, version 3 (only) of the
2781+ * License.
2782+ *
2783+ * This program is distributed in the hope that it will be useful,
2784+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2785+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2786+ * GNU Affero General Public License for more details.
2787+ *
2788+ * You should have received a copy of the GNU Affero General Public License
2789+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2790+ *
2791+ * This program may also be available under different license terms. For more
2792+ * information, see www.akiban.com or contact licensing@akiban.com.
2793 */
2794
2795 package com.persistit;
2796@@ -1366,4 +1360,5 @@
2797 throw new CloneNotSupportedException();
2798 }
2799
2800-}
2801\ No newline at end of file
2802+}
2803+
2804
2805=== modified file 'core/src/main/java/com/persistit/RecoveryManager.java'
2806--- core/src/main/java/com/persistit/RecoveryManager.java 2012-05-18 17:06:18 +0000
2807+++ core/src/main/java/com/persistit/RecoveryManager.java 2012-05-29 18:47:25 +0000
2808@@ -1,27 +1,21 @@
2809 /**
2810- * END USER LICENSE AGREEMENT (“EULA”)
2811- *
2812- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2813- * http://www.akiban.com/licensing/20110913
2814- *
2815- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2816- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2817- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2818- *
2819- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2820- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2821- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2822- * YOUR INITIAL PURCHASE.
2823- *
2824- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2825- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2826- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2827- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2828- * BY SUCH AUTHORIZED PERSONNEL.
2829- *
2830- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2831- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2832- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2833+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2834+ *
2835+ * This program is free software: you can redistribute it and/or modify
2836+ * it under the terms of the GNU Affero General Public License as
2837+ * published by the Free Software Foundation, version 3 (only) of the
2838+ * License.
2839+ *
2840+ * This program is distributed in the hope that it will be useful,
2841+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2842+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2843+ * GNU Affero General Public License for more details.
2844+ *
2845+ * You should have received a copy of the GNU Affero General Public License
2846+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2847+ *
2848+ * This program may also be available under different license terms. For more
2849+ * information, see www.akiban.com or contact licensing@akiban.com.
2850 */
2851
2852 package com.persistit;
2853
2854=== modified file 'core/src/main/java/com/persistit/ReentrantResourceHolder.java'
2855--- core/src/main/java/com/persistit/ReentrantResourceHolder.java 2012-03-27 22:12:58 +0000
2856+++ core/src/main/java/com/persistit/ReentrantResourceHolder.java 2012-05-29 18:47:25 +0000
2857@@ -1,27 +1,21 @@
2858 /**
2859- * END USER LICENSE AGREEMENT (“EULA”)
2860- *
2861- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2862- * http://www.akiban.com/licensing/20110913
2863- *
2864- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2865- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2866- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2867- *
2868- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2869- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2870- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2871- * YOUR INITIAL PURCHASE.
2872- *
2873- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2874- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2875- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2876- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2877- * BY SUCH AUTHORIZED PERSONNEL.
2878- *
2879- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2880- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2881- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2882+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2883+ *
2884+ * This program is free software: you can redistribute it and/or modify
2885+ * it under the terms of the GNU Affero General Public License as
2886+ * published by the Free Software Foundation, version 3 (only) of the
2887+ * License.
2888+ *
2889+ * This program is distributed in the hope that it will be useful,
2890+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2891+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2892+ * GNU Affero General Public License for more details.
2893+ *
2894+ * You should have received a copy of the GNU Affero General Public License
2895+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2896+ *
2897+ * This program may also be available under different license terms. For more
2898+ * information, see www.akiban.com or contact licensing@akiban.com.
2899 */
2900
2901 package com.persistit;
2902
2903=== modified file 'core/src/main/java/com/persistit/SessionId.java'
2904--- core/src/main/java/com/persistit/SessionId.java 2012-04-11 16:13:05 +0000
2905+++ core/src/main/java/com/persistit/SessionId.java 2012-05-29 18:47:25 +0000
2906@@ -1,27 +1,21 @@
2907 /**
2908- * END USER LICENSE AGREEMENT (“EULA”)
2909- *
2910- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2911- * http://www.akiban.com/licensing/20110913
2912- *
2913- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2914- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2915- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2916- *
2917- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2918- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2919- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2920- * YOUR INITIAL PURCHASE.
2921- *
2922- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2923- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2924- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2925- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2926- * BY SUCH AUTHORIZED PERSONNEL.
2927- *
2928- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2929- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2930- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2931+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
2932+ *
2933+ * This program is free software: you can redistribute it and/or modify
2934+ * it under the terms of the GNU Affero General Public License as
2935+ * published by the Free Software Foundation, version 3 (only) of the
2936+ * License.
2937+ *
2938+ * This program is distributed in the hope that it will be useful,
2939+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2940+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2941+ * GNU Affero General Public License for more details.
2942+ *
2943+ * You should have received a copy of the GNU Affero General Public License
2944+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2945+ *
2946+ * This program may also be available under different license terms. For more
2947+ * information, see www.akiban.com or contact licensing@akiban.com.
2948 */
2949
2950 package com.persistit;
2951
2952=== modified file 'core/src/main/java/com/persistit/SharedResource.java'
2953--- core/src/main/java/com/persistit/SharedResource.java 2012-03-27 22:12:58 +0000
2954+++ core/src/main/java/com/persistit/SharedResource.java 2012-05-29 18:47:25 +0000
2955@@ -1,27 +1,21 @@
2956 /**
2957- * END USER LICENSE AGREEMENT (“EULA”)
2958- *
2959- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
2960- * http://www.akiban.com/licensing/20110913
2961- *
2962- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
2963- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
2964- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
2965- *
2966- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
2967- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
2968- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
2969- * YOUR INITIAL PURCHASE.
2970- *
2971- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
2972- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
2973- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
2974- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
2975- * BY SUCH AUTHORIZED PERSONNEL.
2976- *
2977- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
2978- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
2979- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
2980+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
2981+ *
2982+ * This program is free software: you can redistribute it and/or modify
2983+ * it under the terms of the GNU Affero General Public License as
2984+ * published by the Free Software Foundation, version 3 (only) of the
2985+ * License.
2986+ *
2987+ * This program is distributed in the hope that it will be useful,
2988+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
2989+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2990+ * GNU Affero General Public License for more details.
2991+ *
2992+ * You should have received a copy of the GNU Affero General Public License
2993+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
2994+ *
2995+ * This program may also be available under different license terms. For more
2996+ * information, see www.akiban.com or contact licensing@akiban.com.
2997 */
2998
2999 package com.persistit;
3000
3001=== modified file 'core/src/main/java/com/persistit/StatisticsTask.java'
3002--- core/src/main/java/com/persistit/StatisticsTask.java 2012-04-02 14:36:49 +0000
3003+++ core/src/main/java/com/persistit/StatisticsTask.java 2012-05-29 18:47:25 +0000
3004@@ -1,27 +1,21 @@
3005 /**
3006- * END USER LICENSE AGREEMENT (“EULA”)
3007- *
3008- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3009- * http://www.akiban.com/licensing/20110913
3010- *
3011- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3012- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3013- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3014- *
3015- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3016- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3017- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3018- * YOUR INITIAL PURCHASE.
3019- *
3020- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3021- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3022- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3023- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3024- * BY SUCH AUTHORIZED PERSONNEL.
3025- *
3026- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3027- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3028- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3029+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3030+ *
3031+ * This program is free software: you can redistribute it and/or modify
3032+ * it under the terms of the GNU Affero General Public License as
3033+ * published by the Free Software Foundation, version 3 (only) of the
3034+ * License.
3035+ *
3036+ * This program is distributed in the hope that it will be useful,
3037+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3038+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3039+ * GNU Affero General Public License for more details.
3040+ *
3041+ * You should have received a copy of the GNU Affero General Public License
3042+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3043+ *
3044+ * This program may also be available under different license terms. For more
3045+ * information, see www.akiban.com or contact licensing@akiban.com.
3046 */
3047
3048 package com.persistit;
3049
3050=== modified file 'core/src/main/java/com/persistit/StreamLoader.java'
3051--- core/src/main/java/com/persistit/StreamLoader.java 2012-03-27 22:12:58 +0000
3052+++ core/src/main/java/com/persistit/StreamLoader.java 2012-05-29 18:47:25 +0000
3053@@ -1,27 +1,21 @@
3054 /**
3055- * END USER LICENSE AGREEMENT (“EULA”)
3056- *
3057- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3058- * http://www.akiban.com/licensing/20110913
3059- *
3060- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3061- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3062- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3063- *
3064- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3065- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3066- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3067- * YOUR INITIAL PURCHASE.
3068- *
3069- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3070- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3071- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3072- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3073- * BY SUCH AUTHORIZED PERSONNEL.
3074- *
3075- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3076- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3077- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3078+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3079+ *
3080+ * This program is free software: you can redistribute it and/or modify
3081+ * it under the terms of the GNU Affero General Public License as
3082+ * published by the Free Software Foundation, version 3 (only) of the
3083+ * License.
3084+ *
3085+ * This program is distributed in the hope that it will be useful,
3086+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3087+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3088+ * GNU Affero General Public License for more details.
3089+ *
3090+ * You should have received a copy of the GNU Affero General Public License
3091+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3092+ *
3093+ * This program may also be available under different license terms. For more
3094+ * information, see www.akiban.com or contact licensing@akiban.com.
3095 */
3096
3097 package com.persistit;
3098
3099=== modified file 'core/src/main/java/com/persistit/StreamSaver.java'
3100--- core/src/main/java/com/persistit/StreamSaver.java 2012-03-27 22:12:58 +0000
3101+++ core/src/main/java/com/persistit/StreamSaver.java 2012-05-29 18:47:25 +0000
3102@@ -1,27 +1,21 @@
3103 /**
3104- * END USER LICENSE AGREEMENT (“EULA”)
3105- *
3106- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3107- * http://www.akiban.com/licensing/20110913
3108- *
3109- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3110- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3111- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3112- *
3113- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3114- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3115- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3116- * YOUR INITIAL PURCHASE.
3117- *
3118- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3119- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3120- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3121- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3122- * BY SUCH AUTHORIZED PERSONNEL.
3123- *
3124- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3125- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3126- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3127+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3128+ *
3129+ * This program is free software: you can redistribute it and/or modify
3130+ * it under the terms of the GNU Affero General Public License as
3131+ * published by the Free Software Foundation, version 3 (only) of the
3132+ * License.
3133+ *
3134+ * This program is distributed in the hope that it will be useful,
3135+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3136+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3137+ * GNU Affero General Public License for more details.
3138+ *
3139+ * You should have received a copy of the GNU Affero General Public License
3140+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3141+ *
3142+ * This program may also be available under different license terms. For more
3143+ * information, see www.akiban.com or contact licensing@akiban.com.
3144 */
3145
3146 package com.persistit;
3147
3148=== modified file 'core/src/main/java/com/persistit/Task.java'
3149--- core/src/main/java/com/persistit/Task.java 2012-04-30 20:37:36 +0000
3150+++ core/src/main/java/com/persistit/Task.java 2012-05-29 18:47:25 +0000
3151@@ -1,27 +1,21 @@
3152 /**
3153- * END USER LICENSE AGREEMENT (“EULA”)
3154- *
3155- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3156- * http://www.akiban.com/licensing/20110913
3157- *
3158- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3159- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3160- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3161- *
3162- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3163- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3164- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3165- * YOUR INITIAL PURCHASE.
3166- *
3167- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3168- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3169- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3170- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3171- * BY SUCH AUTHORIZED PERSONNEL.
3172- *
3173- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3174- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3175- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3176+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3177+ *
3178+ * This program is free software: you can redistribute it and/or modify
3179+ * it under the terms of the GNU Affero General Public License as
3180+ * published by the Free Software Foundation, version 3 (only) of the
3181+ * License.
3182+ *
3183+ * This program is distributed in the hope that it will be useful,
3184+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3185+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3186+ * GNU Affero General Public License for more details.
3187+ *
3188+ * You should have received a copy of the GNU Affero General Public License
3189+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3190+ *
3191+ * This program may also be available under different license terms. For more
3192+ * information, see www.akiban.com or contact licensing@akiban.com.
3193 */
3194
3195 package com.persistit;
3196
3197=== modified file 'core/src/main/java/com/persistit/TaskCheck.java'
3198--- core/src/main/java/com/persistit/TaskCheck.java 2012-04-11 16:13:05 +0000
3199+++ core/src/main/java/com/persistit/TaskCheck.java 2012-05-29 18:47:25 +0000
3200@@ -1,27 +1,21 @@
3201 /**
3202- * END USER LICENSE AGREEMENT (“EULA”)
3203- *
3204- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3205- * http://www.akiban.com/licensing/20110913
3206- *
3207- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3208- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3209- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3210- *
3211- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3212- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3213- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3214- * YOUR INITIAL PURCHASE.
3215- *
3216- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3217- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3218- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3219- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3220- * BY SUCH AUTHORIZED PERSONNEL.
3221- *
3222- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3223- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3224- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3225+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3226+ *
3227+ * This program is free software: you can redistribute it and/or modify
3228+ * it under the terms of the GNU Affero General Public License as
3229+ * published by the Free Software Foundation, version 3 (only) of the
3230+ * License.
3231+ *
3232+ * This program is distributed in the hope that it will be useful,
3233+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3234+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3235+ * GNU Affero General Public License for more details.
3236+ *
3237+ * You should have received a copy of the GNU Affero General Public License
3238+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3239+ *
3240+ * This program may also be available under different license terms. For more
3241+ * information, see www.akiban.com or contact licensing@akiban.com.
3242 */
3243
3244 package com.persistit;
3245
3246=== modified file 'core/src/main/java/com/persistit/TimestampAllocator.java'
3247--- core/src/main/java/com/persistit/TimestampAllocator.java 2012-03-27 22:12:58 +0000
3248+++ core/src/main/java/com/persistit/TimestampAllocator.java 2012-05-29 18:47:25 +0000
3249@@ -1,27 +1,21 @@
3250 /**
3251- * END USER LICENSE AGREEMENT (“EULA”)
3252- *
3253- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3254- * http://www.akiban.com/licensing/20110913
3255- *
3256- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3257- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3258- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3259- *
3260- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3261- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3262- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3263- * YOUR INITIAL PURCHASE.
3264- *
3265- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3266- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3267- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3268- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3269- * BY SUCH AUTHORIZED PERSONNEL.
3270- *
3271- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3272- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3273- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3274+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3275+ *
3276+ * This program is free software: you can redistribute it and/or modify
3277+ * it under the terms of the GNU Affero General Public License as
3278+ * published by the Free Software Foundation, version 3 (only) of the
3279+ * License.
3280+ *
3281+ * This program is distributed in the hope that it will be useful,
3282+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3283+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3284+ * GNU Affero General Public License for more details.
3285+ *
3286+ * You should have received a copy of the GNU Affero General Public License
3287+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3288+ *
3289+ * This program may also be available under different license terms. For more
3290+ * information, see www.akiban.com or contact licensing@akiban.com.
3291 */
3292
3293 package com.persistit;
3294
3295=== modified file 'core/src/main/java/com/persistit/Transaction.java'
3296--- core/src/main/java/com/persistit/Transaction.java 2012-04-25 18:13:07 +0000
3297+++ core/src/main/java/com/persistit/Transaction.java 2012-05-29 18:47:25 +0000
3298@@ -1,27 +1,21 @@
3299 /**
3300- * END USER LICENSE AGREEMENT (“EULA”)
3301- *
3302- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3303- * http://www.akiban.com/licensing/20110913
3304- *
3305- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3306- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3307- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3308- *
3309- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3310- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3311- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3312- * YOUR INITIAL PURCHASE.
3313- *
3314- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3315- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3316- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3317- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3318- * BY SUCH AUTHORIZED PERSONNEL.
3319- *
3320- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3321- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3322- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3323+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3324+ *
3325+ * This program is free software: you can redistribute it and/or modify
3326+ * it under the terms of the GNU Affero General Public License as
3327+ * published by the Free Software Foundation, version 3 (only) of the
3328+ * License.
3329+ *
3330+ * This program is distributed in the hope that it will be useful,
3331+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3332+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3333+ * GNU Affero General Public License for more details.
3334+ *
3335+ * You should have received a copy of the GNU Affero General Public License
3336+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3337+ *
3338+ * This program may also be available under different license terms. For more
3339+ * information, see www.akiban.com or contact licensing@akiban.com.
3340 */
3341
3342 package com.persistit;
3343
3344=== modified file 'core/src/main/java/com/persistit/TransactionIndex.java'
3345--- core/src/main/java/com/persistit/TransactionIndex.java 2012-05-14 21:52:21 +0000
3346+++ core/src/main/java/com/persistit/TransactionIndex.java 2012-05-29 18:47:25 +0000
3347@@ -1,27 +1,21 @@
3348 /**
3349- * END USER LICENSE AGREEMENT (“EULA”)
3350- *
3351- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3352- * http://www.akiban.com/licensing/20110913
3353- *
3354- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3355- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3356- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3357- *
3358- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3359- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3360- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3361- * YOUR INITIAL PURCHASE.
3362- *
3363- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3364- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3365- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3366- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3367- * BY SUCH AUTHORIZED PERSONNEL.
3368- *
3369- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3370- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3371- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3372+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3373+ *
3374+ * This program is free software: you can redistribute it and/or modify
3375+ * it under the terms of the GNU Affero General Public License as
3376+ * published by the Free Software Foundation, version 3 (only) of the
3377+ * License.
3378+ *
3379+ * This program is distributed in the hope that it will be useful,
3380+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3381+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3382+ * GNU Affero General Public License for more details.
3383+ *
3384+ * You should have received a copy of the GNU Affero General Public License
3385+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3386+ *
3387+ * This program may also be available under different license terms. For more
3388+ * information, see www.akiban.com or contact licensing@akiban.com.
3389 */
3390
3391 package com.persistit;
3392
3393=== modified file 'core/src/main/java/com/persistit/TransactionIndexBucket.java'
3394--- core/src/main/java/com/persistit/TransactionIndexBucket.java 2012-04-25 20:59:33 +0000
3395+++ core/src/main/java/com/persistit/TransactionIndexBucket.java 2012-05-29 18:47:25 +0000
3396@@ -1,27 +1,21 @@
3397 /**
3398- * END USER LICENSE AGREEMENT (“EULA”)
3399- *
3400- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3401- * http://www.akiban.com/licensing/20110913
3402- *
3403- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3404- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3405- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3406- *
3407- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3408- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3409- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3410- * YOUR INITIAL PURCHASE.
3411- *
3412- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3413- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3414- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3415- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3416- * BY SUCH AUTHORIZED PERSONNEL.
3417- *
3418- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3419- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3420- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3421+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3422+ *
3423+ * This program is free software: you can redistribute it and/or modify
3424+ * it under the terms of the GNU Affero General Public License as
3425+ * published by the Free Software Foundation, version 3 (only) of the
3426+ * License.
3427+ *
3428+ * This program is distributed in the hope that it will be useful,
3429+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3430+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3431+ * GNU Affero General Public License for more details.
3432+ *
3433+ * You should have received a copy of the GNU Affero General Public License
3434+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3435+ *
3436+ * This program may also be available under different license terms. For more
3437+ * information, see www.akiban.com or contact licensing@akiban.com.
3438 */
3439
3440 package com.persistit;
3441
3442=== modified file 'core/src/main/java/com/persistit/TransactionPlayer.java'
3443--- core/src/main/java/com/persistit/TransactionPlayer.java 2012-04-30 22:30:51 +0000
3444+++ core/src/main/java/com/persistit/TransactionPlayer.java 2012-05-29 18:47:25 +0000
3445@@ -1,27 +1,21 @@
3446 /**
3447- * END USER LICENSE AGREEMENT (“EULA”)
3448- *
3449- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3450- * http://www.akiban.com/licensing/20110913
3451- *
3452- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3453- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3454- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3455- *
3456- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3457- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3458- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3459- * YOUR INITIAL PURCHASE.
3460- *
3461- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3462- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3463- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3464- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3465- * BY SUCH AUTHORIZED PERSONNEL.
3466- *
3467- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3468- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3469- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3470+ * Copyright © 2012 Akiban Technologies, Inc. All rights reserved.
3471+ *
3472+ * This program is free software: you can redistribute it and/or modify
3473+ * it under the terms of the GNU Affero General Public License as
3474+ * published by the Free Software Foundation, version 3 (only) of the
3475+ * License.
3476+ *
3477+ * This program is distributed in the hope that it will be useful,
3478+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3479+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3480+ * GNU Affero General Public License for more details.
3481+ *
3482+ * You should have received a copy of the GNU Affero General Public License
3483+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3484+ *
3485+ * This program may also be available under different license terms. For more
3486+ * information, see www.akiban.com or contact licensing@akiban.com.
3487 */
3488
3489 package com.persistit;
3490
3491=== modified file 'core/src/main/java/com/persistit/TransactionPlayerSupport.java'
3492--- core/src/main/java/com/persistit/TransactionPlayerSupport.java 2012-03-27 22:12:58 +0000
3493+++ core/src/main/java/com/persistit/TransactionPlayerSupport.java 2012-05-29 18:47:25 +0000
3494@@ -1,27 +1,21 @@
3495 /**
3496- * END USER LICENSE AGREEMENT (“EULA”)
3497- *
3498- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3499- * http://www.akiban.com/licensing/20110913
3500- *
3501- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3502- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3503- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3504- *
3505- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3506- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3507- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3508- * YOUR INITIAL PURCHASE.
3509- *
3510- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3511- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3512- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3513- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3514- * BY SUCH AUTHORIZED PERSONNEL.
3515- *
3516- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3517- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3518- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3519+ * Copyright © 2012 Akiban Technologies, Inc. All rights reserved.
3520+ *
3521+ * This program is free software: you can redistribute it and/or modify
3522+ * it under the terms of the GNU Affero General Public License as
3523+ * published by the Free Software Foundation, version 3 (only) of the
3524+ * License.
3525+ *
3526+ * This program is distributed in the hope that it will be useful,
3527+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3528+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3529+ * GNU Affero General Public License for more details.
3530+ *
3531+ * You should have received a copy of the GNU Affero General Public License
3532+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3533+ *
3534+ * This program may also be available under different license terms. For more
3535+ * information, see www.akiban.com or contact licensing@akiban.com.
3536 */
3537
3538 package com.persistit;
3539@@ -44,4 +38,5 @@
3540 ByteBuffer getReadBuffer();
3541
3542 void convertToLongRecord(Value value, int treeHandle, long address, long commitTimestamp) throws PersistitException;
3543-}
3544\ No newline at end of file
3545+}
3546+
3547
3548=== modified file 'core/src/main/java/com/persistit/TransactionRunnable.java'
3549--- core/src/main/java/com/persistit/TransactionRunnable.java 2012-04-10 16:21:31 +0000
3550+++ core/src/main/java/com/persistit/TransactionRunnable.java 2012-05-29 18:47:25 +0000
3551@@ -1,27 +1,21 @@
3552 /**
3553- * END USER LICENSE AGREEMENT (“EULA”)
3554- *
3555- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3556- * http://www.akiban.com/licensing/20110913
3557- *
3558- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3559- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3560- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3561- *
3562- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3563- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3564- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3565- * YOUR INITIAL PURCHASE.
3566- *
3567- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3568- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3569- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3570- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3571- * BY SUCH AUTHORIZED PERSONNEL.
3572- *
3573- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3574- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3575- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3576+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3577+ *
3578+ * This program is free software: you can redistribute it and/or modify
3579+ * it under the terms of the GNU Affero General Public License as
3580+ * published by the Free Software Foundation, version 3 (only) of the
3581+ * License.
3582+ *
3583+ * This program is distributed in the hope that it will be useful,
3584+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3585+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3586+ * GNU Affero General Public License for more details.
3587+ *
3588+ * You should have received a copy of the GNU Affero General Public License
3589+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3590+ *
3591+ * This program may also be available under different license terms. For more
3592+ * information, see www.akiban.com or contact licensing@akiban.com.
3593 */
3594
3595 package com.persistit;
3596
3597=== modified file 'core/src/main/java/com/persistit/TransactionStatus.java'
3598--- core/src/main/java/com/persistit/TransactionStatus.java 2012-05-14 19:19:37 +0000
3599+++ core/src/main/java/com/persistit/TransactionStatus.java 2012-05-29 18:47:25 +0000
3600@@ -1,27 +1,21 @@
3601 /**
3602- * END USER LICENSE AGREEMENT (“EULA”)
3603- *
3604- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3605- * http://www.akiban.com/licensing/20110913
3606- *
3607- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3608- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3609- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3610- *
3611- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3612- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3613- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3614- * YOUR INITIAL PURCHASE.
3615- *
3616- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3617- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3618- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3619- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3620- * BY SUCH AUTHORIZED PERSONNEL.
3621- *
3622- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3623- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3624- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3625+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3626+ *
3627+ * This program is free software: you can redistribute it and/or modify
3628+ * it under the terms of the GNU Affero General Public License as
3629+ * published by the Free Software Foundation, version 3 (only) of the
3630+ * License.
3631+ *
3632+ * This program is distributed in the hope that it will be useful,
3633+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3634+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3635+ * GNU Affero General Public License for more details.
3636+ *
3637+ * You should have received a copy of the GNU Affero General Public License
3638+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3639+ *
3640+ * This program may also be available under different license terms. For more
3641+ * information, see www.akiban.com or contact licensing@akiban.com.
3642 */
3643
3644 package com.persistit;
3645
3646=== modified file 'core/src/main/java/com/persistit/Tree.java'
3647--- core/src/main/java/com/persistit/Tree.java 2012-04-23 21:03:49 +0000
3648+++ core/src/main/java/com/persistit/Tree.java 2012-05-29 18:47:25 +0000
3649@@ -1,27 +1,21 @@
3650 /**
3651- * END USER LICENSE AGREEMENT (“EULA”)
3652- *
3653- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3654- * http://www.akiban.com/licensing/20110913
3655- *
3656- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3657- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3658- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3659- *
3660- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3661- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3662- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3663- * YOUR INITIAL PURCHASE.
3664- *
3665- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3666- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3667- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3668- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3669- * BY SUCH AUTHORIZED PERSONNEL.
3670- *
3671- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3672- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3673- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3674+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3675+ *
3676+ * This program is free software: you can redistribute it and/or modify
3677+ * it under the terms of the GNU Affero General Public License as
3678+ * published by the Free Software Foundation, version 3 (only) of the
3679+ * License.
3680+ *
3681+ * This program is distributed in the hope that it will be useful,
3682+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3683+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3684+ * GNU Affero General Public License for more details.
3685+ *
3686+ * You should have received a copy of the GNU Affero General Public License
3687+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3688+ *
3689+ * This program may also be available under different license terms. For more
3690+ * information, see www.akiban.com or contact licensing@akiban.com.
3691 */
3692
3693 package com.persistit;
3694
3695=== modified file 'core/src/main/java/com/persistit/TreeSelector.java'
3696--- core/src/main/java/com/persistit/TreeSelector.java 2012-04-11 16:13:05 +0000
3697+++ core/src/main/java/com/persistit/TreeSelector.java 2012-05-29 18:47:25 +0000
3698@@ -1,27 +1,21 @@
3699 /**
3700- * END USER LICENSE AGREEMENT (“EULA”)
3701- *
3702- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3703- * http://www.akiban.com/licensing/20110913
3704- *
3705- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3706- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3707- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3708- *
3709- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3710- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3711- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3712- * YOUR INITIAL PURCHASE.
3713- *
3714- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3715- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3716- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3717- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3718- * BY SUCH AUTHORIZED PERSONNEL.
3719- *
3720- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3721- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3722- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3723+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3724+ *
3725+ * This program is free software: you can redistribute it and/or modify
3726+ * it under the terms of the GNU Affero General Public License as
3727+ * published by the Free Software Foundation, version 3 (only) of the
3728+ * License.
3729+ *
3730+ * This program is distributed in the hope that it will be useful,
3731+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3732+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3733+ * GNU Affero General Public License for more details.
3734+ *
3735+ * You should have received a copy of the GNU Affero General Public License
3736+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3737+ *
3738+ * This program may also be available under different license terms. For more
3739+ * information, see www.akiban.com or contact licensing@akiban.com.
3740 */
3741
3742 package com.persistit;
3743
3744=== modified file 'core/src/main/java/com/persistit/TreeState.java'
3745--- core/src/main/java/com/persistit/TreeState.java 2012-03-27 22:12:58 +0000
3746+++ core/src/main/java/com/persistit/TreeState.java 2012-05-29 18:47:25 +0000
3747@@ -1,27 +1,21 @@
3748 /**
3749- * END USER LICENSE AGREEMENT (“EULA”)
3750- *
3751- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3752- * http://www.akiban.com/licensing/20110913
3753- *
3754- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3755- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3756- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3757- *
3758- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3759- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3760- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3761- * YOUR INITIAL PURCHASE.
3762- *
3763- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3764- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3765- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3766- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3767- * BY SUCH AUTHORIZED PERSONNEL.
3768- *
3769- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3770- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3771- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3772+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3773+ *
3774+ * This program is free software: you can redistribute it and/or modify
3775+ * it under the terms of the GNU Affero General Public License as
3776+ * published by the Free Software Foundation, version 3 (only) of the
3777+ * License.
3778+ *
3779+ * This program is distributed in the hope that it will be useful,
3780+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3781+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3782+ * GNU Affero General Public License for more details.
3783+ *
3784+ * You should have received a copy of the GNU Affero General Public License
3785+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3786+ *
3787+ * This program may also be available under different license terms. For more
3788+ * information, see www.akiban.com or contact licensing@akiban.com.
3789 */
3790
3791 package com.persistit;
3792
3793=== modified file 'core/src/main/java/com/persistit/TreeStatistics.java'
3794--- core/src/main/java/com/persistit/TreeStatistics.java 2012-04-11 16:13:05 +0000
3795+++ core/src/main/java/com/persistit/TreeStatistics.java 2012-05-29 18:47:25 +0000
3796@@ -1,27 +1,21 @@
3797 /**
3798- * END USER LICENSE AGREEMENT (“EULA”)
3799- *
3800- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3801- * http://www.akiban.com/licensing/20110913
3802- *
3803- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3804- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3805- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3806- *
3807- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3808- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3809- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3810- * YOUR INITIAL PURCHASE.
3811- *
3812- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3813- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3814- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3815- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3816- * BY SUCH AUTHORIZED PERSONNEL.
3817- *
3818- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3819- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3820- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3821+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3822+ *
3823+ * This program is free software: you can redistribute it and/or modify
3824+ * it under the terms of the GNU Affero General Public License as
3825+ * published by the Free Software Foundation, version 3 (only) of the
3826+ * License.
3827+ *
3828+ * This program is distributed in the hope that it will be useful,
3829+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3830+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3831+ * GNU Affero General Public License for more details.
3832+ *
3833+ * You should have received a copy of the GNU Affero General Public License
3834+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3835+ *
3836+ * This program may also be available under different license terms. For more
3837+ * information, see www.akiban.com or contact licensing@akiban.com.
3838 */
3839
3840 package com.persistit;
3841
3842=== modified file 'core/src/main/java/com/persistit/Value.java'
3843--- core/src/main/java/com/persistit/Value.java 2012-05-15 22:55:00 +0000
3844+++ core/src/main/java/com/persistit/Value.java 2012-05-29 18:47:25 +0000
3845@@ -1,27 +1,21 @@
3846 /**
3847- * END USER LICENSE AGREEMENT (“EULA”)
3848- *
3849- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3850- * http://www.akiban.com/licensing/20110913
3851- *
3852- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3853- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3854- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3855- *
3856- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3857- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3858- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3859- * YOUR INITIAL PURCHASE.
3860- *
3861- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3862- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3863- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3864- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3865- * BY SUCH AUTHORIZED PERSONNEL.
3866- *
3867- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3868- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3869- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3870+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3871+ *
3872+ * This program is free software: you can redistribute it and/or modify
3873+ * it under the terms of the GNU Affero General Public License as
3874+ * published by the Free Software Foundation, version 3 (only) of the
3875+ * License.
3876+ *
3877+ * This program is distributed in the hope that it will be useful,
3878+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3879+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3880+ * GNU Affero General Public License for more details.
3881+ *
3882+ * You should have received a copy of the GNU Affero General Public License
3883+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3884+ *
3885+ * This program may also be available under different license terms. For more
3886+ * information, see www.akiban.com or contact licensing@akiban.com.
3887 */
3888
3889 package com.persistit;
3890
3891=== modified file 'core/src/main/java/com/persistit/ValueHelper.java'
3892--- core/src/main/java/com/persistit/ValueHelper.java 2012-04-11 16:13:05 +0000
3893+++ core/src/main/java/com/persistit/ValueHelper.java 2012-05-29 18:47:25 +0000
3894@@ -1,27 +1,21 @@
3895 /**
3896- * END USER LICENSE AGREEMENT (“EULA”)
3897- *
3898- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3899- * http://www.akiban.com/licensing/20110913
3900- *
3901- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3902- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3903- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3904- *
3905- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3906- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3907- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3908- * YOUR INITIAL PURCHASE.
3909- *
3910- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3911- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3912- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3913- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3914- * BY SUCH AUTHORIZED PERSONNEL.
3915- *
3916- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3917- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3918- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3919+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
3920+ *
3921+ * This program is free software: you can redistribute it and/or modify
3922+ * it under the terms of the GNU Affero General Public License as
3923+ * published by the Free Software Foundation, version 3 (only) of the
3924+ * License.
3925+ *
3926+ * This program is distributed in the hope that it will be useful,
3927+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3928+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3929+ * GNU Affero General Public License for more details.
3930+ *
3931+ * You should have received a copy of the GNU Affero General Public License
3932+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3933+ *
3934+ * This program may also be available under different license terms. For more
3935+ * information, see www.akiban.com or contact licensing@akiban.com.
3936 */
3937
3938 package com.persistit;
3939
3940=== modified file 'core/src/main/java/com/persistit/ValueState.java'
3941--- core/src/main/java/com/persistit/ValueState.java 2012-03-27 22:12:58 +0000
3942+++ core/src/main/java/com/persistit/ValueState.java 2012-05-29 18:47:25 +0000
3943@@ -1,27 +1,21 @@
3944 /**
3945- * END USER LICENSE AGREEMENT (“EULA”)
3946- *
3947- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3948- * http://www.akiban.com/licensing/20110913
3949- *
3950- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
3951- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
3952- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
3953- *
3954- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
3955- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
3956- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
3957- * YOUR INITIAL PURCHASE.
3958- *
3959- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
3960- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
3961- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
3962- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
3963- * BY SUCH AUTHORIZED PERSONNEL.
3964- *
3965- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
3966- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
3967- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
3968+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
3969+ *
3970+ * This program is free software: you can redistribute it and/or modify
3971+ * it under the terms of the GNU Affero General Public License as
3972+ * published by the Free Software Foundation, version 3 (only) of the
3973+ * License.
3974+ *
3975+ * This program is distributed in the hope that it will be useful,
3976+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
3977+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3978+ * GNU Affero General Public License for more details.
3979+ *
3980+ * You should have received a copy of the GNU Affero General Public License
3981+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
3982+ *
3983+ * This program may also be available under different license terms. For more
3984+ * information, see www.akiban.com or contact licensing@akiban.com.
3985 */
3986
3987 package com.persistit;
3988
3989=== modified file 'core/src/main/java/com/persistit/Volume.java'
3990--- core/src/main/java/com/persistit/Volume.java 2012-05-14 21:25:02 +0000
3991+++ core/src/main/java/com/persistit/Volume.java 2012-05-29 18:47:25 +0000
3992@@ -1,27 +1,21 @@
3993 /**
3994- * END USER LICENSE AGREEMENT (“EULA”)
3995- *
3996- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
3997- * http://www.akiban.com/licensing/20110913
3998- *
3999- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4000- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4001- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4002- *
4003- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4004- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4005- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4006- * YOUR INITIAL PURCHASE.
4007- *
4008- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4009- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4010- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4011- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4012- * BY SUCH AUTHORIZED PERSONNEL.
4013- *
4014- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4015- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4016- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4017+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4018+ *
4019+ * This program is free software: you can redistribute it and/or modify
4020+ * it under the terms of the GNU Affero General Public License as
4021+ * published by the Free Software Foundation, version 3 (only) of the
4022+ * License.
4023+ *
4024+ * This program is distributed in the hope that it will be useful,
4025+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4026+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4027+ * GNU Affero General Public License for more details.
4028+ *
4029+ * You should have received a copy of the GNU Affero General Public License
4030+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4031+ *
4032+ * This program may also be available under different license terms. For more
4033+ * information, see www.akiban.com or contact licensing@akiban.com.
4034 */
4035
4036 package com.persistit;
4037
4038=== modified file 'core/src/main/java/com/persistit/VolumeHandleLookup.java'
4039--- core/src/main/java/com/persistit/VolumeHandleLookup.java 2012-03-27 22:12:58 +0000
4040+++ core/src/main/java/com/persistit/VolumeHandleLookup.java 2012-05-29 18:47:25 +0000
4041@@ -1,27 +1,21 @@
4042 /**
4043- * END USER LICENSE AGREEMENT (“EULA”)
4044- *
4045- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4046- * http://www.akiban.com/licensing/20110913
4047- *
4048- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4049- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4050- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4051- *
4052- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4053- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4054- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4055- * YOUR INITIAL PURCHASE.
4056- *
4057- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4058- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4059- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4060- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4061- * BY SUCH AUTHORIZED PERSONNEL.
4062- *
4063- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4064- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4065- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4066+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4067+ *
4068+ * This program is free software: you can redistribute it and/or modify
4069+ * it under the terms of the GNU Affero General Public License as
4070+ * published by the Free Software Foundation, version 3 (only) of the
4071+ * License.
4072+ *
4073+ * This program is distributed in the hope that it will be useful,
4074+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4075+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4076+ * GNU Affero General Public License for more details.
4077+ *
4078+ * You should have received a copy of the GNU Affero General Public License
4079+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4080+ *
4081+ * This program may also be available under different license terms. For more
4082+ * information, see www.akiban.com or contact licensing@akiban.com.
4083 */
4084
4085 package com.persistit;
4086@@ -30,4 +24,5 @@
4087 interface VolumeHandleLookup {
4088
4089 Volume lookupVolumeHandle(final int handle);
4090-}
4091\ No newline at end of file
4092+}
4093+
4094
4095=== modified file 'core/src/main/java/com/persistit/VolumeHeader.java'
4096--- core/src/main/java/com/persistit/VolumeHeader.java 2012-05-14 21:25:02 +0000
4097+++ core/src/main/java/com/persistit/VolumeHeader.java 2012-05-29 18:47:25 +0000
4098@@ -1,27 +1,21 @@
4099 /**
4100- * END USER LICENSE AGREEMENT (“EULA”)
4101- *
4102- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4103- * http://www.akiban.com/licensing/20110913
4104- *
4105- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4106- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4107- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4108- *
4109- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4110- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4111- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4112- * YOUR INITIAL PURCHASE.
4113- *
4114- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4115- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4116- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4117- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4118- * BY SUCH AUTHORIZED PERSONNEL.
4119- *
4120- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4121- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4122- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4123+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4124+ *
4125+ * This program is free software: you can redistribute it and/or modify
4126+ * it under the terms of the GNU Affero General Public License as
4127+ * published by the Free Software Foundation, version 3 (only) of the
4128+ * License.
4129+ *
4130+ * This program is distributed in the hope that it will be useful,
4131+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4132+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4133+ * GNU Affero General Public License for more details.
4134+ *
4135+ * You should have received a copy of the GNU Affero General Public License
4136+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4137+ *
4138+ * This program may also be available under different license terms. For more
4139+ * information, see www.akiban.com or contact licensing@akiban.com.
4140 */
4141
4142 package com.persistit;
4143
4144=== modified file 'core/src/main/java/com/persistit/VolumeSpecification.java'
4145--- core/src/main/java/com/persistit/VolumeSpecification.java 2012-04-27 21:47:00 +0000
4146+++ core/src/main/java/com/persistit/VolumeSpecification.java 2012-05-29 18:47:25 +0000
4147@@ -1,27 +1,21 @@
4148 /**
4149- * END USER LICENSE AGREEMENT (“EULA”)
4150- *
4151- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4152- * http://www.akiban.com/licensing/20110913
4153- *
4154- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4155- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4156- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4157- *
4158- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4159- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4160- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4161- * YOUR INITIAL PURCHASE.
4162- *
4163- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4164- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4165- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4166- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4167- * BY SUCH AUTHORIZED PERSONNEL.
4168- *
4169- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4170- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4171- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4172+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4173+ *
4174+ * This program is free software: you can redistribute it and/or modify
4175+ * it under the terms of the GNU Affero General Public License as
4176+ * published by the Free Software Foundation, version 3 (only) of the
4177+ * License.
4178+ *
4179+ * This program is distributed in the hope that it will be useful,
4180+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4181+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4182+ * GNU Affero General Public License for more details.
4183+ *
4184+ * You should have received a copy of the GNU Affero General Public License
4185+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4186+ *
4187+ * This program may also be available under different license terms. For more
4188+ * information, see www.akiban.com or contact licensing@akiban.com.
4189 */
4190
4191 /**
4192@@ -424,4 +418,5 @@
4193 this.maximumPages = maximumPages;
4194 }
4195
4196-}
4197\ No newline at end of file
4198+}
4199+
4200
4201=== modified file 'core/src/main/java/com/persistit/VolumeStatistics.java'
4202--- core/src/main/java/com/persistit/VolumeStatistics.java 2012-05-14 17:37:25 +0000
4203+++ core/src/main/java/com/persistit/VolumeStatistics.java 2012-05-29 18:47:25 +0000
4204@@ -1,27 +1,21 @@
4205 /**
4206- * END USER LICENSE AGREEMENT (“EULA”)
4207- *
4208- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4209- * http://www.akiban.com/licensing/20110913
4210- *
4211- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4212- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4213- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4214- *
4215- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4216- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4217- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4218- * YOUR INITIAL PURCHASE.
4219- *
4220- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4221- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4222- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4223- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4224- * BY SUCH AUTHORIZED PERSONNEL.
4225- *
4226- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4227- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4228- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4229+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4230+ *
4231+ * This program is free software: you can redistribute it and/or modify
4232+ * it under the terms of the GNU Affero General Public License as
4233+ * published by the Free Software Foundation, version 3 (only) of the
4234+ * License.
4235+ *
4236+ * This program is distributed in the hope that it will be useful,
4237+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4238+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4239+ * GNU Affero General Public License for more details.
4240+ *
4241+ * You should have received a copy of the GNU Affero General Public License
4242+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4243+ *
4244+ * This program may also be available under different license terms. For more
4245+ * information, see www.akiban.com or contact licensing@akiban.com.
4246 */
4247
4248 package com.persistit;
4249
4250=== modified file 'core/src/main/java/com/persistit/VolumeStorage.java'
4251--- core/src/main/java/com/persistit/VolumeStorage.java 2012-04-20 18:06:05 +0000
4252+++ core/src/main/java/com/persistit/VolumeStorage.java 2012-05-29 18:47:25 +0000
4253@@ -1,27 +1,21 @@
4254 /**
4255- * END USER LICENSE AGREEMENT (“EULA”)
4256- *
4257- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4258- * http://www.akiban.com/licensing/20110913
4259- *
4260- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4261- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4262- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4263- *
4264- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4265- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4266- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4267- * YOUR INITIAL PURCHASE.
4268- *
4269- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4270- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4271- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4272- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4273- * BY SUCH AUTHORIZED PERSONNEL.
4274- *
4275- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4276- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4277- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4278+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4279+ *
4280+ * This program is free software: you can redistribute it and/or modify
4281+ * it under the terms of the GNU Affero General Public License as
4282+ * published by the Free Software Foundation, version 3 (only) of the
4283+ * License.
4284+ *
4285+ * This program is distributed in the hope that it will be useful,
4286+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4287+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4288+ * GNU Affero General Public License for more details.
4289+ *
4290+ * You should have received a copy of the GNU Affero General Public License
4291+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4292+ *
4293+ * This program may also be available under different license terms. For more
4294+ * information, see www.akiban.com or contact licensing@akiban.com.
4295 */
4296
4297 package com.persistit;
4298
4299=== modified file 'core/src/main/java/com/persistit/VolumeStorageT2.java'
4300--- core/src/main/java/com/persistit/VolumeStorageT2.java 2012-04-25 18:13:07 +0000
4301+++ core/src/main/java/com/persistit/VolumeStorageT2.java 2012-05-29 18:47:25 +0000
4302@@ -1,27 +1,21 @@
4303 /**
4304- * END USER LICENSE AGREEMENT (“EULA”)
4305- *
4306- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4307- * http://www.akiban.com/licensing/20110913
4308- *
4309- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4310- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4311- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4312- *
4313- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4314- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4315- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4316- * YOUR INITIAL PURCHASE.
4317- *
4318- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4319- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4320- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4321- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4322- * BY SUCH AUTHORIZED PERSONNEL.
4323- *
4324- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4325- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4326- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4327+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4328+ *
4329+ * This program is free software: you can redistribute it and/or modify
4330+ * it under the terms of the GNU Affero General Public License as
4331+ * published by the Free Software Foundation, version 3 (only) of the
4332+ * License.
4333+ *
4334+ * This program is distributed in the hope that it will be useful,
4335+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4336+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4337+ * GNU Affero General Public License for more details.
4338+ *
4339+ * You should have received a copy of the GNU Affero General Public License
4340+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4341+ *
4342+ * This program may also be available under different license terms. For more
4343+ * information, see www.akiban.com or contact licensing@akiban.com.
4344 */
4345
4346 package com.persistit;
4347
4348=== modified file 'core/src/main/java/com/persistit/VolumeStorageV2.java'
4349--- core/src/main/java/com/persistit/VolumeStorageV2.java 2012-05-14 21:25:02 +0000
4350+++ core/src/main/java/com/persistit/VolumeStorageV2.java 2012-05-29 18:47:25 +0000
4351@@ -1,27 +1,21 @@
4352 /**
4353- * END USER LICENSE AGREEMENT (“EULA”)
4354- *
4355- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4356- * http://www.akiban.com/licensing/20110913
4357- *
4358- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4359- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4360- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4361- *
4362- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4363- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4364- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4365- * YOUR INITIAL PURCHASE.
4366- *
4367- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4368- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4369- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4370- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4371- * BY SUCH AUTHORIZED PERSONNEL.
4372- *
4373- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4374- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4375- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4376+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4377+ *
4378+ * This program is free software: you can redistribute it and/or modify
4379+ * it under the terms of the GNU Affero General Public License as
4380+ * published by the Free Software Foundation, version 3 (only) of the
4381+ * License.
4382+ *
4383+ * This program is distributed in the hope that it will be useful,
4384+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4385+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4386+ * GNU Affero General Public License for more details.
4387+ *
4388+ * You should have received a copy of the GNU Affero General Public License
4389+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4390+ *
4391+ * This program may also be available under different license terms. For more
4392+ * information, see www.akiban.com or contact licensing@akiban.com.
4393 */
4394
4395 package com.persistit;
4396
4397=== modified file 'core/src/main/java/com/persistit/VolumeStructure.java'
4398--- core/src/main/java/com/persistit/VolumeStructure.java 2012-04-11 21:51:43 +0000
4399+++ core/src/main/java/com/persistit/VolumeStructure.java 2012-05-29 18:47:25 +0000
4400@@ -1,27 +1,21 @@
4401 /**
4402- * END USER LICENSE AGREEMENT (“EULA”)
4403- *
4404- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4405- * http://www.akiban.com/licensing/20110913
4406- *
4407- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4408- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4409- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4410- *
4411- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4412- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4413- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4414- * YOUR INITIAL PURCHASE.
4415- *
4416- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4417- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4418- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4419- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4420- * BY SUCH AUTHORIZED PERSONNEL.
4421- *
4422- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4423- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4424- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4425+ * Copyright © 2011-2012 Akiban Technologies, Inc. All rights reserved.
4426+ *
4427+ * This program is free software: you can redistribute it and/or modify
4428+ * it under the terms of the GNU Affero General Public License as
4429+ * published by the Free Software Foundation, version 3 (only) of the
4430+ * License.
4431+ *
4432+ * This program is distributed in the hope that it will be useful,
4433+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4434+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4435+ * GNU Affero General Public License for more details.
4436+ *
4437+ * You should have received a copy of the GNU Affero General Public License
4438+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4439+ *
4440+ * This program may also be available under different license terms. For more
4441+ * information, see www.akiban.com or contact licensing@akiban.com.
4442 */
4443
4444 package com.persistit;
4445
4446=== modified file 'core/src/main/java/com/persistit/encoding/CoderContext.java'
4447--- core/src/main/java/com/persistit/encoding/CoderContext.java 2012-04-10 15:12:17 +0000
4448+++ core/src/main/java/com/persistit/encoding/CoderContext.java 2012-05-29 18:47:25 +0000
4449@@ -1,27 +1,21 @@
4450 /**
4451- * END USER LICENSE AGREEMENT (“EULA”)
4452- *
4453- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4454- * http://www.akiban.com/licensing/20110913
4455- *
4456- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4457- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4458- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4459- *
4460- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4461- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4462- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4463- * YOUR INITIAL PURCHASE.
4464- *
4465- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4466- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4467- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4468- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4469- * BY SUCH AUTHORIZED PERSONNEL.
4470- *
4471- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4472- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4473- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4474+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4475+ *
4476+ * This program is free software: you can redistribute it and/or modify
4477+ * it under the terms of the GNU Affero General Public License as
4478+ * published by the Free Software Foundation, version 3 (only) of the
4479+ * License.
4480+ *
4481+ * This program is distributed in the hope that it will be useful,
4482+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4483+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4484+ * GNU Affero General Public License for more details.
4485+ *
4486+ * You should have received a copy of the GNU Affero General Public License
4487+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4488+ *
4489+ * This program may also be available under different license terms. For more
4490+ * information, see www.akiban.com or contact licensing@akiban.com.
4491 */
4492
4493 package com.persistit.encoding;
4494
4495=== modified file 'core/src/main/java/com/persistit/encoding/CoderManager.java'
4496--- core/src/main/java/com/persistit/encoding/CoderManager.java 2012-03-27 22:12:58 +0000
4497+++ core/src/main/java/com/persistit/encoding/CoderManager.java 2012-05-29 18:47:25 +0000
4498@@ -1,27 +1,21 @@
4499 /**
4500- * END USER LICENSE AGREEMENT (“EULA”)
4501- *
4502- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4503- * http://www.akiban.com/licensing/20110913
4504- *
4505- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4506- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4507- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4508- *
4509- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4510- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4511- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4512- * YOUR INITIAL PURCHASE.
4513- *
4514- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4515- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4516- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4517- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4518- * BY SUCH AUTHORIZED PERSONNEL.
4519- *
4520- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4521- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4522- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4523+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4524+ *
4525+ * This program is free software: you can redistribute it and/or modify
4526+ * it under the terms of the GNU Affero General Public License as
4527+ * published by the Free Software Foundation, version 3 (only) of the
4528+ * License.
4529+ *
4530+ * This program is distributed in the hope that it will be useful,
4531+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4532+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4533+ * GNU Affero General Public License for more details.
4534+ *
4535+ * You should have received a copy of the GNU Affero General Public License
4536+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4537+ *
4538+ * This program may also be available under different license terms. For more
4539+ * information, see www.akiban.com or contact licensing@akiban.com.
4540 */
4541
4542 package com.persistit.encoding;
4543
4544=== modified file 'core/src/main/java/com/persistit/encoding/CollectionValueCoder.java'
4545--- core/src/main/java/com/persistit/encoding/CollectionValueCoder.java 2012-04-05 19:54:55 +0000
4546+++ core/src/main/java/com/persistit/encoding/CollectionValueCoder.java 2012-05-29 18:47:25 +0000
4547@@ -1,27 +1,21 @@
4548 /**
4549- * END USER LICENSE AGREEMENT (“EULA”)
4550- *
4551- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4552- * http://www.akiban.com/licensing/20110913
4553- *
4554- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4555- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4556- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4557- *
4558- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4559- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4560- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4561- * YOUR INITIAL PURCHASE.
4562- *
4563- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4564- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4565- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4566- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4567- * BY SUCH AUTHORIZED PERSONNEL.
4568- *
4569- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4570- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4571- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4572+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4573+ *
4574+ * This program is free software: you can redistribute it and/or modify
4575+ * it under the terms of the GNU Affero General Public License as
4576+ * published by the Free Software Foundation, version 3 (only) of the
4577+ * License.
4578+ *
4579+ * This program is distributed in the hope that it will be useful,
4580+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4581+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4582+ * GNU Affero General Public License for more details.
4583+ *
4584+ * You should have received a copy of the GNU Affero General Public License
4585+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4586+ *
4587+ * This program may also be available under different license terms. For more
4588+ * information, see www.akiban.com or contact licensing@akiban.com.
4589 */
4590
4591 package com.persistit.encoding;
4592
4593=== modified file 'core/src/main/java/com/persistit/encoding/EnumValueCoder.java'
4594--- core/src/main/java/com/persistit/encoding/EnumValueCoder.java 2012-03-27 22:12:58 +0000
4595+++ core/src/main/java/com/persistit/encoding/EnumValueCoder.java 2012-05-29 18:47:25 +0000
4596@@ -1,27 +1,21 @@
4597 /**
4598- * END USER LICENSE AGREEMENT (“EULA”)
4599- *
4600- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4601- * http://www.akiban.com/licensing/20110913
4602- *
4603- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4604- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4605- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4606- *
4607- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4608- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4609- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4610- * YOUR INITIAL PURCHASE.
4611- *
4612- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4613- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4614- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4615- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4616- * BY SUCH AUTHORIZED PERSONNEL.
4617- *
4618- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4619- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4620- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4621+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4622+ *
4623+ * This program is free software: you can redistribute it and/or modify
4624+ * it under the terms of the GNU Affero General Public License as
4625+ * published by the Free Software Foundation, version 3 (only) of the
4626+ * License.
4627+ *
4628+ * This program is distributed in the hope that it will be useful,
4629+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4630+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4631+ * GNU Affero General Public License for more details.
4632+ *
4633+ * You should have received a copy of the GNU Affero General Public License
4634+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4635+ *
4636+ * This program may also be available under different license terms. For more
4637+ * information, see www.akiban.com or contact licensing@akiban.com.
4638 */
4639
4640 package com.persistit.encoding;
4641
4642=== modified file 'core/src/main/java/com/persistit/encoding/KeyCoder.java'
4643--- core/src/main/java/com/persistit/encoding/KeyCoder.java 2012-04-10 22:46:45 +0000
4644+++ core/src/main/java/com/persistit/encoding/KeyCoder.java 2012-05-29 18:47:25 +0000
4645@@ -1,27 +1,21 @@
4646 /**
4647- * END USER LICENSE AGREEMENT (“EULA”)
4648- *
4649- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4650- * http://www.akiban.com/licensing/20110913
4651- *
4652- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4653- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4654- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4655- *
4656- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4657- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4658- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4659- * YOUR INITIAL PURCHASE.
4660- *
4661- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4662- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4663- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4664- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4665- * BY SUCH AUTHORIZED PERSONNEL.
4666- *
4667- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4668- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4669- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4670+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4671+ *
4672+ * This program is free software: you can redistribute it and/or modify
4673+ * it under the terms of the GNU Affero General Public License as
4674+ * published by the Free Software Foundation, version 3 (only) of the
4675+ * License.
4676+ *
4677+ * This program is distributed in the hope that it will be useful,
4678+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4679+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4680+ * GNU Affero General Public License for more details.
4681+ *
4682+ * You should have received a copy of the GNU Affero General Public License
4683+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4684+ *
4685+ * This program may also be available under different license terms. For more
4686+ * information, see www.akiban.com or contact licensing@akiban.com.
4687 */
4688
4689 package com.persistit.encoding;
4690
4691=== modified file 'core/src/main/java/com/persistit/encoding/KeyDisplayer.java'
4692--- core/src/main/java/com/persistit/encoding/KeyDisplayer.java 2012-04-10 22:46:45 +0000
4693+++ core/src/main/java/com/persistit/encoding/KeyDisplayer.java 2012-05-29 18:47:25 +0000
4694@@ -1,27 +1,21 @@
4695 /**
4696- * END USER LICENSE AGREEMENT (“EULA”)
4697- *
4698- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4699- * http://www.akiban.com/licensing/20110913
4700- *
4701- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4702- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4703- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4704- *
4705- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4706- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4707- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4708- * YOUR INITIAL PURCHASE.
4709- *
4710- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4711- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4712- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4713- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4714- * BY SUCH AUTHORIZED PERSONNEL.
4715- *
4716- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4717- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4718- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4719+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4720+ *
4721+ * This program is free software: you can redistribute it and/or modify
4722+ * it under the terms of the GNU Affero General Public License as
4723+ * published by the Free Software Foundation, version 3 (only) of the
4724+ * License.
4725+ *
4726+ * This program is distributed in the hope that it will be useful,
4727+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4728+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4729+ * GNU Affero General Public License for more details.
4730+ *
4731+ * You should have received a copy of the GNU Affero General Public License
4732+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4733+ *
4734+ * This program may also be available under different license terms. For more
4735+ * information, see www.akiban.com or contact licensing@akiban.com.
4736 */
4737
4738 package com.persistit.encoding;
4739
4740=== modified file 'core/src/main/java/com/persistit/encoding/KeyRenderer.java'
4741--- core/src/main/java/com/persistit/encoding/KeyRenderer.java 2012-04-11 16:13:05 +0000
4742+++ core/src/main/java/com/persistit/encoding/KeyRenderer.java 2012-05-29 18:47:25 +0000
4743@@ -1,27 +1,21 @@
4744 /**
4745- * END USER LICENSE AGREEMENT (“EULA”)
4746- *
4747- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4748- * http://www.akiban.com/licensing/20110913
4749- *
4750- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4751- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4752- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4753- *
4754- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4755- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4756- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4757- * YOUR INITIAL PURCHASE.
4758- *
4759- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4760- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4761- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4762- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4763- * BY SUCH AUTHORIZED PERSONNEL.
4764- *
4765- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4766- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4767- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4768+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4769+ *
4770+ * This program is free software: you can redistribute it and/or modify
4771+ * it under the terms of the GNU Affero General Public License as
4772+ * published by the Free Software Foundation, version 3 (only) of the
4773+ * License.
4774+ *
4775+ * This program is distributed in the hope that it will be useful,
4776+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4777+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4778+ * GNU Affero General Public License for more details.
4779+ *
4780+ * You should have received a copy of the GNU Affero General Public License
4781+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4782+ *
4783+ * This program may also be available under different license terms. For more
4784+ * information, see www.akiban.com or contact licensing@akiban.com.
4785 */
4786
4787 package com.persistit.encoding;
4788
4789=== modified file 'core/src/main/java/com/persistit/encoding/ObjectCache.java'
4790--- core/src/main/java/com/persistit/encoding/ObjectCache.java 2012-04-23 21:03:49 +0000
4791+++ core/src/main/java/com/persistit/encoding/ObjectCache.java 2012-05-29 18:47:25 +0000
4792@@ -1,27 +1,21 @@
4793 /**
4794- * END USER LICENSE AGREEMENT (“EULA”)
4795- *
4796- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4797- * http://www.akiban.com/licensing/20110913
4798- *
4799- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4800- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4801- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4802- *
4803- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4804- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4805- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4806- * YOUR INITIAL PURCHASE.
4807- *
4808- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4809- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4810- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4811- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4812- * BY SUCH AUTHORIZED PERSONNEL.
4813- *
4814- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4815- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4816- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4817+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4818+ *
4819+ * This program is free software: you can redistribute it and/or modify
4820+ * it under the terms of the GNU Affero General Public License as
4821+ * published by the Free Software Foundation, version 3 (only) of the
4822+ * License.
4823+ *
4824+ * This program is distributed in the hope that it will be useful,
4825+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4826+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4827+ * GNU Affero General Public License for more details.
4828+ *
4829+ * You should have received a copy of the GNU Affero General Public License
4830+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4831+ *
4832+ * This program may also be available under different license terms. For more
4833+ * information, see www.akiban.com or contact licensing@akiban.com.
4834 */
4835
4836 package com.persistit.encoding;
4837
4838=== modified file 'core/src/main/java/com/persistit/encoding/ObjectCoder.java'
4839--- core/src/main/java/com/persistit/encoding/ObjectCoder.java 2012-03-27 22:12:58 +0000
4840+++ core/src/main/java/com/persistit/encoding/ObjectCoder.java 2012-05-29 18:47:25 +0000
4841@@ -1,27 +1,21 @@
4842 /**
4843- * END USER LICENSE AGREEMENT (“EULA”)
4844- *
4845- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4846- * http://www.akiban.com/licensing/20110913
4847- *
4848- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4849- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4850- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4851- *
4852- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4853- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4854- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4855- * YOUR INITIAL PURCHASE.
4856- *
4857- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4858- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4859- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4860- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4861- * BY SUCH AUTHORIZED PERSONNEL.
4862- *
4863- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4864- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4865- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4866+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4867+ *
4868+ * This program is free software: you can redistribute it and/or modify
4869+ * it under the terms of the GNU Affero General Public License as
4870+ * published by the Free Software Foundation, version 3 (only) of the
4871+ * License.
4872+ *
4873+ * This program is distributed in the hope that it will be useful,
4874+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4875+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4876+ * GNU Affero General Public License for more details.
4877+ *
4878+ * You should have received a copy of the GNU Affero General Public License
4879+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4880+ *
4881+ * This program may also be available under different license terms. For more
4882+ * information, see www.akiban.com or contact licensing@akiban.com.
4883 */
4884
4885 package com.persistit.encoding;
4886
4887=== modified file 'core/src/main/java/com/persistit/encoding/SerialValueCoder.java'
4888--- core/src/main/java/com/persistit/encoding/SerialValueCoder.java 2012-03-27 22:12:58 +0000
4889+++ core/src/main/java/com/persistit/encoding/SerialValueCoder.java 2012-05-29 18:47:25 +0000
4890@@ -1,27 +1,21 @@
4891 /**
4892- * END USER LICENSE AGREEMENT (“EULA”)
4893- *
4894- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4895- * http://www.akiban.com/licensing/20110913
4896- *
4897- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4898- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4899- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4900- *
4901- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4902- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4903- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4904- * YOUR INITIAL PURCHASE.
4905- *
4906- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4907- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4908- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4909- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4910- * BY SUCH AUTHORIZED PERSONNEL.
4911- *
4912- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4913- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4914- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4915+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4916+ *
4917+ * This program is free software: you can redistribute it and/or modify
4918+ * it under the terms of the GNU Affero General Public License as
4919+ * published by the Free Software Foundation, version 3 (only) of the
4920+ * License.
4921+ *
4922+ * This program is distributed in the hope that it will be useful,
4923+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4924+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4925+ * GNU Affero General Public License for more details.
4926+ *
4927+ * You should have received a copy of the GNU Affero General Public License
4928+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4929+ *
4930+ * This program may also be available under different license terms. For more
4931+ * information, see www.akiban.com or contact licensing@akiban.com.
4932 */
4933
4934 package com.persistit.encoding;
4935
4936=== modified file 'core/src/main/java/com/persistit/encoding/ValueCoder.java'
4937--- core/src/main/java/com/persistit/encoding/ValueCoder.java 2012-03-27 22:12:58 +0000
4938+++ core/src/main/java/com/persistit/encoding/ValueCoder.java 2012-05-29 18:47:25 +0000
4939@@ -1,27 +1,21 @@
4940 /**
4941- * END USER LICENSE AGREEMENT (“EULA”)
4942- *
4943- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4944- * http://www.akiban.com/licensing/20110913
4945- *
4946- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4947- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4948- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4949- *
4950- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
4951- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
4952- * NOT USE THE SOFTWARE AND (B) RETURN THE SOFTWARE WITHIN THIRTY (30) DAYS OF
4953- * YOUR INITIAL PURCHASE.
4954- *
4955- * IF YOU WISH TO USE THE SOFTWARE AS AN EMPLOYEE, CONTRACTOR, OR AGENT OF A
4956- * CORPORATION, PARTNERSHIP OR SIMILAR ENTITY, THEN YOU MUST BE AUTHORIZED TO SIGN
4957- * FOR AND BIND THE ENTITY IN ORDER TO ACCEPT THE TERMS OF THIS AGREEMENT. THE
4958- * LICENSES GRANTED UNDER THIS AGREEMENT ARE EXPRESSLY CONDITIONED UPON ACCEPTANCE
4959- * BY SUCH AUTHORIZED PERSONNEL.
4960- *
4961- * IF YOU HAVE ENTERED INTO A SEPARATE WRITTEN LICENSE AGREEMENT WITH AKIBAN FOR
4962- * USE OF THE SOFTWARE, THE TERMS AND CONDITIONS OF SUCH OTHER AGREEMENT SHALL
4963- * PREVAIL OVER ANY CONFLICTING TERMS OR CONDITIONS IN THIS AGREEMENT.
4964+ * Copyright © 2005-2012 Akiban Technologies, Inc. All rights reserved.
4965+ *
4966+ * This program is free software: you can redistribute it and/or modify
4967+ * it under the terms of the GNU Affero General Public License as
4968+ * published by the Free Software Foundation, version 3 (only) of the
4969+ * License.
4970+ *
4971+ * This program is distributed in the hope that it will be useful,
4972+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
4973+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4974+ * GNU Affero General Public License for more details.
4975+ *
4976+ * You should have received a copy of the GNU Affero General Public License
4977+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
4978+ *
4979+ * This program may also be available under different license terms. For more
4980+ * information, see www.akiban.com or contact licensing@akiban.com.
4981 */
4982
4983 package com.persistit.encoding;
4984
4985=== modified file 'core/src/main/java/com/persistit/encoding/ValueDisplayer.java'
4986--- core/src/main/java/com/persistit/encoding/ValueDisplayer.java 2012-03-27 22:12:58 +0000
4987+++ core/src/main/java/com/persistit/encoding/ValueDisplayer.java 2012-05-29 18:47:25 +0000
4988@@ -1,27 +1,21 @@
4989 /**
4990- * END USER LICENSE AGREEMENT (“EULA”)
4991- *
4992- * READ THIS AGREEMENT CAREFULLY (date: 9/13/2011):
4993- * http://www.akiban.com/licensing/20110913
4994- *
4995- * BY INSTALLING OR USING ALL OR ANY PORTION OF THE SOFTWARE, YOU ARE ACCEPTING
4996- * ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. YOU AGREE THAT THIS
4997- * AGREEMENT IS ENFORCEABLE LIKE ANY WRITTEN AGREEMENT SIGNED BY YOU.
4998- *
4999- * IF YOU HAVE PAID A LICENSE FEE FOR USE OF THE SOFTWARE AND DO NOT AGREE TO
5000- * THESE TERMS, YOU MAY RETURN THE SOFTWARE FOR A FULL REFUND PROVIDED YOU (A) DO
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches