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/injectKey.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'packages/idb-bridge/src/util/injectKey.ts') diff --git a/packages/idb-bridge/src/util/injectKey.ts b/packages/idb-bridge/src/util/injectKey.ts index 89d3a01d8..78d0c217e 100644 --- a/packages/idb-bridge/src/util/injectKey.ts +++ b/packages/idb-bridge/src/util/injectKey.ts @@ -1,3 +1,20 @@ +/* + Copyright 2017 Jeremy Scheff + 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 { KeyPath, Value, Key } from "./types"; import canInjectKey from "./canInjectKey"; import { DataError } from "./errors"; -- cgit v1.2.3