Skip to content

Commit 681d708

Browse files
committed
Followed licensing guide from apache
Resolves #596
1 parent a5fec1f commit 681d708

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

NOTICE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Dexie.js
2+
3+
Copyright (c) 2014-2017 David Fahlander
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.

src/Dexie.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
* Dexie.js - a minimalistic wrapper for IndexedDB
33
* ===============================================
44
*
5-
* By David Fahlander, [email protected]
5+
* Copyright (c) 2014-2017 David Fahlander
66
*
77
* Version {version}, {date}
88
*
99
* http://dexie.org
10-
*
11-
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/
10+
*
11+
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/LICENSE-2.0
12+
*
1213
*/
1314

1415
import {

src/Promise.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2014-2017 David Fahlander
3+
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/LICENSE-2.0
4+
*/
15
import {doFakeAutoComplete, tryCatch, props, setProp, _global,
26
getPropertyDescriptor, getArrayOf, extend} from './utils';
37
import {nop, callBoth, mirror} from './chaining-functions';

0 commit comments

Comments
 (0)