diff --git a/LICENSE-2.0.txt b/LICENSE-2.0.txt index 8336dbd..01285d4 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 [2018-2018] [Snowplow Analytics Ltd.] + Copyright 2018-2019 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 abab513..28a33d1 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ sbt repl/run ## Copyright and license -Copyright 2018-2018 Snowplow Analytics Ltd. +Copyright 2018-2019 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/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoader.scala b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoader.scala index c7d0bcf..9b84d37 100644 --- a/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoader.scala +++ b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoader.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2018 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2018-2019 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you 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/storage/googlecloudstorage/loader/Options.scala b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/Options.scala index b9c21d5..4d63471 100644 --- a/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/Options.scala +++ b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/Options.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2018 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2018-2019 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you 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/storage/googlecloudstorage/loader/WindowedFilenamePolicy.scala b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicy.scala index f4c5c8f..531624d 100644 --- a/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicy.scala +++ b/src/main/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicy.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2018 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2018-2019 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you 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/storage/googlecloudstorage/loader/CloudStorageLoaderSpec.scala b/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoaderSpec.scala index 454d0f8..fc1c0eb 100644 --- a/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoaderSpec.scala +++ b/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/CloudStorageLoaderSpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2018 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2018-2019 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you 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/storage/googlecloudstorage/loader/WindowedFilenamePolicySpec.scala b/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicySpec.scala index 178bc55..ad5c906 100644 --- a/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicySpec.scala +++ b/src/test/scala/com/snowplowanalytics/storage/googlecloudstorage/loader/WindowedFilenamePolicySpec.scala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2018 Snowplow Analytics Ltd. All rights reserved. + * Copyright (c) 2018-2019 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0.