From 311ca9f517c795041afc8b18132dc86c61cb4a57 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Wed, 2 Jun 2021 08:27:48 +0200 Subject: [PATCH] fix: change copyright year to 2021 Signed-off-by: Camila Belo Signed-off-by: Eric Peterson --- .../app/cypress/integration/components/search/SearchPage.js | 2 +- plugins/search/src/apis.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/cypress/integration/components/search/SearchPage.js b/packages/app/cypress/integration/components/search/SearchPage.js index f97c26ee90..4e13fc8a0f 100644 --- a/packages/app/cypress/integration/components/search/SearchPage.js +++ b/packages/app/cypress/integration/components/search/SearchPage.js @@ -1,5 +1,5 @@ /* - * Copyright 2020 Spotify AB + * Copyright 2021 Spotify AB * * 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/plugins/search/src/apis.test.ts b/plugins/search/src/apis.test.ts index 33714bc688..32ec0f0d0e 100644 --- a/plugins/search/src/apis.test.ts +++ b/plugins/search/src/apis.test.ts @@ -1,5 +1,5 @@ /* - * Copyright 2020 Spotify AB + * Copyright 2021 Spotify AB * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.