diff --git a/LICENSE-2.0.txt b/LICENSE-2.0.txt index 6845a5d63..68e841e40 100644 --- a/LICENSE-2.0.txt +++ b/LICENSE-2.0.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2012-2018 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. diff --git a/README.md b/README.md index 4ce139309..9dc695b05 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ RDB Loader (previously known as StorageLoader) is a Scala application that runs ## Copyright and License -Snowplow Relational Database Loader is copyright 2012-2017 Snowplow Analytics Ltd. +Snowplow Relational Database Loader is copyright 2012-2018 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/project/BuildSettings.scala b/project/BuildSettings.scala index c8533109e..69f2a6900 100644 --- a/project/BuildSettings.scala +++ b/project/BuildSettings.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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. diff --git a/project/Dependencies.scala b/project/Dependencies.scala index acc2c422a..205d6477f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -8,7 +8,8 @@ * 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. */ + * See the Apache License Version 2.0 for the specific language governing permissions and limitations there under. + */ import sbt._ object Dependencies { diff --git a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/package.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/package.scala index b9693cde9..0a2e515a4 100755 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/package.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/DuplicateStorage.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/DuplicateStorage.scala index 443550eb1..c4721a94b 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/DuplicateStorage.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/DuplicateStorage.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJob.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJob.scala index 12e367226..1d0da0ced 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJob.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJob.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJobConfig.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJobConfig.scala index c88629b98..012b3dee8 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJobConfig.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/ShredJobConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/SparkJob.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/SparkJob.scala index 19399485a..467ff1b63 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/SparkJob.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/SparkJob.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/inputs/EnrichedEventLoader.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/inputs/EnrichedEventLoader.scala index 534e52649..578c0dc51 100755 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/inputs/EnrichedEventLoader.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/inputs/EnrichedEventLoader.scala @@ -1,5 +1,5 @@ /* - * copyright (c) 2012-2017 snowplow analytics ltd. all rights reserved. + * copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/singleton.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/singleton.scala index 7a621cbe3..436261f0c 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/singleton.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/singleton.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/PostgresConstraints.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/PostgresConstraints.scala index a0d623c0f..d92df48af 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/PostgresConstraints.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/PostgresConstraints.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/base64.scala b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/base64.scala index d209069be..24d0932f9 100644 --- a/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/base64.scala +++ b/shredder/src/main/scala/com.snowplowanalytics.snowplow.storage/spark/utils/base64.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/BeforeAfterAll.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/BeforeAfterAll.scala index 5dd2b0edc..efdfc5358 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/BeforeAfterAll.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/BeforeAfterAll.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/ShredJobSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/ShredJobSpec.scala index e0734d3a1..7a1cf5a7f 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/ShredJobSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/ShredJobSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/SparkSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/SparkSpec.scala index fba6c4b46..cd8006e41 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/SparkSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/SparkSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidEnrichedEventsSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidEnrichedEventsSpec.scala index e5c406dd9..61b40e0a0 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidEnrichedEventsSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidEnrichedEventsSpec.scala @@ -1,5 +1,5 @@ /* - * copyright (c) 2012-2017 snowplow analytics ltd. all rights reserved. + * copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidJsonsSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidJsonsSpec.scala index df0d1308b..ac8e65290 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidJsonsSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/InvalidJsonsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/MissingJsonSchemaSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/MissingJsonSchemaSpec.scala index 73f6716ab..0ac9588b2 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/MissingJsonSchemaSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/MissingJsonSchemaSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/NotEnrichedEventsSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/NotEnrichedEventsSpec.scala index 002cfc66c..31c2d28c0 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/NotEnrichedEventsSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/NotEnrichedEventsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/SchemaValidationFailedSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/SchemaValidationFailedSpec.scala index 163224e96..e296f4fc8 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/SchemaValidationFailedSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/bad/SchemaValidationFailedSpec.scala @@ -1,5 +1,5 @@ /* - * copyright (c) 2012-2017 snowplow analytics ltd. all rights reserved. + * copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/CrossBatchDeduplicationSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/CrossBatchDeduplicationSpec.scala index fa2dd1cc1..9a987f68d 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/CrossBatchDeduplicationSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/CrossBatchDeduplicationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/DerivedContextsSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/DerivedContextsSpec.scala index b0542417e..a71e99c71 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/DerivedContextsSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/DerivedContextsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/EventDeduplicationSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/EventDeduplicationSpec.scala index d7278ed30..bee04a3ee 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/EventDeduplicationSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/EventDeduplicationSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/ForwardCompatibleContextSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/ForwardCompatibleContextSpec.scala index 10a84b24e..f745e71dd 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/ForwardCompatibleContextSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/ForwardCompatibleContextSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/LinkClickEventSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/LinkClickEventSpec.scala index c57cfd7ce..6952e3972 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/LinkClickEventSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/LinkClickEventSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/MultipleJsonsSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/MultipleJsonsSpec.scala index 464503dad..be7fa11a8 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/MultipleJsonsSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/MultipleJsonsSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/WebsitePageContextSpec.scala b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/WebsitePageContextSpec.scala index ca6c70efb..f697cf2bd 100644 --- a/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/WebsitePageContextSpec.scala +++ b/shredder/src/test/scala/com.snowplowanalytics.snowplow.storage.spark/good/WebsitePageContextSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/LoaderError.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/LoaderError.scala index 6463114e3..00089aa1e 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/LoaderError.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/LoaderError.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Log.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Log.scala index 3c8fee4c8..d05cc0e34 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Log.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Log.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Main.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Main.scala index 8c6233384..3359b5231 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Main.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Main.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/S3.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/S3.scala index 44c85203f..cfa7506f4 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/S3.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/S3.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Security.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Security.scala index 68d106bc9..1fb43c283 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Security.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/Security.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/CliConfig.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/CliConfig.scala index 86678593a..c939c53e1 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/CliConfig.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/CliConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/Semver.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/Semver.scala index e78977971..a8973f256 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/Semver.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/Semver.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfig.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfig.scala index 3c5227ede..edcd5b87c 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfig.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfig.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTarget.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTarget.scala index 807583bb8..240312f0b 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTarget.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTarget.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Decoder.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Decoder.scala index e1ecf55c7..f7211d011 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Decoder.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Decoder.scala @@ -1,8 +1,22 @@ -package com.snowplowanalytics.snowplow.rdbloader.db +/* + * Copyright (c) 2012-2018 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.rdbloader +package db -import cats.implicits._ import java.sql.{ResultSet, SQLException} +import cats.implicits._ + import Decoder._ import Entities._ diff --git a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Entities.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Entities.scala index 893ec47a0..b52720259 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Entities.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/db/Entities.scala @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2012-2018 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.rdbloader.db import java.sql.{ Timestamp => SqlTimestamp } diff --git a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscovery.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscovery.scala index cf49c852b..0ebafa921 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscovery.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscovery.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedType.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedType.scala index e426566d2..fa74fd2d3 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedType.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedType.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/DryRunInterpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/DryRunInterpreter.scala index 0ad266af2..d131e8e5c 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/DryRunInterpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/DryRunInterpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/Interpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/Interpreter.scala index a58ef055c..05f696ab2 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/Interpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/Interpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/RealWorldInterpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/RealWorldInterpreter.scala index cfbc00f9b..d9ad544d1 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/RealWorldInterpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/RealWorldInterpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/S3Interpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/S3Interpreter.scala index d8d0ca6fe..0b2e6bc82 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/S3Interpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/S3Interpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/SshInterpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/SshInterpreter.scala index b10fa68ae..9c7aeb459 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/SshInterpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/SshInterpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/TrackerInterpreter.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/TrackerInterpreter.scala index c078f09a2..a9e5f8345 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/TrackerInterpreter.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/interpreters/implementations/TrackerInterpreter.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/Common.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/Common.scala index 36d886325..6a7ef3f34 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/Common.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/Common.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoadStatements.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoadStatements.scala index b1ec8457b..5f771693f 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoadStatements.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoadStatements.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoader.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoader.scala index 23cd6c498..d67d47947 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoader.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/PostgresqlLoader.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/package.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/package.scala index 32aa7d40e..593f32757 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/package.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/package.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Common.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Common.scala index 4a958cb9c..356d50fb0 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Common.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Common.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Compat.scala b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Compat.scala index c67497e8f..64cd0824b 100644 --- a/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Compat.scala +++ b/src/main/scala/com/snowplowanalytics/snowplow/rdbloader/utils/Compat.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/S3Spec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/S3Spec.scala index 08ba758d1..7592c9696 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/S3Spec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/S3Spec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/SpecHelpers.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/SpecHelpers.scala index f31dfe290..b85e89de6 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/SpecHelpers.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/SpecHelpers.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SemverSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SemverSpec.scala index effd27020..5990cd29f 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SemverSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SemverSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfigSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfigSpec.scala index 439e2d66e..183348e61 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfigSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/SnowplowConfigSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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. diff --git a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTargetSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTargetSpec.scala index 87157d54a..84ac403b1 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTargetSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/config/StorageTargetSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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. diff --git a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscoverySpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscoverySpec.scala index a53e0bcd4..23c63fa76 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscoverySpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/DataDiscoverySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedTypeSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedTypeSpec.scala index 510da28a7..82e62abf2 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedTypeSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/discovery/ShreddedTypeSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/CommonSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/CommonSpec.scala index 7b5c73308..327b56f98 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/CommonSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/CommonSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/RedshiftLoaderSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/RedshiftLoaderSpec.scala index 3c900ed31..4b043ef37 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/RedshiftLoaderSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/loaders/RedshiftLoaderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/utils/CommonSpec.scala b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/utils/CommonSpec.scala index dcf63c715..f10f9d8ff 100644 --- a/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/utils/CommonSpec.scala +++ b/src/test/scala/com/snowplowanalytics/snowplow/rdbloader/utils/CommonSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2017 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2012-2018 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.