Skip to content

Commit c9350d8

Browse files
added license header
Signed-off-by: Shiva Shankar Vaddepally <[email protected]>
1 parent a6b5574 commit c9350d8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

migrationtool/convert_yaml.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
import argparse
1+
# -*- coding: utf-8 -*-
2+
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
4+
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)import argparse
25

36
import yaml
7+
import argparse
48
from resourcelist import (
59
netscaler_login_specifics,
610
play_level_keys_list,

migrationtool/resourcelist.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# -*- coding: utf-8 -*-
2+
3+
# Copyright (c) 2025 Cloud Software Group, Inc.
4+
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
15
resource_map = {
26
"citrix_adc_appfw_confidfield": "netscaler.adc.appfwconfidfield",
37
"citrix_adc_appfw_fieldtype": "netscaler.adc.appfwfieldtype",

0 commit comments

Comments
 (0)