root/.addcopyright

Revision 596568314d273c08a808f391601151970b3b7c54, 0.8 KB (checked in by Jeremy Lainé <jeremy.laine@…>, 3 years ago)

add copyright for shell.py

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