From fbedc0b14440f62b1ff398b2eaf57e6c07b281c0 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 6 Jun 2021 13:02:05 +0200 Subject: T1168: ipsec: add copyright header to migration script --- src/migration-scripts/ipsec/4-to-5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/migration-scripts') diff --git a/src/migration-scripts/ipsec/4-to-5 b/src/migration-scripts/ipsec/4-to-5 index b64aa8462..4e959a7bf 100755 --- a/src/migration-scripts/ipsec/4-to-5 +++ b/src/migration-scripts/ipsec/4-to-5 @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# +# Copyright (C) 2019 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 . # log-modes have changed, keyword all to any -- cgit v1.2.3