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/util/makeStoreKeyValue.test.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'packages/idb-bridge/src/util/makeStoreKeyValue.test.ts') diff --git a/packages/idb-bridge/src/util/makeStoreKeyValue.test.ts b/packages/idb-bridge/src/util/makeStoreKeyValue.test.ts index 7820875c3..ecbae6508 100644 --- a/packages/idb-bridge/src/util/makeStoreKeyValue.test.ts +++ b/packages/idb-bridge/src/util/makeStoreKeyValue.test.ts @@ -1,3 +1,19 @@ +/* + 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 { makeStoreKeyValue } from "./makeStoreKeyValue"; -- cgit v1.2.3