Skip to content

Commit

Permalink
Followed licensing guide from apache
Browse files Browse the repository at this point in the history
Resolves dexie#596
  • Loading branch information
dfahlander committed Oct 26, 2017
1 parent a5fec1f commit 681d708
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Dexie.js

Copyright (c) 2014-2017 David Fahlander

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.
7 changes: 4 additions & 3 deletions src/Dexie.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
*
* By David Fahlander, [email protected]
* Copyright (c) 2014-2017 David Fahlander
*
* Version {version}, {date}
*
* http://dexie.org
*
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/
*
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/LICENSE-2.0
*
*/

import {
Expand Down
4 changes: 4 additions & 0 deletions src/Promise.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
* Copyright (c) 2014-2017 David Fahlander
* Apache License Version 2.0, January 2004, http://www.apache.org/licenses/LICENSE-2.0
*/
import {doFakeAutoComplete, tryCatch, props, setProp, _global,
getPropertyDescriptor, getArrayOf, extend} from './utils';
import {nop, callBoth, mirror} from './chaining-functions';
Expand Down

0 comments on commit 681d708

Please sign in to comment.