From 90a59769dd8d4de7b66c3e943e5271329980dab1 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 11 Mar 2021 23:43:07 -0500 Subject: add more license headers --- electron/src/lib/api.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'electron/src/lib/api.js') 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') -- cgit v1.2.3