diff options
Diffstat (limited to 'electron/src/lib/api.js')
| -rw-r--r-- | electron/src/lib/api.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/electron/src/lib/api.js b/electron/src/lib/api.js index 45b67d56..b6aa74e2 100644 --- a/electron/src/lib/api.js +++ b/electron/src/lib/api.js @@ -1,3 +1,11 @@ +/* + * Authors: see git history + * + * Copyright (c) 2010 Authors + * Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. + * + */ + const axios = require('axios') const queryString = require('query-string') |
