diff options
Diffstat (limited to 'public/scripts/encryption.js')
-rw-r--r-- | public/scripts/encryption.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/public/scripts/encryption.js b/public/scripts/encryption.js index 323a5e0..6406906 100644 --- a/public/scripts/encryption.js +++ b/public/scripts/encryption.js @@ -1,3 +1,10 @@ +/* + * encryption.js + * Copyright (c) 2019, Texx + * License: MIT + * See https://github.com/texxme/Texx/blob/master/LICENSE + */ + const Dexie = require('dexie'); const openpgp = require('openpgp'); |