root/.addcopyright

Revision f3bb6550bf25404490b5465ba57b25417718491f, 0.9 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 2 years ago)

cleanup

  • Property mode set to 100644
Line 
1{
2'directories': [
3    'data/scripts',
4    'src',
5    'src/applets',
6    'src/core',
7    'src/gui',
8    'src/plugins/designer',
9    'src/plugins/script/boc_applets',
10    'src/plugins/script/boc_network',
11],
12
13'license': """boc-utils
14Copyright (C) 2008-2009 Bolloré telecom
15See AUTHORS file for a full list of contributors.
16
17This program is free software: you can redistribute it and/or modify
18it under the terms of the GNU General Public License as published by
19the Free Software Foundation, either version 3 of the License, or
20(at your option) any later version.
21
22This program is distributed in the hope that it will be useful,
23but WITHOUT ANY WARRANTY; without even the implied warranty of
24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25GNU General Public License for more details.
26
27You should have received a copy of the GNU General Public License
28along with this program.  If not, see <http://www.gnu.org/licenses/>.
29""",
30}
Note: See TracBrowser for help on using the browser.