From 143632e6354604bf07b5e653530fbd6d071543d0 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 27 Nov 2017 15:56:35 +0000 Subject: [PATCH] Add some missed copyright notices --- src/crypto/OlmDevice.js | 1 + src/store/session/webstorage.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/crypto/OlmDevice.js b/src/crypto/OlmDevice.js index 684dfbb67..9dd43e71c 100644 --- a/src/crypto/OlmDevice.js +++ b/src/crypto/OlmDevice.js @@ -1,5 +1,6 @@ /* Copyright 2016 OpenMarket Ltd +Copyright 2017 New Vector 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/src/store/session/webstorage.js b/src/store/session/webstorage.js index f9e75ee3f..55f341dc7 100644 --- a/src/store/session/webstorage.js +++ b/src/store/session/webstorage.js @@ -1,5 +1,6 @@ /* Copyright 2015, 2016 OpenMarket Ltd +Copyright 2017 New Vector Ltd Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.