diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-06-16 19:59:20 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-06-16 19:59:20 +0200 |
commit | 5481e22dfca81c3ffd589ce0c167742266f07fbf (patch) | |
tree | 18fe2d639f1bc385225b6c2e37a2cbcb148df542 /python/vyos/defaults.py | |
parent | 668d4e3344a3197bf089cb428e51a0abfd00f657 (diff) | |
download | vyos-1x-5481e22dfca81c3ffd589ce0c167742266f07fbf.tar.gz vyos-1x-5481e22dfca81c3ffd589ce0c167742266f07fbf.zip |
Set the license of all vyos.* libraries to LGPLv2+.
Diffstat (limited to 'python/vyos/defaults.py')
-rw-r--r-- | python/vyos/defaults.py | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/python/vyos/defaults.py b/python/vyos/defaults.py index 43f222cc7..ac831c176 100644 --- a/python/vyos/defaults.py +++ b/python/vyos/defaults.py @@ -1,3 +1,19 @@ +# Copyright 2018 VyOS maintainers and contributors <maintainers@vyos.io> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library. If not, see <http://www.gnu.org/licenses/>. + + directories = { "data": "/usr/share/vyos/" } |