From 5e8a57d6f90a096a46d4d6ef5b9ccf08a8dd19a7 Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Tue, 26 Nov 2024 12:20:37 +0000 Subject: [PATCH] Change License to SLULA 1.1 --- LICENSE.md | 30 ++++++++++--------- README.md | 2 +- build.sbt | 4 +-- .../core/src/main/resources/reference.conf | 4 +-- .../Alert.scala | 4 +-- .../AppHealth.scala | 4 +-- .../Config.scala | 4 +-- .../Environment.scala | 4 +-- .../LoaderApp.scala | 4 +-- .../Metrics.scala | 4 +-- .../Monitoring.scala | 4 +-- .../Run.scala | 4 +-- .../Sentry.scala | 4 +-- .../processing/Channel.scala | 4 +-- .../processing/JdbcTransactor.scala | 4 +-- .../processing/Processing.scala | 4 +-- .../processing/SnowflakeJsonFolder.scala | 4 +-- .../processing/SnowflakeRetrying.scala | 4 +-- .../processing/SnowplowCaster.scala | 4 +-- .../processing/TableManager.scala | 4 +-- .../SnowsFlakePlowInterop.scala | 4 +-- .../AlertSpec.scala | 4 +-- .../MockEnvironment.scala | 4 +-- .../processing/ChannelProviderSpec.scala | 4 +-- .../processing/JdbcTransactorSpec.scala | 4 +-- .../processing/ProcessingSpec.scala | 4 +-- .../kafka/src/main/resources/application.conf | 4 +-- .../AzureApp.scala | 4 +-- .../snowplow/snowflake/KafkaConfigSpec.scala | 4 +-- .../src/main/resources/application.conf | 4 +-- .../AwsApp.scala | 4 +-- .../snowflake/KinesisConfigSpec.scala | 4 +-- .../src/main/resources/application.conf | 4 +-- .../GcpApp.scala | 4 +-- .../snowplow/snowflake/PubsubConfigSpec.scala | 4 +-- project/BuildSettings.scala | 10 +++---- project/Dependencies.scala | 4 +-- 37 files changed, 90 insertions(+), 88 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6abbe69..0a7d3cc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,18 +1,20 @@ # Snowplow Limited Use License Agreement -_Version 1.0, January 2024_ +_Version 1.1, November, 2024_ -This Snowplow Limited Use License Agreement, Version 1.0 (the “Agreement”) sets forth the terms on which Snowplow Analytics, Ltd. (“Snowplow”) makes available certain software (the “Software”). BY INSTALLING, DOWNLOADING, ACCESSING, OR USING ANY OF THE SOFTWARE, YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or the entity on whose behalf you are receiving the Software. +This Snowplow Limited Use License Agreement, Version 1.1 (the “Agreement”) sets forth the terms on which Snowplow Analytics, Ltd. (“Snowplow”) makes available certain software (the “Software”). BY INSTALLING, DOWNLOADING, ACCESSING, OR USING ANY OF THE SOFTWARE, YOU AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO SUCH TERMS AND CONDITIONS, YOU MUST NOT USE THE SOFTWARE. IF YOU ARE RECEIVING THE SOFTWARE ON BEHALF OF A LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE THE ACTUAL AUTHORITY TO AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT ON BEHALF OF SUCH ENTITY. “Licensee” means you, an individual, or the entity on whose behalf you are receiving the Software. -## LICENSE GRANT AND CONDITIONS +## 1. LICENSE GRANT AND CONDITIONS -**1.1 License.** Subject to the terms and conditions of this Agreement, Snowplow hereby grants to Licensee a non-exclusive, royalty-free, worldwide, non-transferable, non-sublicensable license during the term of this Agreement to: (a) use the Software; (b) prepare modifications and derivative works of the Software; and (c) reproduce copies of the Software (the “License”). No right to distribute or make available the Software is granted under this License. Licensee is not granted the right to, and Licensee shall not, exercise the License for any Excluded Purpose. +**1.1 License.** Subject to the terms and conditions of this Agreement, Snowplow hereby grants to Licensee a non-exclusive, royalty-free, worldwide, non-transferable, non-sublicensable license during the term of this Agreement to: (a) use the Software; (b) prepare modifications and derivative works of the Software; and (c) reproduce copies of the Software (the “License”). No right to distribute or make available the Software is granted under this License. Licensee is not granted the right to, and Licensee shall not, exercise the License for any Competing Use, and Licensee may exercise the License only for Non-Production Use or Non-Commercial Use. -**1.2** For purposes of this Agreement, an “Excluded Purpose” is any use that is either a Competing Use or a Highly-Available Production Use, or both of them. +**1.2 Definitions.** For purposes of this Agreement: -* **1.2.1** A “Competing Use” is making available any on-premises or distributed software product, or any software-as-a-service, platform-as-a-service, infrastructure-as-a-service, or other similar online service, that competes with any products or services that Snowplow or any of its affiliates provides using the Software. +* **1.2.1** “Competing Use” is making available any on-premises or distributed software product, or any software-as-a-service, platform-as-a-service, infrastructure-as-a-service, or other similar online service, that competes with any products or services that Snowplow or any of its affiliates provides using the Software. -* **1.2.2** Highly-Available Production Use is any highly-available use, including without limitation any use where multiple instances of any Software component run concurrently to avoid a single point of failure, in a production environment, where production means use on live data. +* **1.2.2** “Non-Production Use” means any use of the Software to process test or synthetic data to evaluate the sufficiency of the Software for use by Licensee. + +* **1.2.3** “Non-Commercial Use” is only: (a) personal use for research, experiment, personal study, or hobby projects, without any anticipated commercial application, or (b) use for teaching purposes by lecturers of a school or university. **1.3 Conditions.** In consideration of the License, Licensee’s use of the Software is subject to the following conditions: @@ -22,8 +24,8 @@ This Snowplow Limited Use License Agreement, Version 1.0 (the “Agreement”) s ``` This software is made available by Snowplow Analytics, Ltd., - under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - located at https://docs.snowplow.io/limited-use-license-1.0 + under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + located at https://docs.snowplow.io/limited-use-license-1.1 BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. ``` @@ -32,23 +34,23 @@ This Snowplow Limited Use License Agreement, Version 1.0 (the “Agreement”) s **1.5 No Sublicensing.** The License does not include the right to sublicense the Software, however, each recipient to which Licensee provides the Software may exercise the Licenses so long as such recipient agrees to the terms and conditions of this Agreement. -## TERM AND TERMINATION +## 2. TERM AND TERMINATION This Agreement will continue unless and until earlier terminated as set forth herein. If Licensee breaches any of its conditions or obligations under this Agreement, this Agreement will terminate automatically and the License will terminate automatically and permanently. -## INTELLECTUAL PROPERTY +## 3. INTELLECTUAL PROPERTY As between the parties, Snowplow will retain all right, title, and interest in the Software, and all intellectual property rights therein. Snowplow hereby reserves all rights not expressly granted to Licensee in this Agreement. Snowplow hereby reserves all rights in its trademarks and service marks, and no licenses therein are granted in this Agreement. -## DISCLAIMER +## 4. DISCLAIMER SNOWPLOW HEREBY DISCLAIMS ANY AND ALL WARRANTIES AND CONDITIONS, EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, AND SPECIFICALLY DISCLAIMS ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE SOFTWARE. -## LIMITATION OF LIABILITY +## 5. LIMITATION OF LIABILITY SNOWPLOW WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND, INCLUDING BUT NOT LIMITED TO LOST PROFITS OR ANY CONSEQUENTIAL, SPECIAL, INCIDENTAL, INDIRECT, OR DIRECT DAMAGES, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ARISING OUT OF THIS AGREEMENT. THE FOREGOING SHALL APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW. -## GENERAL +## 6. GENERAL **6.1 Governing Law.** This Agreement will be governed by and interpreted in accordance with the laws of the state of Delaware, without reference to its conflict of laws principles. If Licensee is located within the United States, all disputes arising out of this Agreement are subject to the exclusive jurisdiction of courts located in Delaware, USA. If Licensee is located outside of the United States, any dispute, controversy or claim arising out of or relating to this Agreement will be referred to and finally determined by arbitration in accordance with the JAMS International Arbitration Rules. The tribunal will consist of one arbitrator. The place of arbitration will be in the State of Delaware, USA. The language to be used in the arbitral proceedings will be English. Judgment upon the award rendered by the arbitrator may be entered in any court having jurisdiction thereof. diff --git a/README.md b/README.md index 2701b11..4592c04 100644 --- a/README.md +++ b/README.md @@ -74,5 +74,5 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a [release-image]: https://img.shields.io/badge/release-0.2.4-blue.svg?style=flat [releases]: https://github.com/snowplow-incubator/snowplow-snowflake-streaming-loader/releases -[license]: https://docs.snowplow.io/limited-use-license-1.0 +[license]: https://docs.snowplow.io/limited-use-license-1.1 [license-image]: https://img.shields.io/badge/license-Snowplow--Limited--Use-blue.svg?style=flat diff --git a/build.sbt b/build.sbt index 92c1db8..1289ad8 100755 --- a/build.sbt +++ b/build.sbt @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/resources/reference.conf b/modules/core/src/main/resources/reference.conf index 0e01c89..3609328 100644 --- a/modules/core/src/main/resources/reference.conf +++ b/modules/core/src/main/resources/reference.conf @@ -1,8 +1,8 @@ # Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. # # This software is made available by Snowplow Analytics, Ltd., -# under the terms of the Snowplow Limited Use License Agreement, Version 1.0 -# located at https://docs.snowplow.io/limited-use-license-1.0 +# under the terms of the Snowplow Limited Use License Agreement, Version 1.1 +# located at https://docs.snowplow.io/limited-use-license-1.1 # BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION # OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Alert.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Alert.scala index ba88cca..3c1f911 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Alert.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Alert.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AppHealth.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AppHealth.scala index e78c13b..a6f2d12 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AppHealth.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AppHealth.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Config.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Config.scala index 5a05baa..7c9662e 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Config.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Config.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Environment.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Environment.scala index d0cec90..45045ee 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Environment.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Environment.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/LoaderApp.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/LoaderApp.scala index 8451b67..79afdef 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/LoaderApp.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/LoaderApp.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Metrics.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Metrics.scala index 76b4011..982c2d8 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Metrics.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Metrics.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Monitoring.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Monitoring.scala index 9ee706c..5a208f9 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Monitoring.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Monitoring.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Run.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Run.scala index e865abf..fce1392 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Run.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Run.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Sentry.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Sentry.scala index 6842967..9fff38b 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Sentry.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/Sentry.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Channel.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Channel.scala index c06906f..5bf37b0 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Channel.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Channel.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactor.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactor.scala index d097bae..1a6f4c5 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactor.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactor.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Processing.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Processing.scala index 428a218..653f067 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Processing.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/Processing.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeJsonFolder.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeJsonFolder.scala index c2d41c6..1c651d2 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeJsonFolder.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeJsonFolder.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeRetrying.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeRetrying.scala index b2efd78..ed753c1 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeRetrying.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowflakeRetrying.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowplowCaster.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowplowCaster.scala index 3d58c6d..b34d421 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowplowCaster.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/SnowplowCaster.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/TableManager.scala b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/TableManager.scala index 7d6b650..dcb47c9 100644 --- a/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/TableManager.scala +++ b/modules/core/src/main/scala/com.snowplowanalytics.snowplow.snowflake/processing/TableManager.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/main/scala/net.snowflake.ingest.streaming.internal/SnowsFlakePlowInterop.scala b/modules/core/src/main/scala/net.snowflake.ingest.streaming.internal/SnowsFlakePlowInterop.scala index 396b13c..c3e197f 100644 --- a/modules/core/src/main/scala/net.snowflake.ingest.streaming.internal/SnowsFlakePlowInterop.scala +++ b/modules/core/src/main/scala/net.snowflake.ingest.streaming.internal/SnowsFlakePlowInterop.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/AlertSpec.scala b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/AlertSpec.scala index 5efceb0..1449293 100644 --- a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/AlertSpec.scala +++ b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/AlertSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/MockEnvironment.scala b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/MockEnvironment.scala index 95ea184..37ffa75 100644 --- a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/MockEnvironment.scala +++ b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/MockEnvironment.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ChannelProviderSpec.scala b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ChannelProviderSpec.scala index 0b138eb..6082ee2 100644 --- a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ChannelProviderSpec.scala +++ b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ChannelProviderSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactorSpec.scala b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactorSpec.scala index 08d6ef2..c86573d 100644 --- a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactorSpec.scala +++ b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/JdbcTransactorSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ProcessingSpec.scala b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ProcessingSpec.scala index 27abfd9..7aa01a8 100644 --- a/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ProcessingSpec.scala +++ b/modules/core/src/test/scala/com.snowplowanalytics.snowplow.snowflake/processing/ProcessingSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/kafka/src/main/resources/application.conf b/modules/kafka/src/main/resources/application.conf index 0492bed..f83f151 100644 --- a/modules/kafka/src/main/resources/application.conf +++ b/modules/kafka/src/main/resources/application.conf @@ -1,8 +1,8 @@ # Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. # # This software is made available by Snowplow Analytics, Ltd., -# under the terms of the Snowplow Limited Use License Agreement, Version 1.0 -# located at https://docs.snowplow.io/limited-use-license-1.0 +# under the terms of the Snowplow Limited Use License Agreement, Version 1.1 +# located at https://docs.snowplow.io/limited-use-license-1.1 # BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION # OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. diff --git a/modules/kafka/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AzureApp.scala b/modules/kafka/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AzureApp.scala index 006d77c..142f89c 100644 --- a/modules/kafka/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AzureApp.scala +++ b/modules/kafka/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AzureApp.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/kafka/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KafkaConfigSpec.scala b/modules/kafka/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KafkaConfigSpec.scala index 5dc0840..a530b60 100644 --- a/modules/kafka/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KafkaConfigSpec.scala +++ b/modules/kafka/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KafkaConfigSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/kinesis/src/main/resources/application.conf b/modules/kinesis/src/main/resources/application.conf index 3e28560..dd1597a 100644 --- a/modules/kinesis/src/main/resources/application.conf +++ b/modules/kinesis/src/main/resources/application.conf @@ -1,8 +1,8 @@ # Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. # # This software is made available by Snowplow Analytics, Ltd., -# under the terms of the Snowplow Limited Use License Agreement, Version 1.0 -# located at https://docs.snowplow.io/limited-use-license-1.0 +# under the terms of the Snowplow Limited Use License Agreement, Version 1.1 +# located at https://docs.snowplow.io/limited-use-license-1.1 # BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION # OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. diff --git a/modules/kinesis/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AwsApp.scala b/modules/kinesis/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AwsApp.scala index fe5690f..f390005 100644 --- a/modules/kinesis/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AwsApp.scala +++ b/modules/kinesis/src/main/scala/com.snowplowanalytics.snowplow.snowflake/AwsApp.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/kinesis/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KinesisConfigSpec.scala b/modules/kinesis/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KinesisConfigSpec.scala index c87596c..7addfd9 100644 --- a/modules/kinesis/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KinesisConfigSpec.scala +++ b/modules/kinesis/src/test/scala/com/snowplowanalytics/snowplow/snowflake/KinesisConfigSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/pubsub/src/main/resources/application.conf b/modules/pubsub/src/main/resources/application.conf index 5075465..f17ae03 100644 --- a/modules/pubsub/src/main/resources/application.conf +++ b/modules/pubsub/src/main/resources/application.conf @@ -1,8 +1,8 @@ # Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. # # This software is made available by Snowplow Analytics, Ltd., -# under the terms of the Snowplow Limited Use License Agreement, Version 1.0 -# located at https://docs.snowplow.io/limited-use-license-1.0 +# under the terms of the Snowplow Limited Use License Agreement, Version 1.1 +# located at https://docs.snowplow.io/limited-use-license-1.1 # BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION # OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. diff --git a/modules/pubsub/src/main/scala/com.snowplowanalytics.snowplow.snowflake/GcpApp.scala b/modules/pubsub/src/main/scala/com.snowplowanalytics.snowplow.snowflake/GcpApp.scala index 2724952..21b0b3c 100644 --- a/modules/pubsub/src/main/scala/com.snowplowanalytics.snowplow.snowflake/GcpApp.scala +++ b/modules/pubsub/src/main/scala/com.snowplowanalytics.snowplow.snowflake/GcpApp.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/modules/pubsub/src/test/scala/com/snowplowanalytics/snowplow/snowflake/PubsubConfigSpec.scala b/modules/pubsub/src/test/scala/com/snowplowanalytics/snowplow/snowflake/PubsubConfigSpec.scala index 745d96a..069884e 100644 --- a/modules/pubsub/src/test/scala/com/snowplowanalytics/snowplow/snowflake/PubsubConfigSpec.scala +++ b/modules/pubsub/src/test/scala/com/snowplowanalytics/snowplow/snowflake/PubsubConfigSpec.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala index d75f0be..dbb9721 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */ @@ -39,14 +39,14 @@ object BuildSettings { IO.copyFile(file("LICENSE.md"), license) Seq(license) }.taskValue, - licenses += ("Snowplow Limited Use License Agreement", url("https://docs.snowplow.io/limited-use-license-1.0")), + licenses += ("Snowplow Limited Use License Agreement", url("https://docs.snowplow.io/limited-use-license-1.1")), headerLicense := Some( HeaderLicense.Custom( """|Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. | |This software is made available by Snowplow Analytics, Ltd., - |under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - |located at https://docs.snowplow.io/limited-use-license-1.0 + |under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + |located at https://docs.snowplow.io/limited-use-license-1.1 |BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION |OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. |""".stripMargin diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2e409c6..edcff1e 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,8 +2,8 @@ * Copyright (c) 2014-present Snowplow Analytics Ltd. All rights reserved. * * This software is made available by Snowplow Analytics, Ltd., - * under the terms of the Snowplow Limited Use License Agreement, Version 1.0 - * located at https://docs.snowplow.io/limited-use-license-1.0 + * under the terms of the Snowplow Limited Use License Agreement, Version 1.1 + * located at https://docs.snowplow.io/limited-use-license-1.1 * BY INSTALLING, DOWNLOADING, ACCESSING, USING OR DISTRIBUTING ANY PORTION * OF THE SOFTWARE, YOU AGREE TO THE TERMS OF SUCH LICENSE AGREEMENT. */