From 4b3eca1e08603ed8c97d7b352e567e2e8570eac4 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 25 Dec 2023 08:58:51 +0100 Subject: snmp: T5855: add GPL license header (cherry picked from commit 2490f22408ad811ff9f63ec970d0167ecbf4ab59) --- src/migration-scripts/lldp/0-to-1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/migration-scripts/lldp/0-to-1') 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 . # Delete "set service lldp interface location civic-based" option # as it was broken most of the time anyways -- cgit v1.2.3