From 30841ef06799fd8ff26a177c03f846aeaeb353f8 Mon Sep 17 00:00:00 2001 From: Xinglang Wang Date: Tue, 24 Feb 2015 12:23:48 +0800 Subject: [PATCH] Change License to GPLv2 only --- Demo/metricUI/assembly.xml | 2 +- Demo/metricUI/buildsrc/JetstreamConf/EPL.xml | 2 +- .../buildsrc/JetstreamConf/EsperSetup.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/metricuiwiring.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- .../WEB-INF/pulsar-dispatcher-servlet.xml | 2 +- Demo/metricUI/buildsrc/webapp/WEB-INF/web.xml | 2 +- Demo/metricUI/pom.xml | 2 +- .../controller/PulsarReportingController.java | 2 +- .../ebay/pulsar/metric/data/DataPoint.java | 2 +- .../metric/processor/MetricProcessor.java | 2 +- .../server/MetricDispatcherServlet.java | 2 +- .../pulsar/metric/server/MetricServer.java | 2 +- .../com/ebay/pulsar/metric/util/JsonUtil.java | 2 +- .../pulsar/websocket/MetricWebSocket.java | 2 +- .../websocket/MetricWebSocketCreator.java | 2 +- .../websocket/MetricWebSocketServlet.java | 2 +- .../pulsar/websocket/PulsarEventConstant.java | 2 +- .../websocket/WebSocketConnectionManager.java | 2 +- Demo/metricservice/assembly.xml | 2 +- .../buildsrc/JetstreamConf/appwiring.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- Demo/metricservice/pom.xml | 2 +- .../com/ebay/pulsar/metric/core/Counter.java | 2 +- .../com/ebay/pulsar/metric/core/DataType.java | 2 +- .../pulsar/metric/core/MetricsService.java | 2 +- .../metric/core/MetricsThreadFactory.java | 2 +- .../pulsar/metric/core/NumericMetric.java | 2 +- .../pulsar/metric/core/RawMetricMapper.java | 2 +- .../pulsar/metric/core/RawNumericMetric.java | 2 +- .../metric/impl/cassandra/DataAccess.java | 2 +- .../cassandra/MetricsServiceCassandra.java | 2 +- .../metric/impl/cassandra/QueryParam.java | 2 +- .../metric/servlet/MetricRestServlet.java | 2 +- .../pulsar/metric/servlet/ServletStats.java | 2 +- Demo/twittersample/assembly.xml | 2 +- .../buildsrc/JetstreamConf/appwiring.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- Demo/twittersample/pom.xml | 2 +- .../channel/TwitterSampleChannel.java | 2 +- LICENSE | 61 +------------------ collector/assembly.xml | 2 +- collector/buildsrc/JetstreamConf/EPL.xml | 2 +- .../buildsrc/JetstreamConf/EsperSetup.xml | 2 +- .../buildsrc/JetstreamConf/appwiring.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/replayconfig.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- collector/pom.xml | 2 +- .../collector/servlet/IngestServlet.java | 2 +- .../collector/servlet/ServletStats.java | 2 +- .../pulsar/collector/simulator/Simulator.java | 2 +- .../collector/udf/DeviceEnrichmentUtil.java | 2 +- .../ebay/pulsar/collector/udf/DeviceInfo.java | 2 +- .../collector/udf/GeoEnrichmentUtil.java | 2 +- .../ebay/pulsar/collector/udf/GeoInfo.java | 2 +- .../validation/DefaultValidator.java | 2 +- .../validation/ValidationResult.java | 2 +- .../collector/validation/Validator.java | 2 +- .../pulsar/collector/EnrichmentSimulator.java | 2 +- .../com/ebay/pulsar/collector/Simulator.java | 2 +- distributor/assembly.xml | 2 +- distributor/buildsrc/JetstreamConf/EPL.xml | 2 +- .../buildsrc/JetstreamConf/EsperSetup.xml | 2 +- .../JetstreamConf/distributorwiring.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/replayconfig.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- distributor/pom.xml | 2 +- .../MultipleTopicsOBCAdviceProcessor.java | 2 +- metriccalculator/assembly.xml | 2 +- .../buildsrc/JetstreamConf/EPL.xml | 2 +- .../buildsrc/JetstreamConf/EsperSetup.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/metricwiring.xml | 2 +- .../buildsrc/JetstreamConf/replayconfig.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- metriccalculator/pom.xml | 2 +- .../metriccalculator/cache/CacheManager.java | 2 +- .../cache/OffHeapCacheConfig.java | 2 +- .../cache/OffHeapMemoryManagerRegistry.java | 2 +- .../cassandra/CassandraConfig.java | 2 +- .../metric/MCMetricGroupDemension.java | 2 +- .../metric/MetricFrequency.java | 2 +- .../serializer/AvgCounterSerializer.java | 2 +- .../offheap/serializer/CounterSerializer.java | 2 +- .../serializer/GroupDemensionSerializer.java | 2 +- .../processor/MCMetricsProvider.java | 2 +- .../processor/MCScheduler.java | 2 +- .../processor/MCSummingProcessor.java | 2 +- .../processor/MetricCassandraCollector.java | 2 +- .../SOJPipelineStatisticsCollector.java | 2 +- .../configuration/MCSummingConfiguration.java | 2 +- .../MultipleTopicsOBCAdviceProcessor.java | 2 +- .../statistics/basic/AvgCounter.java | 2 +- .../statistics/basic/Counter.java | 2 +- .../metriccalculator/util/MCConstant.java | 2 +- .../util/MCCounterHelper.java | 2 +- .../metriccalculator/util/MetricDef.java | 2 +- .../util/NamedThreadFactory.java | 2 +- .../util/ThreadSafeDateParser.java | 2 +- replay/assembly.xml | 2 +- .../JetstreamConf/CollectorRawEvent.xml | 2 +- .../JetstreamConf/DistributorSsnzEvent.xml | 2 +- .../JetstreamConf/FirstMCfirstMcCounter.xml | 2 +- replay/buildsrc/JetstreamConf/MCSsnzEvent.xml | 2 +- replay/buildsrc/JetstreamConf/RR1Mobile.xml | 2 +- .../JetstreamConf/SessionizerRawEvent.xml | 2 +- replay/buildsrc/JetstreamConf/appwiring.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- replay/buildsrc/JetstreamConf/zookeeper.xml | 2 +- replay/pom.xml | 2 +- .../metric/MCMetricGroupDemension.java | 2 +- .../pulsar/replay/processor/Constants.java | 2 +- .../processor/ReplayAdviceProcessor.java | 2 +- .../ReplayInboundKafkaProcessor.java | 2 +- .../processor/ReplayKafkaProcessorConfig.java | 2 +- sessionizer/assembly.xml | 2 +- .../buildsrc/JetstreamConf/messagecontext.xml | 2 +- .../buildsrc/JetstreamConf/replayconfig.xml | 2 +- .../JetstreamConf/sessionizerconfig.xml | 2 +- .../JetstreamConf/sessionizerwiring.xml | 2 +- .../buildsrc/JetstreamConf/zookeeper.xml | 2 +- sessionizer/pom.xml | 2 +- .../pulsar/sessionizer/cache/MemoryCache.java | 2 +- .../sessionizer/cache/MemoryCacheConfig.java | 2 +- .../impl/LocalSessionAttributeMapEncoder.java | 2 +- .../cache/impl/SessionMemoryCache.java | 2 +- .../cache/impl/SessionSerializer.java | 2 +- .../sessionizer/cluster/ClusterManager.java | 2 +- .../SessionizerLoopbackRingListener.java | 2 +- .../config/CommonSessionProfile.java | 2 +- .../sessionizer/config/SessionProfile.java | 2 +- .../sessionizer/config/SessionizerConfig.java | 2 +- .../config/SessionizerConfigValidator.java | 2 +- .../sessionizer/config/SubSessionProfile.java | 2 +- .../esper/annotation/AppendState.java | 2 +- .../esper/annotation/DebugSession.java | 2 +- .../esper/annotation/DecorateEvent.java | 2 +- .../sessionizer/esper/annotation/Session.java | 2 +- .../esper/annotation/SubSession.java | 2 +- .../esper/annotation/UpdateCounter.java | 2 +- .../esper/annotation/UpdateDuration.java | 2 +- .../esper/annotation/UpdateMetadata.java | 2 +- .../esper/annotation/UpdateState.java | 2 +- .../esper/impl/AttributeMapVariable.java | 2 +- .../esper/impl/EsperController.java | 2 +- .../esper/impl/EsperSessionizer.java | 2 +- .../esper/impl/SessionVariable.java | 2 +- ...ssionizerEsperExceptionHandlerFactory.java | 2 +- .../impl/EsperSessionizerCounter.java | 2 +- .../impl/LoopbackEventProducer.java | 2 +- .../sessionizer/impl/SessionizationInfo.java | 2 +- .../pulsar/sessionizer/impl/Sessionizer.java | 2 +- .../impl/SessionizerCounterManager.java | 2 +- .../impl/SessionizerErrorManager.java | 2 +- .../impl/SessionizerProcessor.java | 2 +- .../impl/SessionizerTimerShutdownHelper.java | 2 +- .../sessionizer/impl/SsnzEventSender.java | 2 +- .../sessionizer/model/AbstractSession.java | 2 +- .../pulsar/sessionizer/model/Session.java | 2 +- .../pulsar/sessionizer/model/SubSession.java | 2 +- .../sessionizer/spi/RemoteStoreCallback.java | 2 +- .../sessionizer/spi/RemoteStoreProvider.java | 2 +- .../sessionizer/spi/SessionizerContext.java | 2 +- .../sessionizer/spi/SessionizerExtension.java | 2 +- .../util/BinaryFormatSerializer.java | 2 +- .../sessionizer/util/ByteBufferUtil.java | 2 +- .../pulsar/sessionizer/util/Constants.java | 2 +- .../util/SessionAttributeMapEncoder.java | 2 +- .../test/cache/SessionCacheStoreTest.java | 2 +- .../test/cache/SessionSerializerTest.java | 2 +- .../test/esper/SessionVariableTest.java | 2 +- 176 files changed, 177 insertions(+), 234 deletions(-) diff --git a/Demo/metricUI/assembly.xml b/Demo/metricUI/assembly.xml index 7e3b4e3..7a8520a 100755 --- a/Demo/metricUI/assembly.xml +++ b/Demo/metricUI/assembly.xml @@ -2,7 +2,7 @@ metricUI diff --git a/Demo/metricUI/pom.xml b/Demo/metricUI/pom.xml index 86c97e8..35d0a58 100755 --- a/Demo/metricUI/pom.xml +++ b/Demo/metricUI/pom.xml @@ -2,7 +2,7 @@ diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/controller/PulsarReportingController.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/controller/PulsarReportingController.java index f81c23e..0969ee5 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/controller/PulsarReportingController.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/controller/PulsarReportingController.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.controller; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/data/DataPoint.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/data/DataPoint.java index ae57e46..de2ae69 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/data/DataPoint.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/data/DataPoint.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.data; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/processor/MetricProcessor.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/processor/MetricProcessor.java index 83c3bac..c5e4c56 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/processor/MetricProcessor.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/processor/MetricProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.processor; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricDispatcherServlet.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricDispatcherServlet.java index b887039..78d2601 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricDispatcherServlet.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricDispatcherServlet.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.server; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricServer.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricServer.java index 4955f53..5064f53 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricServer.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/server/MetricServer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.server; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/util/JsonUtil.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/util/JsonUtil.java index 9126341..477a384 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/util/JsonUtil.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/metric/util/JsonUtil.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.util; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocket.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocket.java index 45babb0..1d9f495 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocket.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocket.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.websocket; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketCreator.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketCreator.java index 8d52c8c..0221476 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketCreator.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketCreator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.websocket; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketServlet.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketServlet.java index fe494db..49d3e99 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketServlet.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/MetricWebSocketServlet.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.websocket; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/PulsarEventConstant.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/PulsarEventConstant.java index 7f9a8fd..5e6dfd5 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/PulsarEventConstant.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/PulsarEventConstant.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.websocket; diff --git a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/WebSocketConnectionManager.java b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/WebSocketConnectionManager.java index 1ca97e8..b0fe739 100755 --- a/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/WebSocketConnectionManager.java +++ b/Demo/metricUI/src/main/java/com/ebay/pulsar/websocket/WebSocketConnectionManager.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.websocket; diff --git a/Demo/metricservice/assembly.xml b/Demo/metricservice/assembly.xml index 35c06b3..a0f8e46 100755 --- a/Demo/metricservice/assembly.xml +++ b/Demo/metricservice/assembly.xml @@ -2,7 +2,7 @@ diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/Counter.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/Counter.java index 0acf021..1f75242 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/Counter.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/Counter.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/DataType.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/DataType.java index f89c907..06b9000 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/DataType.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/DataType.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsService.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsService.java index 8030017..a02136d 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsService.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsService.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsThreadFactory.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsThreadFactory.java index eaa9935..5751b9b 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsThreadFactory.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/MetricsThreadFactory.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/NumericMetric.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/NumericMetric.java index 1aba339..fa703eb 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/NumericMetric.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/NumericMetric.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawMetricMapper.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawMetricMapper.java index 061e961..54b39d9 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawMetricMapper.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawMetricMapper.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawNumericMetric.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawNumericMetric.java index c59cd5a..8826342 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawNumericMetric.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/core/RawNumericMetric.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.core; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/DataAccess.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/DataAccess.java index 88b973e..25f2c88 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/DataAccess.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/DataAccess.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.impl.cassandra; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/MetricsServiceCassandra.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/MetricsServiceCassandra.java index a436df2..a4a3df7 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/MetricsServiceCassandra.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/MetricsServiceCassandra.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.impl.cassandra; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/QueryParam.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/QueryParam.java index 57d5edb..f411a73 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/QueryParam.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/impl/cassandra/QueryParam.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.impl.cassandra; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/MetricRestServlet.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/MetricRestServlet.java index 93c9a4e..4132162 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/MetricRestServlet.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/MetricRestServlet.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.servlet; diff --git a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/ServletStats.java b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/ServletStats.java index 8a8913b..f2f1007 100755 --- a/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/ServletStats.java +++ b/Demo/metricservice/src/main/java/com/ebay/pulsar/metric/servlet/ServletStats.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metric.servlet; diff --git a/Demo/twittersample/assembly.xml b/Demo/twittersample/assembly.xml index a3fb98a..d8f826c 100644 --- a/Demo/twittersample/assembly.xml +++ b/Demo/twittersample/assembly.xml @@ -2,7 +2,7 @@ diff --git a/Demo/twittersample/src/main/java/com/ebay/pulsar/twittersample/channel/TwitterSampleChannel.java b/Demo/twittersample/src/main/java/com/ebay/pulsar/twittersample/channel/TwitterSampleChannel.java index f65e119..063339a 100644 --- a/Demo/twittersample/src/main/java/com/ebay/pulsar/twittersample/channel/TwitterSampleChannel.java +++ b/Demo/twittersample/src/main/java/com/ebay/pulsar/twittersample/channel/TwitterSampleChannel.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.twittersample.channel; diff --git a/LICENSE b/LICENSE index 11a6bec..2c3593c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,66 +1,9 @@ -Pulsar +Pulsar Real-time Analytics -Dual licensed under the Apache 2.0 License and the GNU General Public License version 2.0. +GNU General Public License version 2.0. Copyright (c) 2013-2015 eBay Software Foundation -Apache License - -Version 2.0, January 2004 - -http://www.apache.org/licenses/ - -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - -1. Definitions. - -"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - -"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - -"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - -"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. - -"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - -"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - -"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - -"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - -"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." - -"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. - -2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. - -3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. - -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - -You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and -If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. - -You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. - -6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. - -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. - -8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. - -9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. - -END OF TERMS AND CONDITIONS - ------------------------------------------------------------------------------ - - GNU GENERAL PUBLIC LICENSE Version 2, June 1991 diff --git a/collector/assembly.xml b/collector/assembly.xml index b1b163a..b746f51 100644 --- a/collector/assembly.xml +++ b/collector/assembly.xml @@ -2,7 +2,7 @@ diff --git a/collector/src/main/java/com/ebay/pulsar/collector/servlet/IngestServlet.java b/collector/src/main/java/com/ebay/pulsar/collector/servlet/IngestServlet.java index 343c082..112530f 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/servlet/IngestServlet.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/servlet/IngestServlet.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.servlet; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/servlet/ServletStats.java b/collector/src/main/java/com/ebay/pulsar/collector/servlet/ServletStats.java index b695b03..71a218e 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/servlet/ServletStats.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/servlet/ServletStats.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.servlet; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/simulator/Simulator.java b/collector/src/main/java/com/ebay/pulsar/collector/simulator/Simulator.java index 463116c..08ee7ff 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/simulator/Simulator.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/simulator/Simulator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.simulator; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceEnrichmentUtil.java b/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceEnrichmentUtil.java index 4c24c71..23cdbd4 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceEnrichmentUtil.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceEnrichmentUtil.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.udf; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceInfo.java b/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceInfo.java index 8decdfe..5ca606c 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceInfo.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/udf/DeviceInfo.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.udf; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoEnrichmentUtil.java b/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoEnrichmentUtil.java index 8b2b7fc..2b190da 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoEnrichmentUtil.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoEnrichmentUtil.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.udf; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoInfo.java b/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoInfo.java index bb0783e..619cc69 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoInfo.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/udf/GeoInfo.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.udf; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/validation/DefaultValidator.java b/collector/src/main/java/com/ebay/pulsar/collector/validation/DefaultValidator.java index 280802a..f89fbd7 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/validation/DefaultValidator.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/validation/DefaultValidator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.validation; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/validation/ValidationResult.java b/collector/src/main/java/com/ebay/pulsar/collector/validation/ValidationResult.java index cefc699..4520c80 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/validation/ValidationResult.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/validation/ValidationResult.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.validation; diff --git a/collector/src/main/java/com/ebay/pulsar/collector/validation/Validator.java b/collector/src/main/java/com/ebay/pulsar/collector/validation/Validator.java index 031817c..b892351 100644 --- a/collector/src/main/java/com/ebay/pulsar/collector/validation/Validator.java +++ b/collector/src/main/java/com/ebay/pulsar/collector/validation/Validator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector.validation; diff --git a/collector/src/test/java/com/ebay/pulsar/collector/EnrichmentSimulator.java b/collector/src/test/java/com/ebay/pulsar/collector/EnrichmentSimulator.java index b63f6a4..a6ba488 100644 --- a/collector/src/test/java/com/ebay/pulsar/collector/EnrichmentSimulator.java +++ b/collector/src/test/java/com/ebay/pulsar/collector/EnrichmentSimulator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector; diff --git a/collector/src/test/java/com/ebay/pulsar/collector/Simulator.java b/collector/src/test/java/com/ebay/pulsar/collector/Simulator.java index 2ac90d7..0d9d1bc 100644 --- a/collector/src/test/java/com/ebay/pulsar/collector/Simulator.java +++ b/collector/src/test/java/com/ebay/pulsar/collector/Simulator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.collector; diff --git a/distributor/assembly.xml b/distributor/assembly.xml index 35c06b3..a0f8e46 100644 --- a/distributor/assembly.xml +++ b/distributor/assembly.xml @@ -2,7 +2,7 @@ diff --git a/distributor/src/main/java/com/ebay/pulsar/distributor/replay/MultipleTopicsOBCAdviceProcessor.java b/distributor/src/main/java/com/ebay/pulsar/distributor/replay/MultipleTopicsOBCAdviceProcessor.java index 55039e1..c5f985f 100644 --- a/distributor/src/main/java/com/ebay/pulsar/distributor/replay/MultipleTopicsOBCAdviceProcessor.java +++ b/distributor/src/main/java/com/ebay/pulsar/distributor/replay/MultipleTopicsOBCAdviceProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.distributor.replay; diff --git a/metriccalculator/assembly.xml b/metriccalculator/assembly.xml index 35c06b3..a0f8e46 100644 --- a/metriccalculator/assembly.xml +++ b/metriccalculator/assembly.xml @@ -2,7 +2,7 @@ diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/CacheManager.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/CacheManager.java index dce5f12..aea0a18 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/CacheManager.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/CacheManager.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.cache; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapCacheConfig.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapCacheConfig.java index 921fd7a..3e40457 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapCacheConfig.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapCacheConfig.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.cache; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapMemoryManagerRegistry.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapMemoryManagerRegistry.java index 66d9b5a..9caa3ee 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapMemoryManagerRegistry.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cache/OffHeapMemoryManagerRegistry.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.cache; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cassandra/CassandraConfig.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cassandra/CassandraConfig.java index 12ca557..a9fe35a 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cassandra/CassandraConfig.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/cassandra/CassandraConfig.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.cassandra; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java index effc26d..c885656 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.metric; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MetricFrequency.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MetricFrequency.java index 734a702..09cd2de 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MetricFrequency.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/metric/MetricFrequency.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.metric; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/AvgCounterSerializer.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/AvgCounterSerializer.java index 6f2ee75..a024964 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/AvgCounterSerializer.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/AvgCounterSerializer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.offheap.serializer; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/CounterSerializer.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/CounterSerializer.java index 0022d47..e410910 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/CounterSerializer.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/CounterSerializer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.offheap.serializer; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/GroupDemensionSerializer.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/GroupDemensionSerializer.java index bb4951b..aaa5c5c 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/GroupDemensionSerializer.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/offheap/serializer/GroupDemensionSerializer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.offheap.serializer; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCMetricsProvider.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCMetricsProvider.java index abc11ea..69ac6f8 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCMetricsProvider.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCMetricsProvider.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCScheduler.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCScheduler.java index 215f085..f90b8f1 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCScheduler.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCScheduler.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCSummingProcessor.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCSummingProcessor.java index bb629eb..37a8e74 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCSummingProcessor.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MCSummingProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MetricCassandraCollector.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MetricCassandraCollector.java index 9bf1c11..39290af 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MetricCassandraCollector.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/MetricCassandraCollector.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/SOJPipelineStatisticsCollector.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/SOJPipelineStatisticsCollector.java index 46f3bbd..10abd11 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/SOJPipelineStatisticsCollector.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/SOJPipelineStatisticsCollector.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/configuration/MCSummingConfiguration.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/configuration/MCSummingConfiguration.java index 9913dfb..4f403aa 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/configuration/MCSummingConfiguration.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/processor/configuration/MCSummingConfiguration.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.processor.configuration; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/replay/MultipleTopicsOBCAdviceProcessor.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/replay/MultipleTopicsOBCAdviceProcessor.java index 458825c..b477368 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/replay/MultipleTopicsOBCAdviceProcessor.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/replay/MultipleTopicsOBCAdviceProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.replay; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/AvgCounter.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/AvgCounter.java index 132a2e3..0526f47 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/AvgCounter.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/AvgCounter.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.statistics.basic; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/Counter.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/Counter.java index 7801cd8..fea271d 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/Counter.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/statistics/basic/Counter.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.statistics.basic; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCConstant.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCConstant.java index fab9573..bebddbb 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCConstant.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCConstant.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.util; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCCounterHelper.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCCounterHelper.java index fed15f2..c6b06d3 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCCounterHelper.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MCCounterHelper.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.util; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MetricDef.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MetricDef.java index 9585d72..306b2e9 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MetricDef.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/MetricDef.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.util; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/NamedThreadFactory.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/NamedThreadFactory.java index 157b1a2..f8990d7 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/NamedThreadFactory.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/NamedThreadFactory.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.util; diff --git a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/ThreadSafeDateParser.java b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/ThreadSafeDateParser.java index eb9b7ac..e251978 100644 --- a/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/ThreadSafeDateParser.java +++ b/metriccalculator/src/main/java/com/ebay/pulsar/metriccalculator/util/ThreadSafeDateParser.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.util; diff --git a/replay/assembly.xml b/replay/assembly.xml index a3fb98a..d8f826c 100644 --- a/replay/assembly.xml +++ b/replay/assembly.xml @@ -2,7 +2,7 @@ diff --git a/replay/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java b/replay/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java index effc26d..c885656 100644 --- a/replay/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java +++ b/replay/src/main/java/com/ebay/pulsar/metriccalculator/metric/MCMetricGroupDemension.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.metriccalculator.metric; diff --git a/replay/src/main/java/com/ebay/pulsar/replay/processor/Constants.java b/replay/src/main/java/com/ebay/pulsar/replay/processor/Constants.java index aeff7ad..eaccb0f 100644 --- a/replay/src/main/java/com/ebay/pulsar/replay/processor/Constants.java +++ b/replay/src/main/java/com/ebay/pulsar/replay/processor/Constants.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.replay.processor; diff --git a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayAdviceProcessor.java b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayAdviceProcessor.java index 937840b..7da26dd 100644 --- a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayAdviceProcessor.java +++ b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayAdviceProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.replay.processor; diff --git a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayInboundKafkaProcessor.java b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayInboundKafkaProcessor.java index 8f95222..1da10f0 100644 --- a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayInboundKafkaProcessor.java +++ b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayInboundKafkaProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.replay.processor; diff --git a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayKafkaProcessorConfig.java b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayKafkaProcessorConfig.java index 451aeb9..077ab4d 100644 --- a/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayKafkaProcessorConfig.java +++ b/replay/src/main/java/com/ebay/pulsar/replay/processor/ReplayKafkaProcessorConfig.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.replay.processor; diff --git a/sessionizer/assembly.xml b/sessionizer/assembly.xml index 101ac95..b1108c7 100644 --- a/sessionizer/assembly.xml +++ b/sessionizer/assembly.xml @@ -2,7 +2,7 @@ diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCache.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCache.java index d5f4291..6d16354 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCache.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCache.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cache; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCacheConfig.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCacheConfig.java index 68ba69b..ca3e40a 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCacheConfig.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/MemoryCacheConfig.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cache; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/LocalSessionAttributeMapEncoder.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/LocalSessionAttributeMapEncoder.java index 5ea9358..6165464 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/LocalSessionAttributeMapEncoder.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/LocalSessionAttributeMapEncoder.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cache.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionMemoryCache.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionMemoryCache.java index debb23b..64be26f 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionMemoryCache.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionMemoryCache.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cache.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionSerializer.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionSerializer.java index 9164b51..bd823e3 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionSerializer.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cache/impl/SessionSerializer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cache.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/ClusterManager.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/ClusterManager.java index 3fa7397..ceff6bd 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/ClusterManager.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/ClusterManager.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cluster; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/SessionizerLoopbackRingListener.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/SessionizerLoopbackRingListener.java index 2bf0fee..f83ff4d 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/SessionizerLoopbackRingListener.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/cluster/SessionizerLoopbackRingListener.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.cluster; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/CommonSessionProfile.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/CommonSessionProfile.java index 0f644c4..930325c 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/CommonSessionProfile.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/CommonSessionProfile.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.config; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionProfile.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionProfile.java index 09be4d5..d7c68cc 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionProfile.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionProfile.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.config; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfig.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfig.java index af7bcf4..cbc251b 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfig.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfig.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.config; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfigValidator.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfigValidator.java index e06effe..d34fb18 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfigValidator.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SessionizerConfigValidator.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.config; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SubSessionProfile.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SubSessionProfile.java index 6c6fd0b..f65b960 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SubSessionProfile.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/config/SubSessionProfile.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.config; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/AppendState.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/AppendState.java index adf6d9a..a94b264 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/AppendState.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/AppendState.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DebugSession.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DebugSession.java index 8b7af45..1f89f75 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DebugSession.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DebugSession.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DecorateEvent.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DecorateEvent.java index e9d7019..de162a8 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DecorateEvent.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/DecorateEvent.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/Session.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/Session.java index fab2360..36bb163 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/Session.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/Session.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/SubSession.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/SubSession.java index 3cfa1c2..1bf68cc 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/SubSession.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/SubSession.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateCounter.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateCounter.java index 93f3bd1..fb3202e 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateCounter.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateCounter.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateDuration.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateDuration.java index 4d14776..3607a45 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateDuration.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateDuration.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateMetadata.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateMetadata.java index 3b0ced7..2f786fa 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateMetadata.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateMetadata.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateState.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateState.java index 127897c..52c016d 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateState.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/annotation/UpdateState.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.annotation; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/AttributeMapVariable.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/AttributeMapVariable.java index e1e7012..a77f73c 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/AttributeMapVariable.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/AttributeMapVariable.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperController.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperController.java index 8c29714..61f3993 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperController.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperController.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperSessionizer.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperSessionizer.java index 238f4de..2710d6b 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperSessionizer.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/EsperSessionizer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionVariable.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionVariable.java index b1b7d1c..392e65c 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionVariable.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionVariable.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionizerEsperExceptionHandlerFactory.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionizerEsperExceptionHandlerFactory.java index e237b9a..69c1799 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionizerEsperExceptionHandlerFactory.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/esper/impl/SessionizerEsperExceptionHandlerFactory.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.esper.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/EsperSessionizerCounter.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/EsperSessionizerCounter.java index 76dfe80..f1778dc 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/EsperSessionizerCounter.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/EsperSessionizerCounter.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/LoopbackEventProducer.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/LoopbackEventProducer.java index b74d391..1483be2 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/LoopbackEventProducer.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/LoopbackEventProducer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizationInfo.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizationInfo.java index 9085f41..23eb407 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizationInfo.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizationInfo.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/Sessionizer.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/Sessionizer.java index e37f050..d6da6f5 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/Sessionizer.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/Sessionizer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerCounterManager.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerCounterManager.java index b4a97c3..d900c23 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerCounterManager.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerCounterManager.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerErrorManager.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerErrorManager.java index 38f170b..7bdc6bc 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerErrorManager.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerErrorManager.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerProcessor.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerProcessor.java index 9b7999d..73d7205 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerProcessor.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerProcessor.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerTimerShutdownHelper.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerTimerShutdownHelper.java index 78ec64d..bab83f8 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerTimerShutdownHelper.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SessionizerTimerShutdownHelper.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SsnzEventSender.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SsnzEventSender.java index 518f1df..280cc1d 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SsnzEventSender.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/impl/SsnzEventSender.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.impl; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/AbstractSession.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/AbstractSession.java index a0657a7..1eaecf7 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/AbstractSession.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/AbstractSession.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.model; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/Session.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/Session.java index 4586fed..1aaf755 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/Session.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/Session.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.model; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/SubSession.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/SubSession.java index 716855e..557c66e 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/SubSession.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/model/SubSession.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.model; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreCallback.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreCallback.java index 9ba87be..39d5800 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreCallback.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreCallback.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.spi; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreProvider.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreProvider.java index 1e353c9..2554c90 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreProvider.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/RemoteStoreProvider.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.spi; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerContext.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerContext.java index eedd091..d1abc0c 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerContext.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerContext.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.spi; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerExtension.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerExtension.java index c8b33a9..5eff471 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerExtension.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/spi/SessionizerExtension.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.spi; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/BinaryFormatSerializer.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/BinaryFormatSerializer.java index 378a2a5..db4e70f 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/BinaryFormatSerializer.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/BinaryFormatSerializer.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.util; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/ByteBufferUtil.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/ByteBufferUtil.java index 85f4781..8b12737 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/ByteBufferUtil.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/ByteBufferUtil.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.util; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/Constants.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/Constants.java index 28f94ed..cd1abdf 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/Constants.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/Constants.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.util; diff --git a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/SessionAttributeMapEncoder.java b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/SessionAttributeMapEncoder.java index 3513f3f..dc15445 100644 --- a/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/SessionAttributeMapEncoder.java +++ b/sessionizer/src/main/java/com/ebay/pulsar/sessionizer/util/SessionAttributeMapEncoder.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.util; diff --git a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionCacheStoreTest.java b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionCacheStoreTest.java index 531a4a6..15ad643 100644 --- a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionCacheStoreTest.java +++ b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionCacheStoreTest.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.test.cache; diff --git a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionSerializerTest.java b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionSerializerTest.java index f4e2b77..7299970 100644 --- a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionSerializerTest.java +++ b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/cache/SessionSerializerTest.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.test.cache; diff --git a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/esper/SessionVariableTest.java b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/esper/SessionVariableTest.java index 16aa460..2da1186 100644 --- a/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/esper/SessionVariableTest.java +++ b/sessionizer/src/test/java/com/ebay/pulsar/sessionizer/test/esper/SessionVariableTest.java @@ -1,7 +1,7 @@ /* Pulsar Copyright (C) 2013-2015 eBay Software Foundation -Dual licensed under the Apache 2.0 license and the GPL v2 license. See LICENSE for full terms. +Licensed under the GPL v2 license. See LICENSE for full terms. */ package com.ebay.pulsar.sessionizer.test.esper;