-
Notifications
You must be signed in to change notification settings - Fork 86
/
license.index.json
35 lines (35 loc) · 1.42 KB
/
license.index.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"extensions": ["h", "hpp", "cpp", "qml", "js"],
"replace": "\\/\\*{20,}.*Copyright\\s\\(C\\)\\s2014-2017\\sDinu\\sSV.*\\*{20,}\\/",
"license" : [
"/****************************************************************************\n",
"**\n",
"** Copyright (C) 2014-2018 Dinu SV.\n",
"** (contact: mail@dinusv.com)\n",
"** This file is part of Livekeys Application.\n",
"**\n",
"** GNU Lesser General Public License Usage\n",
"** This file may be used under the terms of the GNU Lesser\n",
"** General Public License version 3 as published by the Free Software\n",
"** Foundation and appearing in the file LICENSE.LGPLv3 included in the\n",
"** packaging of this file. Please review the following information to\n",
"** ensure the GNU Lesser General Public License version 3 requirements\n",
"** will be met: https://www.gnu.org/licenses/lgpl.html.\n",
"**\n",
"****************************************************************************/"
],
"paths" : [
"application/src",
"lib/lvbase/src",
"lib/lveditor/src",
"lib/lveditqmljs/src",
"plugins/live/src",
"plugins/editor/src",
"plugins/lcvcore/src",
"plugins/lcvfeatures2d/src",
"plugins/lcvimgproc/src",
"plugins/lcvphoto/src",
"plugins/lcvvideo/src",
"tests"
]
}