From acc256e0a80be2cffeeb7e3c92bc4f67f58b3081 Mon Sep 17 00:00:00 2001 From: Miranda Wilson Date: Thu, 2 Feb 2023 12:50:34 +0000 Subject: [PATCH] Update copyrights to 2023 (close #579) PR #579 * Update copyrights to 2023 * Update copyright in LICENSE --- LICENSE | 4 ++-- README.md | 2 +- .../snowplowanalytics/snowplowtrackerdemo/Demo.java | 2 +- .../snowplowtrackerdemo/MainActivity.java | 2 +- .../snowplowtrackerdemo/utils/DemoUtils.java | 2 +- .../snowplowtrackerdemo/utils/TrackerEvents.java | 2 +- .../com/snowplowanalytics/snowplowdemokotlin/Demo.kt | 2 +- .../snowplowdemokotlin/MainActivity.kt | 2 +- .../snowplowdemokotlin/utils/DemoUtils.kt | 2 +- .../snowplowdemokotlin/utils/TrackerEvents.kt | 2 +- .../java/com/snowplowanalytics/snowplow/TestUtils.kt | 12 ++++++++++++ .../snowplow/event/ApplicationInstallTest.kt | 12 ++++++++++++ .../snowplow/event/ConsentGrantedTest.kt | 2 +- .../snowplow/event/ConsentWithdrawnTest.kt | 2 +- .../snowplow/event/DeepLinkReceivedTest.kt | 12 ++++++++++++ .../snowplow/event/EcommerceItemTest.kt | 2 +- .../snowplow/event/EcommerceTest.kt | 2 +- .../snowplow/event/MessageNotificationTest.kt | 12 ++++++++++++ .../snowplowanalytics/snowplow/event/PageViewTest.kt | 2 +- .../snowplow/event/ScreenViewTest.kt | 2 +- .../snowplow/event/SelfDescribingTest.kt | 2 +- .../snowplow/event/StructuredTest.kt | 2 +- .../snowplowanalytics/snowplow/event/TimingTest.kt | 2 +- .../snowplow/globalcontexts/GlobalContextTest.kt | 12 ++++++++++++ .../snowplow/globalcontexts/SchemaRuleSetTest.kt | 12 ++++++++++++ .../internal/emitter/storage/EventStoreTest.kt | 2 +- .../remoteconfiguration/RemoteConfigurationTest.kt | 12 ++++++++++++ .../snowplow/internal/tracker/ConfigurationTest.kt | 12 ++++++++++++ .../internal/tracker/MockDeviceInfoMonitor.kt | 2 +- .../internal/tracker/MultipleInstancesTest.kt | 12 ++++++++++++ .../snowplow/internal/tracker/PlatformContextTest.kt | 2 +- .../snowplow/internal/tracker/StateManagerTest.kt | 12 ++++++++++++ .../snowplow/internal/tracker/TrackerTest.kt | 2 +- .../snowplow/internal/utils/FileStoreTest.kt | 2 +- .../internal/utils/NotificationCenterTest.kt | 12 ++++++++++++ .../snowplow/internal/utils/UtilTest.kt | 12 ++++++++++++ .../snowplow/payload/SelfDescribingJsonTest.kt | 2 +- .../snowplow/payload/TrackerPayloadTest.kt | 2 +- .../snowplow/tracker/CollectorCookieJarTest.kt | 12 ++++++++++++ .../snowplow/tracker/DevicePlatformTest.kt | 2 +- .../snowplow/tracker/EmitterTest.kt | 2 +- .../snowplow/tracker/ExecutorTest.kt | 12 ++++++++++++ .../snowplow/tracker/LoggingTest.kt | 2 +- .../snowplow/tracker/MockEventStore.kt | 12 ++++++++++++ .../snowplow/tracker/MockNetworkConnection.kt | 12 ++++++++++++ .../snowplow/tracker/NetworkConnectionTest.kt | 2 +- .../snowplow/tracker/PluginsTest.kt | 2 +- .../snowplow/tracker/RequestResultTest.kt | 12 ++++++++++++ .../snowplow/tracker/ServiceProviderTest.kt | 2 +- .../snowplow/tracker/SessionTest.kt | 2 +- .../snowplow/tracker/SubjectTest.kt | 2 +- .../snowplow/tracker/TrackerWebViewInterfaceTest.kt | 2 +- .../snowplow/tracker/emitter/TLSArgumentsTest.kt | 2 +- .../snowplow/tracker/integration/EventSendingTest.kt | 2 +- .../snowplow/tracker/noise/NoiseTest.kt | 2 +- .../java/com/snowplowanalytics/core/Controller.kt | 12 ++++++++++++ .../snowplowanalytics/core/constants/Parameters.kt | 2 +- .../core/constants/TrackerConstants.kt | 2 +- .../com/snowplowanalytics/core/emitter/Emitter.kt | 2 +- .../core/emitter/EmitterConfigurationInterface.kt | 12 ++++++++++++ .../core/emitter/EmitterConfigurationUpdate.kt | 12 ++++++++++++ .../core/emitter/EmitterControllerImpl.kt | 12 ++++++++++++ .../core/emitter/EmitterDefaults.kt | 2 +- .../com/snowplowanalytics/core/emitter/Executor.kt | 2 +- .../core/emitter/NetworkConfigurationInterface.kt | 12 ++++++++++++ .../core/emitter/NetworkConfigurationUpdate.kt | 12 ++++++++++++ .../core/emitter/NetworkControllerImpl.kt | 12 ++++++++++++ .../snowplowanalytics/core/emitter/TLSArguments.kt | 2 +- .../core/emitter/TLSSocketFactory.kt | 2 +- .../com/snowplowanalytics/core/emitter/TLSVersion.kt | 2 +- .../core/emitter/storage/EventStoreHelper.kt | 2 +- .../core/emitter/storage/SQLiteEventStore.kt | 2 +- .../java/com/snowplowanalytics/core/gdpr/Gdpr.kt | 12 ++++++++++++ .../core/gdpr/GdprConfigurationInterface.kt | 12 ++++++++++++ .../core/gdpr/GdprConfigurationUpdate.kt | 12 ++++++++++++ .../core/gdpr/GdprControllerImpl.kt | 12 ++++++++++++ .../GlobalContextPluginConfiguration.kt | 2 +- .../GlobalContextsConfigurationInterface.kt | 12 ++++++++++++ .../globalcontexts/GlobalContextsControllerImpl.kt | 12 ++++++++++++ .../core/remoteconfiguration/ConfigurationCache.kt | 12 ++++++++++++ .../core/remoteconfiguration/ConfigurationFetcher.kt | 12 ++++++++++++ .../remoteconfiguration/ConfigurationProvider.kt | 12 ++++++++++++ .../FetchedConfigurationBundle.kt | 12 ++++++++++++ .../com/snowplowanalytics/core/session/FileStore.kt | 2 +- .../core/session/ProcessObserver.kt | 2 +- .../com/snowplowanalytics/core/session/Session.kt | 2 +- .../core/session/SessionConfigurationInterface.kt | 12 ++++++++++++ .../core/session/SessionConfigurationUpdate.kt | 12 ++++++++++++ .../core/session/SessionControllerImpl.kt | 12 ++++++++++++ .../core/statemachine/DeepLinkState.kt | 2 +- .../core/statemachine/DeepLinkStateMachine.kt | 2 +- .../core/statemachine/LifecycleState.kt | 12 ++++++++++++ .../core/statemachine/LifecycleStateMachine.kt | 12 ++++++++++++ .../core/statemachine/PluginStateMachine.kt | 2 +- .../com/snowplowanalytics/core/statemachine/State.kt | 12 ++++++++++++ .../core/statemachine/StateFuture.kt | 12 ++++++++++++ .../core/statemachine/StateMachineEvent.kt | 2 +- .../core/statemachine/StateMachineInterface.kt | 12 ++++++++++++ .../core/statemachine/StateManager.kt | 12 ++++++++++++ .../core/statemachine/TrackerState.kt | 12 ++++++++++++ .../core/statemachine/TrackerStateSnapshot.kt | 12 ++++++++++++ .../core/tracker/ActivityLifecycleHandler.kt | 2 +- .../core/tracker/ExceptionHandler.kt | 2 +- .../snowplowanalytics/core/tracker/InstallTracker.kt | 12 ++++++++++++ .../com/snowplowanalytics/core/tracker/Logger.kt | 2 +- .../core/tracker/PlatformContext.kt | 2 +- .../core/tracker/PluginsControllerImpl.kt | 2 +- .../com/snowplowanalytics/core/tracker/SchemaRule.kt | 2 +- .../snowplowanalytics/core/tracker/ScreenState.kt | 12 ++++++++++++ .../core/tracker/ScreenStateMachine.kt | 12 ++++++++++++ .../core/tracker/ServiceProvider.kt | 12 ++++++++++++ .../core/tracker/ServiceProviderInterface.kt | 12 ++++++++++++ .../com/snowplowanalytics/core/tracker/Subject.kt | 2 +- .../core/tracker/SubjectConfigurationInterface.kt | 12 ++++++++++++ .../core/tracker/SubjectConfigurationUpdate.kt | 12 ++++++++++++ .../core/tracker/SubjectControllerImpl.kt | 12 ++++++++++++ .../com/snowplowanalytics/core/tracker/Tracker.kt | 2 +- .../core/tracker/TrackerConfigurationInterface.kt | 12 ++++++++++++ .../core/tracker/TrackerConfigurationUpdate.kt | 12 ++++++++++++ .../core/tracker/TrackerControllerImpl.kt | 12 ++++++++++++ .../core/tracker/TrackerDefaults.kt | 2 +- .../snowplowanalytics/core/tracker/TrackerEvent.kt | 2 +- .../core/tracker/TrackerWebViewInterface.kt | 2 +- .../core/utils/DeviceInfoMonitor.kt | 2 +- .../com/snowplowanalytics/core/utils/JsonUtils.kt | 2 +- .../core/utils/NotificationCenter.kt | 12 ++++++++++++ .../java/com/snowplowanalytics/core/utils/Util.kt | 2 +- .../java/com/snowplowanalytics/snowplow/Snowplow.kt | 12 ++++++++++++ .../snowplow/configuration/Configuration.kt | 12 ++++++++++++ .../snowplow/configuration/ConfigurationBundle.kt | 12 ++++++++++++ .../snowplow/configuration/ConfigurationState.kt | 12 ++++++++++++ .../snowplow/configuration/EmitterConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/GdprConfiguration.kt | 12 ++++++++++++ .../configuration/GlobalContextsConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/NetworkConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/PluginConfiguration.kt | 2 +- .../snowplow/configuration/RemoteConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/SessionConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/SubjectConfiguration.kt | 12 ++++++++++++ .../snowplow/configuration/TrackerConfiguration.kt | 12 ++++++++++++ .../snowplow/controller/EmitterController.kt | 12 ++++++++++++ .../snowplow/controller/GdprController.kt | 12 ++++++++++++ .../snowplow/controller/GlobalContextsController.kt | 12 ++++++++++++ .../snowplow/controller/NetworkController.kt | 12 ++++++++++++ .../snowplow/controller/PluginsController.kt | 2 +- .../snowplow/controller/SessionController.kt | 12 ++++++++++++ .../snowplow/controller/SubjectController.kt | 12 ++++++++++++ .../snowplow/controller/TrackerController.kt | 12 ++++++++++++ .../snowplow/emitter/BufferOption.kt | 2 +- .../snowplow/emitter/EmitterEvent.kt | 2 +- .../snowplowanalytics/snowplow/emitter/EventStore.kt | 2 +- .../snowplowanalytics/snowplow/entity/DeepLink.kt | 2 +- .../snowplow/entity/LifecycleEntity.kt | 2 +- .../snowplow/event/AbstractEvent.kt | 2 +- .../snowplow/event/AbstractPrimitive.kt | 2 +- .../snowplow/event/AbstractSelfDescribing.kt | 2 +- .../snowplowanalytics/snowplow/event/Background.kt | 2 +- .../snowplow/event/ConsentDocument.kt | 2 +- .../snowplow/event/ConsentGranted.kt | 2 +- .../snowplow/event/ConsentWithdrawn.kt | 2 +- .../snowplow/event/DeepLinkReceived.kt | 2 +- .../snowplow/event/EcommerceTransaction.kt | 2 +- .../snowplow/event/EcommerceTransactionItem.kt | 2 +- .../com/snowplowanalytics/snowplow/event/Event.kt | 2 +- .../snowplowanalytics/snowplow/event/Foreground.kt | 2 +- .../snowplow/event/MessageNotification.kt | 2 +- .../snowplow/event/MessageNotificationAttachment.kt | 2 +- .../snowplow/event/MessageNotificationTrigger.kt | 2 +- .../com/snowplowanalytics/snowplow/event/PageView.kt | 2 +- .../snowplowanalytics/snowplow/event/ScreenView.kt | 2 +- .../snowplow/event/SelfDescribing.kt | 2 +- .../snowplowanalytics/snowplow/event/Structured.kt | 2 +- .../com/snowplowanalytics/snowplow/event/Timing.kt | 2 +- .../snowplowanalytics/snowplow/event/TrackerError.kt | 2 +- .../snowplow/globalcontexts/ContextGenerator.kt | 2 +- .../snowplow/globalcontexts/FunctionalFilter.kt | 12 ++++++++++++ .../snowplow/globalcontexts/FunctionalGenerator.kt | 12 ++++++++++++ .../snowplow/globalcontexts/GlobalContext.kt | 2 +- .../snowplow/globalcontexts/SchemaRuleSet.kt | 2 +- .../snowplow/network/CollectorCookie.kt | 12 ++++++++++++ .../snowplow/network/CollectorCookieJar.kt | 12 ++++++++++++ .../snowplowanalytics/snowplow/network/HttpMethod.kt | 2 +- .../snowplow/network/NetworkConnection.kt | 2 +- .../snowplow/network/OkHttpNetworkConnection.kt | 12 ++++++++++++ .../snowplowanalytics/snowplow/network/Protocol.kt | 2 +- .../snowplowanalytics/snowplow/network/Request.kt | 2 +- .../snowplow/network/RequestCallback.kt | 2 +- .../snowplow/network/RequestResult.kt | 2 +- .../snowplowanalytics/snowplow/payload/Payload.kt | 2 +- .../snowplow/payload/SelfDescribingJson.kt | 2 +- .../snowplow/payload/TrackerPayload.kt | 2 +- .../snowplow/tracker/DevicePlatform.kt | 2 +- .../snowplow/tracker/InspectableEvent.kt | 2 +- .../snowplowanalytics/snowplow/tracker/LogLevel.kt | 2 +- .../snowplow/tracker/LoggerDelegate.kt | 2 +- .../snowplow/tracker/SessionState.kt | 2 +- .../com/snowplowanalytics/snowplow/util/Basis.kt | 12 ++++++++++++ .../java/com/snowplowanalytics/snowplow/util/Size.kt | 12 ++++++++++++ .../snowplowanalytics/snowplow/util/TimeMeasure.kt | 12 ++++++++++++ 199 files changed, 1124 insertions(+), 116 deletions(-) diff --git a/LICENSE b/LICENSE index 6b4cc11d4..9354487b4 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022 Snowplow Analytics Ltd. + Copyright 2023 Snowplow Analytics Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -198,4 +198,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/README.md b/README.md index 670840442..e4c083492 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Two demo apps are included in this repository: one in [Java](https://github.com/ ## Copyright and license -The Snowplow Android Tracker is copyright 2015-2022 Snowplow Analytics Ltd. +The Snowplow Android Tracker is copyright 2015-2023 Snowplow Analytics Ltd. Licensed under the **[Apache License, Version 2.0][license]** (the "License"); you may not use this software except in compliance with the License. diff --git a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/Demo.java b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/Demo.java index 6d2a0497f..9e52cfc44 100644 --- a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/Demo.java +++ b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/Demo.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/MainActivity.java b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/MainActivity.java index 21b78f3c6..3c14953a6 100644 --- a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/MainActivity.java +++ b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/MainActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/DemoUtils.java b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/DemoUtils.java index 9307d0a3f..e111df63c 100644 --- a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/DemoUtils.java +++ b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/DemoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/TrackerEvents.java b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/TrackerEvents.java index 50650a87d..43ebedb09 100644 --- a/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/TrackerEvents.java +++ b/snowplow-demo-java/src/main/java/com/snowplowanalytics/snowplowtrackerdemo/utils/TrackerEvents.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/Demo.kt b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/Demo.kt index 3ebd66f68..023c16923 100644 --- a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/Demo.kt +++ b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/Demo.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/MainActivity.kt b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/MainActivity.kt index 36e049676..26c26c317 100644 --- a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/MainActivity.kt +++ b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/MainActivity.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/DemoUtils.kt b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/DemoUtils.kt index eecdaf546..68fc32e20 100644 --- a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/DemoUtils.kt +++ b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/DemoUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/TrackerEvents.kt b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/TrackerEvents.kt index 45c004bc4..3442ea399 100644 --- a/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/TrackerEvents.kt +++ b/snowplow-demo-kotlin/src/main/java/com/snowplowanalytics/snowplowdemokotlin/utils/TrackerEvents.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/TestUtils.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/TestUtils.kt index 81ef9d4fd..09541ed71 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/TestUtils.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/TestUtils.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow import android.content.Context diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ApplicationInstallTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ApplicationInstallTest.kt index d894ba1fe..bbbc6b240 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ApplicationInstallTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ApplicationInstallTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.event import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentGrantedTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentGrantedTest.kt index 543b1c809..136035b6b 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentGrantedTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentGrantedTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawnTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawnTest.kt index d71eefc83..1c771129b 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawnTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawnTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/DeepLinkReceivedTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/DeepLinkReceivedTest.kt index 05b0dc775..163e476d8 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/DeepLinkReceivedTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/DeepLinkReceivedTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.event import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceItemTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceItemTest.kt index 506e53218..956c5cc6f 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceItemTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceItemTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceTest.kt index 752e01be6..a40354ef4 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/EcommerceTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/MessageNotificationTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/MessageNotificationTest.kt index 7c816a6c6..d8d269ebf 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/MessageNotificationTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/MessageNotificationTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.event import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/PageViewTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/PageViewTest.kt index 1510fb099..3141d7d9e 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/PageViewTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/PageViewTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ScreenViewTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ScreenViewTest.kt index a4ec825d9..b0dc76e73 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ScreenViewTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/ScreenViewTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/SelfDescribingTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/SelfDescribingTest.kt index 88ed722b6..f4de15603 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/SelfDescribingTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/SelfDescribingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/StructuredTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/StructuredTest.kt index 7c6a08908..31e65003c 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/StructuredTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/StructuredTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/TimingTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/TimingTest.kt index e70f64fed..cdbb5243e 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/TimingTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/event/TimingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContextTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContextTest.kt index 3a45e59ca..daad3c3d2 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContextTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContextTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.globalcontexts import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSetTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSetTest.kt index 2fb03c7ae..5ef1a82aa 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSetTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSetTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.globalcontexts import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/emitter/storage/EventStoreTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/emitter/storage/EventStoreTest.kt index b172adbe6..3c6a7c262 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/emitter/storage/EventStoreTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/emitter/storage/EventStoreTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/remoteconfiguration/RemoteConfigurationTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/remoteconfiguration/RemoteConfigurationTest.kt index 62d14ba7d..38d9897ae 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/remoteconfiguration/RemoteConfigurationTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/remoteconfiguration/RemoteConfigurationTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.remoteconfiguration import android.annotation.SuppressLint diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/ConfigurationTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/ConfigurationTest.kt index 251f6b1df..a465a4e12 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/ConfigurationTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/ConfigurationTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.tracker import android.content.Context diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MockDeviceInfoMonitor.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MockDeviceInfoMonitor.kt index b3bef833a..21e671b5c 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MockDeviceInfoMonitor.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MockDeviceInfoMonitor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MultipleInstancesTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MultipleInstancesTest.kt index 02722ccbf..a495601dc 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MultipleInstancesTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/MultipleInstancesTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.tracker import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/PlatformContextTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/PlatformContextTest.kt index 1497ca4dd..d7d06114d 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/PlatformContextTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/PlatformContextTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/StateManagerTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/StateManagerTest.kt index 03bf2b4c1..1d252bfbd 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/StateManagerTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/StateManagerTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.tracker import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/TrackerTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/TrackerTest.kt index 2cd6146a6..979f9d57c 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/TrackerTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/tracker/TrackerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/FileStoreTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/FileStoreTest.kt index 14702418d..e502ae35e 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/FileStoreTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/FileStoreTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/NotificationCenterTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/NotificationCenterTest.kt index c3df8f6de..218129c59 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/NotificationCenterTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/NotificationCenterTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.utils import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/UtilTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/UtilTest.kt index e20d76bb2..84d9bdd7b 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/UtilTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/internal/utils/UtilTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.internal.utils import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJsonTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJsonTest.kt index 53680d2d5..6ff56d987 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJsonTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJsonTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/TrackerPayloadTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/TrackerPayloadTest.kt index b0f53f6f8..534e247f3 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/TrackerPayloadTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/payload/TrackerPayloadTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/CollectorCookieJarTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/CollectorCookieJarTest.kt index d179d7bf7..e7dacb9a3 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/CollectorCookieJarTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/CollectorCookieJarTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.tracker import android.content.Context diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/DevicePlatformTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/DevicePlatformTest.kt index 53fad6a0c..060189047 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/DevicePlatformTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/DevicePlatformTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/EmitterTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/EmitterTest.kt index 5331fdc52..e2f13a6ac 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/EmitterTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/EmitterTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ExecutorTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ExecutorTest.kt index 30db51d3c..94a224c3e 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ExecutorTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ExecutorTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.tracker import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/LoggingTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/LoggingTest.kt index 1cded4bc0..9b91f88ed 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/LoggingTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/LoggingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockEventStore.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockEventStore.kt index bce08b66e..71671c56f 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockEventStore.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockEventStore.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.tracker import com.snowplowanalytics.core.tracker.Logger.v diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockNetworkConnection.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockNetworkConnection.kt index ebf3f973d..f29cc26ba 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockNetworkConnection.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/MockNetworkConnection.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.tracker import android.net.Uri diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/NetworkConnectionTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/NetworkConnectionTest.kt index 91f986917..b7779f1b2 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/NetworkConnectionTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/NetworkConnectionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/PluginsTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/PluginsTest.kt index c050862da..5600471a0 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/PluginsTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/PluginsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/RequestResultTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/RequestResultTest.kt index 4b612f32a..ba745ea3a 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/RequestResultTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/RequestResultTest.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.tracker import androidx.test.ext.junit.runners.AndroidJUnit4 diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ServiceProviderTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ServiceProviderTest.kt index 32cd38b20..3ae51cbea 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ServiceProviderTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/ServiceProviderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SessionTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SessionTest.kt index eced13ef4..8a9908d42 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SessionTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SessionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SubjectTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SubjectTest.kt index 347bfc10d..bfa419891 100755 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SubjectTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/SubjectTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/TrackerWebViewInterfaceTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/TrackerWebViewInterfaceTest.kt index 3bc231a68..ab5bcac2e 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/TrackerWebViewInterfaceTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/TrackerWebViewInterfaceTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/emitter/TLSArgumentsTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/emitter/TLSArgumentsTest.kt index b42f027bd..b91991555 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/emitter/TLSArgumentsTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/emitter/TLSArgumentsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/integration/EventSendingTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/integration/EventSendingTest.kt index 1f4a0ddfa..added359f 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/integration/EventSendingTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/integration/EventSendingTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/noise/NoiseTest.kt b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/noise/NoiseTest.kt index c73ac1703..bc568b311 100644 --- a/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/noise/NoiseTest.kt +++ b/snowplow-tracker/src/androidTest/java/com/snowplowanalytics/snowplow/tracker/noise/NoiseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/Controller.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/Controller.kt index 9c6317231..5a0c7f708 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/Controller.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/Controller.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core import com.snowplowanalytics.core.tracker.ServiceProviderInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/Parameters.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/Parameters.kt index 956f27559..8115afdbf 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/Parameters.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/Parameters.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/TrackerConstants.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/TrackerConstants.kt index 9f602ff3b..a919c1803 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/TrackerConstants.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/constants/TrackerConstants.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Emitter.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Emitter.kt index 2082ee7b0..34b2e2d59 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Emitter.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Emitter.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationInterface.kt index 8762f027f..588d00359 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import com.snowplowanalytics.snowplow.emitter.BufferOption diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationUpdate.kt index 23a19d023..11a68b63a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import com.snowplowanalytics.snowplow.configuration.EmitterConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterControllerImpl.kt index 920bb0168..d9ec47e64 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterDefaults.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterDefaults.kt index 7e38e1fff..fcf4176ad 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterDefaults.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/EmitterDefaults.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Executor.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Executor.kt index 24dd7bde8..78bf75c9d 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Executor.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/Executor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationInterface.kt index 567a7b86d..2be442bd7 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import com.snowplowanalytics.snowplow.network.HttpMethod diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationUpdate.kt index eabd7347a..07849e306 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import com.snowplowanalytics.snowplow.configuration.NetworkConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkControllerImpl.kt index 5cb69c8d8..c3714a2f0 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/NetworkControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.emitter import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSArguments.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSArguments.kt index cb37d3198..7bad62f87 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSArguments.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSArguments.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSSocketFactory.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSSocketFactory.kt index 1bd4f0929..04db4fab1 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSSocketFactory.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSSocketFactory.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSVersion.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSVersion.kt index c3f182468..4ea812bd2 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSVersion.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/TLSVersion.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/EventStoreHelper.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/EventStoreHelper.kt index 789ec03a4..a2856a4da 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/EventStoreHelper.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/EventStoreHelper.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/SQLiteEventStore.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/SQLiteEventStore.kt index 68cac1099..55c4000bd 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/SQLiteEventStore.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/emitter/storage/SQLiteEventStore.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/Gdpr.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/Gdpr.kt index 792f82112..60189776e 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/Gdpr.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/Gdpr.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.gdpr import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationInterface.kt index d29795bb0..3b0f79810 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.gdpr import com.snowplowanalytics.snowplow.util.Basis diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationUpdate.kt index 5673d7bcf..3fb78a61e 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.gdpr import com.snowplowanalytics.snowplow.configuration.GdprConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprControllerImpl.kt index ead7a27cd..10aebc057 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/gdpr/GdprControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.gdpr import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextPluginConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextPluginConfiguration.kt index 87a990739..c0d86a030 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextPluginConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextPluginConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsConfigurationInterface.kt index 8d785b693..d5c2d718c 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.globalcontexts import com.snowplowanalytics.snowplow.globalcontexts.GlobalContext diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsControllerImpl.kt index d9201640f..2f2038bb1 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/globalcontexts/GlobalContextsControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.globalcontexts import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationCache.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationCache.kt index 645f8f88c..eb6e023f9 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationCache.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationCache.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.remoteconfiguration import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationFetcher.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationFetcher.kt index fc2b299cf..c1aac6869 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationFetcher.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationFetcher.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.remoteconfiguration import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationProvider.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationProvider.kt index 018323e8d..76846bfc5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationProvider.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/ConfigurationProvider.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.remoteconfiguration import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/FetchedConfigurationBundle.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/FetchedConfigurationBundle.kt index 521386734..e37cdf778 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/FetchedConfigurationBundle.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/remoteconfiguration/FetchedConfigurationBundle.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.remoteconfiguration import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/FileStore.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/FileStore.kt index 080555a9c..cec8ca733 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/FileStore.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/FileStore.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/ProcessObserver.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/ProcessObserver.kt index 05e3081c7..97a2d791d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/ProcessObserver.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/ProcessObserver.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/Session.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/Session.kt index fc53ecb2c..e1a1beb7c 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/Session.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/Session.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationInterface.kt index 7673aaba5..e5f1c6dea 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.session import androidx.core.util.Consumer diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationUpdate.kt index 5973800e7..25006e664 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.session import androidx.core.util.Consumer diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionControllerImpl.kt index f09ce4c87..9854a981f 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/session/SessionControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.session import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkState.kt index 05d245696..2613ee649 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkStateMachine.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkStateMachine.kt index 2564efe93..f4c5d813a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkStateMachine.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/DeepLinkStateMachine.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleState.kt index 15c5abb3e..970cb0955 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleState.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine class LifecycleState(val isForeground: Boolean, val index: Int?) : State diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleStateMachine.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleStateMachine.kt index 5f38020a4..58a99d5ff 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleStateMachine.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/LifecycleStateMachine.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine import com.snowplowanalytics.snowplow.entity.LifecycleEntity diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/PluginStateMachine.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/PluginStateMachine.kt index 28141e66a..ef92c2828 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/PluginStateMachine.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/PluginStateMachine.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/State.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/State.kt index 1a488b01f..f1ca6b500 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/State.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/State.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine interface State diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateFuture.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateFuture.kt index 7b20f2203..07996891d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateFuture.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateFuture.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine import com.snowplowanalytics.snowplow.event.Event diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineEvent.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineEvent.kt index 960adc416..e4c71acf3 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineEvent.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineInterface.kt index b6a2f23b8..ad450b049 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateMachineInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine import com.snowplowanalytics.snowplow.event.Event diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateManager.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateManager.kt index cd36d7c6e..8c86929c7 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateManager.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/StateManager.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine import com.snowplowanalytics.core.emitter.Executor.execute diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerState.kt index 7d79ace85..7a450dcf5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerState.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine class TrackerState : TrackerStateSnapshot { diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerStateSnapshot.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerStateSnapshot.kt index 3dbc7adf9..c1960117a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerStateSnapshot.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/statemachine/TrackerStateSnapshot.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.statemachine interface TrackerStateSnapshot { diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ActivityLifecycleHandler.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ActivityLifecycleHandler.kt index aeccd81af..d6195f0d5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ActivityLifecycleHandler.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ActivityLifecycleHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ExceptionHandler.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ExceptionHandler.kt index dcf501d8f..828d1920f 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ExceptionHandler.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ExceptionHandler.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/InstallTracker.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/InstallTracker.kt index e66ec4e48..51592b9d2 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/InstallTracker.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/InstallTracker.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Logger.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Logger.kt index b6217025b..10cde60f5 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Logger.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Logger.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PlatformContext.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PlatformContext.kt index 587918784..3b661c4f3 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PlatformContext.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PlatformContext.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PluginsControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PluginsControllerImpl.kt index 8ae80d8c0..776058f1d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PluginsControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/PluginsControllerImpl.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SchemaRule.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SchemaRule.kt index c0887a1ba..1cb41c12d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SchemaRule.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SchemaRule.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenState.kt index 01aec7117..09071c515 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenState.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenStateMachine.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenStateMachine.kt index 662ef847a..0cc7c07d8 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenStateMachine.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ScreenStateMachine.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.core.constants.Parameters diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProvider.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProvider.kt index eedc6a14c..211b1d712 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProvider.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProvider.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProviderInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProviderInterface.kt index cfcb2affc..55b935a48 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProviderInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/ServiceProviderInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.core.emitter.* diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Subject.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Subject.kt index eb088c2e1..b78a1b29f 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Subject.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Subject.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationInterface.kt index a093c23a3..8c3e0a183 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.snowplow.util.Size diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationUpdate.kt index 494bae2e1..b67788c71 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.snowplow.configuration.SubjectConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectControllerImpl.kt index 748558a2c..550e78ffc 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/SubjectControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Tracker.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Tracker.kt index 20f9d9482..50e04b0b8 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Tracker.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/Tracker.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationInterface.kt index 95846cc97..ef7a7d2b3 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationInterface.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.snowplow.tracker.DevicePlatform diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationUpdate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationUpdate.kt index b5403ecec..494d7d9e6 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationUpdate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerConfigurationUpdate.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import com.snowplowanalytics.snowplow.configuration.TrackerConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerControllerImpl.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerControllerImpl.kt index 4aee555e7..30d4ecb6c 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerControllerImpl.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerControllerImpl.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.tracker import androidx.annotation.RestrictTo diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerDefaults.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerDefaults.kt index a3e0a813b..92dc50597 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerDefaults.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerDefaults.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerEvent.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerEvent.kt index 675c049a6..d40542291 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerEvent.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterface.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterface.kt index 8844ffdd9..cb6c0dd4a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterface.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/tracker/TrackerWebViewInterface.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/DeviceInfoMonitor.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/DeviceInfoMonitor.kt index 3b7a5be18..27f974771 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/DeviceInfoMonitor.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/DeviceInfoMonitor.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/JsonUtils.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/JsonUtils.kt index c1419035b..8181c3cf5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/JsonUtils.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/JsonUtils.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/NotificationCenter.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/NotificationCenter.kt index f0b4e5680..312ede4f7 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/NotificationCenter.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/NotificationCenter.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.core.utils import java.lang.ref.WeakReference diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/Util.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/Util.kt index a89700d89..f2b06c67a 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/Util.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/core/utils/Util.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/Snowplow.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/Snowplow.kt index ed7f045dc..5c6f545f3 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/Snowplow.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/Snowplow.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/Configuration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/Configuration.kt index bdab20818..3761f643e 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/Configuration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/Configuration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import java.io.Serializable diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationBundle.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationBundle.kt index a1950d5f9..a8c7820cc 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationBundle.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationBundle.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationState.kt index 25add9519..d396f73c4 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/ConfigurationState.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration /** diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/EmitterConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/EmitterConfiguration.kt index 223000ebb..a24c93cdf 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/EmitterConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/EmitterConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import com.snowplowanalytics.core.emitter.EmitterConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GdprConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GdprConfiguration.kt index 76c97cdc3..390a54d20 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GdprConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GdprConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import com.snowplowanalytics.core.gdpr.GdprConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GlobalContextsConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GlobalContextsConfiguration.kt index b5c1c8b9f..1b7e9cfab 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GlobalContextsConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/GlobalContextsConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import com.snowplowanalytics.core.globalcontexts.GlobalContextPluginConfiguration diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/NetworkConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/NetworkConfiguration.kt index d23941f6d..e1360fae9 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/NetworkConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/NetworkConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import android.net.Uri diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/PluginConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/PluginConfiguration.kt index a59ec4520..14da0ac2f 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/PluginConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/PluginConfiguration.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/RemoteConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/RemoteConfiguration.kt index 79e2b8600..0b1629728 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/RemoteConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/RemoteConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import android.net.Uri diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SessionConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SessionConfiguration.kt index b89b7ec76..83582dc9a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SessionConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SessionConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import androidx.core.util.Consumer diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SubjectConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SubjectConfiguration.kt index 5bc750878..fcbd5594e 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SubjectConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/SubjectConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import com.snowplowanalytics.core.tracker.SubjectConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/TrackerConfiguration.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/TrackerConfiguration.kt index 64ac2b6cc..528c74edb 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/TrackerConfiguration.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/configuration/TrackerConfiguration.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.configuration import com.snowplowanalytics.core.tracker.Logger diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/EmitterController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/EmitterController.kt index 1471da82c..7123fa108 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/EmitterController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/EmitterController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.emitter.EmitterConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GdprController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GdprController.kt index 76ab27422..e3ead27a2 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GdprController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GdprController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.gdpr.GdprConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GlobalContextsController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GlobalContextsController.kt index 56d441dd5..599340dac 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GlobalContextsController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/GlobalContextsController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.globalcontexts.GlobalContextsConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/NetworkController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/NetworkController.kt index 8a0bab5c8..08c3c5e72 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/NetworkController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/NetworkController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.snowplow.network.HttpMethod diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/PluginsController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/PluginsController.kt index 3f8cafaa4..9a229a96a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/PluginsController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/PluginsController.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SessionController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SessionController.kt index 774fe6d25..bd3e7f6cb 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SessionController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SessionController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.session.SessionConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SubjectController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SubjectController.kt index 17ca0e182..dd86b6231 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SubjectController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/SubjectController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.tracker.SubjectConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/TrackerController.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/TrackerController.kt index e474bc698..c0aa66caa 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/TrackerController.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/controller/TrackerController.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.controller import com.snowplowanalytics.core.tracker.TrackerConfigurationInterface diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/BufferOption.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/BufferOption.kt index 8048b076e..a9b06d69a 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/BufferOption.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/BufferOption.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EmitterEvent.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EmitterEvent.kt index 6b3a701ef..3402688e5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EmitterEvent.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EmitterEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EventStore.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EventStore.kt index e2c5d5d65..16450b7b5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EventStore.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/emitter/EventStore.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/DeepLink.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/DeepLink.kt index b463dce7a..30ad9a446 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/DeepLink.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/DeepLink.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/LifecycleEntity.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/LifecycleEntity.kt index 443833971..1f13419c1 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/LifecycleEntity.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/entity/LifecycleEntity.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractEvent.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractEvent.kt index 74cd786e5..959de9e9d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractEvent.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractPrimitive.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractPrimitive.kt index 891f1bde0..5cbae543d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractPrimitive.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractPrimitive.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractSelfDescribing.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractSelfDescribing.kt index b12174b42..00965a159 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractSelfDescribing.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/AbstractSelfDescribing.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Background.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Background.kt index 389cc75e3..7ad7c2918 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Background.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Background.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentDocument.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentDocument.kt index 1de5ec890..ee6b16d18 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentDocument.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentDocument.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentGranted.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentGranted.kt index a3f60b890..52fad7e40 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentGranted.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentGranted.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawn.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawn.kt index 992458507..ad56ec6c6 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawn.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ConsentWithdrawn.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/DeepLinkReceived.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/DeepLinkReceived.kt index 8ab043114..3b0d49d7a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/DeepLinkReceived.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/DeepLinkReceived.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransaction.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransaction.kt index 3a9cbfa81..017e93dc2 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransaction.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransaction.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransactionItem.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransactionItem.kt index b2a96c6d7..58e84ce5d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransactionItem.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/EcommerceTransactionItem.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Event.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Event.kt index 583264639..8dacd389c 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Event.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Event.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Foreground.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Foreground.kt index 685ad67bd..e2069a242 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Foreground.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Foreground.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotification.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotification.kt index f2e2a1c2d..34c058e74 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotification.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotification.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationAttachment.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationAttachment.kt index c51f5d01a..724748a54 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationAttachment.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationAttachment.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationTrigger.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationTrigger.kt index fa3910ea9..b9adc93a5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationTrigger.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/MessageNotificationTrigger.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/PageView.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/PageView.kt index b5d3d0575..9976eef9a 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/PageView.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/PageView.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ScreenView.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ScreenView.kt index c06db5d54..bac90f36c 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ScreenView.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/ScreenView.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/SelfDescribing.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/SelfDescribing.kt index c022a5f3d..8334067bd 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/SelfDescribing.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/SelfDescribing.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Structured.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Structured.kt index dd309cf53..0024fa6f9 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Structured.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Structured.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Timing.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Timing.kt index f9c88016c..524585152 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Timing.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/Timing.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/TrackerError.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/TrackerError.kt index 36ddf0690..b5362c476 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/TrackerError.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/event/TrackerError.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/ContextGenerator.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/ContextGenerator.kt index 29a0e86aa..a7b72e6ec 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/ContextGenerator.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/ContextGenerator.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalFilter.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalFilter.kt index d6c113a18..5025d460b 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalFilter.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalFilter.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.globalcontexts import com.snowplowanalytics.snowplow.tracker.InspectableEvent diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalGenerator.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalGenerator.kt index c45e7d997..74b991f7f 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalGenerator.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/FunctionalGenerator.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.globalcontexts import com.snowplowanalytics.snowplow.payload.SelfDescribingJson diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContext.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContext.kt index 313ed6e31..8a0254111 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContext.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/GlobalContext.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSet.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSet.kt index af47e81d4..b264fed2b 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSet.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/globalcontexts/SchemaRuleSet.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookie.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookie.kt index 4a88633ab..41bd2fb31 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookie.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookie.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.network import okhttp3.Cookie diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookieJar.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookieJar.kt index 21817aa32..e3b128812 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookieJar.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/CollectorCookieJar.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.network import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/HttpMethod.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/HttpMethod.kt index e61301e8d..d6bc000e1 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/HttpMethod.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/HttpMethod.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/NetworkConnection.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/NetworkConnection.kt index 5b36035a9..ad48c04a5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/NetworkConnection.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/NetworkConnection.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/OkHttpNetworkConnection.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/OkHttpNetworkConnection.kt index c3b5ea1f4..3a8c140fe 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/OkHttpNetworkConnection.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/OkHttpNetworkConnection.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.network import android.content.Context diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Protocol.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Protocol.kt index 465f9505e..502b09bfe 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Protocol.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Protocol.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Request.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Request.kt index 1fb8cd13b..7355b93d5 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Request.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/Request.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestCallback.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestCallback.kt index 14dc5b368..f647ccb8f 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestCallback.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestCallback.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestResult.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestResult.kt index f1a1a47bd..1bba88f7b 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestResult.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/network/RequestResult.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/Payload.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/Payload.kt index 98542a7b7..8358aa62f 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/Payload.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/Payload.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJson.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJson.kt index d8f49eb49..7ccf8ea17 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJson.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/SelfDescribingJson.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/TrackerPayload.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/TrackerPayload.kt index 8fb4e733a..8a9e4a132 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/TrackerPayload.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/payload/TrackerPayload.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/DevicePlatform.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/DevicePlatform.kt index e4c47cd8a..9a49e88f7 100755 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/DevicePlatform.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/DevicePlatform.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/InspectableEvent.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/InspectableEvent.kt index 48f47e9cf..4487fd345 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/InspectableEvent.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/InspectableEvent.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LogLevel.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LogLevel.kt index d5ac725bc..b5ac658dd 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LogLevel.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LogLevel.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LoggerDelegate.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LoggerDelegate.kt index 8c5d016bd..f77cd208d 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LoggerDelegate.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/LoggerDelegate.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/SessionState.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/SessionState.kt index e4bc82aff..a5cc67cf6 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/SessionState.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/tracker/SessionState.kt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2022 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Basis.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Basis.kt index 638e3b25b..d5f1f1509 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Basis.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Basis.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.util enum class Basis { diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Size.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Size.kt index bb9aa59aa..54c099279 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Size.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/Size.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.util data class Size(val width: Int, val height: Int) diff --git a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/TimeMeasure.kt b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/TimeMeasure.kt index f7a7c2e6e..9d59cdb18 100644 --- a/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/TimeMeasure.kt +++ b/snowplow-tracker/src/main/java/com/snowplowanalytics/snowplow/util/TimeMeasure.kt @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2015-2023 Snowplow Analytics Ltd. All rights reserved. + * + * This program is licensed to you under the Apache License Version 2.0, + * and you may not use this file except in compliance with the Apache License Version 2.0. + * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the Apache License Version 2.0 is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ package com.snowplowanalytics.snowplow.util import java.util.concurrent.TimeUnit