From 79caf113efe32689f297c801e38df9b959e4fa7c Mon Sep 17 00:00:00 2001 From: danischm Date: Fri, 14 Jul 2023 09:20:29 +0200 Subject: [PATCH] Add license headers --- .github/CODE_OF_CONDUCT.md | 5 -- .github/ISSUE_TEMPLATE.md | 43 ----------- CODE_OF_CONDUCT.md | 76 +++++++++++++++++++ CONTRIBUTING.md | 76 +++++++++++++++++++ SECURITY.md | 38 ++++++++++ gen/doc_category.go | 17 +++++ gen/generator.go | 17 +++++ gen/templates/data_source.go | 17 +++++ gen/templates/data_source_test.go | 17 +++++ gen/templates/model.go | 17 +++++ gen/templates/provider.go | 16 ++++ gen/templates/resource.go | 17 +++++ gen/templates/resource_test.go | 17 +++++ internal/provider/data_source_nxos_bgp.go | 17 +++++ .../data_source_nxos_bgp_address_family.go | 17 +++++ ...ata_source_nxos_bgp_address_family_test.go | 17 +++++ .../data_source_nxos_bgp_graceful_restart.go | 17 +++++ ...a_source_nxos_bgp_graceful_restart_test.go | 17 +++++ .../provider/data_source_nxos_bgp_instance.go | 17 +++++ .../data_source_nxos_bgp_instance_test.go | 17 +++++ .../provider/data_source_nxos_bgp_peer.go | 17 +++++ ...ata_source_nxos_bgp_peer_address_family.go | 17 +++++ ...peer_address_family_prefix_list_control.go | 17 +++++ ...address_family_prefix_list_control_test.go | 17 +++++ ...s_bgp_peer_address_family_route_control.go | 17 +++++ ..._peer_address_family_route_control_test.go | 17 +++++ ...ource_nxos_bgp_peer_address_family_test.go | 17 +++++ .../data_source_nxos_bgp_peer_template.go | 17 +++++ ...e_nxos_bgp_peer_template_address_family.go | 17 +++++ ...s_bgp_peer_template_address_family_test.go | 17 +++++ ...ource_nxos_bgp_peer_template_max_prefix.go | 17 +++++ ..._nxos_bgp_peer_template_max_prefix_test.go | 17 +++++ ...data_source_nxos_bgp_peer_template_test.go | 17 +++++ .../data_source_nxos_bgp_peer_test.go | 17 +++++ .../data_source_nxos_bgp_route_control.go | 17 +++++ ...data_source_nxos_bgp_route_control_test.go | 17 +++++ .../provider/data_source_nxos_bgp_test.go | 17 +++++ internal/provider/data_source_nxos_bgp_vrf.go | 17 +++++ .../provider/data_source_nxos_bgp_vrf_test.go | 17 +++++ .../data_source_nxos_bridge_domain.go | 17 +++++ .../data_source_nxos_bridge_domain_test.go | 17 +++++ .../data_source_nxos_default_qos_class_map.go | 17 +++++ ..._source_nxos_default_qos_class_map_dscp.go | 17 +++++ ...ce_nxos_default_qos_class_map_dscp_test.go | 17 +++++ ..._source_nxos_default_qos_class_map_test.go | 17 +++++ ...ce_nxos_default_qos_policy_interface_in.go | 17 +++++ ...ault_qos_policy_interface_in_policy_map.go | 17 +++++ ...qos_policy_interface_in_policy_map_test.go | 17 +++++ ...os_default_qos_policy_interface_in_test.go | 17 +++++ ...data_source_nxos_default_qos_policy_map.go | 17 +++++ ..._default_qos_policy_map_match_class_map.go | 17 +++++ ...t_qos_policy_map_match_class_map_police.go | 17 +++++ ..._policy_map_match_class_map_police_test.go | 17 +++++ ...olicy_map_match_class_map_set_qos_group.go | 17 +++++ ..._map_match_class_map_set_qos_group_test.go | 17 +++++ ...ult_qos_policy_map_match_class_map_test.go | 17 +++++ ...source_nxos_default_qos_policy_map_test.go | 17 +++++ .../data_source_nxos_dhcp_relay_address.go | 17 +++++ ...ata_source_nxos_dhcp_relay_address_test.go | 17 +++++ .../data_source_nxos_dhcp_relay_interface.go | 17 +++++ ...a_source_nxos_dhcp_relay_interface_test.go | 17 +++++ .../provider/data_source_nxos_ethernet.go | 17 +++++ .../data_source_nxos_ethernet_test.go | 17 +++++ internal/provider/data_source_nxos_evpn.go | 17 +++++ .../provider/data_source_nxos_evpn_test.go | 17 +++++ .../provider/data_source_nxos_evpn_vni.go | 17 +++++ .../data_source_nxos_evpn_vni_route_target.go | 17 +++++ ...ce_nxos_evpn_vni_route_target_direction.go | 17 +++++ ...os_evpn_vni_route_target_direction_test.go | 17 +++++ ..._source_nxos_evpn_vni_route_target_test.go | 17 +++++ .../data_source_nxos_evpn_vni_test.go | 17 +++++ .../provider/data_source_nxos_feature_bfd.go | 17 +++++ .../data_source_nxos_feature_bfd_test.go | 17 +++++ .../provider/data_source_nxos_feature_bgp.go | 17 +++++ .../data_source_nxos_feature_bgp_test.go | 17 +++++ .../provider/data_source_nxos_feature_dhcp.go | 17 +++++ .../data_source_nxos_feature_dhcp_test.go | 17 +++++ .../provider/data_source_nxos_feature_evpn.go | 17 +++++ .../data_source_nxos_feature_evpn_test.go | 17 +++++ .../provider/data_source_nxos_feature_hmm.go | 17 +++++ .../data_source_nxos_feature_hmm_test.go | 17 +++++ .../provider/data_source_nxos_feature_hsrp.go | 17 +++++ .../data_source_nxos_feature_hsrp_test.go | 17 +++++ ...data_source_nxos_feature_interface_vlan.go | 17 +++++ ...source_nxos_feature_interface_vlan_test.go | 17 +++++ .../provider/data_source_nxos_feature_isis.go | 17 +++++ .../data_source_nxos_feature_isis_test.go | 17 +++++ .../provider/data_source_nxos_feature_lacp.go | 17 +++++ .../data_source_nxos_feature_lacp_test.go | 17 +++++ .../provider/data_source_nxos_feature_lldp.go | 17 +++++ .../data_source_nxos_feature_lldp_test.go | 17 +++++ .../data_source_nxos_feature_macsec.go | 17 +++++ .../data_source_nxos_feature_macsec_test.go | 17 +++++ .../data_source_nxos_feature_netflow.go | 17 +++++ .../data_source_nxos_feature_netflow_test.go | 17 +++++ .../data_source_nxos_feature_nv_overlay.go | 17 +++++ ...ata_source_nxos_feature_nv_overlay_test.go | 17 +++++ .../provider/data_source_nxos_feature_ospf.go | 17 +++++ .../data_source_nxos_feature_ospf_test.go | 17 +++++ .../data_source_nxos_feature_ospfv3.go | 17 +++++ .../data_source_nxos_feature_ospfv3_test.go | 17 +++++ .../provider/data_source_nxos_feature_pim.go | 17 +++++ .../data_source_nxos_feature_pim_test.go | 17 +++++ .../provider/data_source_nxos_feature_ptp.go | 17 +++++ .../data_source_nxos_feature_ptp_test.go | 17 +++++ .../data_source_nxos_feature_pvlan.go | 17 +++++ .../data_source_nxos_feature_pvlan_test.go | 17 +++++ .../provider/data_source_nxos_feature_ssh.go | 17 +++++ .../data_source_nxos_feature_ssh_test.go | 17 +++++ .../data_source_nxos_feature_tacacs.go | 17 +++++ .../data_source_nxos_feature_tacacs_test.go | 17 +++++ .../data_source_nxos_feature_telnet.go | 17 +++++ .../data_source_nxos_feature_telnet_test.go | 17 +++++ .../provider/data_source_nxos_feature_udld.go | 17 +++++ .../data_source_nxos_feature_udld_test.go | 17 +++++ .../data_source_nxos_feature_vn_segment.go | 17 +++++ ...ata_source_nxos_feature_vn_segment_test.go | 17 +++++ .../provider/data_source_nxos_feature_vpc.go | 17 +++++ .../data_source_nxos_feature_vpc_test.go | 17 +++++ internal/provider/data_source_nxos_hmm.go | 17 +++++ .../provider/data_source_nxos_hmm_instance.go | 17 +++++ .../data_source_nxos_hmm_instance_test.go | 17 +++++ .../data_source_nxos_hmm_interface.go | 17 +++++ .../data_source_nxos_hmm_interface_test.go | 17 +++++ .../provider/data_source_nxos_hmm_test.go | 17 +++++ .../data_source_nxos_ipv4_access_list.go | 17 +++++ ...data_source_nxos_ipv4_access_list_entry.go | 17 +++++ ...source_nxos_ipv4_access_list_entry_test.go | 17 +++++ ...pv4_access_list_policy_egress_interface.go | 17 +++++ ...ccess_list_policy_egress_interface_test.go | 17 +++++ ...v4_access_list_policy_ingress_interface.go | 17 +++++ ...cess_list_policy_ingress_interface_test.go | 17 +++++ .../data_source_nxos_ipv4_access_list_test.go | 17 +++++ .../data_source_nxos_ipv4_interface.go | 17 +++++ ...data_source_nxos_ipv4_interface_address.go | 17 +++++ ...source_nxos_ipv4_interface_address_test.go | 17 +++++ .../data_source_nxos_ipv4_interface_test.go | 17 +++++ .../data_source_nxos_ipv4_prefix_list_rule.go | 17 +++++ ...source_nxos_ipv4_prefix_list_rule_entry.go | 17 +++++ ...e_nxos_ipv4_prefix_list_rule_entry_test.go | 17 +++++ ..._source_nxos_ipv4_prefix_list_rule_test.go | 17 +++++ .../data_source_nxos_ipv4_static_route.go | 17 +++++ ...data_source_nxos_ipv4_static_route_test.go | 17 +++++ .../provider/data_source_nxos_ipv4_vrf.go | 17 +++++ .../data_source_nxos_ipv4_vrf_test.go | 17 +++++ internal/provider/data_source_nxos_isis.go | 17 +++++ .../data_source_nxos_isis_instance.go | 17 +++++ .../data_source_nxos_isis_instance_test.go | 17 +++++ .../data_source_nxos_isis_interface.go | 17 +++++ .../data_source_nxos_isis_interface_test.go | 17 +++++ .../provider/data_source_nxos_isis_test.go | 17 +++++ .../provider/data_source_nxos_isis_vrf.go | 17 +++++ .../data_source_nxos_isis_vrf_test.go | 17 +++++ .../data_source_nxos_loopback_interface.go | 17 +++++ ...ata_source_nxos_loopback_interface_test.go | 17 +++++ ...data_source_nxos_loopback_interface_vrf.go | 17 +++++ ...source_nxos_loopback_interface_vrf_test.go | 17 +++++ .../provider/data_source_nxos_ntp_server.go | 17 +++++ .../data_source_nxos_ntp_server_test.go | 17 +++++ .../data_source_nxos_nve_interface.go | 17 +++++ .../data_source_nxos_nve_interface_test.go | 17 +++++ internal/provider/data_source_nxos_nve_vni.go | 17 +++++ .../data_source_nxos_nve_vni_container.go | 17 +++++ ...data_source_nxos_nve_vni_container_test.go | 17 +++++ ...source_nxos_nve_vni_ingress_replication.go | 17 +++++ ...e_nxos_nve_vni_ingress_replication_test.go | 17 +++++ .../provider/data_source_nxos_nve_vni_test.go | 17 +++++ internal/provider/data_source_nxos_ospf.go | 17 +++++ .../provider/data_source_nxos_ospf_area.go | 17 +++++ .../data_source_nxos_ospf_area_test.go | 17 +++++ .../data_source_nxos_ospf_authentication.go | 17 +++++ ...ta_source_nxos_ospf_authentication_test.go | 17 +++++ .../data_source_nxos_ospf_instance.go | 17 +++++ .../data_source_nxos_ospf_instance_test.go | 17 +++++ .../data_source_nxos_ospf_interface.go | 17 +++++ .../data_source_nxos_ospf_interface_test.go | 17 +++++ .../provider/data_source_nxos_ospf_test.go | 17 +++++ .../provider/data_source_nxos_ospf_vrf.go | 17 +++++ .../data_source_nxos_ospf_vrf_test.go | 17 +++++ .../data_source_nxos_physical_interface.go | 17 +++++ ...ata_source_nxos_physical_interface_test.go | 17 +++++ ...data_source_nxos_physical_interface_vrf.go | 17 +++++ ...source_nxos_physical_interface_vrf_test.go | 17 +++++ internal/provider/data_source_nxos_pim.go | 17 +++++ .../data_source_nxos_pim_anycast_rp.go | 17 +++++ .../data_source_nxos_pim_anycast_rp_peer.go | 17 +++++ ...ta_source_nxos_pim_anycast_rp_peer_test.go | 17 +++++ .../data_source_nxos_pim_anycast_rp_test.go | 17 +++++ .../provider/data_source_nxos_pim_instance.go | 17 +++++ .../data_source_nxos_pim_instance_test.go | 17 +++++ .../data_source_nxos_pim_interface.go | 17 +++++ .../data_source_nxos_pim_interface_test.go | 17 +++++ .../data_source_nxos_pim_ssm_policy.go | 17 +++++ .../data_source_nxos_pim_ssm_policy_test.go | 17 +++++ .../data_source_nxos_pim_ssm_range.go | 17 +++++ .../data_source_nxos_pim_ssm_range_test.go | 17 +++++ .../data_source_nxos_pim_static_rp.go | 17 +++++ ...ta_source_nxos_pim_static_rp_group_list.go | 17 +++++ ...urce_nxos_pim_static_rp_group_list_test.go | 17 +++++ .../data_source_nxos_pim_static_rp_policy.go | 17 +++++ ...a_source_nxos_pim_static_rp_policy_test.go | 17 +++++ .../data_source_nxos_pim_static_rp_test.go | 17 +++++ .../provider/data_source_nxos_pim_test.go | 17 +++++ internal/provider/data_source_nxos_pim_vrf.go | 17 +++++ .../provider/data_source_nxos_pim_vrf_test.go | 17 +++++ ...data_source_nxos_port_channel_interface.go | 17 +++++ ...urce_nxos_port_channel_interface_member.go | 17 +++++ ...nxos_port_channel_interface_member_test.go | 17 +++++ ...source_nxos_port_channel_interface_test.go | 17 +++++ ..._source_nxos_port_channel_interface_vrf.go | 17 +++++ ...ce_nxos_port_channel_interface_vrf_test.go | 17 +++++ ...data_source_nxos_queuing_qos_policy_map.go | 17 +++++ ..._queuing_qos_policy_map_match_class_map.go | 17 +++++ ...qos_policy_map_match_class_map_priority.go | 17 +++++ ...olicy_map_match_class_map_priority_test.go | 17 +++++ ...map_match_class_map_remaining_bandwidth.go | 17 +++++ ...atch_class_map_remaining_bandwidth_test.go | 17 +++++ ...ing_qos_policy_map_match_class_map_test.go | 17 +++++ ...source_nxos_queuing_qos_policy_map_test.go | 17 +++++ ...urce_nxos_queuing_qos_policy_system_out.go | 17 +++++ ...ueuing_qos_policy_system_out_policy_map.go | 17 +++++ ...g_qos_policy_system_out_policy_map_test.go | 17 +++++ ...nxos_queuing_qos_policy_system_out_test.go | 17 +++++ internal/provider/data_source_nxos_rest.go | 17 +++++ .../provider/data_source_nxos_rest_test.go | 17 +++++ .../data_source_nxos_route_map_rule.go | 17 +++++ .../data_source_nxos_route_map_rule_entry.go | 17 +++++ ...e_nxos_route_map_rule_entry_match_route.go | 17 +++++ ..._map_rule_entry_match_route_prefix_list.go | 17 +++++ ...rule_entry_match_route_prefix_list_test.go | 17 +++++ ...s_route_map_rule_entry_match_route_test.go | 17 +++++ ...te_map_rule_entry_set_regular_community.go | 17 +++++ ...p_rule_entry_set_regular_community_item.go | 17 +++++ ...e_entry_set_regular_community_item_test.go | 17 +++++ ...p_rule_entry_set_regular_community_test.go | 17 +++++ ...a_source_nxos_route_map_rule_entry_test.go | 17 +++++ .../data_source_nxos_route_map_rule_test.go | 17 +++++ ...ata_source_nxos_spanning_tree_interface.go | 17 +++++ ...ource_nxos_spanning_tree_interface_test.go | 17 +++++ .../provider/data_source_nxos_subinterface.go | 17 +++++ .../data_source_nxos_subinterface_test.go | 17 +++++ .../data_source_nxos_subinterface_vrf.go | 17 +++++ .../data_source_nxos_subinterface_vrf_test.go | 17 +++++ .../data_source_nxos_svi_interface.go | 17 +++++ .../data_source_nxos_svi_interface_test.go | 17 +++++ .../data_source_nxos_svi_interface_vrf.go | 17 +++++ ...data_source_nxos_svi_interface_vrf_test.go | 17 +++++ internal/provider/data_source_nxos_system.go | 17 +++++ .../provider/data_source_nxos_system_test.go | 17 +++++ .../provider/data_source_nxos_vpc_domain.go | 17 +++++ .../data_source_nxos_vpc_domain_test.go | 17 +++++ .../provider/data_source_nxos_vpc_instance.go | 17 +++++ .../data_source_nxos_vpc_instance_test.go | 17 +++++ .../data_source_nxos_vpc_interface.go | 17 +++++ .../data_source_nxos_vpc_interface_test.go | 17 +++++ internal/provider/data_source_nxos_vrf.go | 17 +++++ .../data_source_nxos_vrf_address_family.go | 17 +++++ ...ata_source_nxos_vrf_address_family_test.go | 17 +++++ .../data_source_nxos_vrf_route_target.go | 17 +++++ ...ce_nxos_vrf_route_target_address_family.go | 17 +++++ ...os_vrf_route_target_address_family_test.go | 17 +++++ ..._source_nxos_vrf_route_target_direction.go | 17 +++++ ...ce_nxos_vrf_route_target_direction_test.go | 17 +++++ .../data_source_nxos_vrf_route_target_test.go | 17 +++++ .../provider/data_source_nxos_vrf_routing.go | 17 +++++ .../data_source_nxos_vrf_routing_test.go | 17 +++++ .../provider/data_source_nxos_vrf_test.go | 17 +++++ .../provider/helpers/description_builder.go | 17 +++++ internal/provider/helpers/utils.go | 17 +++++ internal/provider/model_nxos_bgp.go | 17 +++++ .../provider/model_nxos_bgp_address_family.go | 17 +++++ .../model_nxos_bgp_graceful_restart.go | 17 +++++ internal/provider/model_nxos_bgp_instance.go | 17 +++++ internal/provider/model_nxos_bgp_peer.go | 17 +++++ .../model_nxos_bgp_peer_address_family.go | 17 +++++ ...peer_address_family_prefix_list_control.go | 17 +++++ ...s_bgp_peer_address_family_route_control.go | 17 +++++ .../provider/model_nxos_bgp_peer_template.go | 17 +++++ ...l_nxos_bgp_peer_template_address_family.go | 17 +++++ ...model_nxos_bgp_peer_template_max_prefix.go | 17 +++++ .../provider/model_nxos_bgp_route_control.go | 17 +++++ internal/provider/model_nxos_bgp_vrf.go | 17 +++++ internal/provider/model_nxos_bridge_domain.go | 17 +++++ .../model_nxos_default_qos_class_map.go | 17 +++++ .../model_nxos_default_qos_class_map_dscp.go | 17 +++++ ...el_nxos_default_qos_policy_interface_in.go | 17 +++++ ...ault_qos_policy_interface_in_policy_map.go | 17 +++++ .../model_nxos_default_qos_policy_map.go | 17 +++++ ..._default_qos_policy_map_match_class_map.go | 17 +++++ ...t_qos_policy_map_match_class_map_police.go | 17 +++++ ...olicy_map_match_class_map_set_qos_group.go | 17 +++++ .../provider/model_nxos_dhcp_relay_address.go | 17 +++++ .../model_nxos_dhcp_relay_interface.go | 17 +++++ internal/provider/model_nxos_ethernet.go | 17 +++++ internal/provider/model_nxos_evpn.go | 17 +++++ internal/provider/model_nxos_evpn_vni.go | 17 +++++ .../model_nxos_evpn_vni_route_target.go | 17 +++++ ...el_nxos_evpn_vni_route_target_direction.go | 17 +++++ internal/provider/model_nxos_feature_bfd.go | 17 +++++ internal/provider/model_nxos_feature_bgp.go | 17 +++++ internal/provider/model_nxos_feature_dhcp.go | 17 +++++ internal/provider/model_nxos_feature_evpn.go | 17 +++++ internal/provider/model_nxos_feature_hmm.go | 17 +++++ internal/provider/model_nxos_feature_hsrp.go | 17 +++++ .../model_nxos_feature_interface_vlan.go | 17 +++++ internal/provider/model_nxos_feature_isis.go | 17 +++++ internal/provider/model_nxos_feature_lacp.go | 17 +++++ internal/provider/model_nxos_feature_lldp.go | 17 +++++ .../provider/model_nxos_feature_macsec.go | 17 +++++ .../provider/model_nxos_feature_netflow.go | 17 +++++ .../provider/model_nxos_feature_nv_overlay.go | 17 +++++ internal/provider/model_nxos_feature_ospf.go | 17 +++++ .../provider/model_nxos_feature_ospfv3.go | 17 +++++ internal/provider/model_nxos_feature_pim.go | 17 +++++ internal/provider/model_nxos_feature_ptp.go | 17 +++++ internal/provider/model_nxos_feature_pvlan.go | 17 +++++ internal/provider/model_nxos_feature_ssh.go | 17 +++++ .../provider/model_nxos_feature_tacacs.go | 17 +++++ .../provider/model_nxos_feature_telnet.go | 17 +++++ internal/provider/model_nxos_feature_udld.go | 17 +++++ .../provider/model_nxos_feature_vn_segment.go | 17 +++++ internal/provider/model_nxos_feature_vpc.go | 17 +++++ internal/provider/model_nxos_hmm.go | 17 +++++ internal/provider/model_nxos_hmm_instance.go | 17 +++++ internal/provider/model_nxos_hmm_interface.go | 17 +++++ .../provider/model_nxos_ipv4_access_list.go | 17 +++++ .../model_nxos_ipv4_access_list_entry.go | 17 +++++ ...pv4_access_list_policy_egress_interface.go | 17 +++++ ...v4_access_list_policy_ingress_interface.go | 17 +++++ .../provider/model_nxos_ipv4_interface.go | 17 +++++ .../model_nxos_ipv4_interface_address.go | 17 +++++ .../model_nxos_ipv4_prefix_list_rule.go | 17 +++++ .../model_nxos_ipv4_prefix_list_rule_entry.go | 17 +++++ .../provider/model_nxos_ipv4_static_route.go | 17 +++++ internal/provider/model_nxos_ipv4_vrf.go | 17 +++++ internal/provider/model_nxos_isis.go | 17 +++++ internal/provider/model_nxos_isis_instance.go | 17 +++++ .../provider/model_nxos_isis_interface.go | 17 +++++ internal/provider/model_nxos_isis_vrf.go | 17 +++++ .../provider/model_nxos_loopback_interface.go | 17 +++++ .../model_nxos_loopback_interface_vrf.go | 17 +++++ internal/provider/model_nxos_ntp_server.go | 17 +++++ internal/provider/model_nxos_nve_interface.go | 17 +++++ internal/provider/model_nxos_nve_vni.go | 17 +++++ .../provider/model_nxos_nve_vni_container.go | 17 +++++ .../model_nxos_nve_vni_ingress_replication.go | 17 +++++ internal/provider/model_nxos_ospf.go | 17 +++++ internal/provider/model_nxos_ospf_area.go | 17 +++++ .../model_nxos_ospf_authentication.go | 17 +++++ internal/provider/model_nxos_ospf_instance.go | 17 +++++ .../provider/model_nxos_ospf_interface.go | 17 +++++ internal/provider/model_nxos_ospf_vrf.go | 17 +++++ .../provider/model_nxos_physical_interface.go | 17 +++++ .../model_nxos_physical_interface_vrf.go | 17 +++++ internal/provider/model_nxos_pim.go | 17 +++++ .../provider/model_nxos_pim_anycast_rp.go | 17 +++++ .../model_nxos_pim_anycast_rp_peer.go | 17 +++++ internal/provider/model_nxos_pim_instance.go | 17 +++++ internal/provider/model_nxos_pim_interface.go | 17 +++++ .../provider/model_nxos_pim_ssm_policy.go | 17 +++++ internal/provider/model_nxos_pim_ssm_range.go | 17 +++++ internal/provider/model_nxos_pim_static_rp.go | 17 +++++ .../model_nxos_pim_static_rp_group_list.go | 17 +++++ .../model_nxos_pim_static_rp_policy.go | 17 +++++ internal/provider/model_nxos_pim_vrf.go | 17 +++++ .../model_nxos_port_channel_interface.go | 17 +++++ ...odel_nxos_port_channel_interface_member.go | 17 +++++ .../model_nxos_port_channel_interface_vrf.go | 17 +++++ .../model_nxos_queuing_qos_policy_map.go | 17 +++++ ..._queuing_qos_policy_map_match_class_map.go | 17 +++++ ...qos_policy_map_match_class_map_priority.go | 17 +++++ ...map_match_class_map_remaining_bandwidth.go | 17 +++++ ...odel_nxos_queuing_qos_policy_system_out.go | 17 +++++ ...ueuing_qos_policy_system_out_policy_map.go | 17 +++++ internal/provider/model_nxos_rest.go | 17 +++++ .../provider/model_nxos_route_map_rule.go | 17 +++++ .../model_nxos_route_map_rule_entry.go | 17 +++++ ...l_nxos_route_map_rule_entry_match_route.go | 17 +++++ ..._map_rule_entry_match_route_prefix_list.go | 17 +++++ ...te_map_rule_entry_set_regular_community.go | 17 +++++ ...p_rule_entry_set_regular_community_item.go | 17 +++++ .../model_nxos_spanning_tree_interface.go | 17 +++++ internal/provider/model_nxos_subinterface.go | 17 +++++ .../provider/model_nxos_subinterface_vrf.go | 17 +++++ internal/provider/model_nxos_svi_interface.go | 17 +++++ .../provider/model_nxos_svi_interface_vrf.go | 17 +++++ internal/provider/model_nxos_system.go | 17 +++++ internal/provider/model_nxos_vpc_domain.go | 17 +++++ internal/provider/model_nxos_vpc_instance.go | 17 +++++ internal/provider/model_nxos_vpc_interface.go | 17 +++++ internal/provider/model_nxos_vrf.go | 17 +++++ .../provider/model_nxos_vrf_address_family.go | 17 +++++ .../provider/model_nxos_vrf_route_target.go | 17 +++++ ...el_nxos_vrf_route_target_address_family.go | 17 +++++ .../model_nxos_vrf_route_target_direction.go | 17 +++++ internal/provider/model_nxos_vrf_routing.go | 17 +++++ internal/provider/provider.go | 17 +++++ internal/provider/resource_nxos_bgp.go | 17 +++++ .../resource_nxos_bgp_address_family.go | 17 +++++ .../resource_nxos_bgp_address_family_test.go | 17 +++++ .../resource_nxos_bgp_graceful_restart.go | 17 +++++ ...resource_nxos_bgp_graceful_restart_test.go | 17 +++++ .../provider/resource_nxos_bgp_instance.go | 17 +++++ .../resource_nxos_bgp_instance_test.go | 17 +++++ internal/provider/resource_nxos_bgp_peer.go | 17 +++++ .../resource_nxos_bgp_peer_address_family.go | 17 +++++ ...peer_address_family_prefix_list_control.go | 17 +++++ ...address_family_prefix_list_control_test.go | 17 +++++ ...s_bgp_peer_address_family_route_control.go | 17 +++++ ..._peer_address_family_route_control_test.go | 17 +++++ ...ource_nxos_bgp_peer_address_family_test.go | 17 +++++ .../resource_nxos_bgp_peer_template.go | 17 +++++ ...e_nxos_bgp_peer_template_address_family.go | 17 +++++ ...s_bgp_peer_template_address_family_test.go | 17 +++++ ...ource_nxos_bgp_peer_template_max_prefix.go | 17 +++++ ..._nxos_bgp_peer_template_max_prefix_test.go | 17 +++++ .../resource_nxos_bgp_peer_template_test.go | 17 +++++ .../provider/resource_nxos_bgp_peer_test.go | 17 +++++ .../resource_nxos_bgp_route_control.go | 17 +++++ .../resource_nxos_bgp_route_control_test.go | 17 +++++ internal/provider/resource_nxos_bgp_test.go | 17 +++++ internal/provider/resource_nxos_bgp_vrf.go | 17 +++++ .../provider/resource_nxos_bgp_vrf_test.go | 17 +++++ .../provider/resource_nxos_bridge_domain.go | 17 +++++ .../resource_nxos_bridge_domain_test.go | 17 +++++ .../resource_nxos_default_qos_class_map.go | 17 +++++ ...esource_nxos_default_qos_class_map_dscp.go | 17 +++++ ...ce_nxos_default_qos_class_map_dscp_test.go | 17 +++++ ...esource_nxos_default_qos_class_map_test.go | 17 +++++ ...ce_nxos_default_qos_policy_interface_in.go | 17 +++++ ...ault_qos_policy_interface_in_policy_map.go | 17 +++++ ...qos_policy_interface_in_policy_map_test.go | 17 +++++ ...os_default_qos_policy_interface_in_test.go | 17 +++++ .../resource_nxos_default_qos_policy_map.go | 17 +++++ ..._default_qos_policy_map_match_class_map.go | 17 +++++ ...t_qos_policy_map_match_class_map_police.go | 17 +++++ ..._policy_map_match_class_map_police_test.go | 17 +++++ ...olicy_map_match_class_map_set_qos_group.go | 17 +++++ ..._map_match_class_map_set_qos_group_test.go | 17 +++++ ...ult_qos_policy_map_match_class_map_test.go | 17 +++++ ...source_nxos_default_qos_policy_map_test.go | 17 +++++ .../resource_nxos_dhcp_relay_address.go | 17 +++++ .../resource_nxos_dhcp_relay_address_test.go | 17 +++++ .../resource_nxos_dhcp_relay_interface.go | 17 +++++ ...resource_nxos_dhcp_relay_interface_test.go | 17 +++++ internal/provider/resource_nxos_ethernet.go | 17 +++++ .../provider/resource_nxos_ethernet_test.go | 17 +++++ internal/provider/resource_nxos_evpn.go | 17 +++++ internal/provider/resource_nxos_evpn_test.go | 17 +++++ internal/provider/resource_nxos_evpn_vni.go | 17 +++++ .../resource_nxos_evpn_vni_route_target.go | 17 +++++ ...ce_nxos_evpn_vni_route_target_direction.go | 17 +++++ ...os_evpn_vni_route_target_direction_test.go | 17 +++++ ...esource_nxos_evpn_vni_route_target_test.go | 17 +++++ .../provider/resource_nxos_evpn_vni_test.go | 17 +++++ .../provider/resource_nxos_feature_bfd.go | 17 +++++ .../resource_nxos_feature_bfd_test.go | 17 +++++ .../provider/resource_nxos_feature_bgp.go | 17 +++++ .../resource_nxos_feature_bgp_test.go | 17 +++++ .../provider/resource_nxos_feature_dhcp.go | 17 +++++ .../resource_nxos_feature_dhcp_test.go | 17 +++++ .../provider/resource_nxos_feature_evpn.go | 17 +++++ .../resource_nxos_feature_evpn_test.go | 17 +++++ .../provider/resource_nxos_feature_hmm.go | 17 +++++ .../resource_nxos_feature_hmm_test.go | 17 +++++ .../provider/resource_nxos_feature_hsrp.go | 17 +++++ .../resource_nxos_feature_hsrp_test.go | 17 +++++ .../resource_nxos_feature_interface_vlan.go | 17 +++++ ...source_nxos_feature_interface_vlan_test.go | 17 +++++ .../provider/resource_nxos_feature_isis.go | 17 +++++ .../resource_nxos_feature_isis_test.go | 17 +++++ .../provider/resource_nxos_feature_lacp.go | 17 +++++ .../resource_nxos_feature_lacp_test.go | 17 +++++ .../provider/resource_nxos_feature_lldp.go | 17 +++++ .../resource_nxos_feature_lldp_test.go | 17 +++++ .../provider/resource_nxos_feature_macsec.go | 17 +++++ .../resource_nxos_feature_macsec_test.go | 17 +++++ .../provider/resource_nxos_feature_netflow.go | 17 +++++ .../resource_nxos_feature_netflow_test.go | 17 +++++ .../resource_nxos_feature_nv_overlay.go | 17 +++++ .../resource_nxos_feature_nv_overlay_test.go | 17 +++++ .../provider/resource_nxos_feature_ospf.go | 17 +++++ .../resource_nxos_feature_ospf_test.go | 17 +++++ .../provider/resource_nxos_feature_ospfv3.go | 17 +++++ .../resource_nxos_feature_ospfv3_test.go | 17 +++++ .../provider/resource_nxos_feature_pim.go | 17 +++++ .../resource_nxos_feature_pim_test.go | 17 +++++ .../provider/resource_nxos_feature_ptp.go | 17 +++++ .../resource_nxos_feature_ptp_test.go | 17 +++++ .../provider/resource_nxos_feature_pvlan.go | 17 +++++ .../resource_nxos_feature_pvlan_test.go | 17 +++++ .../provider/resource_nxos_feature_ssh.go | 17 +++++ .../resource_nxos_feature_ssh_test.go | 17 +++++ .../provider/resource_nxos_feature_tacacs.go | 17 +++++ .../resource_nxos_feature_tacacs_test.go | 17 +++++ .../provider/resource_nxos_feature_telnet.go | 17 +++++ .../resource_nxos_feature_telnet_test.go | 17 +++++ .../provider/resource_nxos_feature_udld.go | 17 +++++ .../resource_nxos_feature_udld_test.go | 17 +++++ .../resource_nxos_feature_vn_segment.go | 17 +++++ .../resource_nxos_feature_vn_segment_test.go | 17 +++++ .../provider/resource_nxos_feature_vpc.go | 17 +++++ .../resource_nxos_feature_vpc_test.go | 17 +++++ internal/provider/resource_nxos_hmm.go | 17 +++++ .../provider/resource_nxos_hmm_instance.go | 17 +++++ .../resource_nxos_hmm_instance_test.go | 17 +++++ .../provider/resource_nxos_hmm_interface.go | 17 +++++ .../resource_nxos_hmm_interface_test.go | 17 +++++ internal/provider/resource_nxos_hmm_test.go | 17 +++++ .../resource_nxos_ipv4_access_list.go | 17 +++++ .../resource_nxos_ipv4_access_list_entry.go | 17 +++++ ...source_nxos_ipv4_access_list_entry_test.go | 17 +++++ ...pv4_access_list_policy_egress_interface.go | 17 +++++ ...ccess_list_policy_egress_interface_test.go | 17 +++++ ...v4_access_list_policy_ingress_interface.go | 17 +++++ ...cess_list_policy_ingress_interface_test.go | 17 +++++ .../resource_nxos_ipv4_access_list_test.go | 17 +++++ .../provider/resource_nxos_ipv4_interface.go | 17 +++++ .../resource_nxos_ipv4_interface_address.go | 17 +++++ ...source_nxos_ipv4_interface_address_test.go | 17 +++++ .../resource_nxos_ipv4_interface_test.go | 17 +++++ .../resource_nxos_ipv4_prefix_list_rule.go | 17 +++++ ...source_nxos_ipv4_prefix_list_rule_entry.go | 17 +++++ ...e_nxos_ipv4_prefix_list_rule_entry_test.go | 17 +++++ ...esource_nxos_ipv4_prefix_list_rule_test.go | 17 +++++ .../resource_nxos_ipv4_static_route.go | 17 +++++ .../resource_nxos_ipv4_static_route_test.go | 17 +++++ internal/provider/resource_nxos_ipv4_vrf.go | 17 +++++ .../provider/resource_nxos_ipv4_vrf_test.go | 17 +++++ internal/provider/resource_nxos_isis.go | 17 +++++ .../provider/resource_nxos_isis_instance.go | 17 +++++ .../resource_nxos_isis_instance_test.go | 17 +++++ .../provider/resource_nxos_isis_interface.go | 17 +++++ .../resource_nxos_isis_interface_test.go | 17 +++++ internal/provider/resource_nxos_isis_test.go | 17 +++++ internal/provider/resource_nxos_isis_vrf.go | 17 +++++ .../provider/resource_nxos_isis_vrf_test.go | 17 +++++ .../resource_nxos_loopback_interface.go | 17 +++++ .../resource_nxos_loopback_interface_test.go | 17 +++++ .../resource_nxos_loopback_interface_vrf.go | 17 +++++ ...source_nxos_loopback_interface_vrf_test.go | 17 +++++ internal/provider/resource_nxos_ntp_server.go | 17 +++++ .../provider/resource_nxos_ntp_server_test.go | 17 +++++ .../provider/resource_nxos_nve_interface.go | 17 +++++ .../resource_nxos_nve_interface_test.go | 17 +++++ internal/provider/resource_nxos_nve_vni.go | 17 +++++ .../resource_nxos_nve_vni_container.go | 17 +++++ .../resource_nxos_nve_vni_container_test.go | 17 +++++ ...source_nxos_nve_vni_ingress_replication.go | 17 +++++ ...e_nxos_nve_vni_ingress_replication_test.go | 17 +++++ .../provider/resource_nxos_nve_vni_test.go | 17 +++++ internal/provider/resource_nxos_ospf.go | 17 +++++ internal/provider/resource_nxos_ospf_area.go | 17 +++++ .../provider/resource_nxos_ospf_area_test.go | 17 +++++ .../resource_nxos_ospf_authentication.go | 17 +++++ .../resource_nxos_ospf_authentication_test.go | 17 +++++ .../provider/resource_nxos_ospf_instance.go | 17 +++++ .../resource_nxos_ospf_instance_test.go | 17 +++++ .../provider/resource_nxos_ospf_interface.go | 17 +++++ .../resource_nxos_ospf_interface_test.go | 17 +++++ internal/provider/resource_nxos_ospf_test.go | 17 +++++ internal/provider/resource_nxos_ospf_vrf.go | 17 +++++ .../provider/resource_nxos_ospf_vrf_test.go | 17 +++++ .../resource_nxos_physical_interface.go | 17 +++++ .../resource_nxos_physical_interface_test.go | 17 +++++ .../resource_nxos_physical_interface_vrf.go | 17 +++++ ...source_nxos_physical_interface_vrf_test.go | 17 +++++ internal/provider/resource_nxos_pim.go | 17 +++++ .../provider/resource_nxos_pim_anycast_rp.go | 17 +++++ .../resource_nxos_pim_anycast_rp_peer.go | 17 +++++ .../resource_nxos_pim_anycast_rp_peer_test.go | 17 +++++ .../resource_nxos_pim_anycast_rp_test.go | 17 +++++ .../provider/resource_nxos_pim_instance.go | 17 +++++ .../resource_nxos_pim_instance_test.go | 17 +++++ .../provider/resource_nxos_pim_interface.go | 17 +++++ .../resource_nxos_pim_interface_test.go | 17 +++++ .../provider/resource_nxos_pim_ssm_policy.go | 17 +++++ .../resource_nxos_pim_ssm_policy_test.go | 17 +++++ .../provider/resource_nxos_pim_ssm_range.go | 17 +++++ .../resource_nxos_pim_ssm_range_test.go | 17 +++++ .../provider/resource_nxos_pim_static_rp.go | 17 +++++ .../resource_nxos_pim_static_rp_group_list.go | 17 +++++ ...urce_nxos_pim_static_rp_group_list_test.go | 17 +++++ .../resource_nxos_pim_static_rp_policy.go | 17 +++++ ...resource_nxos_pim_static_rp_policy_test.go | 17 +++++ .../resource_nxos_pim_static_rp_test.go | 17 +++++ internal/provider/resource_nxos_pim_test.go | 17 +++++ internal/provider/resource_nxos_pim_vrf.go | 17 +++++ .../provider/resource_nxos_pim_vrf_test.go | 17 +++++ .../resource_nxos_port_channel_interface.go | 17 +++++ ...urce_nxos_port_channel_interface_member.go | 17 +++++ ...nxos_port_channel_interface_member_test.go | 17 +++++ ...source_nxos_port_channel_interface_test.go | 17 +++++ ...esource_nxos_port_channel_interface_vrf.go | 17 +++++ ...ce_nxos_port_channel_interface_vrf_test.go | 17 +++++ .../resource_nxos_queuing_qos_policy_map.go | 17 +++++ ..._queuing_qos_policy_map_match_class_map.go | 17 +++++ ...qos_policy_map_match_class_map_priority.go | 17 +++++ ...olicy_map_match_class_map_priority_test.go | 17 +++++ ...map_match_class_map_remaining_bandwidth.go | 17 +++++ ...atch_class_map_remaining_bandwidth_test.go | 17 +++++ ...ing_qos_policy_map_match_class_map_test.go | 17 +++++ ...source_nxos_queuing_qos_policy_map_test.go | 17 +++++ ...urce_nxos_queuing_qos_policy_system_out.go | 17 +++++ ...ueuing_qos_policy_system_out_policy_map.go | 17 +++++ ...g_qos_policy_system_out_policy_map_test.go | 17 +++++ ...nxos_queuing_qos_policy_system_out_test.go | 17 +++++ internal/provider/resource_nxos_rest.go | 17 +++++ internal/provider/resource_nxos_rest_test.go | 17 +++++ .../provider/resource_nxos_route_map_rule.go | 17 +++++ .../resource_nxos_route_map_rule_entry.go | 17 +++++ ...e_nxos_route_map_rule_entry_match_route.go | 17 +++++ ..._map_rule_entry_match_route_prefix_list.go | 17 +++++ ...rule_entry_match_route_prefix_list_test.go | 17 +++++ ...s_route_map_rule_entry_match_route_test.go | 17 +++++ ...te_map_rule_entry_set_regular_community.go | 17 +++++ ...p_rule_entry_set_regular_community_item.go | 17 +++++ ...e_entry_set_regular_community_item_test.go | 17 +++++ ...p_rule_entry_set_regular_community_test.go | 17 +++++ ...resource_nxos_route_map_rule_entry_test.go | 17 +++++ .../resource_nxos_route_map_rule_test.go | 17 +++++ .../resource_nxos_spanning_tree_interface.go | 17 +++++ ...ource_nxos_spanning_tree_interface_test.go | 17 +++++ .../provider/resource_nxos_subinterface.go | 17 +++++ .../resource_nxos_subinterface_test.go | 17 +++++ .../resource_nxos_subinterface_vrf.go | 17 +++++ .../resource_nxos_subinterface_vrf_test.go | 17 +++++ .../provider/resource_nxos_svi_interface.go | 17 +++++ .../resource_nxos_svi_interface_test.go | 17 +++++ .../resource_nxos_svi_interface_vrf.go | 17 +++++ .../resource_nxos_svi_interface_vrf_test.go | 17 +++++ internal/provider/resource_nxos_system.go | 17 +++++ .../provider/resource_nxos_system_test.go | 17 +++++ internal/provider/resource_nxos_vpc_domain.go | 17 +++++ .../provider/resource_nxos_vpc_domain_test.go | 17 +++++ .../provider/resource_nxos_vpc_instance.go | 17 +++++ .../resource_nxos_vpc_instance_test.go | 17 +++++ .../provider/resource_nxos_vpc_interface.go | 17 +++++ .../resource_nxos_vpc_interface_test.go | 17 +++++ internal/provider/resource_nxos_vrf.go | 17 +++++ .../resource_nxos_vrf_address_family.go | 17 +++++ .../resource_nxos_vrf_address_family_test.go | 17 +++++ .../resource_nxos_vrf_route_target.go | 17 +++++ ...ce_nxos_vrf_route_target_address_family.go | 17 +++++ ...os_vrf_route_target_address_family_test.go | 17 +++++ ...esource_nxos_vrf_route_target_direction.go | 17 +++++ ...ce_nxos_vrf_route_target_direction_test.go | 17 +++++ .../resource_nxos_vrf_route_target_test.go | 17 +++++ .../provider/resource_nxos_vrf_routing.go | 17 +++++ .../resource_nxos_vrf_routing_test.go | 17 +++++ internal/provider/resource_nxos_vrf_test.go | 17 +++++ main.go | 17 +++++ tools/tools.go | 17 +++++ 653 files changed, 11205 insertions(+), 48 deletions(-) delete mode 100644 .github/CODE_OF_CONDUCT.md delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 CODE_OF_CONDUCT.md create mode 100644 CONTRIBUTING.md create mode 100644 SECURITY.md diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 0c8b092c..00000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,5 +0,0 @@ -# Code of Conduct - -HashiCorp Community Guidelines apply to you when interacting with the community here on GitHub and contributing code. - -Please read the full text at https://www.hashicorp.com/community-guidelines diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8066d392..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ -Hi there, - -Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html. - -### Terraform Version -Run `terraform -v` to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed. - -### Affected Resource(s) -Please list the resources as a list, for example: -- opc_instance -- opc_storage_volume - -If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this. - -### Terraform Configuration Files -```hcl -# Copy-paste your Terraform configurations here - for large Terraform configs, -# please use a service like Dropbox and share a link to the ZIP file. For -# security, you can also encrypt the files using our GPG public key. -``` - -### Debug Output -Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist. - -### Panic Output -If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. - -### Expected Behavior -What should have happened? - -### Actual Behavior -What actually happened? - -### Steps to Reproduce -Please list the steps required to reproduce the issue, for example: -1. `terraform apply` - -### Important Factoids -Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs? - -### References -Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example: -- GH-1234 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..f5fd27c7 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,76 @@ +# Code of Conduct + +## Our Pledge + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers pledge to making participation in our project and +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, sex characteristics, gender identity and expression, +level of experience, education, socio-economic status, nationality, personal +appearance, race, religion, or sexual identity and orientation. + +## Our Standards + +Examples of behavior that contributes to creating a positive environment +include: + +* Using welcoming and inclusive language +* Being respectful of differing viewpoints and experiences +* Gracefully accepting constructive criticism +* Focusing on what is best for the community +* Showing empathy towards other community members + +Examples of unacceptable behavior by participants include: + +* The use of sexualized language or imagery and unwelcome sexual attention or + advances +* Trolling, insulting/derogatory comments, and personal or political attacks +* Public or private harassment +* Publishing others' private information, such as a physical or electronic + address, without explicit permission +* Other conduct which could reasonably be considered inappropriate in a + professional setting + +## Our Responsibilities + +Project maintainers are responsible for clarifying the standards of acceptable +behavior and are expected to take appropriate and fair corrective action in +response to any instances of unacceptable behavior. + +Project maintainers have the right and responsibility to remove, edit, or +reject comments, commits, code, wiki edits, issues, and other contributions +that are not aligned to this Code of Conduct, or to ban temporarily or +permanently any contributor for other behaviors that they deem inappropriate, +threatening, offensive, or harmful. + +## Scope + +This Code of Conduct applies both within project spaces and in public spaces +when an individual is representing the project or its community. Examples of +representing a project or community include using an official project e-mail +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. + +## Enforcement + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by sending an email to devnet-github-owners@cisco.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. The project team is +obligated to maintain confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +Project maintainers who do not follow or enforce the Code of Conduct in good +faith may face temporary or permanent repercussions as determined by other +members of the project's leadership. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html + +[homepage]: https://www.contributor-covenant.org + +For answers to common questions about this code of conduct, see +https://www.contributor-covenant.org/faq diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..53d19d86 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,76 @@ +# How to Contribute + +Thanks for your interest in contributing to this Terraform provider! Here are a few general guidelines on contributing and +reporting bugs that we ask you to review. Following these guidelines helps to communicate that you respect the time of +the contributors managing and developing this open source project. In return, they should reciprocate that respect in +addressing your issue, assessing changes, and helping you finalize your pull requests. In that spirit of mutual respect, +we endeavor to review incoming issues and pull requests within 10 days, and will close any lingering issues or pull +requests after 60 days of inactivity. + +Please note that all of your interactions in the project are subject to our [Code of Conduct](/CODE_OF_CONDUCT.md). This +includes creation of issues or pull requests, commenting on issues or pull requests, and extends to all interactions in +any real-time space e.g., Slack, Discord, etc. + +## Table Of Contents + +- [Reporting Issues](#reporting-issues) +- [Development](#development) + - [Building the Provider](#building-the-provider) + - [Acceptance Tests](#acceptance-tests) +- [Sending Pull Requests](#sending-pull-requests) +- [Other Ways to Contribute](#other-ways-to-contribute) + +## Reporting Issues + +Before reporting a new issue, please ensure that the issue was not already reported or fixed by searching through our +[issues list](https://github.com/CiscoDevNet/terraform-provider-nxos/issues). + +When creating a new issue, please be sure to include a **title and clear description**, as much relevant information as +possible, and, if possible, a test case. + +**If you discover a security bug, please do not report it through GitHub. Instead, please see security procedures in +[SECURITY.md](/SECURITY.md).** + +## Development + +### Building the Provider + +1. Clone the repository +2. Enter the repository directory +3. Build the provider using the Go `install` command: + +```shell +go install +``` + +### Acceptance Tests + +In order to run the full suite of Acceptance tests, run `make testacc`. Make sure the respective environment variables are set (e.g., `NXOS_USERNAME`, `NXOS_PASSWORD`, `NXOS_URL`). + +Note: Acceptance tests create real resources. + +```shell +make testacc +``` + +## Sending Pull Requests + +Before sending a new pull request, take a look at existing pull requests and issues to see if the proposed change or fix +has been discussed in the past, or if the change was already implemented but not yet released. + +We expect new pull requests to include tests for any affected behavior, and, as we follow semantic versioning, we may +reserve breaking changes until the next major version release. + +## Other Ways to Contribute + +We welcome anyone that wants to contribute to this Terraform provider to triage and reply to open issues to help troubleshoot +and fix existing bugs. Here is what you can do: + +- Help ensure that existing issues follows the recommendations from the _[Reporting Issues](#reporting-issues)_ section, + providing feedback to the issue's author on what might be missing. +- Review existing pull requests, and testing patches against real infrastructure. +- Write a test, or add a missing test case to an existing test. + +Thanks again for your interest on contributing to this Terraform provider! + +:heart: diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..16e7837f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,38 @@ +# Security Policies and Procedures + +This document outlines security procedures and general policies for this project. + +- [Reporting a Bug](#reporting-a-bug) +- [Disclosure Policy](#disclosure-policy) +- [Comments on this Policy](#comments-on-this-policy) + +## Reporting a Bug + +The team and community take all security bugs in this project seriously. Thank +you for improving the security of this project. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing `oss-security@cisco.com`. + +The lead maintainer will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the security team will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. + +## Disclosure Policy + +When the security team receives a security bug report, they will assign it to a +primary handler. This person will coordinate the fix and release process, +involving the following steps: + +- Confirm the problem and determine the affected versions. +- Audit code to find any potential similar problems. +- Prepare fixes for all releases still under maintenance. These fixes will be + released as quickly as possible. + +## Comments on this Policy + +If you have suggestions on how this process could be improved please submit a +pull request. diff --git a/gen/doc_category.go b/gen/doc_category.go index 9b87325a..89a9b36b 100644 --- a/gen/doc_category.go +++ b/gen/doc_category.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build ignore package main diff --git a/gen/generator.go b/gen/generator.go index 0e668a69..40786886 100644 --- a/gen/generator.go +++ b/gen/generator.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build ignore package main diff --git a/gen/templates/data_source.go b/gen/templates/data_source.go index 881ffcd7..1fe3c2c4 100644 --- a/gen/templates/data_source.go +++ b/gen/templates/data_source.go @@ -1,4 +1,21 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/gen/templates/data_source_test.go b/gen/templates/data_source_test.go index d6051e8d..39117472 100644 --- a/gen/templates/data_source_test.go +++ b/gen/templates/data_source_test.go @@ -1,4 +1,21 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + {{if .ExcludeTest}}//go:build testAll{{end}} // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/gen/templates/model.go b/gen/templates/model.go index bff2f359..48ae1a69 100644 --- a/gen/templates/model.go +++ b/gen/templates/model.go @@ -1,4 +1,21 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/gen/templates/provider.go b/gen/templates/provider.go index 7b6740e3..cb7bcf4c 100644 --- a/gen/templates/provider.go +++ b/gen/templates/provider.go @@ -1,4 +1,20 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/gen/templates/resource.go b/gen/templates/resource.go index 62bfa166..c94a0241 100644 --- a/gen/templates/resource.go +++ b/gen/templates/resource.go @@ -1,4 +1,21 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/gen/templates/resource_test.go b/gen/templates/resource_test.go index acebd6c4..99f3dfb0 100644 --- a/gen/templates/resource_test.go +++ b/gen/templates/resource_test.go @@ -1,4 +1,21 @@ //go:build ignore +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + {{if .ExcludeTest}}//go:build testAll{{end}} // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/internal/provider/data_source_nxos_bgp.go b/internal/provider/data_source_nxos_bgp.go index 2aace7d6..96dc78c4 100644 --- a/internal/provider/data_source_nxos_bgp.go +++ b/internal/provider/data_source_nxos_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_address_family.go b/internal/provider/data_source_nxos_bgp_address_family.go index d6dffc54..b1736478 100644 --- a/internal/provider/data_source_nxos_bgp_address_family.go +++ b/internal/provider/data_source_nxos_bgp_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_address_family_test.go b/internal/provider/data_source_nxos_bgp_address_family_test.go index 4986d2a1..81d45534 100644 --- a/internal/provider/data_source_nxos_bgp_address_family_test.go +++ b/internal/provider/data_source_nxos_bgp_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_graceful_restart.go b/internal/provider/data_source_nxos_bgp_graceful_restart.go index 5a3f4801..81accfb6 100644 --- a/internal/provider/data_source_nxos_bgp_graceful_restart.go +++ b/internal/provider/data_source_nxos_bgp_graceful_restart.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_graceful_restart_test.go b/internal/provider/data_source_nxos_bgp_graceful_restart_test.go index c7dd82f2..2596f40e 100644 --- a/internal/provider/data_source_nxos_bgp_graceful_restart_test.go +++ b/internal/provider/data_source_nxos_bgp_graceful_restart_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_instance.go b/internal/provider/data_source_nxos_bgp_instance.go index 2841da88..466edf03 100644 --- a/internal/provider/data_source_nxos_bgp_instance.go +++ b/internal/provider/data_source_nxos_bgp_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_instance_test.go b/internal/provider/data_source_nxos_bgp_instance_test.go index 48325dc1..2589c9ea 100644 --- a/internal/provider/data_source_nxos_bgp_instance_test.go +++ b/internal/provider/data_source_nxos_bgp_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer.go b/internal/provider/data_source_nxos_bgp_peer.go index 7c4ec26c..7f2fa50e 100644 --- a/internal/provider/data_source_nxos_bgp_peer.go +++ b/internal/provider/data_source_nxos_bgp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family.go b/internal/provider/data_source_nxos_bgp_peer_address_family.go index af2d7a7d..63c0e016 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control.go b/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control.go index 0c3990fb..9bf86880 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control_test.go b/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control_test.go index 5e195c5c..05da6ba5 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family_prefix_list_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family_route_control.go b/internal/provider/data_source_nxos_bgp_peer_address_family_route_control.go index 57112a6d..9f5434cb 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family_route_control.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family_route_control_test.go b/internal/provider/data_source_nxos_bgp_peer_address_family_route_control_test.go index 938f2297..eb9e4f63 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family_route_control_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family_route_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_address_family_test.go b/internal/provider/data_source_nxos_bgp_peer_address_family_test.go index dd232e8b..ed1d4cbc 100644 --- a/internal/provider/data_source_nxos_bgp_peer_address_family_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template.go b/internal/provider/data_source_nxos_bgp_peer_template.go index f77e4cde..c1fc18ce 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template.go +++ b/internal/provider/data_source_nxos_bgp_peer_template.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template_address_family.go b/internal/provider/data_source_nxos_bgp_peer_template_address_family.go index f4b76e7e..1f01551f 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template_address_family.go +++ b/internal/provider/data_source_nxos_bgp_peer_template_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template_address_family_test.go b/internal/provider/data_source_nxos_bgp_peer_template_address_family_test.go index 5347b65b..8d7b5ac5 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template_address_family_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_template_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template_max_prefix.go b/internal/provider/data_source_nxos_bgp_peer_template_max_prefix.go index 501b8156..3252d97d 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template_max_prefix.go +++ b/internal/provider/data_source_nxos_bgp_peer_template_max_prefix.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template_max_prefix_test.go b/internal/provider/data_source_nxos_bgp_peer_template_max_prefix_test.go index 3e3d8c7b..8e1fc27b 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template_max_prefix_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_template_max_prefix_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_template_test.go b/internal/provider/data_source_nxos_bgp_peer_template_test.go index 3aadd1e4..4e4e64e7 100644 --- a/internal/provider/data_source_nxos_bgp_peer_template_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_template_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_peer_test.go b/internal/provider/data_source_nxos_bgp_peer_test.go index aaf5fe85..e78231d2 100644 --- a/internal/provider/data_source_nxos_bgp_peer_test.go +++ b/internal/provider/data_source_nxos_bgp_peer_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_route_control.go b/internal/provider/data_source_nxos_bgp_route_control.go index 12c81deb..ec1882d3 100644 --- a/internal/provider/data_source_nxos_bgp_route_control.go +++ b/internal/provider/data_source_nxos_bgp_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_route_control_test.go b/internal/provider/data_source_nxos_bgp_route_control_test.go index 6e89517e..36cd95a2 100644 --- a/internal/provider/data_source_nxos_bgp_route_control_test.go +++ b/internal/provider/data_source_nxos_bgp_route_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_test.go b/internal/provider/data_source_nxos_bgp_test.go index 4318cc16..3438550b 100644 --- a/internal/provider/data_source_nxos_bgp_test.go +++ b/internal/provider/data_source_nxos_bgp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_vrf.go b/internal/provider/data_source_nxos_bgp_vrf.go index 4d1713bd..bcea2b09 100644 --- a/internal/provider/data_source_nxos_bgp_vrf.go +++ b/internal/provider/data_source_nxos_bgp_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bgp_vrf_test.go b/internal/provider/data_source_nxos_bgp_vrf_test.go index 579b1234..46949a3a 100644 --- a/internal/provider/data_source_nxos_bgp_vrf_test.go +++ b/internal/provider/data_source_nxos_bgp_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bridge_domain.go b/internal/provider/data_source_nxos_bridge_domain.go index fd875ccd..ffdc6b27 100644 --- a/internal/provider/data_source_nxos_bridge_domain.go +++ b/internal/provider/data_source_nxos_bridge_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_bridge_domain_test.go b/internal/provider/data_source_nxos_bridge_domain_test.go index 1b23648d..b9fcc3d5 100644 --- a/internal/provider/data_source_nxos_bridge_domain_test.go +++ b/internal/provider/data_source_nxos_bridge_domain_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_class_map.go b/internal/provider/data_source_nxos_default_qos_class_map.go index 1b1dce96..cd569d4a 100644 --- a/internal/provider/data_source_nxos_default_qos_class_map.go +++ b/internal/provider/data_source_nxos_default_qos_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_class_map_dscp.go b/internal/provider/data_source_nxos_default_qos_class_map_dscp.go index 38a44c6b..bf7b78d3 100644 --- a/internal/provider/data_source_nxos_default_qos_class_map_dscp.go +++ b/internal/provider/data_source_nxos_default_qos_class_map_dscp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_class_map_dscp_test.go b/internal/provider/data_source_nxos_default_qos_class_map_dscp_test.go index 212812a0..031f31c1 100644 --- a/internal/provider/data_source_nxos_default_qos_class_map_dscp_test.go +++ b/internal/provider/data_source_nxos_default_qos_class_map_dscp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_class_map_test.go b/internal/provider/data_source_nxos_default_qos_class_map_test.go index c5564c60..781f9950 100644 --- a/internal/provider/data_source_nxos_default_qos_class_map_test.go +++ b/internal/provider/data_source_nxos_default_qos_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_interface_in.go b/internal/provider/data_source_nxos_default_qos_policy_interface_in.go index 60f7baa9..30c062bb 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_interface_in.go +++ b/internal/provider/data_source_nxos_default_qos_policy_interface_in.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map.go b/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map.go index 616b7871..10045fee 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map.go +++ b/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map_test.go b/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map_test.go index f96ed91e..aa2a000c 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_interface_in_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_interface_in_test.go b/internal/provider/data_source_nxos_default_qos_policy_interface_in_test.go index e26dc7c7..2fc1e14b 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_interface_in_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_interface_in_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map.go b/internal/provider/data_source_nxos_default_qos_policy_map.go index 8e77fa75..43a36e58 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map.go index 0ba1eb75..fea6eaa9 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police.go index a5e3b74f..94777e84 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police_test.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police_test.go index f08bdf7d..183d849e 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_police_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group.go index 4a17c02e..a675e747 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go index 6396eb5f..dda01dc1 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_test.go b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_test.go index f60bbbd3..eecdf73e 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_match_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_default_qos_policy_map_test.go b/internal/provider/data_source_nxos_default_qos_policy_map_test.go index 704f488d..3ee6d0c4 100644 --- a/internal/provider/data_source_nxos_default_qos_policy_map_test.go +++ b/internal/provider/data_source_nxos_default_qos_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_dhcp_relay_address.go b/internal/provider/data_source_nxos_dhcp_relay_address.go index a9b88f4e..c6b5794b 100644 --- a/internal/provider/data_source_nxos_dhcp_relay_address.go +++ b/internal/provider/data_source_nxos_dhcp_relay_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_dhcp_relay_address_test.go b/internal/provider/data_source_nxos_dhcp_relay_address_test.go index e9f3cad9..5b15cbdb 100644 --- a/internal/provider/data_source_nxos_dhcp_relay_address_test.go +++ b/internal/provider/data_source_nxos_dhcp_relay_address_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_dhcp_relay_interface.go b/internal/provider/data_source_nxos_dhcp_relay_interface.go index f4a338a2..cc738b8e 100644 --- a/internal/provider/data_source_nxos_dhcp_relay_interface.go +++ b/internal/provider/data_source_nxos_dhcp_relay_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_dhcp_relay_interface_test.go b/internal/provider/data_source_nxos_dhcp_relay_interface_test.go index af683bd6..59439350 100644 --- a/internal/provider/data_source_nxos_dhcp_relay_interface_test.go +++ b/internal/provider/data_source_nxos_dhcp_relay_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ethernet.go b/internal/provider/data_source_nxos_ethernet.go index 5352c907..1c4b16c4 100644 --- a/internal/provider/data_source_nxos_ethernet.go +++ b/internal/provider/data_source_nxos_ethernet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ethernet_test.go b/internal/provider/data_source_nxos_ethernet_test.go index 52271841..4df336da 100644 --- a/internal/provider/data_source_nxos_ethernet_test.go +++ b/internal/provider/data_source_nxos_ethernet_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn.go b/internal/provider/data_source_nxos_evpn.go index d0c274fa..86d40929 100644 --- a/internal/provider/data_source_nxos_evpn.go +++ b/internal/provider/data_source_nxos_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_test.go b/internal/provider/data_source_nxos_evpn_test.go index dc67b951..6afc76d7 100644 --- a/internal/provider/data_source_nxos_evpn_test.go +++ b/internal/provider/data_source_nxos_evpn_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni.go b/internal/provider/data_source_nxos_evpn_vni.go index f41573cf..e5db4624 100644 --- a/internal/provider/data_source_nxos_evpn_vni.go +++ b/internal/provider/data_source_nxos_evpn_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni_route_target.go b/internal/provider/data_source_nxos_evpn_vni_route_target.go index 4f1b8ca8..9a73c38d 100644 --- a/internal/provider/data_source_nxos_evpn_vni_route_target.go +++ b/internal/provider/data_source_nxos_evpn_vni_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni_route_target_direction.go b/internal/provider/data_source_nxos_evpn_vni_route_target_direction.go index 4bd88703..4f524ef6 100644 --- a/internal/provider/data_source_nxos_evpn_vni_route_target_direction.go +++ b/internal/provider/data_source_nxos_evpn_vni_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni_route_target_direction_test.go b/internal/provider/data_source_nxos_evpn_vni_route_target_direction_test.go index 301d071f..94c65af3 100644 --- a/internal/provider/data_source_nxos_evpn_vni_route_target_direction_test.go +++ b/internal/provider/data_source_nxos_evpn_vni_route_target_direction_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni_route_target_test.go b/internal/provider/data_source_nxos_evpn_vni_route_target_test.go index 24e6f1d4..96dbf313 100644 --- a/internal/provider/data_source_nxos_evpn_vni_route_target_test.go +++ b/internal/provider/data_source_nxos_evpn_vni_route_target_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_evpn_vni_test.go b/internal/provider/data_source_nxos_evpn_vni_test.go index 2d5665c3..372f7b48 100644 --- a/internal/provider/data_source_nxos_evpn_vni_test.go +++ b/internal/provider/data_source_nxos_evpn_vni_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_bfd.go b/internal/provider/data_source_nxos_feature_bfd.go index 01768224..041b1879 100644 --- a/internal/provider/data_source_nxos_feature_bfd.go +++ b/internal/provider/data_source_nxos_feature_bfd.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_bfd_test.go b/internal/provider/data_source_nxos_feature_bfd_test.go index e698a711..e72dd874 100644 --- a/internal/provider/data_source_nxos_feature_bfd_test.go +++ b/internal/provider/data_source_nxos_feature_bfd_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_bgp.go b/internal/provider/data_source_nxos_feature_bgp.go index b977b2d3..323c23d8 100644 --- a/internal/provider/data_source_nxos_feature_bgp.go +++ b/internal/provider/data_source_nxos_feature_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_bgp_test.go b/internal/provider/data_source_nxos_feature_bgp_test.go index 0b6d5e3e..eb30fd58 100644 --- a/internal/provider/data_source_nxos_feature_bgp_test.go +++ b/internal/provider/data_source_nxos_feature_bgp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_dhcp.go b/internal/provider/data_source_nxos_feature_dhcp.go index 3e95c8f3..db09034e 100644 --- a/internal/provider/data_source_nxos_feature_dhcp.go +++ b/internal/provider/data_source_nxos_feature_dhcp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_dhcp_test.go b/internal/provider/data_source_nxos_feature_dhcp_test.go index 142c939f..58907769 100644 --- a/internal/provider/data_source_nxos_feature_dhcp_test.go +++ b/internal/provider/data_source_nxos_feature_dhcp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_evpn.go b/internal/provider/data_source_nxos_feature_evpn.go index 75e38fe8..420ebfe1 100644 --- a/internal/provider/data_source_nxos_feature_evpn.go +++ b/internal/provider/data_source_nxos_feature_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_evpn_test.go b/internal/provider/data_source_nxos_feature_evpn_test.go index dacd8bd6..22b88f9a 100644 --- a/internal/provider/data_source_nxos_feature_evpn_test.go +++ b/internal/provider/data_source_nxos_feature_evpn_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_hmm.go b/internal/provider/data_source_nxos_feature_hmm.go index 836c526d..1dc9411e 100644 --- a/internal/provider/data_source_nxos_feature_hmm.go +++ b/internal/provider/data_source_nxos_feature_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_hmm_test.go b/internal/provider/data_source_nxos_feature_hmm_test.go index 44c8dcec..7f9aa0b3 100644 --- a/internal/provider/data_source_nxos_feature_hmm_test.go +++ b/internal/provider/data_source_nxos_feature_hmm_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_hsrp.go b/internal/provider/data_source_nxos_feature_hsrp.go index 81880b8f..71ba87bf 100644 --- a/internal/provider/data_source_nxos_feature_hsrp.go +++ b/internal/provider/data_source_nxos_feature_hsrp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_hsrp_test.go b/internal/provider/data_source_nxos_feature_hsrp_test.go index 92ebb3bd..70724580 100644 --- a/internal/provider/data_source_nxos_feature_hsrp_test.go +++ b/internal/provider/data_source_nxos_feature_hsrp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_interface_vlan.go b/internal/provider/data_source_nxos_feature_interface_vlan.go index 69d8dc45..70b72b84 100644 --- a/internal/provider/data_source_nxos_feature_interface_vlan.go +++ b/internal/provider/data_source_nxos_feature_interface_vlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_interface_vlan_test.go b/internal/provider/data_source_nxos_feature_interface_vlan_test.go index db2a3e33..a344c879 100644 --- a/internal/provider/data_source_nxos_feature_interface_vlan_test.go +++ b/internal/provider/data_source_nxos_feature_interface_vlan_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_isis.go b/internal/provider/data_source_nxos_feature_isis.go index d5a6f491..fb391ad7 100644 --- a/internal/provider/data_source_nxos_feature_isis.go +++ b/internal/provider/data_source_nxos_feature_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_isis_test.go b/internal/provider/data_source_nxos_feature_isis_test.go index 30b57d5e..9b671074 100644 --- a/internal/provider/data_source_nxos_feature_isis_test.go +++ b/internal/provider/data_source_nxos_feature_isis_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_lacp.go b/internal/provider/data_source_nxos_feature_lacp.go index d0a949a1..23c4e1e3 100644 --- a/internal/provider/data_source_nxos_feature_lacp.go +++ b/internal/provider/data_source_nxos_feature_lacp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_lacp_test.go b/internal/provider/data_source_nxos_feature_lacp_test.go index b4a090e7..e78a2611 100644 --- a/internal/provider/data_source_nxos_feature_lacp_test.go +++ b/internal/provider/data_source_nxos_feature_lacp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_lldp.go b/internal/provider/data_source_nxos_feature_lldp.go index 3715035a..5d48f1a5 100644 --- a/internal/provider/data_source_nxos_feature_lldp.go +++ b/internal/provider/data_source_nxos_feature_lldp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_lldp_test.go b/internal/provider/data_source_nxos_feature_lldp_test.go index 2cbe725a..3d56355c 100644 --- a/internal/provider/data_source_nxos_feature_lldp_test.go +++ b/internal/provider/data_source_nxos_feature_lldp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_macsec.go b/internal/provider/data_source_nxos_feature_macsec.go index 7e244506..bd542cd6 100644 --- a/internal/provider/data_source_nxos_feature_macsec.go +++ b/internal/provider/data_source_nxos_feature_macsec.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_macsec_test.go b/internal/provider/data_source_nxos_feature_macsec_test.go index d54b58f4..dd3c1395 100644 --- a/internal/provider/data_source_nxos_feature_macsec_test.go +++ b/internal/provider/data_source_nxos_feature_macsec_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build testAll // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/internal/provider/data_source_nxos_feature_netflow.go b/internal/provider/data_source_nxos_feature_netflow.go index 44b62754..cc84bb21 100644 --- a/internal/provider/data_source_nxos_feature_netflow.go +++ b/internal/provider/data_source_nxos_feature_netflow.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_netflow_test.go b/internal/provider/data_source_nxos_feature_netflow_test.go index 44020d78..d5697d2c 100644 --- a/internal/provider/data_source_nxos_feature_netflow_test.go +++ b/internal/provider/data_source_nxos_feature_netflow_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build testAll // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/internal/provider/data_source_nxos_feature_nv_overlay.go b/internal/provider/data_source_nxos_feature_nv_overlay.go index bef2e27a..d776918b 100644 --- a/internal/provider/data_source_nxos_feature_nv_overlay.go +++ b/internal/provider/data_source_nxos_feature_nv_overlay.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_nv_overlay_test.go b/internal/provider/data_source_nxos_feature_nv_overlay_test.go index 3fe89202..25c0ff9d 100644 --- a/internal/provider/data_source_nxos_feature_nv_overlay_test.go +++ b/internal/provider/data_source_nxos_feature_nv_overlay_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ospf.go b/internal/provider/data_source_nxos_feature_ospf.go index 2c313e5d..6f4de90d 100644 --- a/internal/provider/data_source_nxos_feature_ospf.go +++ b/internal/provider/data_source_nxos_feature_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ospf_test.go b/internal/provider/data_source_nxos_feature_ospf_test.go index ed2a77db..e6bf3d62 100644 --- a/internal/provider/data_source_nxos_feature_ospf_test.go +++ b/internal/provider/data_source_nxos_feature_ospf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ospfv3.go b/internal/provider/data_source_nxos_feature_ospfv3.go index aa0ca413..ef723096 100644 --- a/internal/provider/data_source_nxos_feature_ospfv3.go +++ b/internal/provider/data_source_nxos_feature_ospfv3.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ospfv3_test.go b/internal/provider/data_source_nxos_feature_ospfv3_test.go index bd789128..a87e49eb 100644 --- a/internal/provider/data_source_nxos_feature_ospfv3_test.go +++ b/internal/provider/data_source_nxos_feature_ospfv3_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_pim.go b/internal/provider/data_source_nxos_feature_pim.go index 252f7ac0..0998932a 100644 --- a/internal/provider/data_source_nxos_feature_pim.go +++ b/internal/provider/data_source_nxos_feature_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_pim_test.go b/internal/provider/data_source_nxos_feature_pim_test.go index 785f8bb3..a4881175 100644 --- a/internal/provider/data_source_nxos_feature_pim_test.go +++ b/internal/provider/data_source_nxos_feature_pim_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ptp.go b/internal/provider/data_source_nxos_feature_ptp.go index 9cbe0122..b48be082 100644 --- a/internal/provider/data_source_nxos_feature_ptp.go +++ b/internal/provider/data_source_nxos_feature_ptp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ptp_test.go b/internal/provider/data_source_nxos_feature_ptp_test.go index 73108fa7..02580289 100644 --- a/internal/provider/data_source_nxos_feature_ptp_test.go +++ b/internal/provider/data_source_nxos_feature_ptp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_pvlan.go b/internal/provider/data_source_nxos_feature_pvlan.go index c6e02ead..0d22a4ed 100644 --- a/internal/provider/data_source_nxos_feature_pvlan.go +++ b/internal/provider/data_source_nxos_feature_pvlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_pvlan_test.go b/internal/provider/data_source_nxos_feature_pvlan_test.go index 3dbe1102..86a9d113 100644 --- a/internal/provider/data_source_nxos_feature_pvlan_test.go +++ b/internal/provider/data_source_nxos_feature_pvlan_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ssh.go b/internal/provider/data_source_nxos_feature_ssh.go index 4bbdf0d5..7b1c31bd 100644 --- a/internal/provider/data_source_nxos_feature_ssh.go +++ b/internal/provider/data_source_nxos_feature_ssh.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_ssh_test.go b/internal/provider/data_source_nxos_feature_ssh_test.go index cb97e4d3..731b79df 100644 --- a/internal/provider/data_source_nxos_feature_ssh_test.go +++ b/internal/provider/data_source_nxos_feature_ssh_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_tacacs.go b/internal/provider/data_source_nxos_feature_tacacs.go index 284fdbaf..dedaa2cc 100644 --- a/internal/provider/data_source_nxos_feature_tacacs.go +++ b/internal/provider/data_source_nxos_feature_tacacs.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_tacacs_test.go b/internal/provider/data_source_nxos_feature_tacacs_test.go index b5fa3cd6..23200693 100644 --- a/internal/provider/data_source_nxos_feature_tacacs_test.go +++ b/internal/provider/data_source_nxos_feature_tacacs_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_telnet.go b/internal/provider/data_source_nxos_feature_telnet.go index db181c93..e217d6b3 100644 --- a/internal/provider/data_source_nxos_feature_telnet.go +++ b/internal/provider/data_source_nxos_feature_telnet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_telnet_test.go b/internal/provider/data_source_nxos_feature_telnet_test.go index 7683d96c..e8aa72f8 100644 --- a/internal/provider/data_source_nxos_feature_telnet_test.go +++ b/internal/provider/data_source_nxos_feature_telnet_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_udld.go b/internal/provider/data_source_nxos_feature_udld.go index 7abb1a93..3abb6307 100644 --- a/internal/provider/data_source_nxos_feature_udld.go +++ b/internal/provider/data_source_nxos_feature_udld.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_udld_test.go b/internal/provider/data_source_nxos_feature_udld_test.go index b23efb32..178dd2e6 100644 --- a/internal/provider/data_source_nxos_feature_udld_test.go +++ b/internal/provider/data_source_nxos_feature_udld_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_vn_segment.go b/internal/provider/data_source_nxos_feature_vn_segment.go index 8b9bb254..660e780b 100644 --- a/internal/provider/data_source_nxos_feature_vn_segment.go +++ b/internal/provider/data_source_nxos_feature_vn_segment.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_vn_segment_test.go b/internal/provider/data_source_nxos_feature_vn_segment_test.go index 6603b5f3..374ceb41 100644 --- a/internal/provider/data_source_nxos_feature_vn_segment_test.go +++ b/internal/provider/data_source_nxos_feature_vn_segment_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_vpc.go b/internal/provider/data_source_nxos_feature_vpc.go index ebb1ef41..6e5a92e8 100644 --- a/internal/provider/data_source_nxos_feature_vpc.go +++ b/internal/provider/data_source_nxos_feature_vpc.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_feature_vpc_test.go b/internal/provider/data_source_nxos_feature_vpc_test.go index 3fb6828a..81733ba6 100644 --- a/internal/provider/data_source_nxos_feature_vpc_test.go +++ b/internal/provider/data_source_nxos_feature_vpc_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm.go b/internal/provider/data_source_nxos_hmm.go index f881c69a..e3062f7b 100644 --- a/internal/provider/data_source_nxos_hmm.go +++ b/internal/provider/data_source_nxos_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm_instance.go b/internal/provider/data_source_nxos_hmm_instance.go index a51d3fc2..38ff1bf3 100644 --- a/internal/provider/data_source_nxos_hmm_instance.go +++ b/internal/provider/data_source_nxos_hmm_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm_instance_test.go b/internal/provider/data_source_nxos_hmm_instance_test.go index 790d7702..df288610 100644 --- a/internal/provider/data_source_nxos_hmm_instance_test.go +++ b/internal/provider/data_source_nxos_hmm_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm_interface.go b/internal/provider/data_source_nxos_hmm_interface.go index ed1c0f76..7907efb0 100644 --- a/internal/provider/data_source_nxos_hmm_interface.go +++ b/internal/provider/data_source_nxos_hmm_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm_interface_test.go b/internal/provider/data_source_nxos_hmm_interface_test.go index d1dda14c..dff9cd3d 100644 --- a/internal/provider/data_source_nxos_hmm_interface_test.go +++ b/internal/provider/data_source_nxos_hmm_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_hmm_test.go b/internal/provider/data_source_nxos_hmm_test.go index abdecf19..d2ebcf0d 100644 --- a/internal/provider/data_source_nxos_hmm_test.go +++ b/internal/provider/data_source_nxos_hmm_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list.go b/internal/provider/data_source_nxos_ipv4_access_list.go index 1e5722a0..bb5e1c63 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list.go +++ b/internal/provider/data_source_nxos_ipv4_access_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_entry.go b/internal/provider/data_source_nxos_ipv4_access_list_entry.go index 041998bb..ba0ae63e 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_entry.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_entry_test.go b/internal/provider/data_source_nxos_ipv4_access_list_entry_test.go index 91f64f98..37c10dac 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_entry_test.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface.go b/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface.go index c230c62a..234eeedb 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface_test.go b/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface_test.go index 085a547e..c5772005 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface_test.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_policy_egress_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface.go b/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface.go index 870c78c9..1049c421 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface_test.go b/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface_test.go index 754a65e2..f1e4365f 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface_test.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_policy_ingress_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_access_list_test.go b/internal/provider/data_source_nxos_ipv4_access_list_test.go index a006a9f4..c3a987ad 100644 --- a/internal/provider/data_source_nxos_ipv4_access_list_test.go +++ b/internal/provider/data_source_nxos_ipv4_access_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_interface.go b/internal/provider/data_source_nxos_ipv4_interface.go index 04e2daf7..b19ec743 100644 --- a/internal/provider/data_source_nxos_ipv4_interface.go +++ b/internal/provider/data_source_nxos_ipv4_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_interface_address.go b/internal/provider/data_source_nxos_ipv4_interface_address.go index bba0941b..7e5f7bda 100644 --- a/internal/provider/data_source_nxos_ipv4_interface_address.go +++ b/internal/provider/data_source_nxos_ipv4_interface_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_interface_address_test.go b/internal/provider/data_source_nxos_ipv4_interface_address_test.go index 2f6b2478..f5297f28 100644 --- a/internal/provider/data_source_nxos_ipv4_interface_address_test.go +++ b/internal/provider/data_source_nxos_ipv4_interface_address_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_interface_test.go b/internal/provider/data_source_nxos_ipv4_interface_test.go index e7139c10..55156920 100644 --- a/internal/provider/data_source_nxos_ipv4_interface_test.go +++ b/internal/provider/data_source_nxos_ipv4_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_prefix_list_rule.go b/internal/provider/data_source_nxos_ipv4_prefix_list_rule.go index a62c3a5a..e44cc815 100644 --- a/internal/provider/data_source_nxos_ipv4_prefix_list_rule.go +++ b/internal/provider/data_source_nxos_ipv4_prefix_list_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry.go b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry.go index dc01d741..273e365d 100644 --- a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry.go +++ b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry_test.go b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry_test.go index 3bb4f5ad..a7ead0fb 100644 --- a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry_test.go +++ b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_test.go b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_test.go index 3b34f0f6..0982a557 100644 --- a/internal/provider/data_source_nxos_ipv4_prefix_list_rule_test.go +++ b/internal/provider/data_source_nxos_ipv4_prefix_list_rule_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_static_route.go b/internal/provider/data_source_nxos_ipv4_static_route.go index 3ef56f37..6902c908 100644 --- a/internal/provider/data_source_nxos_ipv4_static_route.go +++ b/internal/provider/data_source_nxos_ipv4_static_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_static_route_test.go b/internal/provider/data_source_nxos_ipv4_static_route_test.go index a3e3f79e..13aa1324 100644 --- a/internal/provider/data_source_nxos_ipv4_static_route_test.go +++ b/internal/provider/data_source_nxos_ipv4_static_route_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_vrf.go b/internal/provider/data_source_nxos_ipv4_vrf.go index dd442f63..e7949dc8 100644 --- a/internal/provider/data_source_nxos_ipv4_vrf.go +++ b/internal/provider/data_source_nxos_ipv4_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ipv4_vrf_test.go b/internal/provider/data_source_nxos_ipv4_vrf_test.go index 5aafd94e..20ceab3b 100644 --- a/internal/provider/data_source_nxos_ipv4_vrf_test.go +++ b/internal/provider/data_source_nxos_ipv4_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis.go b/internal/provider/data_source_nxos_isis.go index 1873241a..b9248db8 100644 --- a/internal/provider/data_source_nxos_isis.go +++ b/internal/provider/data_source_nxos_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_instance.go b/internal/provider/data_source_nxos_isis_instance.go index 6497dfc2..f4c856ea 100644 --- a/internal/provider/data_source_nxos_isis_instance.go +++ b/internal/provider/data_source_nxos_isis_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_instance_test.go b/internal/provider/data_source_nxos_isis_instance_test.go index 14c4e6f8..f84fb0e6 100644 --- a/internal/provider/data_source_nxos_isis_instance_test.go +++ b/internal/provider/data_source_nxos_isis_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_interface.go b/internal/provider/data_source_nxos_isis_interface.go index 00f7c14c..cb060b90 100644 --- a/internal/provider/data_source_nxos_isis_interface.go +++ b/internal/provider/data_source_nxos_isis_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_interface_test.go b/internal/provider/data_source_nxos_isis_interface_test.go index 77ef18c9..9b47b804 100644 --- a/internal/provider/data_source_nxos_isis_interface_test.go +++ b/internal/provider/data_source_nxos_isis_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_test.go b/internal/provider/data_source_nxos_isis_test.go index 6512107c..319a0c34 100644 --- a/internal/provider/data_source_nxos_isis_test.go +++ b/internal/provider/data_source_nxos_isis_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_vrf.go b/internal/provider/data_source_nxos_isis_vrf.go index c34520d0..87320cfb 100644 --- a/internal/provider/data_source_nxos_isis_vrf.go +++ b/internal/provider/data_source_nxos_isis_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_isis_vrf_test.go b/internal/provider/data_source_nxos_isis_vrf_test.go index dfd23bcd..7a7bf6b1 100644 --- a/internal/provider/data_source_nxos_isis_vrf_test.go +++ b/internal/provider/data_source_nxos_isis_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_loopback_interface.go b/internal/provider/data_source_nxos_loopback_interface.go index a5b55db2..dd10d9e1 100644 --- a/internal/provider/data_source_nxos_loopback_interface.go +++ b/internal/provider/data_source_nxos_loopback_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_loopback_interface_test.go b/internal/provider/data_source_nxos_loopback_interface_test.go index ed768292..37d0c2ef 100644 --- a/internal/provider/data_source_nxos_loopback_interface_test.go +++ b/internal/provider/data_source_nxos_loopback_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_loopback_interface_vrf.go b/internal/provider/data_source_nxos_loopback_interface_vrf.go index 57518b60..ab3ef970 100644 --- a/internal/provider/data_source_nxos_loopback_interface_vrf.go +++ b/internal/provider/data_source_nxos_loopback_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_loopback_interface_vrf_test.go b/internal/provider/data_source_nxos_loopback_interface_vrf_test.go index 5326e0f3..e041f564 100644 --- a/internal/provider/data_source_nxos_loopback_interface_vrf_test.go +++ b/internal/provider/data_source_nxos_loopback_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ntp_server.go b/internal/provider/data_source_nxos_ntp_server.go index 5d389f4f..170b1df8 100644 --- a/internal/provider/data_source_nxos_ntp_server.go +++ b/internal/provider/data_source_nxos_ntp_server.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ntp_server_test.go b/internal/provider/data_source_nxos_ntp_server_test.go index dc139d90..5274a744 100644 --- a/internal/provider/data_source_nxos_ntp_server_test.go +++ b/internal/provider/data_source_nxos_ntp_server_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_interface.go b/internal/provider/data_source_nxos_nve_interface.go index 10e19a4e..256c6a02 100644 --- a/internal/provider/data_source_nxos_nve_interface.go +++ b/internal/provider/data_source_nxos_nve_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_interface_test.go b/internal/provider/data_source_nxos_nve_interface_test.go index f7d8f433..69f972cb 100644 --- a/internal/provider/data_source_nxos_nve_interface_test.go +++ b/internal/provider/data_source_nxos_nve_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni.go b/internal/provider/data_source_nxos_nve_vni.go index f01c5549..98c51b5b 100644 --- a/internal/provider/data_source_nxos_nve_vni.go +++ b/internal/provider/data_source_nxos_nve_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni_container.go b/internal/provider/data_source_nxos_nve_vni_container.go index 4600300f..edefe78e 100644 --- a/internal/provider/data_source_nxos_nve_vni_container.go +++ b/internal/provider/data_source_nxos_nve_vni_container.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni_container_test.go b/internal/provider/data_source_nxos_nve_vni_container_test.go index a1cfd493..f11e3316 100644 --- a/internal/provider/data_source_nxos_nve_vni_container_test.go +++ b/internal/provider/data_source_nxos_nve_vni_container_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni_ingress_replication.go b/internal/provider/data_source_nxos_nve_vni_ingress_replication.go index 30072d89..dc048ab2 100644 --- a/internal/provider/data_source_nxos_nve_vni_ingress_replication.go +++ b/internal/provider/data_source_nxos_nve_vni_ingress_replication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni_ingress_replication_test.go b/internal/provider/data_source_nxos_nve_vni_ingress_replication_test.go index 822397bb..ea73e237 100644 --- a/internal/provider/data_source_nxos_nve_vni_ingress_replication_test.go +++ b/internal/provider/data_source_nxos_nve_vni_ingress_replication_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_nve_vni_test.go b/internal/provider/data_source_nxos_nve_vni_test.go index a50be548..a2b949bb 100644 --- a/internal/provider/data_source_nxos_nve_vni_test.go +++ b/internal/provider/data_source_nxos_nve_vni_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf.go b/internal/provider/data_source_nxos_ospf.go index 92e2547d..63d7ada2 100644 --- a/internal/provider/data_source_nxos_ospf.go +++ b/internal/provider/data_source_nxos_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_area.go b/internal/provider/data_source_nxos_ospf_area.go index 09d25e0a..5cd926c4 100644 --- a/internal/provider/data_source_nxos_ospf_area.go +++ b/internal/provider/data_source_nxos_ospf_area.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_area_test.go b/internal/provider/data_source_nxos_ospf_area_test.go index 31767a1f..bb00112d 100644 --- a/internal/provider/data_source_nxos_ospf_area_test.go +++ b/internal/provider/data_source_nxos_ospf_area_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_authentication.go b/internal/provider/data_source_nxos_ospf_authentication.go index 26032ec2..68f87f65 100644 --- a/internal/provider/data_source_nxos_ospf_authentication.go +++ b/internal/provider/data_source_nxos_ospf_authentication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_authentication_test.go b/internal/provider/data_source_nxos_ospf_authentication_test.go index 75da92b2..eec8d079 100644 --- a/internal/provider/data_source_nxos_ospf_authentication_test.go +++ b/internal/provider/data_source_nxos_ospf_authentication_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_instance.go b/internal/provider/data_source_nxos_ospf_instance.go index a2fb5bb9..cf71f3f2 100644 --- a/internal/provider/data_source_nxos_ospf_instance.go +++ b/internal/provider/data_source_nxos_ospf_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_instance_test.go b/internal/provider/data_source_nxos_ospf_instance_test.go index a5927dd9..e6022fd3 100644 --- a/internal/provider/data_source_nxos_ospf_instance_test.go +++ b/internal/provider/data_source_nxos_ospf_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_interface.go b/internal/provider/data_source_nxos_ospf_interface.go index 08bdfb04..6da71023 100644 --- a/internal/provider/data_source_nxos_ospf_interface.go +++ b/internal/provider/data_source_nxos_ospf_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_interface_test.go b/internal/provider/data_source_nxos_ospf_interface_test.go index 16544dae..623106f1 100644 --- a/internal/provider/data_source_nxos_ospf_interface_test.go +++ b/internal/provider/data_source_nxos_ospf_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_test.go b/internal/provider/data_source_nxos_ospf_test.go index 3b07df95..b08a3d49 100644 --- a/internal/provider/data_source_nxos_ospf_test.go +++ b/internal/provider/data_source_nxos_ospf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_vrf.go b/internal/provider/data_source_nxos_ospf_vrf.go index ba7caf37..690a8931 100644 --- a/internal/provider/data_source_nxos_ospf_vrf.go +++ b/internal/provider/data_source_nxos_ospf_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_ospf_vrf_test.go b/internal/provider/data_source_nxos_ospf_vrf_test.go index 830a2c33..63efbfb9 100644 --- a/internal/provider/data_source_nxos_ospf_vrf_test.go +++ b/internal/provider/data_source_nxos_ospf_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_physical_interface.go b/internal/provider/data_source_nxos_physical_interface.go index 97a1023f..236a862a 100644 --- a/internal/provider/data_source_nxos_physical_interface.go +++ b/internal/provider/data_source_nxos_physical_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_physical_interface_test.go b/internal/provider/data_source_nxos_physical_interface_test.go index 864ee052..8436e89d 100644 --- a/internal/provider/data_source_nxos_physical_interface_test.go +++ b/internal/provider/data_source_nxos_physical_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_physical_interface_vrf.go b/internal/provider/data_source_nxos_physical_interface_vrf.go index 5bf6c844..3713e7b4 100644 --- a/internal/provider/data_source_nxos_physical_interface_vrf.go +++ b/internal/provider/data_source_nxos_physical_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_physical_interface_vrf_test.go b/internal/provider/data_source_nxos_physical_interface_vrf_test.go index 7356923a..7a29c349 100644 --- a/internal/provider/data_source_nxos_physical_interface_vrf_test.go +++ b/internal/provider/data_source_nxos_physical_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim.go b/internal/provider/data_source_nxos_pim.go index d7d3f136..551425c9 100644 --- a/internal/provider/data_source_nxos_pim.go +++ b/internal/provider/data_source_nxos_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_anycast_rp.go b/internal/provider/data_source_nxos_pim_anycast_rp.go index 31c1d5c6..776a665b 100644 --- a/internal/provider/data_source_nxos_pim_anycast_rp.go +++ b/internal/provider/data_source_nxos_pim_anycast_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_anycast_rp_peer.go b/internal/provider/data_source_nxos_pim_anycast_rp_peer.go index f9e82eb7..53ef052e 100644 --- a/internal/provider/data_source_nxos_pim_anycast_rp_peer.go +++ b/internal/provider/data_source_nxos_pim_anycast_rp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_anycast_rp_peer_test.go b/internal/provider/data_source_nxos_pim_anycast_rp_peer_test.go index 92f82814..d06b50ef 100644 --- a/internal/provider/data_source_nxos_pim_anycast_rp_peer_test.go +++ b/internal/provider/data_source_nxos_pim_anycast_rp_peer_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_anycast_rp_test.go b/internal/provider/data_source_nxos_pim_anycast_rp_test.go index efa23280..ff0e6504 100644 --- a/internal/provider/data_source_nxos_pim_anycast_rp_test.go +++ b/internal/provider/data_source_nxos_pim_anycast_rp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_instance.go b/internal/provider/data_source_nxos_pim_instance.go index e0a8d5b5..01b518bb 100644 --- a/internal/provider/data_source_nxos_pim_instance.go +++ b/internal/provider/data_source_nxos_pim_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_instance_test.go b/internal/provider/data_source_nxos_pim_instance_test.go index 3fd8c3d2..f4007866 100644 --- a/internal/provider/data_source_nxos_pim_instance_test.go +++ b/internal/provider/data_source_nxos_pim_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_interface.go b/internal/provider/data_source_nxos_pim_interface.go index 449327fd..1fd60f67 100644 --- a/internal/provider/data_source_nxos_pim_interface.go +++ b/internal/provider/data_source_nxos_pim_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_interface_test.go b/internal/provider/data_source_nxos_pim_interface_test.go index 80b2f19d..0439943c 100644 --- a/internal/provider/data_source_nxos_pim_interface_test.go +++ b/internal/provider/data_source_nxos_pim_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_ssm_policy.go b/internal/provider/data_source_nxos_pim_ssm_policy.go index 82ba5e18..e061367d 100644 --- a/internal/provider/data_source_nxos_pim_ssm_policy.go +++ b/internal/provider/data_source_nxos_pim_ssm_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_ssm_policy_test.go b/internal/provider/data_source_nxos_pim_ssm_policy_test.go index 98f040a0..23aa0b0f 100644 --- a/internal/provider/data_source_nxos_pim_ssm_policy_test.go +++ b/internal/provider/data_source_nxos_pim_ssm_policy_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_ssm_range.go b/internal/provider/data_source_nxos_pim_ssm_range.go index b627ae50..256b0324 100644 --- a/internal/provider/data_source_nxos_pim_ssm_range.go +++ b/internal/provider/data_source_nxos_pim_ssm_range.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_ssm_range_test.go b/internal/provider/data_source_nxos_pim_ssm_range_test.go index 8100c695..4793fd29 100644 --- a/internal/provider/data_source_nxos_pim_ssm_range_test.go +++ b/internal/provider/data_source_nxos_pim_ssm_range_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp.go b/internal/provider/data_source_nxos_pim_static_rp.go index 3b10d66e..cb457dd4 100644 --- a/internal/provider/data_source_nxos_pim_static_rp.go +++ b/internal/provider/data_source_nxos_pim_static_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp_group_list.go b/internal/provider/data_source_nxos_pim_static_rp_group_list.go index 9b84e615..0e35abbe 100644 --- a/internal/provider/data_source_nxos_pim_static_rp_group_list.go +++ b/internal/provider/data_source_nxos_pim_static_rp_group_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp_group_list_test.go b/internal/provider/data_source_nxos_pim_static_rp_group_list_test.go index b9bfc5e8..d27e61a8 100644 --- a/internal/provider/data_source_nxos_pim_static_rp_group_list_test.go +++ b/internal/provider/data_source_nxos_pim_static_rp_group_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp_policy.go b/internal/provider/data_source_nxos_pim_static_rp_policy.go index df75fed1..3e055525 100644 --- a/internal/provider/data_source_nxos_pim_static_rp_policy.go +++ b/internal/provider/data_source_nxos_pim_static_rp_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp_policy_test.go b/internal/provider/data_source_nxos_pim_static_rp_policy_test.go index fd1d9013..500abde9 100644 --- a/internal/provider/data_source_nxos_pim_static_rp_policy_test.go +++ b/internal/provider/data_source_nxos_pim_static_rp_policy_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_static_rp_test.go b/internal/provider/data_source_nxos_pim_static_rp_test.go index 336ea184..e902a78e 100644 --- a/internal/provider/data_source_nxos_pim_static_rp_test.go +++ b/internal/provider/data_source_nxos_pim_static_rp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_test.go b/internal/provider/data_source_nxos_pim_test.go index a2a551f6..50e33517 100644 --- a/internal/provider/data_source_nxos_pim_test.go +++ b/internal/provider/data_source_nxos_pim_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_vrf.go b/internal/provider/data_source_nxos_pim_vrf.go index 68028385..96445186 100644 --- a/internal/provider/data_source_nxos_pim_vrf.go +++ b/internal/provider/data_source_nxos_pim_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_pim_vrf_test.go b/internal/provider/data_source_nxos_pim_vrf_test.go index 0472ad4d..2969c291 100644 --- a/internal/provider/data_source_nxos_pim_vrf_test.go +++ b/internal/provider/data_source_nxos_pim_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface.go b/internal/provider/data_source_nxos_port_channel_interface.go index fe56441b..3fd2f8dc 100644 --- a/internal/provider/data_source_nxos_port_channel_interface.go +++ b/internal/provider/data_source_nxos_port_channel_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface_member.go b/internal/provider/data_source_nxos_port_channel_interface_member.go index 2403d018..c18529c2 100644 --- a/internal/provider/data_source_nxos_port_channel_interface_member.go +++ b/internal/provider/data_source_nxos_port_channel_interface_member.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface_member_test.go b/internal/provider/data_source_nxos_port_channel_interface_member_test.go index efbf2b96..fbc77c5c 100644 --- a/internal/provider/data_source_nxos_port_channel_interface_member_test.go +++ b/internal/provider/data_source_nxos_port_channel_interface_member_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface_test.go b/internal/provider/data_source_nxos_port_channel_interface_test.go index 3ab8675f..80e324dd 100644 --- a/internal/provider/data_source_nxos_port_channel_interface_test.go +++ b/internal/provider/data_source_nxos_port_channel_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface_vrf.go b/internal/provider/data_source_nxos_port_channel_interface_vrf.go index bcf13776..f62accb8 100644 --- a/internal/provider/data_source_nxos_port_channel_interface_vrf.go +++ b/internal/provider/data_source_nxos_port_channel_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_port_channel_interface_vrf_test.go b/internal/provider/data_source_nxos_port_channel_interface_vrf_test.go index 4587b941..2a38ae20 100644 --- a/internal/provider/data_source_nxos_port_channel_interface_vrf_test.go +++ b/internal/provider/data_source_nxos_port_channel_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map.go b/internal/provider/data_source_nxos_queuing_qos_policy_map.go index 4e351b04..8722fb35 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map.go index 2c1f1825..7b013d75 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority.go index c58a8474..cb613481 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority_test.go index 241aa87e..445f9f1f 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_priority_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go index 8b2897b5..d0729ae7 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go index 1dc0782b..fdb9f3e8 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_test.go index 8c2ae0db..6469ab86 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_match_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_map_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_map_test.go index 1e9ed3cf..dea99eae 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_map_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_system_out.go b/internal/provider/data_source_nxos_queuing_qos_policy_system_out.go index 5112d8e5..42edfdd8 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_system_out.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_system_out.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map.go b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map.go index 71f2e5df..ba51827a 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map_test.go index 151d8f57..40deedd5 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_test.go b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_test.go index 45051d99..e858bb7d 100644 --- a/internal/provider/data_source_nxos_queuing_qos_policy_system_out_test.go +++ b/internal/provider/data_source_nxos_queuing_qos_policy_system_out_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_rest.go b/internal/provider/data_source_nxos_rest.go index c228a4d8..c2719c6e 100644 --- a/internal/provider/data_source_nxos_rest.go +++ b/internal/provider/data_source_nxos_rest.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/data_source_nxos_rest_test.go b/internal/provider/data_source_nxos_rest_test.go index 677f60c0..21fb5df1 100644 --- a/internal/provider/data_source_nxos_rest_test.go +++ b/internal/provider/data_source_nxos_rest_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/data_source_nxos_route_map_rule.go b/internal/provider/data_source_nxos_route_map_rule.go index 82830ecc..a9e7fa07 100644 --- a/internal/provider/data_source_nxos_route_map_rule.go +++ b/internal/provider/data_source_nxos_route_map_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry.go b/internal/provider/data_source_nxos_route_map_rule_entry.go index f80d2fad..c575c9ea 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_match_route.go b/internal/provider/data_source_nxos_route_map_rule_entry_match_route.go index e09a4873..81722320 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_match_route.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_match_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list.go b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list.go index 34116bdd..2ead7149 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list_test.go b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list_test.go index 6a86101e..b875f422 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_prefix_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_test.go b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_test.go index af151dd3..85caf29f 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_match_route_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_match_route_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community.go b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community.go index 9e2dabb6..f6f50b56 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item.go b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item.go index b36b9432..9fd5c45b 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item_test.go b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item_test.go index a9cfd693..94058de4 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_item_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_test.go b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_test.go index cd16d3da..7557de7d 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_set_regular_community_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_entry_test.go b/internal/provider/data_source_nxos_route_map_rule_entry_test.go index db6c3a74..c6cfc8b1 100644 --- a/internal/provider/data_source_nxos_route_map_rule_entry_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_route_map_rule_test.go b/internal/provider/data_source_nxos_route_map_rule_test.go index 1297f9a1..1494ce71 100644 --- a/internal/provider/data_source_nxos_route_map_rule_test.go +++ b/internal/provider/data_source_nxos_route_map_rule_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_spanning_tree_interface.go b/internal/provider/data_source_nxos_spanning_tree_interface.go index 90c38a86..ac7c6dfa 100644 --- a/internal/provider/data_source_nxos_spanning_tree_interface.go +++ b/internal/provider/data_source_nxos_spanning_tree_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_spanning_tree_interface_test.go b/internal/provider/data_source_nxos_spanning_tree_interface_test.go index 6d6eb7be..46b5bd7a 100644 --- a/internal/provider/data_source_nxos_spanning_tree_interface_test.go +++ b/internal/provider/data_source_nxos_spanning_tree_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_subinterface.go b/internal/provider/data_source_nxos_subinterface.go index deaafb00..2744f324 100644 --- a/internal/provider/data_source_nxos_subinterface.go +++ b/internal/provider/data_source_nxos_subinterface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_subinterface_test.go b/internal/provider/data_source_nxos_subinterface_test.go index 7958c6c6..09168d03 100644 --- a/internal/provider/data_source_nxos_subinterface_test.go +++ b/internal/provider/data_source_nxos_subinterface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_subinterface_vrf.go b/internal/provider/data_source_nxos_subinterface_vrf.go index ab8b6d7f..0b10fed7 100644 --- a/internal/provider/data_source_nxos_subinterface_vrf.go +++ b/internal/provider/data_source_nxos_subinterface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_subinterface_vrf_test.go b/internal/provider/data_source_nxos_subinterface_vrf_test.go index 6a0b4ec6..5d64183b 100644 --- a/internal/provider/data_source_nxos_subinterface_vrf_test.go +++ b/internal/provider/data_source_nxos_subinterface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_svi_interface.go b/internal/provider/data_source_nxos_svi_interface.go index b21e3386..48a34543 100644 --- a/internal/provider/data_source_nxos_svi_interface.go +++ b/internal/provider/data_source_nxos_svi_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_svi_interface_test.go b/internal/provider/data_source_nxos_svi_interface_test.go index 2e65e984..00199171 100644 --- a/internal/provider/data_source_nxos_svi_interface_test.go +++ b/internal/provider/data_source_nxos_svi_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_svi_interface_vrf.go b/internal/provider/data_source_nxos_svi_interface_vrf.go index cdb593d3..1852a3ae 100644 --- a/internal/provider/data_source_nxos_svi_interface_vrf.go +++ b/internal/provider/data_source_nxos_svi_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_svi_interface_vrf_test.go b/internal/provider/data_source_nxos_svi_interface_vrf_test.go index 81285dec..05100a81 100644 --- a/internal/provider/data_source_nxos_svi_interface_vrf_test.go +++ b/internal/provider/data_source_nxos_svi_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_system.go b/internal/provider/data_source_nxos_system.go index 02f7009e..c2bfc793 100644 --- a/internal/provider/data_source_nxos_system.go +++ b/internal/provider/data_source_nxos_system.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_system_test.go b/internal/provider/data_source_nxos_system_test.go index 82dc5d4c..5687b665 100644 --- a/internal/provider/data_source_nxos_system_test.go +++ b/internal/provider/data_source_nxos_system_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_domain.go b/internal/provider/data_source_nxos_vpc_domain.go index d32927b3..9cc8e21b 100644 --- a/internal/provider/data_source_nxos_vpc_domain.go +++ b/internal/provider/data_source_nxos_vpc_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_domain_test.go b/internal/provider/data_source_nxos_vpc_domain_test.go index 6cfa7905..76d7aa72 100644 --- a/internal/provider/data_source_nxos_vpc_domain_test.go +++ b/internal/provider/data_source_nxos_vpc_domain_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_instance.go b/internal/provider/data_source_nxos_vpc_instance.go index 490d363a..26787d01 100644 --- a/internal/provider/data_source_nxos_vpc_instance.go +++ b/internal/provider/data_source_nxos_vpc_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_instance_test.go b/internal/provider/data_source_nxos_vpc_instance_test.go index 04bc2747..fdaa64a6 100644 --- a/internal/provider/data_source_nxos_vpc_instance_test.go +++ b/internal/provider/data_source_nxos_vpc_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_interface.go b/internal/provider/data_source_nxos_vpc_interface.go index 2bd7b334..7bd00cac 100644 --- a/internal/provider/data_source_nxos_vpc_interface.go +++ b/internal/provider/data_source_nxos_vpc_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vpc_interface_test.go b/internal/provider/data_source_nxos_vpc_interface_test.go index a6506fcf..55aad1b4 100644 --- a/internal/provider/data_source_nxos_vpc_interface_test.go +++ b/internal/provider/data_source_nxos_vpc_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf.go b/internal/provider/data_source_nxos_vrf.go index bb85c698..e56198a1 100644 --- a/internal/provider/data_source_nxos_vrf.go +++ b/internal/provider/data_source_nxos_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_address_family.go b/internal/provider/data_source_nxos_vrf_address_family.go index 949e0049..3fad77d6 100644 --- a/internal/provider/data_source_nxos_vrf_address_family.go +++ b/internal/provider/data_source_nxos_vrf_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_address_family_test.go b/internal/provider/data_source_nxos_vrf_address_family_test.go index d54edef9..707ebd96 100644 --- a/internal/provider/data_source_nxos_vrf_address_family_test.go +++ b/internal/provider/data_source_nxos_vrf_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target.go b/internal/provider/data_source_nxos_vrf_route_target.go index 796302ac..3e52806f 100644 --- a/internal/provider/data_source_nxos_vrf_route_target.go +++ b/internal/provider/data_source_nxos_vrf_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target_address_family.go b/internal/provider/data_source_nxos_vrf_route_target_address_family.go index a56dbbd4..6447d526 100644 --- a/internal/provider/data_source_nxos_vrf_route_target_address_family.go +++ b/internal/provider/data_source_nxos_vrf_route_target_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target_address_family_test.go b/internal/provider/data_source_nxos_vrf_route_target_address_family_test.go index 900d2088..eae1e703 100644 --- a/internal/provider/data_source_nxos_vrf_route_target_address_family_test.go +++ b/internal/provider/data_source_nxos_vrf_route_target_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target_direction.go b/internal/provider/data_source_nxos_vrf_route_target_direction.go index 17d4cb29..15ea0142 100644 --- a/internal/provider/data_source_nxos_vrf_route_target_direction.go +++ b/internal/provider/data_source_nxos_vrf_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target_direction_test.go b/internal/provider/data_source_nxos_vrf_route_target_direction_test.go index d56952b2..f2e6f595 100644 --- a/internal/provider/data_source_nxos_vrf_route_target_direction_test.go +++ b/internal/provider/data_source_nxos_vrf_route_target_direction_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_route_target_test.go b/internal/provider/data_source_nxos_vrf_route_target_test.go index 2414ff0e..884d9340 100644 --- a/internal/provider/data_source_nxos_vrf_route_target_test.go +++ b/internal/provider/data_source_nxos_vrf_route_target_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_routing.go b/internal/provider/data_source_nxos_vrf_routing.go index 5f4359ec..3fc236d6 100644 --- a/internal/provider/data_source_nxos_vrf_routing.go +++ b/internal/provider/data_source_nxos_vrf_routing.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_routing_test.go b/internal/provider/data_source_nxos_vrf_routing_test.go index 0d40f7f8..5e396eea 100644 --- a/internal/provider/data_source_nxos_vrf_routing_test.go +++ b/internal/provider/data_source_nxos_vrf_routing_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/data_source_nxos_vrf_test.go b/internal/provider/data_source_nxos_vrf_test.go index f8288f59..3cac1b0a 100644 --- a/internal/provider/data_source_nxos_vrf_test.go +++ b/internal/provider/data_source_nxos_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/helpers/description_builder.go b/internal/provider/helpers/description_builder.go index a3510236..bfddea4a 100644 --- a/internal/provider/helpers/description_builder.go +++ b/internal/provider/helpers/description_builder.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package helpers import ( diff --git a/internal/provider/helpers/utils.go b/internal/provider/helpers/utils.go index 4f874678..09168c7d 100644 --- a/internal/provider/helpers/utils.go +++ b/internal/provider/helpers/utils.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package helpers func ParseNxosBoolean(s string) bool { diff --git a/internal/provider/model_nxos_bgp.go b/internal/provider/model_nxos_bgp.go index ee15ac03..38d5aea8 100644 --- a/internal/provider/model_nxos_bgp.go +++ b/internal/provider/model_nxos_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_address_family.go b/internal/provider/model_nxos_bgp_address_family.go index 4bad7e4c..9989a216 100644 --- a/internal/provider/model_nxos_bgp_address_family.go +++ b/internal/provider/model_nxos_bgp_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_graceful_restart.go b/internal/provider/model_nxos_bgp_graceful_restart.go index 39d80af8..70f60121 100644 --- a/internal/provider/model_nxos_bgp_graceful_restart.go +++ b/internal/provider/model_nxos_bgp_graceful_restart.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_instance.go b/internal/provider/model_nxos_bgp_instance.go index eada45cd..945d6822 100644 --- a/internal/provider/model_nxos_bgp_instance.go +++ b/internal/provider/model_nxos_bgp_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer.go b/internal/provider/model_nxos_bgp_peer.go index f76dcc8d..e194d60d 100644 --- a/internal/provider/model_nxos_bgp_peer.go +++ b/internal/provider/model_nxos_bgp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_address_family.go b/internal/provider/model_nxos_bgp_peer_address_family.go index 5c11390a..8dfadb72 100644 --- a/internal/provider/model_nxos_bgp_peer_address_family.go +++ b/internal/provider/model_nxos_bgp_peer_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_address_family_prefix_list_control.go b/internal/provider/model_nxos_bgp_peer_address_family_prefix_list_control.go index b9ac23ee..c650102f 100644 --- a/internal/provider/model_nxos_bgp_peer_address_family_prefix_list_control.go +++ b/internal/provider/model_nxos_bgp_peer_address_family_prefix_list_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_address_family_route_control.go b/internal/provider/model_nxos_bgp_peer_address_family_route_control.go index 0469fbb0..2dc7f6ea 100644 --- a/internal/provider/model_nxos_bgp_peer_address_family_route_control.go +++ b/internal/provider/model_nxos_bgp_peer_address_family_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_template.go b/internal/provider/model_nxos_bgp_peer_template.go index 29125ca4..ccee5f67 100644 --- a/internal/provider/model_nxos_bgp_peer_template.go +++ b/internal/provider/model_nxos_bgp_peer_template.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_template_address_family.go b/internal/provider/model_nxos_bgp_peer_template_address_family.go index 42e54f03..52a4b8d8 100644 --- a/internal/provider/model_nxos_bgp_peer_template_address_family.go +++ b/internal/provider/model_nxos_bgp_peer_template_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_peer_template_max_prefix.go b/internal/provider/model_nxos_bgp_peer_template_max_prefix.go index 339f8e8c..401f8fbe 100644 --- a/internal/provider/model_nxos_bgp_peer_template_max_prefix.go +++ b/internal/provider/model_nxos_bgp_peer_template_max_prefix.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_route_control.go b/internal/provider/model_nxos_bgp_route_control.go index 311e179b..f0907b77 100644 --- a/internal/provider/model_nxos_bgp_route_control.go +++ b/internal/provider/model_nxos_bgp_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bgp_vrf.go b/internal/provider/model_nxos_bgp_vrf.go index 5c68632a..8f381cf7 100644 --- a/internal/provider/model_nxos_bgp_vrf.go +++ b/internal/provider/model_nxos_bgp_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_bridge_domain.go b/internal/provider/model_nxos_bridge_domain.go index 30b0a8d9..1d26ea36 100644 --- a/internal/provider/model_nxos_bridge_domain.go +++ b/internal/provider/model_nxos_bridge_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_class_map.go b/internal/provider/model_nxos_default_qos_class_map.go index 5f655109..133daf40 100644 --- a/internal/provider/model_nxos_default_qos_class_map.go +++ b/internal/provider/model_nxos_default_qos_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_class_map_dscp.go b/internal/provider/model_nxos_default_qos_class_map_dscp.go index c384e6c3..c9f8443e 100644 --- a/internal/provider/model_nxos_default_qos_class_map_dscp.go +++ b/internal/provider/model_nxos_default_qos_class_map_dscp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_interface_in.go b/internal/provider/model_nxos_default_qos_policy_interface_in.go index 7636d04e..7e5f3960 100644 --- a/internal/provider/model_nxos_default_qos_policy_interface_in.go +++ b/internal/provider/model_nxos_default_qos_policy_interface_in.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_interface_in_policy_map.go b/internal/provider/model_nxos_default_qos_policy_interface_in_policy_map.go index 496b40c9..daa6a5c4 100644 --- a/internal/provider/model_nxos_default_qos_policy_interface_in_policy_map.go +++ b/internal/provider/model_nxos_default_qos_policy_interface_in_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_map.go b/internal/provider/model_nxos_default_qos_policy_map.go index bc60a47f..cde775fa 100644 --- a/internal/provider/model_nxos_default_qos_policy_map.go +++ b/internal/provider/model_nxos_default_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_map_match_class_map.go b/internal/provider/model_nxos_default_qos_policy_map_match_class_map.go index 0d3e321d..f2474585 100644 --- a/internal/provider/model_nxos_default_qos_policy_map_match_class_map.go +++ b/internal/provider/model_nxos_default_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_map_match_class_map_police.go b/internal/provider/model_nxos_default_qos_policy_map_match_class_map_police.go index a4a60388..8113ee1b 100644 --- a/internal/provider/model_nxos_default_qos_policy_map_match_class_map_police.go +++ b/internal/provider/model_nxos_default_qos_policy_map_match_class_map_police.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_default_qos_policy_map_match_class_map_set_qos_group.go b/internal/provider/model_nxos_default_qos_policy_map_match_class_map_set_qos_group.go index 69fa41d9..1985310d 100644 --- a/internal/provider/model_nxos_default_qos_policy_map_match_class_map_set_qos_group.go +++ b/internal/provider/model_nxos_default_qos_policy_map_match_class_map_set_qos_group.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_dhcp_relay_address.go b/internal/provider/model_nxos_dhcp_relay_address.go index 50e1d208..8a8fc8dd 100644 --- a/internal/provider/model_nxos_dhcp_relay_address.go +++ b/internal/provider/model_nxos_dhcp_relay_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_dhcp_relay_interface.go b/internal/provider/model_nxos_dhcp_relay_interface.go index 05d3a80a..ff8637d7 100644 --- a/internal/provider/model_nxos_dhcp_relay_interface.go +++ b/internal/provider/model_nxos_dhcp_relay_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ethernet.go b/internal/provider/model_nxos_ethernet.go index cc014cbf..b1954a7f 100644 --- a/internal/provider/model_nxos_ethernet.go +++ b/internal/provider/model_nxos_ethernet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_evpn.go b/internal/provider/model_nxos_evpn.go index 11b798df..3780f23a 100644 --- a/internal/provider/model_nxos_evpn.go +++ b/internal/provider/model_nxos_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_evpn_vni.go b/internal/provider/model_nxos_evpn_vni.go index b759bee2..ac24c556 100644 --- a/internal/provider/model_nxos_evpn_vni.go +++ b/internal/provider/model_nxos_evpn_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_evpn_vni_route_target.go b/internal/provider/model_nxos_evpn_vni_route_target.go index 35258667..c7e091e8 100644 --- a/internal/provider/model_nxos_evpn_vni_route_target.go +++ b/internal/provider/model_nxos_evpn_vni_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_evpn_vni_route_target_direction.go b/internal/provider/model_nxos_evpn_vni_route_target_direction.go index d9ba5a38..fd79d65c 100644 --- a/internal/provider/model_nxos_evpn_vni_route_target_direction.go +++ b/internal/provider/model_nxos_evpn_vni_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_bfd.go b/internal/provider/model_nxos_feature_bfd.go index a7bee640..d4f78d4a 100644 --- a/internal/provider/model_nxos_feature_bfd.go +++ b/internal/provider/model_nxos_feature_bfd.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_bgp.go b/internal/provider/model_nxos_feature_bgp.go index 787dd05c..aa1b7364 100644 --- a/internal/provider/model_nxos_feature_bgp.go +++ b/internal/provider/model_nxos_feature_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_dhcp.go b/internal/provider/model_nxos_feature_dhcp.go index 8af7d7ad..e599770c 100644 --- a/internal/provider/model_nxos_feature_dhcp.go +++ b/internal/provider/model_nxos_feature_dhcp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_evpn.go b/internal/provider/model_nxos_feature_evpn.go index ab2416bb..ef2ee1af 100644 --- a/internal/provider/model_nxos_feature_evpn.go +++ b/internal/provider/model_nxos_feature_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_hmm.go b/internal/provider/model_nxos_feature_hmm.go index d410b2a9..a093f531 100644 --- a/internal/provider/model_nxos_feature_hmm.go +++ b/internal/provider/model_nxos_feature_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_hsrp.go b/internal/provider/model_nxos_feature_hsrp.go index 25915f35..f0eb8648 100644 --- a/internal/provider/model_nxos_feature_hsrp.go +++ b/internal/provider/model_nxos_feature_hsrp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_interface_vlan.go b/internal/provider/model_nxos_feature_interface_vlan.go index e1dd5ece..761f58a9 100644 --- a/internal/provider/model_nxos_feature_interface_vlan.go +++ b/internal/provider/model_nxos_feature_interface_vlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_isis.go b/internal/provider/model_nxos_feature_isis.go index bf0dd278..5862f118 100644 --- a/internal/provider/model_nxos_feature_isis.go +++ b/internal/provider/model_nxos_feature_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_lacp.go b/internal/provider/model_nxos_feature_lacp.go index 48d0117f..18b9869b 100644 --- a/internal/provider/model_nxos_feature_lacp.go +++ b/internal/provider/model_nxos_feature_lacp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_lldp.go b/internal/provider/model_nxos_feature_lldp.go index f716c294..cea76959 100644 --- a/internal/provider/model_nxos_feature_lldp.go +++ b/internal/provider/model_nxos_feature_lldp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_macsec.go b/internal/provider/model_nxos_feature_macsec.go index a13e5f91..eaff9f91 100644 --- a/internal/provider/model_nxos_feature_macsec.go +++ b/internal/provider/model_nxos_feature_macsec.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_netflow.go b/internal/provider/model_nxos_feature_netflow.go index 8c202a90..b2b51c33 100644 --- a/internal/provider/model_nxos_feature_netflow.go +++ b/internal/provider/model_nxos_feature_netflow.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_nv_overlay.go b/internal/provider/model_nxos_feature_nv_overlay.go index 564a40bf..39848fa0 100644 --- a/internal/provider/model_nxos_feature_nv_overlay.go +++ b/internal/provider/model_nxos_feature_nv_overlay.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_ospf.go b/internal/provider/model_nxos_feature_ospf.go index 29644206..140a7fc6 100644 --- a/internal/provider/model_nxos_feature_ospf.go +++ b/internal/provider/model_nxos_feature_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_ospfv3.go b/internal/provider/model_nxos_feature_ospfv3.go index be949eed..0a4d547d 100644 --- a/internal/provider/model_nxos_feature_ospfv3.go +++ b/internal/provider/model_nxos_feature_ospfv3.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_pim.go b/internal/provider/model_nxos_feature_pim.go index ca56a2c8..c49b061b 100644 --- a/internal/provider/model_nxos_feature_pim.go +++ b/internal/provider/model_nxos_feature_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_ptp.go b/internal/provider/model_nxos_feature_ptp.go index a3d4d02c..7c0fe6eb 100644 --- a/internal/provider/model_nxos_feature_ptp.go +++ b/internal/provider/model_nxos_feature_ptp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_pvlan.go b/internal/provider/model_nxos_feature_pvlan.go index 98807f86..9db92290 100644 --- a/internal/provider/model_nxos_feature_pvlan.go +++ b/internal/provider/model_nxos_feature_pvlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_ssh.go b/internal/provider/model_nxos_feature_ssh.go index 512855f7..5c95b1c2 100644 --- a/internal/provider/model_nxos_feature_ssh.go +++ b/internal/provider/model_nxos_feature_ssh.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_tacacs.go b/internal/provider/model_nxos_feature_tacacs.go index fbf73198..8a8258bd 100644 --- a/internal/provider/model_nxos_feature_tacacs.go +++ b/internal/provider/model_nxos_feature_tacacs.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_telnet.go b/internal/provider/model_nxos_feature_telnet.go index a9a01ea0..7ff8aa36 100644 --- a/internal/provider/model_nxos_feature_telnet.go +++ b/internal/provider/model_nxos_feature_telnet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_udld.go b/internal/provider/model_nxos_feature_udld.go index 26c29fd1..573a40a9 100644 --- a/internal/provider/model_nxos_feature_udld.go +++ b/internal/provider/model_nxos_feature_udld.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_vn_segment.go b/internal/provider/model_nxos_feature_vn_segment.go index 06abb0bd..821e2dee 100644 --- a/internal/provider/model_nxos_feature_vn_segment.go +++ b/internal/provider/model_nxos_feature_vn_segment.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_feature_vpc.go b/internal/provider/model_nxos_feature_vpc.go index 34296c21..f5439673 100644 --- a/internal/provider/model_nxos_feature_vpc.go +++ b/internal/provider/model_nxos_feature_vpc.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_hmm.go b/internal/provider/model_nxos_hmm.go index 3407228c..f9fd3ebd 100644 --- a/internal/provider/model_nxos_hmm.go +++ b/internal/provider/model_nxos_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_hmm_instance.go b/internal/provider/model_nxos_hmm_instance.go index d3429554..72ec50d7 100644 --- a/internal/provider/model_nxos_hmm_instance.go +++ b/internal/provider/model_nxos_hmm_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_hmm_interface.go b/internal/provider/model_nxos_hmm_interface.go index e37c88bb..0cb455ab 100644 --- a/internal/provider/model_nxos_hmm_interface.go +++ b/internal/provider/model_nxos_hmm_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_access_list.go b/internal/provider/model_nxos_ipv4_access_list.go index f202afab..6bd41f43 100644 --- a/internal/provider/model_nxos_ipv4_access_list.go +++ b/internal/provider/model_nxos_ipv4_access_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_access_list_entry.go b/internal/provider/model_nxos_ipv4_access_list_entry.go index f655ec90..6d1861c6 100644 --- a/internal/provider/model_nxos_ipv4_access_list_entry.go +++ b/internal/provider/model_nxos_ipv4_access_list_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_access_list_policy_egress_interface.go b/internal/provider/model_nxos_ipv4_access_list_policy_egress_interface.go index 18cfe3dd..f5a12569 100644 --- a/internal/provider/model_nxos_ipv4_access_list_policy_egress_interface.go +++ b/internal/provider/model_nxos_ipv4_access_list_policy_egress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_access_list_policy_ingress_interface.go b/internal/provider/model_nxos_ipv4_access_list_policy_ingress_interface.go index dcc4f893..b00ee1a3 100644 --- a/internal/provider/model_nxos_ipv4_access_list_policy_ingress_interface.go +++ b/internal/provider/model_nxos_ipv4_access_list_policy_ingress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_interface.go b/internal/provider/model_nxos_ipv4_interface.go index 35eb7e0a..3dd326a9 100644 --- a/internal/provider/model_nxos_ipv4_interface.go +++ b/internal/provider/model_nxos_ipv4_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_interface_address.go b/internal/provider/model_nxos_ipv4_interface_address.go index b820c5d1..d510f8fd 100644 --- a/internal/provider/model_nxos_ipv4_interface_address.go +++ b/internal/provider/model_nxos_ipv4_interface_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_prefix_list_rule.go b/internal/provider/model_nxos_ipv4_prefix_list_rule.go index e5ece0a6..0bf1ec85 100644 --- a/internal/provider/model_nxos_ipv4_prefix_list_rule.go +++ b/internal/provider/model_nxos_ipv4_prefix_list_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_prefix_list_rule_entry.go b/internal/provider/model_nxos_ipv4_prefix_list_rule_entry.go index 378fa90f..ed420b05 100644 --- a/internal/provider/model_nxos_ipv4_prefix_list_rule_entry.go +++ b/internal/provider/model_nxos_ipv4_prefix_list_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_static_route.go b/internal/provider/model_nxos_ipv4_static_route.go index b3882fff..fe8c1ba4 100644 --- a/internal/provider/model_nxos_ipv4_static_route.go +++ b/internal/provider/model_nxos_ipv4_static_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ipv4_vrf.go b/internal/provider/model_nxos_ipv4_vrf.go index 70e28e2e..f10603b5 100644 --- a/internal/provider/model_nxos_ipv4_vrf.go +++ b/internal/provider/model_nxos_ipv4_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_isis.go b/internal/provider/model_nxos_isis.go index 016b5d68..49b1589a 100644 --- a/internal/provider/model_nxos_isis.go +++ b/internal/provider/model_nxos_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_isis_instance.go b/internal/provider/model_nxos_isis_instance.go index bc8a40a9..a53993c0 100644 --- a/internal/provider/model_nxos_isis_instance.go +++ b/internal/provider/model_nxos_isis_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_isis_interface.go b/internal/provider/model_nxos_isis_interface.go index 2c8ea793..1ce0f5a5 100644 --- a/internal/provider/model_nxos_isis_interface.go +++ b/internal/provider/model_nxos_isis_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_isis_vrf.go b/internal/provider/model_nxos_isis_vrf.go index 79dadae2..e6db6e6a 100644 --- a/internal/provider/model_nxos_isis_vrf.go +++ b/internal/provider/model_nxos_isis_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_loopback_interface.go b/internal/provider/model_nxos_loopback_interface.go index 72b60511..fa2fcd6d 100644 --- a/internal/provider/model_nxos_loopback_interface.go +++ b/internal/provider/model_nxos_loopback_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_loopback_interface_vrf.go b/internal/provider/model_nxos_loopback_interface_vrf.go index a2b9f35b..892d6a3e 100644 --- a/internal/provider/model_nxos_loopback_interface_vrf.go +++ b/internal/provider/model_nxos_loopback_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ntp_server.go b/internal/provider/model_nxos_ntp_server.go index 26755be2..c7f3df93 100644 --- a/internal/provider/model_nxos_ntp_server.go +++ b/internal/provider/model_nxos_ntp_server.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_nve_interface.go b/internal/provider/model_nxos_nve_interface.go index b5ea0c54..c6123c76 100644 --- a/internal/provider/model_nxos_nve_interface.go +++ b/internal/provider/model_nxos_nve_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_nve_vni.go b/internal/provider/model_nxos_nve_vni.go index 9d905b85..78281daf 100644 --- a/internal/provider/model_nxos_nve_vni.go +++ b/internal/provider/model_nxos_nve_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_nve_vni_container.go b/internal/provider/model_nxos_nve_vni_container.go index ac024b7f..0f65efd0 100644 --- a/internal/provider/model_nxos_nve_vni_container.go +++ b/internal/provider/model_nxos_nve_vni_container.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_nve_vni_ingress_replication.go b/internal/provider/model_nxos_nve_vni_ingress_replication.go index dbde620e..5ef317f7 100644 --- a/internal/provider/model_nxos_nve_vni_ingress_replication.go +++ b/internal/provider/model_nxos_nve_vni_ingress_replication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf.go b/internal/provider/model_nxos_ospf.go index 1f65455a..163570bd 100644 --- a/internal/provider/model_nxos_ospf.go +++ b/internal/provider/model_nxos_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf_area.go b/internal/provider/model_nxos_ospf_area.go index 1f0b3a39..be157a10 100644 --- a/internal/provider/model_nxos_ospf_area.go +++ b/internal/provider/model_nxos_ospf_area.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf_authentication.go b/internal/provider/model_nxos_ospf_authentication.go index 86e5f984..bf7fb0ac 100644 --- a/internal/provider/model_nxos_ospf_authentication.go +++ b/internal/provider/model_nxos_ospf_authentication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf_instance.go b/internal/provider/model_nxos_ospf_instance.go index aa25e343..2db6d4cc 100644 --- a/internal/provider/model_nxos_ospf_instance.go +++ b/internal/provider/model_nxos_ospf_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf_interface.go b/internal/provider/model_nxos_ospf_interface.go index 6e1a2825..34ef18da 100644 --- a/internal/provider/model_nxos_ospf_interface.go +++ b/internal/provider/model_nxos_ospf_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_ospf_vrf.go b/internal/provider/model_nxos_ospf_vrf.go index 92c65b2e..66f30cb5 100644 --- a/internal/provider/model_nxos_ospf_vrf.go +++ b/internal/provider/model_nxos_ospf_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_physical_interface.go b/internal/provider/model_nxos_physical_interface.go index 64892811..69a1eabe 100644 --- a/internal/provider/model_nxos_physical_interface.go +++ b/internal/provider/model_nxos_physical_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_physical_interface_vrf.go b/internal/provider/model_nxos_physical_interface_vrf.go index e08734cd..03131200 100644 --- a/internal/provider/model_nxos_physical_interface_vrf.go +++ b/internal/provider/model_nxos_physical_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim.go b/internal/provider/model_nxos_pim.go index 82e0e637..cbc6d187 100644 --- a/internal/provider/model_nxos_pim.go +++ b/internal/provider/model_nxos_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_anycast_rp.go b/internal/provider/model_nxos_pim_anycast_rp.go index a07548c0..c816d63b 100644 --- a/internal/provider/model_nxos_pim_anycast_rp.go +++ b/internal/provider/model_nxos_pim_anycast_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_anycast_rp_peer.go b/internal/provider/model_nxos_pim_anycast_rp_peer.go index 5c63825d..055328c4 100644 --- a/internal/provider/model_nxos_pim_anycast_rp_peer.go +++ b/internal/provider/model_nxos_pim_anycast_rp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_instance.go b/internal/provider/model_nxos_pim_instance.go index 55213d4a..cb40a9aa 100644 --- a/internal/provider/model_nxos_pim_instance.go +++ b/internal/provider/model_nxos_pim_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_interface.go b/internal/provider/model_nxos_pim_interface.go index ef0a671c..ceb64139 100644 --- a/internal/provider/model_nxos_pim_interface.go +++ b/internal/provider/model_nxos_pim_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_ssm_policy.go b/internal/provider/model_nxos_pim_ssm_policy.go index 4d31c339..213f26f3 100644 --- a/internal/provider/model_nxos_pim_ssm_policy.go +++ b/internal/provider/model_nxos_pim_ssm_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_ssm_range.go b/internal/provider/model_nxos_pim_ssm_range.go index da6aba71..a18513ba 100644 --- a/internal/provider/model_nxos_pim_ssm_range.go +++ b/internal/provider/model_nxos_pim_ssm_range.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_static_rp.go b/internal/provider/model_nxos_pim_static_rp.go index eee3f044..db878a41 100644 --- a/internal/provider/model_nxos_pim_static_rp.go +++ b/internal/provider/model_nxos_pim_static_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_static_rp_group_list.go b/internal/provider/model_nxos_pim_static_rp_group_list.go index 9f9a6a77..eb3f98a3 100644 --- a/internal/provider/model_nxos_pim_static_rp_group_list.go +++ b/internal/provider/model_nxos_pim_static_rp_group_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_static_rp_policy.go b/internal/provider/model_nxos_pim_static_rp_policy.go index 3e30b575..4c85fa9c 100644 --- a/internal/provider/model_nxos_pim_static_rp_policy.go +++ b/internal/provider/model_nxos_pim_static_rp_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_pim_vrf.go b/internal/provider/model_nxos_pim_vrf.go index cc55956c..6d06b1d2 100644 --- a/internal/provider/model_nxos_pim_vrf.go +++ b/internal/provider/model_nxos_pim_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_port_channel_interface.go b/internal/provider/model_nxos_port_channel_interface.go index deea5eab..91019b0a 100644 --- a/internal/provider/model_nxos_port_channel_interface.go +++ b/internal/provider/model_nxos_port_channel_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_port_channel_interface_member.go b/internal/provider/model_nxos_port_channel_interface_member.go index 8dfb2870..e932e561 100644 --- a/internal/provider/model_nxos_port_channel_interface_member.go +++ b/internal/provider/model_nxos_port_channel_interface_member.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_port_channel_interface_vrf.go b/internal/provider/model_nxos_port_channel_interface_vrf.go index 016925d2..023edae4 100644 --- a/internal/provider/model_nxos_port_channel_interface_vrf.go +++ b/internal/provider/model_nxos_port_channel_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_map.go b/internal/provider/model_nxos_queuing_qos_policy_map.go index f5b84ed8..a72712bd 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_map.go +++ b/internal/provider/model_nxos_queuing_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map.go b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map.go index efee79ac..71abdab6 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map.go +++ b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_priority.go b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_priority.go index 77b4a196..a69cc728 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_priority.go +++ b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_priority.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go index 9f98e0ce..d7d89707 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go +++ b/internal/provider/model_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_system_out.go b/internal/provider/model_nxos_queuing_qos_policy_system_out.go index 9d6b70be..1a899984 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_system_out.go +++ b/internal/provider/model_nxos_queuing_qos_policy_system_out.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_queuing_qos_policy_system_out_policy_map.go b/internal/provider/model_nxos_queuing_qos_policy_system_out_policy_map.go index 2c520f15..981880c7 100644 --- a/internal/provider/model_nxos_queuing_qos_policy_system_out_policy_map.go +++ b/internal/provider/model_nxos_queuing_qos_policy_system_out_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_rest.go b/internal/provider/model_nxos_rest.go index 34a07690..3220cadb 100644 --- a/internal/provider/model_nxos_rest.go +++ b/internal/provider/model_nxos_rest.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/model_nxos_route_map_rule.go b/internal/provider/model_nxos_route_map_rule.go index 89b192d9..ddf02498 100644 --- a/internal/provider/model_nxos_route_map_rule.go +++ b/internal/provider/model_nxos_route_map_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_route_map_rule_entry.go b/internal/provider/model_nxos_route_map_rule_entry.go index d6364b23..d5a017b2 100644 --- a/internal/provider/model_nxos_route_map_rule_entry.go +++ b/internal/provider/model_nxos_route_map_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_route_map_rule_entry_match_route.go b/internal/provider/model_nxos_route_map_rule_entry_match_route.go index 6a2b924b..daa4b993 100644 --- a/internal/provider/model_nxos_route_map_rule_entry_match_route.go +++ b/internal/provider/model_nxos_route_map_rule_entry_match_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_route_map_rule_entry_match_route_prefix_list.go b/internal/provider/model_nxos_route_map_rule_entry_match_route_prefix_list.go index 96a1fc9b..be1649e5 100644 --- a/internal/provider/model_nxos_route_map_rule_entry_match_route_prefix_list.go +++ b/internal/provider/model_nxos_route_map_rule_entry_match_route_prefix_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_route_map_rule_entry_set_regular_community.go b/internal/provider/model_nxos_route_map_rule_entry_set_regular_community.go index 531cd200..b7d9f1ff 100644 --- a/internal/provider/model_nxos_route_map_rule_entry_set_regular_community.go +++ b/internal/provider/model_nxos_route_map_rule_entry_set_regular_community.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_route_map_rule_entry_set_regular_community_item.go b/internal/provider/model_nxos_route_map_rule_entry_set_regular_community_item.go index 2dfe8577..4262325d 100644 --- a/internal/provider/model_nxos_route_map_rule_entry_set_regular_community_item.go +++ b/internal/provider/model_nxos_route_map_rule_entry_set_regular_community_item.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_spanning_tree_interface.go b/internal/provider/model_nxos_spanning_tree_interface.go index b227010d..01aa6c52 100644 --- a/internal/provider/model_nxos_spanning_tree_interface.go +++ b/internal/provider/model_nxos_spanning_tree_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_subinterface.go b/internal/provider/model_nxos_subinterface.go index 89d8e2f4..866743a6 100644 --- a/internal/provider/model_nxos_subinterface.go +++ b/internal/provider/model_nxos_subinterface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_subinterface_vrf.go b/internal/provider/model_nxos_subinterface_vrf.go index e8a9907f..3bd150fc 100644 --- a/internal/provider/model_nxos_subinterface_vrf.go +++ b/internal/provider/model_nxos_subinterface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_svi_interface.go b/internal/provider/model_nxos_svi_interface.go index 580995f9..e6d36240 100644 --- a/internal/provider/model_nxos_svi_interface.go +++ b/internal/provider/model_nxos_svi_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_svi_interface_vrf.go b/internal/provider/model_nxos_svi_interface_vrf.go index e1a7a86b..ee73bd98 100644 --- a/internal/provider/model_nxos_svi_interface_vrf.go +++ b/internal/provider/model_nxos_svi_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_system.go b/internal/provider/model_nxos_system.go index dd4382e1..f285e141 100644 --- a/internal/provider/model_nxos_system.go +++ b/internal/provider/model_nxos_system.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vpc_domain.go b/internal/provider/model_nxos_vpc_domain.go index 4a9f8459..ec59abc3 100644 --- a/internal/provider/model_nxos_vpc_domain.go +++ b/internal/provider/model_nxos_vpc_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vpc_instance.go b/internal/provider/model_nxos_vpc_instance.go index 7de2363f..8f1fac72 100644 --- a/internal/provider/model_nxos_vpc_instance.go +++ b/internal/provider/model_nxos_vpc_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vpc_interface.go b/internal/provider/model_nxos_vpc_interface.go index 15e85aea..98022e1b 100644 --- a/internal/provider/model_nxos_vpc_interface.go +++ b/internal/provider/model_nxos_vpc_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf.go b/internal/provider/model_nxos_vrf.go index cab529ea..65fcf867 100644 --- a/internal/provider/model_nxos_vrf.go +++ b/internal/provider/model_nxos_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf_address_family.go b/internal/provider/model_nxos_vrf_address_family.go index 49e6c94c..ade80d0e 100644 --- a/internal/provider/model_nxos_vrf_address_family.go +++ b/internal/provider/model_nxos_vrf_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf_route_target.go b/internal/provider/model_nxos_vrf_route_target.go index bc776aa6..56bd3e12 100644 --- a/internal/provider/model_nxos_vrf_route_target.go +++ b/internal/provider/model_nxos_vrf_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf_route_target_address_family.go b/internal/provider/model_nxos_vrf_route_target_address_family.go index ca793f16..8082fc4b 100644 --- a/internal/provider/model_nxos_vrf_route_target_address_family.go +++ b/internal/provider/model_nxos_vrf_route_target_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf_route_target_direction.go b/internal/provider/model_nxos_vrf_route_target_direction.go index a5b5e69e..49cb894e 100644 --- a/internal/provider/model_nxos_vrf_route_target_direction.go +++ b/internal/provider/model_nxos_vrf_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/model_nxos_vrf_routing.go b/internal/provider/model_nxos_vrf_routing.go index 5887587c..8390eb09 100644 --- a/internal/provider/model_nxos_vrf_routing.go +++ b/internal/provider/model_nxos_vrf_routing.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 4581f164..fdb517bc 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp.go b/internal/provider/resource_nxos_bgp.go index c2b7869d..e248b357 100644 --- a/internal/provider/resource_nxos_bgp.go +++ b/internal/provider/resource_nxos_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_address_family.go b/internal/provider/resource_nxos_bgp_address_family.go index 33d16a6c..2d0163c4 100644 --- a/internal/provider/resource_nxos_bgp_address_family.go +++ b/internal/provider/resource_nxos_bgp_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_address_family_test.go b/internal/provider/resource_nxos_bgp_address_family_test.go index aa6facc7..cb8d3f75 100644 --- a/internal/provider/resource_nxos_bgp_address_family_test.go +++ b/internal/provider/resource_nxos_bgp_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_graceful_restart.go b/internal/provider/resource_nxos_bgp_graceful_restart.go index 8a8c4557..5ade8093 100644 --- a/internal/provider/resource_nxos_bgp_graceful_restart.go +++ b/internal/provider/resource_nxos_bgp_graceful_restart.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_graceful_restart_test.go b/internal/provider/resource_nxos_bgp_graceful_restart_test.go index 912faa73..ea64663c 100644 --- a/internal/provider/resource_nxos_bgp_graceful_restart_test.go +++ b/internal/provider/resource_nxos_bgp_graceful_restart_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_instance.go b/internal/provider/resource_nxos_bgp_instance.go index 8c2008b5..277df304 100644 --- a/internal/provider/resource_nxos_bgp_instance.go +++ b/internal/provider/resource_nxos_bgp_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_instance_test.go b/internal/provider/resource_nxos_bgp_instance_test.go index 10bdf4be..e7dae5b7 100644 --- a/internal/provider/resource_nxos_bgp_instance_test.go +++ b/internal/provider/resource_nxos_bgp_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer.go b/internal/provider/resource_nxos_bgp_peer.go index 595d815d..50766638 100644 --- a/internal/provider/resource_nxos_bgp_peer.go +++ b/internal/provider/resource_nxos_bgp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family.go b/internal/provider/resource_nxos_bgp_peer_address_family.go index 52745a39..be6ff5ad 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control.go b/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control.go index d38dbcb6..0258f4a9 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control_test.go b/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control_test.go index 2ad7c13c..c482f654 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control_test.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family_prefix_list_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family_route_control.go b/internal/provider/resource_nxos_bgp_peer_address_family_route_control.go index 6267ff81..9500a367 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family_route_control.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family_route_control_test.go b/internal/provider/resource_nxos_bgp_peer_address_family_route_control_test.go index 96c37941..ff507d40 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family_route_control_test.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family_route_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_address_family_test.go b/internal/provider/resource_nxos_bgp_peer_address_family_test.go index 27596357..baf8b228 100644 --- a/internal/provider/resource_nxos_bgp_peer_address_family_test.go +++ b/internal/provider/resource_nxos_bgp_peer_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template.go b/internal/provider/resource_nxos_bgp_peer_template.go index e23b1357..8566d25e 100644 --- a/internal/provider/resource_nxos_bgp_peer_template.go +++ b/internal/provider/resource_nxos_bgp_peer_template.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template_address_family.go b/internal/provider/resource_nxos_bgp_peer_template_address_family.go index e8e74ec9..1c844662 100644 --- a/internal/provider/resource_nxos_bgp_peer_template_address_family.go +++ b/internal/provider/resource_nxos_bgp_peer_template_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template_address_family_test.go b/internal/provider/resource_nxos_bgp_peer_template_address_family_test.go index 4fb0d595..c70f6be4 100644 --- a/internal/provider/resource_nxos_bgp_peer_template_address_family_test.go +++ b/internal/provider/resource_nxos_bgp_peer_template_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template_max_prefix.go b/internal/provider/resource_nxos_bgp_peer_template_max_prefix.go index 5c43fef2..2b971a4f 100644 --- a/internal/provider/resource_nxos_bgp_peer_template_max_prefix.go +++ b/internal/provider/resource_nxos_bgp_peer_template_max_prefix.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template_max_prefix_test.go b/internal/provider/resource_nxos_bgp_peer_template_max_prefix_test.go index 0f6990f7..2a60e996 100644 --- a/internal/provider/resource_nxos_bgp_peer_template_max_prefix_test.go +++ b/internal/provider/resource_nxos_bgp_peer_template_max_prefix_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_template_test.go b/internal/provider/resource_nxos_bgp_peer_template_test.go index b7025621..88ec39a8 100644 --- a/internal/provider/resource_nxos_bgp_peer_template_test.go +++ b/internal/provider/resource_nxos_bgp_peer_template_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_peer_test.go b/internal/provider/resource_nxos_bgp_peer_test.go index 4200aa47..2f570f0c 100644 --- a/internal/provider/resource_nxos_bgp_peer_test.go +++ b/internal/provider/resource_nxos_bgp_peer_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_route_control.go b/internal/provider/resource_nxos_bgp_route_control.go index 75b47a4b..56685e87 100644 --- a/internal/provider/resource_nxos_bgp_route_control.go +++ b/internal/provider/resource_nxos_bgp_route_control.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_route_control_test.go b/internal/provider/resource_nxos_bgp_route_control_test.go index 007e3c54..604acb70 100644 --- a/internal/provider/resource_nxos_bgp_route_control_test.go +++ b/internal/provider/resource_nxos_bgp_route_control_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_test.go b/internal/provider/resource_nxos_bgp_test.go index 7754497f..63e8f04c 100644 --- a/internal/provider/resource_nxos_bgp_test.go +++ b/internal/provider/resource_nxos_bgp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_vrf.go b/internal/provider/resource_nxos_bgp_vrf.go index a1d21f6a..fb36d30a 100644 --- a/internal/provider/resource_nxos_bgp_vrf.go +++ b/internal/provider/resource_nxos_bgp_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bgp_vrf_test.go b/internal/provider/resource_nxos_bgp_vrf_test.go index 1d494ace..e3a96d88 100644 --- a/internal/provider/resource_nxos_bgp_vrf_test.go +++ b/internal/provider/resource_nxos_bgp_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bridge_domain.go b/internal/provider/resource_nxos_bridge_domain.go index 0808e7f5..c09eb519 100644 --- a/internal/provider/resource_nxos_bridge_domain.go +++ b/internal/provider/resource_nxos_bridge_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_bridge_domain_test.go b/internal/provider/resource_nxos_bridge_domain_test.go index bb7aa386..12517c66 100644 --- a/internal/provider/resource_nxos_bridge_domain_test.go +++ b/internal/provider/resource_nxos_bridge_domain_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_class_map.go b/internal/provider/resource_nxos_default_qos_class_map.go index cfebe6d3..f8a3a4e4 100644 --- a/internal/provider/resource_nxos_default_qos_class_map.go +++ b/internal/provider/resource_nxos_default_qos_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_class_map_dscp.go b/internal/provider/resource_nxos_default_qos_class_map_dscp.go index 6103581e..6cd29cb3 100644 --- a/internal/provider/resource_nxos_default_qos_class_map_dscp.go +++ b/internal/provider/resource_nxos_default_qos_class_map_dscp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_class_map_dscp_test.go b/internal/provider/resource_nxos_default_qos_class_map_dscp_test.go index 1ac06e48..ddb41338 100644 --- a/internal/provider/resource_nxos_default_qos_class_map_dscp_test.go +++ b/internal/provider/resource_nxos_default_qos_class_map_dscp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_class_map_test.go b/internal/provider/resource_nxos_default_qos_class_map_test.go index 542a738d..a835d90d 100644 --- a/internal/provider/resource_nxos_default_qos_class_map_test.go +++ b/internal/provider/resource_nxos_default_qos_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_interface_in.go b/internal/provider/resource_nxos_default_qos_policy_interface_in.go index bb9891c1..d5dd1866 100644 --- a/internal/provider/resource_nxos_default_qos_policy_interface_in.go +++ b/internal/provider/resource_nxos_default_qos_policy_interface_in.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map.go b/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map.go index 81a42e74..84379c10 100644 --- a/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map.go +++ b/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map_test.go b/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map_test.go index e9d1f498..b5a4b1b2 100644 --- a/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_interface_in_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_interface_in_test.go b/internal/provider/resource_nxos_default_qos_policy_interface_in_test.go index 7789d80f..c883b908 100644 --- a/internal/provider/resource_nxos_default_qos_policy_interface_in_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_interface_in_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map.go b/internal/provider/resource_nxos_default_qos_policy_map.go index b6642fe7..4a2d613f 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map.go +++ b/internal/provider/resource_nxos_default_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map.go index a70ccee9..075c84cb 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police.go index 3cbe7023..f06aa4e5 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police_test.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police_test.go index 6baf3d36..f5cf5e60 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_police_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group.go index 0a03a882..bbfe9d18 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go index 8e7df4de..45ae6025 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_set_qos_group_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_test.go b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_test.go index af5a3d95..7abf7d40 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_match_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_default_qos_policy_map_test.go b/internal/provider/resource_nxos_default_qos_policy_map_test.go index 31ffd2cd..60c67b72 100644 --- a/internal/provider/resource_nxos_default_qos_policy_map_test.go +++ b/internal/provider/resource_nxos_default_qos_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_dhcp_relay_address.go b/internal/provider/resource_nxos_dhcp_relay_address.go index 35a14173..e367b85d 100644 --- a/internal/provider/resource_nxos_dhcp_relay_address.go +++ b/internal/provider/resource_nxos_dhcp_relay_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_dhcp_relay_address_test.go b/internal/provider/resource_nxos_dhcp_relay_address_test.go index 4cc56ea8..fcd6f0cc 100644 --- a/internal/provider/resource_nxos_dhcp_relay_address_test.go +++ b/internal/provider/resource_nxos_dhcp_relay_address_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_dhcp_relay_interface.go b/internal/provider/resource_nxos_dhcp_relay_interface.go index 1a8c4c19..2178955a 100644 --- a/internal/provider/resource_nxos_dhcp_relay_interface.go +++ b/internal/provider/resource_nxos_dhcp_relay_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_dhcp_relay_interface_test.go b/internal/provider/resource_nxos_dhcp_relay_interface_test.go index d39644f6..749d8f8c 100644 --- a/internal/provider/resource_nxos_dhcp_relay_interface_test.go +++ b/internal/provider/resource_nxos_dhcp_relay_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ethernet.go b/internal/provider/resource_nxos_ethernet.go index 38069e1e..15143294 100644 --- a/internal/provider/resource_nxos_ethernet.go +++ b/internal/provider/resource_nxos_ethernet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ethernet_test.go b/internal/provider/resource_nxos_ethernet_test.go index 87cb213c..315701b6 100644 --- a/internal/provider/resource_nxos_ethernet_test.go +++ b/internal/provider/resource_nxos_ethernet_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn.go b/internal/provider/resource_nxos_evpn.go index 7563880e..95b29bbc 100644 --- a/internal/provider/resource_nxos_evpn.go +++ b/internal/provider/resource_nxos_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_test.go b/internal/provider/resource_nxos_evpn_test.go index 9f200928..afa5a1d9 100644 --- a/internal/provider/resource_nxos_evpn_test.go +++ b/internal/provider/resource_nxos_evpn_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni.go b/internal/provider/resource_nxos_evpn_vni.go index 7e369e35..3241bb5e 100644 --- a/internal/provider/resource_nxos_evpn_vni.go +++ b/internal/provider/resource_nxos_evpn_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni_route_target.go b/internal/provider/resource_nxos_evpn_vni_route_target.go index 394e41b1..8a7ac911 100644 --- a/internal/provider/resource_nxos_evpn_vni_route_target.go +++ b/internal/provider/resource_nxos_evpn_vni_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni_route_target_direction.go b/internal/provider/resource_nxos_evpn_vni_route_target_direction.go index 35f86fff..456f49de 100644 --- a/internal/provider/resource_nxos_evpn_vni_route_target_direction.go +++ b/internal/provider/resource_nxos_evpn_vni_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni_route_target_direction_test.go b/internal/provider/resource_nxos_evpn_vni_route_target_direction_test.go index 0efdc3df..57787e34 100644 --- a/internal/provider/resource_nxos_evpn_vni_route_target_direction_test.go +++ b/internal/provider/resource_nxos_evpn_vni_route_target_direction_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni_route_target_test.go b/internal/provider/resource_nxos_evpn_vni_route_target_test.go index b1cb81b6..8b827e4e 100644 --- a/internal/provider/resource_nxos_evpn_vni_route_target_test.go +++ b/internal/provider/resource_nxos_evpn_vni_route_target_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_evpn_vni_test.go b/internal/provider/resource_nxos_evpn_vni_test.go index 6dbe0c96..0a167717 100644 --- a/internal/provider/resource_nxos_evpn_vni_test.go +++ b/internal/provider/resource_nxos_evpn_vni_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_bfd.go b/internal/provider/resource_nxos_feature_bfd.go index a0ccf64f..95b3a1ec 100644 --- a/internal/provider/resource_nxos_feature_bfd.go +++ b/internal/provider/resource_nxos_feature_bfd.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_bfd_test.go b/internal/provider/resource_nxos_feature_bfd_test.go index 8404c5e9..ab2cbfec 100644 --- a/internal/provider/resource_nxos_feature_bfd_test.go +++ b/internal/provider/resource_nxos_feature_bfd_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_bgp.go b/internal/provider/resource_nxos_feature_bgp.go index d036b54e..a63bd34d 100644 --- a/internal/provider/resource_nxos_feature_bgp.go +++ b/internal/provider/resource_nxos_feature_bgp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_bgp_test.go b/internal/provider/resource_nxos_feature_bgp_test.go index bb29fc0a..239a4226 100644 --- a/internal/provider/resource_nxos_feature_bgp_test.go +++ b/internal/provider/resource_nxos_feature_bgp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_dhcp.go b/internal/provider/resource_nxos_feature_dhcp.go index 462e1e3f..49b13ef4 100644 --- a/internal/provider/resource_nxos_feature_dhcp.go +++ b/internal/provider/resource_nxos_feature_dhcp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_dhcp_test.go b/internal/provider/resource_nxos_feature_dhcp_test.go index f4f4a8d3..8f3cbb88 100644 --- a/internal/provider/resource_nxos_feature_dhcp_test.go +++ b/internal/provider/resource_nxos_feature_dhcp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_evpn.go b/internal/provider/resource_nxos_feature_evpn.go index 82c2497c..ec21a198 100644 --- a/internal/provider/resource_nxos_feature_evpn.go +++ b/internal/provider/resource_nxos_feature_evpn.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_evpn_test.go b/internal/provider/resource_nxos_feature_evpn_test.go index de691991..2c7563c7 100644 --- a/internal/provider/resource_nxos_feature_evpn_test.go +++ b/internal/provider/resource_nxos_feature_evpn_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_hmm.go b/internal/provider/resource_nxos_feature_hmm.go index d504b7a4..3d5b6649 100644 --- a/internal/provider/resource_nxos_feature_hmm.go +++ b/internal/provider/resource_nxos_feature_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_hmm_test.go b/internal/provider/resource_nxos_feature_hmm_test.go index 5af07b9d..e2ee7f0d 100644 --- a/internal/provider/resource_nxos_feature_hmm_test.go +++ b/internal/provider/resource_nxos_feature_hmm_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_hsrp.go b/internal/provider/resource_nxos_feature_hsrp.go index cce5f179..079c1c54 100644 --- a/internal/provider/resource_nxos_feature_hsrp.go +++ b/internal/provider/resource_nxos_feature_hsrp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_hsrp_test.go b/internal/provider/resource_nxos_feature_hsrp_test.go index 596a9547..4e87729b 100644 --- a/internal/provider/resource_nxos_feature_hsrp_test.go +++ b/internal/provider/resource_nxos_feature_hsrp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_interface_vlan.go b/internal/provider/resource_nxos_feature_interface_vlan.go index e0d6ebd6..dbd02dce 100644 --- a/internal/provider/resource_nxos_feature_interface_vlan.go +++ b/internal/provider/resource_nxos_feature_interface_vlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_interface_vlan_test.go b/internal/provider/resource_nxos_feature_interface_vlan_test.go index 3d6f5b75..fc0dd28e 100644 --- a/internal/provider/resource_nxos_feature_interface_vlan_test.go +++ b/internal/provider/resource_nxos_feature_interface_vlan_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_isis.go b/internal/provider/resource_nxos_feature_isis.go index 6afb1d9d..45769d30 100644 --- a/internal/provider/resource_nxos_feature_isis.go +++ b/internal/provider/resource_nxos_feature_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_isis_test.go b/internal/provider/resource_nxos_feature_isis_test.go index eb55cb2f..cc0b57dc 100644 --- a/internal/provider/resource_nxos_feature_isis_test.go +++ b/internal/provider/resource_nxos_feature_isis_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_lacp.go b/internal/provider/resource_nxos_feature_lacp.go index 4f3b9c90..8697785e 100644 --- a/internal/provider/resource_nxos_feature_lacp.go +++ b/internal/provider/resource_nxos_feature_lacp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_lacp_test.go b/internal/provider/resource_nxos_feature_lacp_test.go index a528f918..ba79dcf1 100644 --- a/internal/provider/resource_nxos_feature_lacp_test.go +++ b/internal/provider/resource_nxos_feature_lacp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_lldp.go b/internal/provider/resource_nxos_feature_lldp.go index 42be7c28..d2b44f6e 100644 --- a/internal/provider/resource_nxos_feature_lldp.go +++ b/internal/provider/resource_nxos_feature_lldp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_lldp_test.go b/internal/provider/resource_nxos_feature_lldp_test.go index 39f4e485..f343c60e 100644 --- a/internal/provider/resource_nxos_feature_lldp_test.go +++ b/internal/provider/resource_nxos_feature_lldp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_macsec.go b/internal/provider/resource_nxos_feature_macsec.go index e963f484..3bdb6c9d 100644 --- a/internal/provider/resource_nxos_feature_macsec.go +++ b/internal/provider/resource_nxos_feature_macsec.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_macsec_test.go b/internal/provider/resource_nxos_feature_macsec_test.go index b0a0a269..2f8e501f 100644 --- a/internal/provider/resource_nxos_feature_macsec_test.go +++ b/internal/provider/resource_nxos_feature_macsec_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build testAll // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/internal/provider/resource_nxos_feature_netflow.go b/internal/provider/resource_nxos_feature_netflow.go index bc341c61..1c8c4772 100644 --- a/internal/provider/resource_nxos_feature_netflow.go +++ b/internal/provider/resource_nxos_feature_netflow.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_netflow_test.go b/internal/provider/resource_nxos_feature_netflow_test.go index 0f953928..d373bdba 100644 --- a/internal/provider/resource_nxos_feature_netflow_test.go +++ b/internal/provider/resource_nxos_feature_netflow_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build testAll // Code generated by "gen/generator.go"; DO NOT EDIT. diff --git a/internal/provider/resource_nxos_feature_nv_overlay.go b/internal/provider/resource_nxos_feature_nv_overlay.go index 0e15b193..4ec1fc92 100644 --- a/internal/provider/resource_nxos_feature_nv_overlay.go +++ b/internal/provider/resource_nxos_feature_nv_overlay.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_nv_overlay_test.go b/internal/provider/resource_nxos_feature_nv_overlay_test.go index b7c1a8a8..5147abad 100644 --- a/internal/provider/resource_nxos_feature_nv_overlay_test.go +++ b/internal/provider/resource_nxos_feature_nv_overlay_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ospf.go b/internal/provider/resource_nxos_feature_ospf.go index ce540321..5a53a9d3 100644 --- a/internal/provider/resource_nxos_feature_ospf.go +++ b/internal/provider/resource_nxos_feature_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ospf_test.go b/internal/provider/resource_nxos_feature_ospf_test.go index e436bd82..dadf440c 100644 --- a/internal/provider/resource_nxos_feature_ospf_test.go +++ b/internal/provider/resource_nxos_feature_ospf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ospfv3.go b/internal/provider/resource_nxos_feature_ospfv3.go index 89d0bdb9..db95cb4f 100644 --- a/internal/provider/resource_nxos_feature_ospfv3.go +++ b/internal/provider/resource_nxos_feature_ospfv3.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ospfv3_test.go b/internal/provider/resource_nxos_feature_ospfv3_test.go index d9d5b3de..c5f07444 100644 --- a/internal/provider/resource_nxos_feature_ospfv3_test.go +++ b/internal/provider/resource_nxos_feature_ospfv3_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_pim.go b/internal/provider/resource_nxos_feature_pim.go index c6b6d04c..09253d90 100644 --- a/internal/provider/resource_nxos_feature_pim.go +++ b/internal/provider/resource_nxos_feature_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_pim_test.go b/internal/provider/resource_nxos_feature_pim_test.go index 60d3dee9..53e9fc89 100644 --- a/internal/provider/resource_nxos_feature_pim_test.go +++ b/internal/provider/resource_nxos_feature_pim_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ptp.go b/internal/provider/resource_nxos_feature_ptp.go index 87ca46ea..84ea3372 100644 --- a/internal/provider/resource_nxos_feature_ptp.go +++ b/internal/provider/resource_nxos_feature_ptp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ptp_test.go b/internal/provider/resource_nxos_feature_ptp_test.go index 10ef69c4..5c71b59e 100644 --- a/internal/provider/resource_nxos_feature_ptp_test.go +++ b/internal/provider/resource_nxos_feature_ptp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_pvlan.go b/internal/provider/resource_nxos_feature_pvlan.go index b4adc249..207c5b65 100644 --- a/internal/provider/resource_nxos_feature_pvlan.go +++ b/internal/provider/resource_nxos_feature_pvlan.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_pvlan_test.go b/internal/provider/resource_nxos_feature_pvlan_test.go index af718d2f..3ecd8658 100644 --- a/internal/provider/resource_nxos_feature_pvlan_test.go +++ b/internal/provider/resource_nxos_feature_pvlan_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ssh.go b/internal/provider/resource_nxos_feature_ssh.go index 267397b4..8afee069 100644 --- a/internal/provider/resource_nxos_feature_ssh.go +++ b/internal/provider/resource_nxos_feature_ssh.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_ssh_test.go b/internal/provider/resource_nxos_feature_ssh_test.go index 5423180a..75f151e1 100644 --- a/internal/provider/resource_nxos_feature_ssh_test.go +++ b/internal/provider/resource_nxos_feature_ssh_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_tacacs.go b/internal/provider/resource_nxos_feature_tacacs.go index 3a938bb6..577910fb 100644 --- a/internal/provider/resource_nxos_feature_tacacs.go +++ b/internal/provider/resource_nxos_feature_tacacs.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_tacacs_test.go b/internal/provider/resource_nxos_feature_tacacs_test.go index 3c72cbaf..c346ab04 100644 --- a/internal/provider/resource_nxos_feature_tacacs_test.go +++ b/internal/provider/resource_nxos_feature_tacacs_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_telnet.go b/internal/provider/resource_nxos_feature_telnet.go index b22b8b0e..6b7a9682 100644 --- a/internal/provider/resource_nxos_feature_telnet.go +++ b/internal/provider/resource_nxos_feature_telnet.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_telnet_test.go b/internal/provider/resource_nxos_feature_telnet_test.go index c0831d2d..c7fed0a2 100644 --- a/internal/provider/resource_nxos_feature_telnet_test.go +++ b/internal/provider/resource_nxos_feature_telnet_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_udld.go b/internal/provider/resource_nxos_feature_udld.go index 89a2f40c..d81670a4 100644 --- a/internal/provider/resource_nxos_feature_udld.go +++ b/internal/provider/resource_nxos_feature_udld.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_udld_test.go b/internal/provider/resource_nxos_feature_udld_test.go index b6640fc2..d9123518 100644 --- a/internal/provider/resource_nxos_feature_udld_test.go +++ b/internal/provider/resource_nxos_feature_udld_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_vn_segment.go b/internal/provider/resource_nxos_feature_vn_segment.go index ed1eb410..1ce2cc60 100644 --- a/internal/provider/resource_nxos_feature_vn_segment.go +++ b/internal/provider/resource_nxos_feature_vn_segment.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_vn_segment_test.go b/internal/provider/resource_nxos_feature_vn_segment_test.go index c4ae612f..0398c00b 100644 --- a/internal/provider/resource_nxos_feature_vn_segment_test.go +++ b/internal/provider/resource_nxos_feature_vn_segment_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_vpc.go b/internal/provider/resource_nxos_feature_vpc.go index ad3e43cd..8497faf4 100644 --- a/internal/provider/resource_nxos_feature_vpc.go +++ b/internal/provider/resource_nxos_feature_vpc.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_feature_vpc_test.go b/internal/provider/resource_nxos_feature_vpc_test.go index be30a0f0..688dca6f 100644 --- a/internal/provider/resource_nxos_feature_vpc_test.go +++ b/internal/provider/resource_nxos_feature_vpc_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm.go b/internal/provider/resource_nxos_hmm.go index 8183e0e3..73c1c59c 100644 --- a/internal/provider/resource_nxos_hmm.go +++ b/internal/provider/resource_nxos_hmm.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm_instance.go b/internal/provider/resource_nxos_hmm_instance.go index 87e45d8a..9e2f1a5b 100644 --- a/internal/provider/resource_nxos_hmm_instance.go +++ b/internal/provider/resource_nxos_hmm_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm_instance_test.go b/internal/provider/resource_nxos_hmm_instance_test.go index 385ea8f7..46ae2dfc 100644 --- a/internal/provider/resource_nxos_hmm_instance_test.go +++ b/internal/provider/resource_nxos_hmm_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm_interface.go b/internal/provider/resource_nxos_hmm_interface.go index c85bdbd3..650ad45c 100644 --- a/internal/provider/resource_nxos_hmm_interface.go +++ b/internal/provider/resource_nxos_hmm_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm_interface_test.go b/internal/provider/resource_nxos_hmm_interface_test.go index 2c830636..00295b8c 100644 --- a/internal/provider/resource_nxos_hmm_interface_test.go +++ b/internal/provider/resource_nxos_hmm_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_hmm_test.go b/internal/provider/resource_nxos_hmm_test.go index 493a455d..b2757760 100644 --- a/internal/provider/resource_nxos_hmm_test.go +++ b/internal/provider/resource_nxos_hmm_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list.go b/internal/provider/resource_nxos_ipv4_access_list.go index ccbafc13..1f745616 100644 --- a/internal/provider/resource_nxos_ipv4_access_list.go +++ b/internal/provider/resource_nxos_ipv4_access_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_entry.go b/internal/provider/resource_nxos_ipv4_access_list_entry.go index 57ce88a1..0f98d5ab 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_entry.go +++ b/internal/provider/resource_nxos_ipv4_access_list_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_entry_test.go b/internal/provider/resource_nxos_ipv4_access_list_entry_test.go index da17a4cf..5a4fb6dc 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_entry_test.go +++ b/internal/provider/resource_nxos_ipv4_access_list_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface.go b/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface.go index da8e0c0b..fc300568 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface.go +++ b/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface_test.go b/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface_test.go index 005119c9..18207c60 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface_test.go +++ b/internal/provider/resource_nxos_ipv4_access_list_policy_egress_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface.go b/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface.go index 08375d03..8b2c2269 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface.go +++ b/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface_test.go b/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface_test.go index 27514098..bc1e072b 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface_test.go +++ b/internal/provider/resource_nxos_ipv4_access_list_policy_ingress_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_access_list_test.go b/internal/provider/resource_nxos_ipv4_access_list_test.go index 0d075e3d..94f20f61 100644 --- a/internal/provider/resource_nxos_ipv4_access_list_test.go +++ b/internal/provider/resource_nxos_ipv4_access_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_interface.go b/internal/provider/resource_nxos_ipv4_interface.go index c766ffb2..08af8e7b 100644 --- a/internal/provider/resource_nxos_ipv4_interface.go +++ b/internal/provider/resource_nxos_ipv4_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_interface_address.go b/internal/provider/resource_nxos_ipv4_interface_address.go index 72a50bf8..d8d5f0a2 100644 --- a/internal/provider/resource_nxos_ipv4_interface_address.go +++ b/internal/provider/resource_nxos_ipv4_interface_address.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_interface_address_test.go b/internal/provider/resource_nxos_ipv4_interface_address_test.go index 0dd44b99..f724096b 100644 --- a/internal/provider/resource_nxos_ipv4_interface_address_test.go +++ b/internal/provider/resource_nxos_ipv4_interface_address_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_interface_test.go b/internal/provider/resource_nxos_ipv4_interface_test.go index 59a8838a..6261bf4b 100644 --- a/internal/provider/resource_nxos_ipv4_interface_test.go +++ b/internal/provider/resource_nxos_ipv4_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_prefix_list_rule.go b/internal/provider/resource_nxos_ipv4_prefix_list_rule.go index 4cb0cae1..7e7f2f9b 100644 --- a/internal/provider/resource_nxos_ipv4_prefix_list_rule.go +++ b/internal/provider/resource_nxos_ipv4_prefix_list_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry.go b/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry.go index 8c3b3759..f7dc875a 100644 --- a/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry.go +++ b/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry_test.go b/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry_test.go index 85113583..6cb3bab9 100644 --- a/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry_test.go +++ b/internal/provider/resource_nxos_ipv4_prefix_list_rule_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_prefix_list_rule_test.go b/internal/provider/resource_nxos_ipv4_prefix_list_rule_test.go index 1f9a95df..e7a2860d 100644 --- a/internal/provider/resource_nxos_ipv4_prefix_list_rule_test.go +++ b/internal/provider/resource_nxos_ipv4_prefix_list_rule_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_static_route.go b/internal/provider/resource_nxos_ipv4_static_route.go index f88e7197..74a4d9a3 100644 --- a/internal/provider/resource_nxos_ipv4_static_route.go +++ b/internal/provider/resource_nxos_ipv4_static_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_static_route_test.go b/internal/provider/resource_nxos_ipv4_static_route_test.go index 0c48d0ce..a01bad5c 100644 --- a/internal/provider/resource_nxos_ipv4_static_route_test.go +++ b/internal/provider/resource_nxos_ipv4_static_route_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_vrf.go b/internal/provider/resource_nxos_ipv4_vrf.go index 99892ff1..50362b47 100644 --- a/internal/provider/resource_nxos_ipv4_vrf.go +++ b/internal/provider/resource_nxos_ipv4_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ipv4_vrf_test.go b/internal/provider/resource_nxos_ipv4_vrf_test.go index 85d89b7b..7f4f1fd1 100644 --- a/internal/provider/resource_nxos_ipv4_vrf_test.go +++ b/internal/provider/resource_nxos_ipv4_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis.go b/internal/provider/resource_nxos_isis.go index 8a1022f2..522f4b04 100644 --- a/internal/provider/resource_nxos_isis.go +++ b/internal/provider/resource_nxos_isis.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_instance.go b/internal/provider/resource_nxos_isis_instance.go index d27f188b..ca2293a2 100644 --- a/internal/provider/resource_nxos_isis_instance.go +++ b/internal/provider/resource_nxos_isis_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_instance_test.go b/internal/provider/resource_nxos_isis_instance_test.go index 494e995b..faafde58 100644 --- a/internal/provider/resource_nxos_isis_instance_test.go +++ b/internal/provider/resource_nxos_isis_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_interface.go b/internal/provider/resource_nxos_isis_interface.go index f1d597c9..9f8fe2e7 100644 --- a/internal/provider/resource_nxos_isis_interface.go +++ b/internal/provider/resource_nxos_isis_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_interface_test.go b/internal/provider/resource_nxos_isis_interface_test.go index 078be87b..f265c576 100644 --- a/internal/provider/resource_nxos_isis_interface_test.go +++ b/internal/provider/resource_nxos_isis_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_test.go b/internal/provider/resource_nxos_isis_test.go index f7eee547..d26eb748 100644 --- a/internal/provider/resource_nxos_isis_test.go +++ b/internal/provider/resource_nxos_isis_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_vrf.go b/internal/provider/resource_nxos_isis_vrf.go index 42a27c93..9cc7b3cb 100644 --- a/internal/provider/resource_nxos_isis_vrf.go +++ b/internal/provider/resource_nxos_isis_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_isis_vrf_test.go b/internal/provider/resource_nxos_isis_vrf_test.go index 2aeedb78..61c3b69f 100644 --- a/internal/provider/resource_nxos_isis_vrf_test.go +++ b/internal/provider/resource_nxos_isis_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_loopback_interface.go b/internal/provider/resource_nxos_loopback_interface.go index 01211c89..b08c8872 100644 --- a/internal/provider/resource_nxos_loopback_interface.go +++ b/internal/provider/resource_nxos_loopback_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_loopback_interface_test.go b/internal/provider/resource_nxos_loopback_interface_test.go index 13dab0cb..3fc29981 100644 --- a/internal/provider/resource_nxos_loopback_interface_test.go +++ b/internal/provider/resource_nxos_loopback_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_loopback_interface_vrf.go b/internal/provider/resource_nxos_loopback_interface_vrf.go index fc8a0934..c9931420 100644 --- a/internal/provider/resource_nxos_loopback_interface_vrf.go +++ b/internal/provider/resource_nxos_loopback_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_loopback_interface_vrf_test.go b/internal/provider/resource_nxos_loopback_interface_vrf_test.go index cab149e8..76bf3760 100644 --- a/internal/provider/resource_nxos_loopback_interface_vrf_test.go +++ b/internal/provider/resource_nxos_loopback_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ntp_server.go b/internal/provider/resource_nxos_ntp_server.go index c58bb5d0..1ec96c84 100644 --- a/internal/provider/resource_nxos_ntp_server.go +++ b/internal/provider/resource_nxos_ntp_server.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ntp_server_test.go b/internal/provider/resource_nxos_ntp_server_test.go index b52e2932..767f5b0c 100644 --- a/internal/provider/resource_nxos_ntp_server_test.go +++ b/internal/provider/resource_nxos_ntp_server_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_interface.go b/internal/provider/resource_nxos_nve_interface.go index fa1d2209..96e22f91 100644 --- a/internal/provider/resource_nxos_nve_interface.go +++ b/internal/provider/resource_nxos_nve_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_interface_test.go b/internal/provider/resource_nxos_nve_interface_test.go index 7ef07617..e538a0ec 100644 --- a/internal/provider/resource_nxos_nve_interface_test.go +++ b/internal/provider/resource_nxos_nve_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni.go b/internal/provider/resource_nxos_nve_vni.go index 41389d3b..92550717 100644 --- a/internal/provider/resource_nxos_nve_vni.go +++ b/internal/provider/resource_nxos_nve_vni.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni_container.go b/internal/provider/resource_nxos_nve_vni_container.go index d15ed480..6e2d83bc 100644 --- a/internal/provider/resource_nxos_nve_vni_container.go +++ b/internal/provider/resource_nxos_nve_vni_container.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni_container_test.go b/internal/provider/resource_nxos_nve_vni_container_test.go index 33a3c6b7..44c0ca3a 100644 --- a/internal/provider/resource_nxos_nve_vni_container_test.go +++ b/internal/provider/resource_nxos_nve_vni_container_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni_ingress_replication.go b/internal/provider/resource_nxos_nve_vni_ingress_replication.go index b3192e81..0cba254a 100644 --- a/internal/provider/resource_nxos_nve_vni_ingress_replication.go +++ b/internal/provider/resource_nxos_nve_vni_ingress_replication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni_ingress_replication_test.go b/internal/provider/resource_nxos_nve_vni_ingress_replication_test.go index f0444af2..06dcd426 100644 --- a/internal/provider/resource_nxos_nve_vni_ingress_replication_test.go +++ b/internal/provider/resource_nxos_nve_vni_ingress_replication_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_nve_vni_test.go b/internal/provider/resource_nxos_nve_vni_test.go index f981b629..e033db05 100644 --- a/internal/provider/resource_nxos_nve_vni_test.go +++ b/internal/provider/resource_nxos_nve_vni_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf.go b/internal/provider/resource_nxos_ospf.go index 944dfd6c..d2eb45f4 100644 --- a/internal/provider/resource_nxos_ospf.go +++ b/internal/provider/resource_nxos_ospf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_area.go b/internal/provider/resource_nxos_ospf_area.go index e623778b..c3023d7e 100644 --- a/internal/provider/resource_nxos_ospf_area.go +++ b/internal/provider/resource_nxos_ospf_area.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_area_test.go b/internal/provider/resource_nxos_ospf_area_test.go index fb5102df..62767891 100644 --- a/internal/provider/resource_nxos_ospf_area_test.go +++ b/internal/provider/resource_nxos_ospf_area_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_authentication.go b/internal/provider/resource_nxos_ospf_authentication.go index 0b091435..2eaff6f5 100644 --- a/internal/provider/resource_nxos_ospf_authentication.go +++ b/internal/provider/resource_nxos_ospf_authentication.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_authentication_test.go b/internal/provider/resource_nxos_ospf_authentication_test.go index 706d40be..41604af5 100644 --- a/internal/provider/resource_nxos_ospf_authentication_test.go +++ b/internal/provider/resource_nxos_ospf_authentication_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_instance.go b/internal/provider/resource_nxos_ospf_instance.go index 84208f4a..18174a26 100644 --- a/internal/provider/resource_nxos_ospf_instance.go +++ b/internal/provider/resource_nxos_ospf_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_instance_test.go b/internal/provider/resource_nxos_ospf_instance_test.go index 8a95aa5a..9452f028 100644 --- a/internal/provider/resource_nxos_ospf_instance_test.go +++ b/internal/provider/resource_nxos_ospf_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_interface.go b/internal/provider/resource_nxos_ospf_interface.go index d8bff186..7d7a9af7 100644 --- a/internal/provider/resource_nxos_ospf_interface.go +++ b/internal/provider/resource_nxos_ospf_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_interface_test.go b/internal/provider/resource_nxos_ospf_interface_test.go index 3f9946d8..89f3fe3b 100644 --- a/internal/provider/resource_nxos_ospf_interface_test.go +++ b/internal/provider/resource_nxos_ospf_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_test.go b/internal/provider/resource_nxos_ospf_test.go index 7bc8a23b..6fedab1a 100644 --- a/internal/provider/resource_nxos_ospf_test.go +++ b/internal/provider/resource_nxos_ospf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_vrf.go b/internal/provider/resource_nxos_ospf_vrf.go index 7084dd93..543ade13 100644 --- a/internal/provider/resource_nxos_ospf_vrf.go +++ b/internal/provider/resource_nxos_ospf_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_ospf_vrf_test.go b/internal/provider/resource_nxos_ospf_vrf_test.go index 6438acd1..9ca927c7 100644 --- a/internal/provider/resource_nxos_ospf_vrf_test.go +++ b/internal/provider/resource_nxos_ospf_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_physical_interface.go b/internal/provider/resource_nxos_physical_interface.go index 8f51c1c1..b6a65767 100644 --- a/internal/provider/resource_nxos_physical_interface.go +++ b/internal/provider/resource_nxos_physical_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_physical_interface_test.go b/internal/provider/resource_nxos_physical_interface_test.go index 43eb7172..b1132f64 100644 --- a/internal/provider/resource_nxos_physical_interface_test.go +++ b/internal/provider/resource_nxos_physical_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_physical_interface_vrf.go b/internal/provider/resource_nxos_physical_interface_vrf.go index fc34c9bb..4af6f44e 100644 --- a/internal/provider/resource_nxos_physical_interface_vrf.go +++ b/internal/provider/resource_nxos_physical_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_physical_interface_vrf_test.go b/internal/provider/resource_nxos_physical_interface_vrf_test.go index 8bef92b9..3a563929 100644 --- a/internal/provider/resource_nxos_physical_interface_vrf_test.go +++ b/internal/provider/resource_nxos_physical_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim.go b/internal/provider/resource_nxos_pim.go index 7bf76405..c70a4cf7 100644 --- a/internal/provider/resource_nxos_pim.go +++ b/internal/provider/resource_nxos_pim.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_anycast_rp.go b/internal/provider/resource_nxos_pim_anycast_rp.go index d9b83794..943a041e 100644 --- a/internal/provider/resource_nxos_pim_anycast_rp.go +++ b/internal/provider/resource_nxos_pim_anycast_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_anycast_rp_peer.go b/internal/provider/resource_nxos_pim_anycast_rp_peer.go index 2ab6e8d9..a4dea267 100644 --- a/internal/provider/resource_nxos_pim_anycast_rp_peer.go +++ b/internal/provider/resource_nxos_pim_anycast_rp_peer.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_anycast_rp_peer_test.go b/internal/provider/resource_nxos_pim_anycast_rp_peer_test.go index 134e1de3..6445c001 100644 --- a/internal/provider/resource_nxos_pim_anycast_rp_peer_test.go +++ b/internal/provider/resource_nxos_pim_anycast_rp_peer_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_anycast_rp_test.go b/internal/provider/resource_nxos_pim_anycast_rp_test.go index 8818bf8b..7eb9f6c8 100644 --- a/internal/provider/resource_nxos_pim_anycast_rp_test.go +++ b/internal/provider/resource_nxos_pim_anycast_rp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_instance.go b/internal/provider/resource_nxos_pim_instance.go index afc1708c..befa73ed 100644 --- a/internal/provider/resource_nxos_pim_instance.go +++ b/internal/provider/resource_nxos_pim_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_instance_test.go b/internal/provider/resource_nxos_pim_instance_test.go index 87998fdb..586f4f0f 100644 --- a/internal/provider/resource_nxos_pim_instance_test.go +++ b/internal/provider/resource_nxos_pim_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_interface.go b/internal/provider/resource_nxos_pim_interface.go index 175a1748..e097ec09 100644 --- a/internal/provider/resource_nxos_pim_interface.go +++ b/internal/provider/resource_nxos_pim_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_interface_test.go b/internal/provider/resource_nxos_pim_interface_test.go index 2c5be5b1..032b7690 100644 --- a/internal/provider/resource_nxos_pim_interface_test.go +++ b/internal/provider/resource_nxos_pim_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_ssm_policy.go b/internal/provider/resource_nxos_pim_ssm_policy.go index 142ca46c..0553ff09 100644 --- a/internal/provider/resource_nxos_pim_ssm_policy.go +++ b/internal/provider/resource_nxos_pim_ssm_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_ssm_policy_test.go b/internal/provider/resource_nxos_pim_ssm_policy_test.go index 1775f791..b7eef944 100644 --- a/internal/provider/resource_nxos_pim_ssm_policy_test.go +++ b/internal/provider/resource_nxos_pim_ssm_policy_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_ssm_range.go b/internal/provider/resource_nxos_pim_ssm_range.go index af40d9fc..fd307a36 100644 --- a/internal/provider/resource_nxos_pim_ssm_range.go +++ b/internal/provider/resource_nxos_pim_ssm_range.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_ssm_range_test.go b/internal/provider/resource_nxos_pim_ssm_range_test.go index 7b09c3f7..05b06e4f 100644 --- a/internal/provider/resource_nxos_pim_ssm_range_test.go +++ b/internal/provider/resource_nxos_pim_ssm_range_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp.go b/internal/provider/resource_nxos_pim_static_rp.go index 93dcdbaf..72cbebd6 100644 --- a/internal/provider/resource_nxos_pim_static_rp.go +++ b/internal/provider/resource_nxos_pim_static_rp.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp_group_list.go b/internal/provider/resource_nxos_pim_static_rp_group_list.go index 7c9404e6..0da1f154 100644 --- a/internal/provider/resource_nxos_pim_static_rp_group_list.go +++ b/internal/provider/resource_nxos_pim_static_rp_group_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp_group_list_test.go b/internal/provider/resource_nxos_pim_static_rp_group_list_test.go index cdd37ae7..aa29f22c 100644 --- a/internal/provider/resource_nxos_pim_static_rp_group_list_test.go +++ b/internal/provider/resource_nxos_pim_static_rp_group_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp_policy.go b/internal/provider/resource_nxos_pim_static_rp_policy.go index 4d16eb52..ec0d1942 100644 --- a/internal/provider/resource_nxos_pim_static_rp_policy.go +++ b/internal/provider/resource_nxos_pim_static_rp_policy.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp_policy_test.go b/internal/provider/resource_nxos_pim_static_rp_policy_test.go index f7413e97..b6a732b2 100644 --- a/internal/provider/resource_nxos_pim_static_rp_policy_test.go +++ b/internal/provider/resource_nxos_pim_static_rp_policy_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_static_rp_test.go b/internal/provider/resource_nxos_pim_static_rp_test.go index c93f6707..7b2764c1 100644 --- a/internal/provider/resource_nxos_pim_static_rp_test.go +++ b/internal/provider/resource_nxos_pim_static_rp_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_test.go b/internal/provider/resource_nxos_pim_test.go index 655ea754..06c35a9c 100644 --- a/internal/provider/resource_nxos_pim_test.go +++ b/internal/provider/resource_nxos_pim_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_vrf.go b/internal/provider/resource_nxos_pim_vrf.go index b4cfa190..3affac9c 100644 --- a/internal/provider/resource_nxos_pim_vrf.go +++ b/internal/provider/resource_nxos_pim_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_pim_vrf_test.go b/internal/provider/resource_nxos_pim_vrf_test.go index 88558f9e..fb08336c 100644 --- a/internal/provider/resource_nxos_pim_vrf_test.go +++ b/internal/provider/resource_nxos_pim_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface.go b/internal/provider/resource_nxos_port_channel_interface.go index 720d98fa..5eb6332f 100644 --- a/internal/provider/resource_nxos_port_channel_interface.go +++ b/internal/provider/resource_nxos_port_channel_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface_member.go b/internal/provider/resource_nxos_port_channel_interface_member.go index 8dacc98b..9b8e017c 100644 --- a/internal/provider/resource_nxos_port_channel_interface_member.go +++ b/internal/provider/resource_nxos_port_channel_interface_member.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface_member_test.go b/internal/provider/resource_nxos_port_channel_interface_member_test.go index 72f731ec..c5ad5d32 100644 --- a/internal/provider/resource_nxos_port_channel_interface_member_test.go +++ b/internal/provider/resource_nxos_port_channel_interface_member_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface_test.go b/internal/provider/resource_nxos_port_channel_interface_test.go index 8b220e11..1dd49384 100644 --- a/internal/provider/resource_nxos_port_channel_interface_test.go +++ b/internal/provider/resource_nxos_port_channel_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface_vrf.go b/internal/provider/resource_nxos_port_channel_interface_vrf.go index 19170904..51052b5c 100644 --- a/internal/provider/resource_nxos_port_channel_interface_vrf.go +++ b/internal/provider/resource_nxos_port_channel_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_port_channel_interface_vrf_test.go b/internal/provider/resource_nxos_port_channel_interface_vrf_test.go index 3c45c576..3b44aa7a 100644 --- a/internal/provider/resource_nxos_port_channel_interface_vrf_test.go +++ b/internal/provider/resource_nxos_port_channel_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map.go b/internal/provider/resource_nxos_queuing_qos_policy_map.go index 03fc654d..a9d15a57 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map.go index dc2eee1e..bfc7bd21 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority.go index a480a8dd..30bf1ae6 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority_test.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority_test.go index dcaaa871..98b7d7e3 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_priority_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go index 2f33ba27..5910c723 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go index bc57bfa2..bde089b6 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_remaining_bandwidth_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_test.go b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_test.go index 91dfa8b4..20806599 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_match_class_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_map_test.go b/internal/provider/resource_nxos_queuing_qos_policy_map_test.go index 0d2b7daa..2d12f09c 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_map_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_system_out.go b/internal/provider/resource_nxos_queuing_qos_policy_system_out.go index acc0ec1d..cd018355 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_system_out.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_system_out.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map.go b/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map.go index 953d4181..c0360f02 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map_test.go b/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map_test.go index 49791b01..e2ddcefb 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_system_out_policy_map_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_queuing_qos_policy_system_out_test.go b/internal/provider/resource_nxos_queuing_qos_policy_system_out_test.go index a944e4e8..39c6af19 100644 --- a/internal/provider/resource_nxos_queuing_qos_policy_system_out_test.go +++ b/internal/provider/resource_nxos_queuing_qos_policy_system_out_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_rest.go b/internal/provider/resource_nxos_rest.go index c7b65122..68313c9f 100644 --- a/internal/provider/resource_nxos_rest.go +++ b/internal/provider/resource_nxos_rest.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/resource_nxos_rest_test.go b/internal/provider/resource_nxos_rest_test.go index ca0b0813..a133cc60 100644 --- a/internal/provider/resource_nxos_rest_test.go +++ b/internal/provider/resource_nxos_rest_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package provider import ( diff --git a/internal/provider/resource_nxos_route_map_rule.go b/internal/provider/resource_nxos_route_map_rule.go index 95ec8960..1ceb22a2 100644 --- a/internal/provider/resource_nxos_route_map_rule.go +++ b/internal/provider/resource_nxos_route_map_rule.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry.go b/internal/provider/resource_nxos_route_map_rule_entry.go index 0abb8539..fffafc27 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry.go +++ b/internal/provider/resource_nxos_route_map_rule_entry.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_match_route.go b/internal/provider/resource_nxos_route_map_rule_entry_match_route.go index 4c14af11..8957d816 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_match_route.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_match_route.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list.go b/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list.go index d48d0dff..4b845b23 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list_test.go b/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list_test.go index 5d443e02..432f8d93 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list_test.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_match_route_prefix_list_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_match_route_test.go b/internal/provider/resource_nxos_route_map_rule_entry_match_route_test.go index 5885445a..a973b9c6 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_match_route_test.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_match_route_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community.go b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community.go index 1a6d3515..9a6892e7 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item.go b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item.go index d7f70fa4..33b9b626 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item_test.go b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item_test.go index 6af5b711..f4391c5e 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item_test.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_item_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_test.go b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_test.go index 4cba3183..7e00834a 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_test.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_set_regular_community_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_entry_test.go b/internal/provider/resource_nxos_route_map_rule_entry_test.go index 0e3835c6..d6febcb6 100644 --- a/internal/provider/resource_nxos_route_map_rule_entry_test.go +++ b/internal/provider/resource_nxos_route_map_rule_entry_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_route_map_rule_test.go b/internal/provider/resource_nxos_route_map_rule_test.go index d3d7478e..7a5e16bb 100644 --- a/internal/provider/resource_nxos_route_map_rule_test.go +++ b/internal/provider/resource_nxos_route_map_rule_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_spanning_tree_interface.go b/internal/provider/resource_nxos_spanning_tree_interface.go index 6beae611..51a586b5 100644 --- a/internal/provider/resource_nxos_spanning_tree_interface.go +++ b/internal/provider/resource_nxos_spanning_tree_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_spanning_tree_interface_test.go b/internal/provider/resource_nxos_spanning_tree_interface_test.go index ec671434..3053274b 100644 --- a/internal/provider/resource_nxos_spanning_tree_interface_test.go +++ b/internal/provider/resource_nxos_spanning_tree_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_subinterface.go b/internal/provider/resource_nxos_subinterface.go index 7162551e..ea096117 100644 --- a/internal/provider/resource_nxos_subinterface.go +++ b/internal/provider/resource_nxos_subinterface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_subinterface_test.go b/internal/provider/resource_nxos_subinterface_test.go index 85c755f4..82a102d4 100644 --- a/internal/provider/resource_nxos_subinterface_test.go +++ b/internal/provider/resource_nxos_subinterface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_subinterface_vrf.go b/internal/provider/resource_nxos_subinterface_vrf.go index 1a63b93a..d7c4e242 100644 --- a/internal/provider/resource_nxos_subinterface_vrf.go +++ b/internal/provider/resource_nxos_subinterface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_subinterface_vrf_test.go b/internal/provider/resource_nxos_subinterface_vrf_test.go index 3d91a67d..ec634cc8 100644 --- a/internal/provider/resource_nxos_subinterface_vrf_test.go +++ b/internal/provider/resource_nxos_subinterface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_svi_interface.go b/internal/provider/resource_nxos_svi_interface.go index 855e7a55..1388fc4f 100644 --- a/internal/provider/resource_nxos_svi_interface.go +++ b/internal/provider/resource_nxos_svi_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_svi_interface_test.go b/internal/provider/resource_nxos_svi_interface_test.go index 8c4601de..62d24285 100644 --- a/internal/provider/resource_nxos_svi_interface_test.go +++ b/internal/provider/resource_nxos_svi_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_svi_interface_vrf.go b/internal/provider/resource_nxos_svi_interface_vrf.go index 4245430f..0c4abf2b 100644 --- a/internal/provider/resource_nxos_svi_interface_vrf.go +++ b/internal/provider/resource_nxos_svi_interface_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_svi_interface_vrf_test.go b/internal/provider/resource_nxos_svi_interface_vrf_test.go index ffdc7066..386654c5 100644 --- a/internal/provider/resource_nxos_svi_interface_vrf_test.go +++ b/internal/provider/resource_nxos_svi_interface_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_system.go b/internal/provider/resource_nxos_system.go index 11eb6e8d..38b24384 100644 --- a/internal/provider/resource_nxos_system.go +++ b/internal/provider/resource_nxos_system.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_system_test.go b/internal/provider/resource_nxos_system_test.go index 9bd9c40a..47b340c7 100644 --- a/internal/provider/resource_nxos_system_test.go +++ b/internal/provider/resource_nxos_system_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_domain.go b/internal/provider/resource_nxos_vpc_domain.go index 529b8420..bd63e536 100644 --- a/internal/provider/resource_nxos_vpc_domain.go +++ b/internal/provider/resource_nxos_vpc_domain.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_domain_test.go b/internal/provider/resource_nxos_vpc_domain_test.go index 3ad681a6..9be706f8 100644 --- a/internal/provider/resource_nxos_vpc_domain_test.go +++ b/internal/provider/resource_nxos_vpc_domain_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_instance.go b/internal/provider/resource_nxos_vpc_instance.go index 7e1e0e7b..49d3536b 100644 --- a/internal/provider/resource_nxos_vpc_instance.go +++ b/internal/provider/resource_nxos_vpc_instance.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_instance_test.go b/internal/provider/resource_nxos_vpc_instance_test.go index 4a2b299c..01392deb 100644 --- a/internal/provider/resource_nxos_vpc_instance_test.go +++ b/internal/provider/resource_nxos_vpc_instance_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_interface.go b/internal/provider/resource_nxos_vpc_interface.go index 282cfd43..01d57c2d 100644 --- a/internal/provider/resource_nxos_vpc_interface.go +++ b/internal/provider/resource_nxos_vpc_interface.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vpc_interface_test.go b/internal/provider/resource_nxos_vpc_interface_test.go index 0257b72a..c0f8e5af 100644 --- a/internal/provider/resource_nxos_vpc_interface_test.go +++ b/internal/provider/resource_nxos_vpc_interface_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf.go b/internal/provider/resource_nxos_vrf.go index 3fb901db..57df299e 100644 --- a/internal/provider/resource_nxos_vrf.go +++ b/internal/provider/resource_nxos_vrf.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_address_family.go b/internal/provider/resource_nxos_vrf_address_family.go index af0743b4..d18b9d39 100644 --- a/internal/provider/resource_nxos_vrf_address_family.go +++ b/internal/provider/resource_nxos_vrf_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_address_family_test.go b/internal/provider/resource_nxos_vrf_address_family_test.go index 7f027977..6f7f917d 100644 --- a/internal/provider/resource_nxos_vrf_address_family_test.go +++ b/internal/provider/resource_nxos_vrf_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target.go b/internal/provider/resource_nxos_vrf_route_target.go index 9521fac7..417e622a 100644 --- a/internal/provider/resource_nxos_vrf_route_target.go +++ b/internal/provider/resource_nxos_vrf_route_target.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target_address_family.go b/internal/provider/resource_nxos_vrf_route_target_address_family.go index b9a8cd1f..21dbfc14 100644 --- a/internal/provider/resource_nxos_vrf_route_target_address_family.go +++ b/internal/provider/resource_nxos_vrf_route_target_address_family.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target_address_family_test.go b/internal/provider/resource_nxos_vrf_route_target_address_family_test.go index bc8d4fc4..f7902ef6 100644 --- a/internal/provider/resource_nxos_vrf_route_target_address_family_test.go +++ b/internal/provider/resource_nxos_vrf_route_target_address_family_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target_direction.go b/internal/provider/resource_nxos_vrf_route_target_direction.go index 41cf993b..19d09031 100644 --- a/internal/provider/resource_nxos_vrf_route_target_direction.go +++ b/internal/provider/resource_nxos_vrf_route_target_direction.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target_direction_test.go b/internal/provider/resource_nxos_vrf_route_target_direction_test.go index d5c3c895..bcbba942 100644 --- a/internal/provider/resource_nxos_vrf_route_target_direction_test.go +++ b/internal/provider/resource_nxos_vrf_route_target_direction_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_route_target_test.go b/internal/provider/resource_nxos_vrf_route_target_test.go index 2c9096ff..70bcd82e 100644 --- a/internal/provider/resource_nxos_vrf_route_target_test.go +++ b/internal/provider/resource_nxos_vrf_route_target_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_routing.go b/internal/provider/resource_nxos_vrf_routing.go index 7cae58fc..db436f04 100644 --- a/internal/provider/resource_nxos_vrf_routing.go +++ b/internal/provider/resource_nxos_vrf_routing.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_routing_test.go b/internal/provider/resource_nxos_vrf_routing_test.go index ef54ade1..5a19e1ed 100644 --- a/internal/provider/resource_nxos_vrf_routing_test.go +++ b/internal/provider/resource_nxos_vrf_routing_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/internal/provider/resource_nxos_vrf_test.go b/internal/provider/resource_nxos_vrf_test.go index 4324b6a4..69adc07c 100644 --- a/internal/provider/resource_nxos_vrf_test.go +++ b/internal/provider/resource_nxos_vrf_test.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + // Code generated by "gen/generator.go"; DO NOT EDIT. package provider diff --git a/main.go b/main.go index d6289a0a..f415bf51 100644 --- a/main.go +++ b/main.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + package main import ( diff --git a/tools/tools.go b/tools/tools.go index 64ce5cb9..4e0dc37a 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -1,3 +1,20 @@ +// Copyright © 2023 Cisco Systems, Inc. and its affiliates. +// All rights reserved. +// +// Licensed under the Mozilla Public License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// https://mozilla.org/MPL/2.0/ +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +// SPDX-License-Identifier: MPL-2.0 + //go:build tools package tools