Merge lp:~pbeaman/akiban-persistit/apache-license into lp:akiban-persistit

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

Description of the change

Change license from EPL to Apache 2.

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

This also changes the version to 3.3, in the release notes and README but not the pom.

Releasing a 3.2.9 with current changes + new license would seem to make sense, some good bug fixes, and then do the 3.3. bump with transactional-trees. Or were you thinking something else?

Otherwise my scroll says this looks as described.

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

Peter pointed out that this has transaction-tree as a pre-req, which I missed.

So away we go.

review: Approve

Preview Diff

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

Subscribers

People subscribed via source and target branches