From 255e2b0fe67dec33eb100715ee19f8efb80f6ed2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 1 Aug 2019 23:27:42 +0200 Subject: copyright headers --- packages/idb-bridge/src/MemoryBackend.test.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'packages/idb-bridge/src/MemoryBackend.test.ts') diff --git a/packages/idb-bridge/src/MemoryBackend.test.ts b/packages/idb-bridge/src/MemoryBackend.test.ts index 5ec818f53..7cc0c57e3 100644 --- a/packages/idb-bridge/src/MemoryBackend.test.ts +++ b/packages/idb-bridge/src/MemoryBackend.test.ts @@ -1,3 +1,20 @@ +/* + Copyright 2019 Florian Dold + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + or implied. See the License for the specific language governing + permissions and limitations under the License. + */ + + import test from "ava"; import MemoryBackend from "./MemoryBackend"; import BridgeIDBFactory from "./BridgeIDBFactory"; -- cgit v1.2.3