root/.addcopyright

Revision 288cf874c9eb75d781080ee55202f9be41076537, 0.8 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 4 months ago)

update copyright notice

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