diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-06 13:02:05 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-06 15:49:44 +0200 |
commit | fbedc0b14440f62b1ff398b2eaf57e6c07b281c0 (patch) | |
tree | 6bac70f80ff4ea7f7d8c11dae7961923cab328a4 /src/migration-scripts | |
parent | f0bceeeb67e058b13ce5d3f0c92ea7d1c6325418 (diff) | |
download | vyos-1x-fbedc0b14440f62b1ff398b2eaf57e6c07b281c0.tar.gz vyos-1x-fbedc0b14440f62b1ff398b2eaf57e6c07b281c0.zip |
T1168: ipsec: add copyright header to migration script
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-x | src/migration-scripts/ipsec/4-to-5 | 14 |
1 files changed, 14 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. # log-modes have changed, keyword all to any |