diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-25 08:58:51 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-25 09:00:01 +0100 |
commit | 2490f22408ad811ff9f63ec970d0167ecbf4ab59 (patch) | |
tree | 50c3ea20f60f18de6651661b2d10f31d7cf109ae /src | |
parent | fb3a7e30bffc949584bbb0ad1f6632ef940605be (diff) | |
download | vyos-1x-2490f22408ad811ff9f63ec970d0167ecbf4ab59.tar.gz vyos-1x-2490f22408ad811ff9f63ec970d0167ecbf4ab59.zip |
snmp: T5855: add GPL license header
Diffstat (limited to 'src')
-rwxr-xr-x | src/migration-scripts/lldp/0-to-1 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/migration-scripts/lldp/0-to-1 b/src/migration-scripts/lldp/0-to-1 index a936cbdfc..a99356062 100755 --- a/src/migration-scripts/lldp/0-to-1 +++ b/src/migration-scripts/lldp/0-to-1 @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# +# Copyright (C) 2020 VyOS maintainers and contributors +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 2 or later as +# published by the Free Software Foundation. +# +# This program 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # Delete "set service lldp interface <interface> location civic-based" option # as it was broken most of the time anyways |