Merge lp:~pbeaman/akiban-persistit/epl-license-headers into lp:akiban-persistit

Proposed by Peter Beaman
Status: Merged
Merged at revision: 346
Proposed branch: lp:~pbeaman/akiban-persistit/epl-license-headers
Merge into: lp:akiban-persistit
Diff against target: 17053 lines (+5451/-7781)
388 files modified
.bzrignore (+1/-0)
LICENSE.txt (+188/-619)
build_release.sh (+15/-20)
doc/GettingStarted.rst (+1/-1)
doc/build/build-doc.sh (+10/-15)
doc/build/src/AsciiDocIndex.java (+11/-15)
examples/FindFile/FindFile.java (+11/-16)
examples/FindFile/README.txt (+11/-16)
examples/FindFile/build.xml (+11/-16)
examples/FindFile/persistit.properties (+11/-16)
examples/HelloWorld/HelloWorld.java (+11/-16)
examples/HelloWorld/README.txt (+11/-16)
examples/HelloWorld/build.xml (+11/-16)
examples/HelloWorld/persistit.properties (+11/-16)
examples/PersistitMapDemo/PersistitMapDemo.java (+11/-16)
examples/PersistitMapDemo/README.txt (+11/-16)
examples/PersistitMapDemo/build.xml (+11/-16)
examples/PersistitMapDemo/persistit.properties (+11/-16)
examples/SimpleBench/README.txt (+11/-16)
examples/SimpleBench/SimpleBench.java (+11/-16)
examples/SimpleBench/build.xml (+11/-16)
examples/SimpleDemo/README.txt (+11/-16)
examples/SimpleDemo/SimpleDemo.java (+11/-16)
examples/SimpleDemo/build.xml (+11/-16)
examples/SimpleDemo/persistit.properties (+11/-16)
examples/SimpleTransaction/README.txt (+11/-16)
examples/SimpleTransaction/SimpleTransaction.java (+11/-16)
examples/SimpleTransaction/build.xml (+11/-16)
examples/SimpleTransaction/persistit.properties (+11/-16)
examples/scripts/jmxterm-execute.sh (+11/-16)
examples/scripts/jmxterm-launch.sh (+11/-16)
pom.xml (+5/-3)
src/etc/HEADER.txt (+11/-15)
src/etc/findbugs-exclude.xml (+11/-16)
src/etc/run_stress_tests.py (+11/-16)
src/main/java/com/persistit/Accumulator.java (+11/-16)
src/main/java/com/persistit/AccumulatorState.java (+11/-16)
src/main/java/com/persistit/AlertMonitor.java (+11/-16)
src/main/java/com/persistit/AntiValue.java (+11/-16)
src/main/java/com/persistit/BackupTask.java (+11/-16)
src/main/java/com/persistit/Buffer.java (+11/-16)
src/main/java/com/persistit/BufferPool.java (+11/-16)
src/main/java/com/persistit/BufferPoolMXBeanImpl.java (+11/-16)
src/main/java/com/persistit/CLI.java (+11/-16)
src/main/java/com/persistit/CheckpointManager.java (+11/-16)
src/main/java/com/persistit/ClassIndex.java (+11/-16)
src/main/java/com/persistit/ClassInfo.java (+11/-16)
src/main/java/com/persistit/CleanupManager.java (+11/-16)
src/main/java/com/persistit/Configuration.java (+11/-16)
src/main/java/com/persistit/DefaultCoderManager.java (+11/-16)
src/main/java/com/persistit/DefaultObjectCoder.java (+11/-16)
src/main/java/com/persistit/DefaultValueCoder.java (+11/-16)
src/main/java/com/persistit/Exchange.java (+11/-16)
src/main/java/com/persistit/FastIndex.java (+11/-16)
src/main/java/com/persistit/GetVersion.java (+11/-16)
src/main/java/com/persistit/IOMeter.java (+11/-16)
src/main/java/com/persistit/IOTaskRunnable.java (+11/-16)
src/main/java/com/persistit/IntegrityCheck.java (+11/-16)
src/main/java/com/persistit/JournalManager.java (+11/-16)
src/main/java/com/persistit/JournalRecord.java (+11/-16)
src/main/java/com/persistit/JournalTool.java (+11/-16)
src/main/java/com/persistit/Key.java (+11/-16)
src/main/java/com/persistit/KeyFilter.java (+11/-16)
src/main/java/com/persistit/KeyHistogram.java (+11/-16)
src/main/java/com/persistit/KeyParser.java (+11/-16)
src/main/java/com/persistit/KeyState.java (+11/-16)
src/main/java/com/persistit/LongRecordHelper.java (+11/-16)
src/main/java/com/persistit/MVV.java (+11/-16)
src/main/java/com/persistit/Management.java (+11/-16)
src/main/java/com/persistit/ManagementImpl.java (+11/-16)
src/main/java/com/persistit/MediatedFileChannel.java (+11/-16)
src/main/java/com/persistit/Persistit.java (+11/-16)
src/main/java/com/persistit/PersistitMap.java (+11/-16)
src/main/java/com/persistit/RecoveryManager.java (+11/-16)
src/main/java/com/persistit/ReentrantResourceHolder.java (+11/-16)
src/main/java/com/persistit/SessionId.java (+11/-16)
src/main/java/com/persistit/SharedResource.java (+11/-16)
src/main/java/com/persistit/StatisticsTask.java (+11/-16)
src/main/java/com/persistit/StreamLoader.java (+11/-16)
src/main/java/com/persistit/StreamSaver.java (+11/-16)
src/main/java/com/persistit/Task.java (+11/-16)
src/main/java/com/persistit/TaskCheck.java (+11/-16)
src/main/java/com/persistit/TimestampAllocator.java (+11/-16)
src/main/java/com/persistit/Transaction.java (+11/-16)
src/main/java/com/persistit/TransactionIndex.java (+11/-16)
src/main/java/com/persistit/TransactionIndexBucket.java (+11/-16)
src/main/java/com/persistit/TransactionPlayer.java (+11/-16)
src/main/java/com/persistit/TransactionPlayerSupport.java (+11/-16)
src/main/java/com/persistit/TransactionRunnable.java (+11/-16)
src/main/java/com/persistit/TransactionStatus.java (+11/-16)
src/main/java/com/persistit/Tree.java (+11/-16)
src/main/java/com/persistit/TreeSelector.java (+11/-16)
src/main/java/com/persistit/TreeState.java (+11/-16)
src/main/java/com/persistit/TreeStatistics.java (+11/-16)
src/main/java/com/persistit/Value.java (+11/-16)
src/main/java/com/persistit/ValueHelper.java (+11/-16)
src/main/java/com/persistit/ValueState.java (+11/-16)
src/main/java/com/persistit/Volume.java (+11/-16)
src/main/java/com/persistit/VolumeHandleLookup.java (+11/-16)
src/main/java/com/persistit/VolumeHeader.java (+11/-16)
src/main/java/com/persistit/VolumeSpecification.java (+11/-16)
src/main/java/com/persistit/VolumeStatistics.java (+11/-16)
src/main/java/com/persistit/VolumeStorage.java (+11/-16)
src/main/java/com/persistit/VolumeStorageT2.java (+11/-16)
src/main/java/com/persistit/VolumeStorageV2.java (+11/-16)
src/main/java/com/persistit/VolumeStructure.java (+11/-16)
src/main/java/com/persistit/encoding/CoderContext.java (+11/-16)
src/main/java/com/persistit/encoding/CoderManager.java (+11/-16)
src/main/java/com/persistit/encoding/CollectionValueCoder.java (+11/-16)
src/main/java/com/persistit/encoding/EnumValueCoder.java (+11/-16)
src/main/java/com/persistit/encoding/KeyCoder.java (+11/-16)
src/main/java/com/persistit/encoding/KeyDisplayer.java (+11/-16)
src/main/java/com/persistit/encoding/KeyRenderer.java (+11/-16)
src/main/java/com/persistit/encoding/ObjectCache.java (+11/-16)
src/main/java/com/persistit/encoding/ObjectCoder.java (+11/-16)
src/main/java/com/persistit/encoding/SerialValueCoder.java (+11/-16)
src/main/java/com/persistit/encoding/ValueCoder.java (+11/-16)
src/main/java/com/persistit/encoding/ValueDisplayer.java (+11/-16)
src/main/java/com/persistit/encoding/ValueRenderer.java (+11/-16)
src/main/java/com/persistit/exception/AppendableIOException.java (+11/-16)
src/main/java/com/persistit/exception/BufferSizeUnavailableException.java (+11/-16)
src/main/java/com/persistit/exception/ConversionException.java (+11/-16)
src/main/java/com/persistit/exception/CorruptImportStreamException.java (+11/-16)
src/main/java/com/persistit/exception/CorruptJournalException.java (+11/-16)
src/main/java/com/persistit/exception/CorruptValueException.java (+11/-16)
src/main/java/com/persistit/exception/CorruptVolumeException.java (+11/-16)
src/main/java/com/persistit/exception/InUseException.java (+11/-16)
src/main/java/com/persistit/exception/InvalidKeyException.java (+11/-16)
src/main/java/com/persistit/exception/InvalidPageAddressException.java (+11/-16)
src/main/java/com/persistit/exception/InvalidPageStructureException.java (+11/-16)
src/main/java/com/persistit/exception/InvalidPageTypeException.java (+11/-16)
src/main/java/com/persistit/exception/InvalidVolumeSpecificationException.java (+11/-16)
src/main/java/com/persistit/exception/MalformedValueException.java (+11/-16)
src/main/java/com/persistit/exception/MissingKeySegmentException.java (+11/-16)
src/main/java/com/persistit/exception/MissingThreadException.java (+11/-16)
src/main/java/com/persistit/exception/MissingVolumeException.java (+12/-17)
src/main/java/com/persistit/exception/PersistitClosedException.java (+11/-16)
src/main/java/com/persistit/exception/PersistitException.java (+11/-16)
src/main/java/com/persistit/exception/PersistitIOException.java (+11/-16)
src/main/java/com/persistit/exception/PersistitInterruptedException.java (+11/-16)
src/main/java/com/persistit/exception/PropertiesNotFoundException.java (+11/-16)
src/main/java/com/persistit/exception/ReadOnlyVolumeException.java (+11/-16)
src/main/java/com/persistit/exception/RebalanceException.java (+11/-16)
src/main/java/com/persistit/exception/RecoveryMissingVolumesException.java (+11/-16)
src/main/java/com/persistit/exception/RetryException.java (+11/-16)
src/main/java/com/persistit/exception/RollbackException.java (+11/-16)
src/main/java/com/persistit/exception/TaskEndedException.java (+11/-16)
src/main/java/com/persistit/exception/TestException.java (+11/-16)
src/main/java/com/persistit/exception/TimeoutException.java (+11/-16)
src/main/java/com/persistit/exception/TransactionFailedException.java (+11/-16)
src/main/java/com/persistit/exception/TreeAlreadyExistsException.java (+11/-16)
src/main/java/com/persistit/exception/TreeNotFoundException.java (+11/-16)
src/main/java/com/persistit/exception/TruncateVolumeException.java (+11/-16)
src/main/java/com/persistit/exception/VolumeAlreadyExistsException.java (+11/-16)
src/main/java/com/persistit/exception/VolumeClosedException.java (+11/-16)
src/main/java/com/persistit/exception/VolumeFullException.java (+11/-16)
src/main/java/com/persistit/exception/VolumeNotFoundException.java (+11/-16)
src/main/java/com/persistit/exception/WWRetryException.java (+11/-16)
src/main/java/com/persistit/exception/WrongVolumeException.java (+11/-16)
src/main/java/com/persistit/logging/ApacheCommonsLogAdapter.java (+11/-16)
src/main/java/com/persistit/logging/DefaultPersistitLogger.java (+11/-16)
src/main/java/com/persistit/logging/JDK14LoggingAdapter.java (+11/-16)
src/main/java/com/persistit/logging/Log4JAdapter.java (+11/-16)
src/main/java/com/persistit/logging/LogBase.java (+11/-16)
src/main/java/com/persistit/logging/PersistitLevel.java (+11/-16)
src/main/java/com/persistit/logging/PersistitLogMessage.java (+11/-16)
src/main/java/com/persistit/logging/PersistitLogger.java (+11/-16)
src/main/java/com/persistit/logging/Slf4jAdapter.java (+11/-16)
src/main/java/com/persistit/mxbeans/AlertMonitorMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/BufferPoolMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/CheckpointManagerMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/CleanupManagerMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/Description.java (+11/-16)
src/main/java/com/persistit/mxbeans/IOMeterMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/JournalManagerMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/MXBeanWrapper.java (+11/-16)
src/main/java/com/persistit/mxbeans/ManagementMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/PName.java (+11/-16)
src/main/java/com/persistit/mxbeans/RecoveryManagerMXBean.java (+11/-16)
src/main/java/com/persistit/mxbeans/TransactionIndexMXBean.java (+11/-16)
src/main/java/com/persistit/policy/JoinPolicy.java (+11/-16)
src/main/java/com/persistit/policy/SplitPolicy.java (+11/-16)
src/main/java/com/persistit/ref/AbstractReference.java (+11/-16)
src/main/java/com/persistit/ref/AbstractWeakReference.java (+11/-16)
src/main/java/com/persistit/ref/PersistitReference.java (+11/-16)
src/main/java/com/persistit/ui/AbstractInspector.java (+11/-16)
src/main/java/com/persistit/ui/AdminCommand.java (+11/-16)
src/main/java/com/persistit/ui/AdminPanel.java (+11/-16)
src/main/java/com/persistit/ui/AdminUI.java (+11/-16)
src/main/java/com/persistit/ui/AdminUIBufferPanel.java (+11/-16)
src/main/java/com/persistit/ui/AdminUISummaryPanel.java (+11/-16)
src/main/java/com/persistit/ui/AdminUITaskPanel.java (+11/-16)
src/main/java/com/persistit/ui/AdminUITreePanel.java (+11/-16)
src/main/java/com/persistit/ui/InnerJarClassLoader.java (+11/-16)
src/main/java/com/persistit/ui/InspectorDisplayablePanel.java (+11/-16)
src/main/java/com/persistit/ui/InspectorHexPanel.java (+11/-16)
src/main/java/com/persistit/ui/InspectorObjectPanel.java (+11/-16)
src/main/java/com/persistit/ui/InspectorPanel.java (+11/-16)
src/main/java/com/persistit/ui/JavaHelpAdapter.java (+11/-16)
src/main/java/com/persistit/ui/ManagementListModel.java (+11/-16)
src/main/java/com/persistit/ui/ManagementSlidingTableModel.java (+11/-16)
src/main/java/com/persistit/ui/ManagementTableModel.java (+11/-16)
src/main/java/com/persistit/ui/PersistitTableModel.java (+11/-16)
src/main/java/com/persistit/ui/PoolDisplayPanel.java (+11/-16)
src/main/java/com/persistit/ui/TaskSetupPanel.java (+11/-16)
src/main/java/com/persistit/ui/TreeAndVolumeSelector.java (+11/-16)
src/main/java/com/persistit/ui/VTComboBoxModel.java (+11/-16)
src/main/java/com/persistit/ui/ValueInspectorTreeNode.java (+11/-16)
src/main/java/com/persistit/ui/renderers/TaskStatusStateRenderer.java (+11/-16)
src/main/java/com/persistit/util/ArgParser.java (+11/-16)
src/main/java/com/persistit/util/Debug.java (+11/-16)
src/main/java/com/persistit/util/InternalHashSet.java (+11/-16)
src/main/java/com/persistit/util/SequencerConstants.java (+11/-16)
src/main/java/com/persistit/util/ThreadSequencer.java (+11/-16)
src/main/java/com/persistit/util/Util.java (+11/-16)
src/main/java/com/persistit/util/UtilControl.java (+11/-16)
src/main/javadoc/com/persistit/encoding/package.html (+115/-120)
src/main/javadoc/com/persistit/exception/package.html (+21/-26)
src/main/javadoc/com/persistit/logging/package.html (+45/-50)
src/main/javadoc/com/persistit/package.html (+105/-110)
src/main/javadoc/com/persistit/ref/package.html (+109/-114)
src/main/javadoc/overview.html (+11/-16)
src/main/javadoc/resources/stylesheet.css (+44/-49)
src/main/resources/assembly_descriptor.xml (+11/-16)
src/main/resources/com/persistit/ui/AdminUI_en.properties (+10/-15)
src/test/java/com/persistit/AccumulatorMemoryTest.java (+11/-16)
src/test/java/com/persistit/AccumulatorRecoveryTest.java (+11/-16)
src/test/java/com/persistit/AccumulatorTest.java (+11/-16)
src/test/java/com/persistit/AlertMonitorTest.java (+11/-16)
src/test/java/com/persistit/BackupTaskTest.java (+11/-16)
src/test/java/com/persistit/BufferMaxPack.java (+11/-16)
src/test/java/com/persistit/BufferPoolTest.java (+11/-16)
src/test/java/com/persistit/BufferTest.java (+11/-16)
src/test/java/com/persistit/BufferTest2.java (+11/-16)
src/test/java/com/persistit/Bug1003578Test.java (+11/-16)
src/test/java/com/persistit/Bug1010079Test.java (+11/-16)
src/test/java/com/persistit/Bug1017957Test.java (+11/-16)
src/test/java/com/persistit/Bug1018526Test.java (+11/-16)
src/test/java/com/persistit/Bug706132Test.java (+11/-16)
src/test/java/com/persistit/Bug708592Test.java (+11/-16)
src/test/java/com/persistit/Bug739533Test.java (+11/-16)
src/test/java/com/persistit/Bug777918Test.java (+11/-16)
src/test/java/com/persistit/Bug790709Test.java (+11/-16)
src/test/java/com/persistit/Bug870352Test.java (+11/-16)
src/test/java/com/persistit/Bug877656Test.java (+11/-16)
src/test/java/com/persistit/Bug882219Test.java (+11/-16)
src/test/java/com/persistit/Bug885477Test.java (+11/-16)
src/test/java/com/persistit/Bug889850Test.java (+11/-16)
src/test/java/com/persistit/Bug911849Test.java (+11/-16)
src/test/java/com/persistit/Bug912514Test.java (+11/-16)
src/test/java/com/persistit/Bug915594Test.java (+11/-16)
src/test/java/com/persistit/Bug918909Test.java (+11/-16)
src/test/java/com/persistit/Bug920754Test.java (+11/-16)
src/test/java/com/persistit/Bug923790Test.java (+11/-16)
src/test/java/com/persistit/Bug927701Test.java (+11/-16)
src/test/java/com/persistit/Bug932097Test.java (+11/-16)
src/test/java/com/persistit/Bug937877Test.java (+11/-16)
src/test/java/com/persistit/Bug942669Test.java (+11/-16)
src/test/java/com/persistit/Bug947182Test.java (+11/-16)
src/test/java/com/persistit/Bug974589Test.java (+11/-16)
src/test/java/com/persistit/Bug980292Test.java (+11/-16)
src/test/java/com/persistit/Bug989202Test.java (+11/-16)
src/test/java/com/persistit/Bug992801Test.java (+11/-16)
src/test/java/com/persistit/Bug996241Test.java (+11/-16)
src/test/java/com/persistit/ClassIndexTest.java (+11/-16)
src/test/java/com/persistit/CleanupManagerTest.java (+11/-16)
src/test/java/com/persistit/CommandLineTest.java (+11/-16)
src/test/java/com/persistit/ConfigurationTest.java (+11/-16)
src/test/java/com/persistit/ConfirmEmptyVolume.java (+11/-16)
src/test/java/com/persistit/ConfirmIntegrity.java (+11/-16)
src/test/java/com/persistit/CorruptVolumeTest.java (+11/-16)
src/test/java/com/persistit/DumpTaskTest.java (+11/-16)
src/test/java/com/persistit/ErrorInjectingFileChannel.java (+11/-16)
src/test/java/com/persistit/FastIndexTest.java (+11/-16)
src/test/java/com/persistit/FatalErrorExceptionTest.java (+11/-16)
src/test/java/com/persistit/IOFailureTest.java (+11/-16)
src/test/java/com/persistit/IOMeterChargeBenchmark.java (+11/-16)
src/test/java/com/persistit/InsertSequenceTest.java (+11/-16)
src/test/java/com/persistit/IntegrityCheckTest.java (+11/-16)
src/test/java/com/persistit/InternalHashSetUnitTest.java (+11/-16)
src/test/java/com/persistit/JournalManagerTest.java (+11/-16)
src/test/java/com/persistit/KeyHistogramTest.java (+11/-16)
src/test/java/com/persistit/MVCCBasicTest.java (+11/-16)
src/test/java/com/persistit/MVCCConcurrentTest.java (+11/-16)
src/test/java/com/persistit/MVCCPruneBufferTest.java (+11/-16)
src/test/java/com/persistit/MVCCPruneTest.java (+11/-16)
src/test/java/com/persistit/MVCCTestBase.java (+11/-16)
src/test/java/com/persistit/MVVTest.java (+11/-16)
src/test/java/com/persistit/MediatedFileChannelTest.java (+11/-16)
src/test/java/com/persistit/MockSerializableObject.java (+11/-16)
src/test/java/com/persistit/RecoveryTest.java (+11/-16)
src/test/java/com/persistit/ScriptedKeyFilterTest.java (+11/-16)
src/test/java/com/persistit/SplitPolicyTest.java (+11/-16)
src/test/java/com/persistit/StatisticsTaskTest.java (+11/-16)
src/test/java/com/persistit/StressRunner.java (+11/-16)
src/test/java/com/persistit/TestShim.java (+11/-16)
src/test/java/com/persistit/TransactionIndexConcurrencyTest.java (+11/-16)
src/test/java/com/persistit/TransactionIndexTest.java (+11/-16)
src/test/java/com/persistit/TransactionLifetimeTest.java (+11/-16)
src/test/java/com/persistit/TransactionTest2.java (+11/-16)
src/test/java/com/persistit/TreeLifetimeTest.java (+11/-16)
src/test/java/com/persistit/TreeTest2.java (+11/-16)
src/test/java/com/persistit/ValueCacheUnitTest.java (+11/-16)
src/test/java/com/persistit/ValueTest7.java (+11/-16)
src/test/java/com/persistit/VolumeTest.java (+11/-16)
src/test/java/com/persistit/stress/AbstractStressTest.java (+11/-16)
src/test/java/com/persistit/stress/AbstractSuite.java (+11/-16)
src/test/java/com/persistit/stress/InsertUUIDs.java (+50/-55)
src/test/java/com/persistit/stress/IntentionalFailure.java (+62/-67)
src/test/java/com/persistit/stress/Mixture1.java (+66/-71)
src/test/java/com/persistit/stress/Mixture2.java (+81/-86)
src/test/java/com/persistit/stress/Mixture3.java (+194/-199)
src/test/java/com/persistit/stress/MixtureTxn1.java (+11/-16)
src/test/java/com/persistit/stress/MixtureTxn2.java (+11/-16)
src/test/java/com/persistit/stress/PersistitMap1.java (+57/-62)
src/test/java/com/persistit/stress/Recovery1.java (+11/-16)
src/test/java/com/persistit/stress/Recovery2.java (+51/-56)
src/test/java/com/persistit/stress/Recovery2_StdIn.java (+11/-16)
src/test/java/com/persistit/stress/StartStop.java (+99/-104)
src/test/java/com/persistit/stress/Stress10Suite.java (+11/-16)
src/test/java/com/persistit/stress/Stress12txnSuite.java (+55/-60)
src/test/java/com/persistit/stress/Stress4Suite.java (+11/-16)
src/test/java/com/persistit/stress/Stress8txnSuite.java (+55/-60)
src/test/java/com/persistit/stress/TestResult.java (+11/-16)
src/test/java/com/persistit/stress/unit/CommitBench.java (+11/-16)
src/test/java/com/persistit/stress/unit/MD5Sum.java (+11/-16)
src/test/java/com/persistit/stress/unit/PersistitMapStress1.java (+11/-16)
src/test/java/com/persistit/stress/unit/PersistitMapStress2.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress1.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress10.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress11.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress12txn.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress1txn.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress2.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress2txn.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress3.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress3txn.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress4Base.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress4a.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress4b.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress5.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress6.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress7.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress8txn.java (+11/-16)
src/test/java/com/persistit/stress/unit/Stress9.java (+11/-16)
src/test/java/com/persistit/stress/unit/StressBase.java (+11/-16)
src/test/java/com/persistit/stress/unit/StressInsert.java (+11/-16)
src/test/java/com/persistit/stress/unit/StressRecovery.java (+11/-16)
src/test/java/com/persistit/stress/unit/StressRecoveryTxn1.java (+11/-16)
src/test/java/com/persistit/stress/unit/StressUUID.java (+11/-16)
src/test/java/com/persistit/stress/unit/TestSamePageOptimization.java (+11/-16)
src/test/java/com/persistit/unit/BufferPoolMemConfigurationTest.java (+11/-16)
src/test/java/com/persistit/unit/ConcurrentUtil.java (+11/-16)
src/test/java/com/persistit/unit/DefaultCoderManagerTest.java (+11/-16)
src/test/java/com/persistit/unit/ExchangeTest.java (+11/-16)
src/test/java/com/persistit/unit/FileLockTest.java (+11/-16)
src/test/java/com/persistit/unit/JoinTest1.java (+11/-16)
src/test/java/com/persistit/unit/KeyCoderTest1.java (+11/-16)
src/test/java/com/persistit/unit/KeyFilterTest1.java (+11/-16)
src/test/java/com/persistit/unit/KeyFilterTest2.java (+11/-16)
src/test/java/com/persistit/unit/KeyParserTest1.java (+11/-16)
src/test/java/com/persistit/unit/KeyParserTest2.java (+11/-16)
src/test/java/com/persistit/unit/KeyTest1.java (+11/-16)
src/test/java/com/persistit/unit/Log4JLoggerTest.java (+11/-16)
src/test/java/com/persistit/unit/LongRecordTest1.java (+11/-16)
src/test/java/com/persistit/unit/LotsaSmallKeys.java (+11/-16)
src/test/java/com/persistit/unit/PersistitMapTest.java (+11/-16)
src/test/java/com/persistit/unit/PersistitUnitTestCase.java (+11/-16)
src/test/java/com/persistit/unit/SaveLoadTest1.java (+11/-16)
src/test/java/com/persistit/unit/SimpleTest1.java (+11/-16)
src/test/java/com/persistit/unit/TemporaryVolumeTest1.java (+11/-16)
src/test/java/com/persistit/unit/ThreadSequencerTest.java (+11/-16)
src/test/java/com/persistit/unit/TransactionTest1.java (+11/-16)
src/test/java/com/persistit/unit/TransactionTest3.java (+11/-16)
src/test/java/com/persistit/unit/TreeSelectorTest.java (+11/-16)
src/test/java/com/persistit/unit/TreeTest1.java (+11/-16)
src/test/java/com/persistit/unit/UnitTestProperties.java (+11/-16)
src/test/java/com/persistit/unit/ValueCoderTest1.java (+11/-16)
src/test/java/com/persistit/unit/ValueCoderTest2.java (+11/-16)
src/test/java/com/persistit/unit/ValueTest1.java (+11/-16)
src/test/java/com/persistit/unit/ValueTest2.java (+11/-16)
src/test/java/com/persistit/unit/ValueTest3.java (+11/-16)
src/test/java/com/persistit/unit/ValueTest4.java (+11/-16)
src/test/java/com/persistit/unit/ValueTest5.java (+11/-16)
src/test/resources/Bug780592_data.txt (+12/-12)
src/test/resources/com/persistit/KeyFilterTestScript1 (+12/-12)
src/test/resources/rmi.policy (+5/-5)
src/test/resources/stress-recovery (+11/-15)
To merge this branch: bzr merge lp:~pbeaman/akiban-persistit/epl-license-headers
Reviewer Review Type Date Requested Status
Akiban Build User Needs Fixing
Nathan Williams Needs Fixing
Review via email: mp+117892@code.launchpad.net

Description of the change

Change license headers from AGPL3 to EPL Version 1.
Change documentation references to AGPK
Change pom.xml license declaration

This is a massive diff containing only documentation and license header changes. The most important review issue to ensure that no code or other working parts were inadvertently changed.

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

A few files look entirely changed due to line ending differences, but probably not bad to make those consistent.

LP says there are conflicts, was Logger.properties brought back from the dead maybe?

The MockSerializableObject_classBytes was modified? Does the test still pass

A few files in src/test/resources/ had execute bit removed. Is anyway expecting to be able to invoke those directly?

Might want to update comments in build_release.sh referencing AGPL. No material impact but just for consistency sake.

Might want to add .DS_Store to your global ignores as well (~/.bazaar/ignore, ~/.gitignore, etc) now that your a Mac-er :)

review: Needs Fixing
Revision history for this message
Nathan Williams (nwilliams) wrote :

There are still missing execute bits in srtc/test/resources.

Looks fine otherwise, feel free to Approve after fix.

review: Needs Fixing
Revision history for this message
Peter Beaman (pbeaman) wrote :

Per Nathan's review comment, Approving.

Revision history for this message
Akiban Build User (build-akiban) wrote :

There were 2 failures during build/test:

* job server-packages failed at build number 2072: http://172.16.20.104:8080/job/server-packages/2072/

* view must-pass failed: server-packages is red

review: Needs Fixing
Revision history for this message
Nathan Williams (nwilliams) wrote :

Unrelated network hiccup.

Preview Diff

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

Subscribers

People subscribed via source and target branches