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/extractKey.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'packages/idb-bridge/src/util/extractKey.ts') diff --git a/packages/idb-bridge/src/util/extractKey.ts b/packages/idb-bridge/src/util/extractKey.ts index fd14c5a64..27f20310c 100644 --- a/packages/idb-bridge/src/util/extractKey.ts +++ b/packages/idb-bridge/src/util/extractKey.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 { Key, KeyPath, Value } from "./types"; import valueToKey from "./valueToKey"; -- cgit v1.2.3