From 5481e22dfca81c3ffd589ce0c167742266f07fbf Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 16 Jun 2018 19:59:20 +0200 Subject: Set the license of all vyos.* libraries to LGPLv2+. --- python/vyos/interfaces.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'python/vyos/interfaces.py') diff --git a/python/vyos/interfaces.py b/python/vyos/interfaces.py index 0759aaa2b..2e8ee4feb 100644 --- a/python/vyos/interfaces.py +++ b/python/vyos/interfaces.py @@ -1,3 +1,18 @@ +# Copyright 2018 VyOS maintainers and contributors +# +# 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 . + import re import json -- cgit v1.2.3