From 15532acae2a84b42a3479484916176ae49acdefe Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Fri, 20 Dec 2024 12:46:11 -0500 Subject: [PATCH] normalize copyright comments --- .../openziti-tunnel-build-action/gh-release/entrypoint.sh | 2 +- docker/LICENSE-Apache | 2 +- docker/buildx.sh | 2 +- docker/docker-entrypoint.sh | 2 +- docs/openwrt/ziti.init | 2 +- lib/tests/dns_test.cpp | 2 +- lib/tests/tunnel_integ_test.cpp | 2 +- lib/ziti-tunnel-cbs/dns_host.c | 2 +- lib/ziti-tunnel-cbs/dns_host.h | 2 +- lib/ziti-tunnel-cbs/dns_msg.c | 2 +- lib/ziti-tunnel-cbs/include/ziti/ziti_dns.h | 2 +- lib/ziti-tunnel-cbs/include/ziti/ziti_tunnel_cbs.h | 2 +- lib/ziti-tunnel-cbs/tests/dns_test.cpp | 2 +- lib/ziti-tunnel-cbs/tests/tunnel_cbs_tests.cpp | 2 +- lib/ziti-tunnel-cbs/ziti_dns.c | 2 +- lib/ziti-tunnel-cbs/ziti_hosting.c | 2 +- lib/ziti-tunnel-cbs/ziti_hosting.h | 2 +- lib/ziti-tunnel-cbs/ziti_instance.h | 2 +- lib/ziti-tunnel-cbs/ziti_tunnel_cbs.c | 2 +- lib/ziti-tunnel-cbs/ziti_tunnel_ctrl.c | 2 +- lib/ziti-tunnel-cbs/ziti_tunnel_model.c | 2 +- lib/ziti-tunnel/include/ziti/netif_driver.h | 2 +- lib/ziti-tunnel/include/ziti/ziti_tunnel.h | 2 +- lib/ziti-tunnel/intercept.c | 2 +- lib/ziti-tunnel/route.c | 2 +- lib/ziti-tunnel/tests/address_test.cpp | 2 +- lib/ziti-tunnel/tests/tunnel_test.cpp | 2 +- lib/ziti-tunnel/tunnel_log.c | 2 +- lib/ziti-tunnel/tunnel_tcp.c | 2 +- lib/ziti-tunnel/tunnel_tcp.h | 2 +- lib/ziti-tunnel/tunnel_udp.c | 2 +- lib/ziti-tunnel/tunnel_udp.h | 2 +- lib/ziti-tunnel/ziti_tunnel.c | 2 +- lib/ziti-tunnel/ziti_tunnel_priv.h | 2 +- lib/ziti-tunnel/ziti_utils.c | 2 +- programs/ziti-edge-tunnel/config-utils.c | 2 +- programs/ziti-edge-tunnel/include/config-utils.h | 2 +- programs/ziti-edge-tunnel/include/identity-utils.h | 2 +- programs/ziti-edge-tunnel/include/instance-config.h | 2 +- programs/ziti-edge-tunnel/include/model/dtos.h | 2 +- programs/ziti-edge-tunnel/include/model/events.h | 2 +- programs/ziti-edge-tunnel/include/service-utils.h | 2 +- programs/ziti-edge-tunnel/include/windows/windows-scripts.h | 2 +- programs/ziti-edge-tunnel/instance-config.c | 2 +- programs/ziti-edge-tunnel/instance.c | 2 +- programs/ziti-edge-tunnel/ipc_cmd.c | 2 +- programs/ziti-edge-tunnel/ipc_event.c | 2 +- programs/ziti-edge-tunnel/model.c | 2 +- programs/ziti-edge-tunnel/netif_driver/darwin/utun.c | 2 +- programs/ziti-edge-tunnel/netif_driver/darwin/utun.h | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/resolvers.c | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/resolvers.h | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/tun.c | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/tun.h | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/utils.c | 2 +- programs/ziti-edge-tunnel/netif_driver/linux/utils.h | 2 +- programs/ziti-edge-tunnel/netif_driver/socket_util.c | 2 +- programs/ziti-edge-tunnel/netif_driver/socket_util.h | 2 +- programs/ziti-edge-tunnel/netif_driver/windows/tun.c | 4 +--- programs/ziti-edge-tunnel/netif_driver/windows/tun.h | 2 +- programs/ziti-edge-tunnel/process_cmd.c | 2 +- programs/ziti-edge-tunnel/windows-scripts.c | 2 +- programs/ziti-edge-tunnel/windows-service.c | 2 +- programs/ziti-edge-tunnel/windows/log_utils.c | 2 +- programs/ziti-edge-tunnel/ziti-edge-tunnel.c | 2 +- 65 files changed, 65 insertions(+), 67 deletions(-) diff --git a/.github/actions/openziti-tunnel-build-action/gh-release/entrypoint.sh b/.github/actions/openziti-tunnel-build-action/gh-release/entrypoint.sh index c582b2ce6..6cfd2cf51 100755 --- a/.github/actions/openziti-tunnel-build-action/gh-release/entrypoint.sh +++ b/.github/actions/openziti-tunnel-build-action/gh-release/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2024 NetFoundry Inc. +# Copyright NetFoundry Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docker/LICENSE-Apache b/docker/LICENSE-Apache index 4755eaf02..52416319a 100644 --- a/docker/LICENSE-Apache +++ b/docker/LICENSE-Apache @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019-2020 NetFoundry, Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docker/buildx.sh b/docker/buildx.sh index 1d7d1f836..79d81e0af 100755 --- a/docker/buildx.sh +++ b/docker/buildx.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright 2021 NetFoundry Inc. +# Copyright NetFoundry Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index 2c3c31551..b93aad891 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# Copyright 2021 NetFoundry Inc. +# Copyright NetFoundry Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/openwrt/ziti.init b/docs/openwrt/ziti.init index f71d3a70e..0c3e155dc 100644 --- a/docs/openwrt/ziti.init +++ b/docs/openwrt/ziti.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2020 NetFoundry, Inc +# Copyright NetFoundry Inc. START=65 STOP=65 diff --git a/lib/tests/dns_test.cpp b/lib/tests/dns_test.cpp index 4cf1272fa..95ac4336d 100644 --- a/lib/tests/dns_test.cpp +++ b/lib/tests/dns_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2021-2022 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/tests/tunnel_integ_test.cpp b/lib/tests/tunnel_integ_test.cpp index c46c8cc23..b01a68089 100644 --- a/lib/tests/tunnel_integ_test.cpp +++ b/lib/tests/tunnel_integ_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2019-2022 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/dns_host.c b/lib/ziti-tunnel-cbs/dns_host.c index 287efd03b..754389f76 100644 --- a/lib/ziti-tunnel-cbs/dns_host.c +++ b/lib/ziti-tunnel-cbs/dns_host.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/dns_host.h b/lib/ziti-tunnel-cbs/dns_host.h index 3651af830..6575af20b 100644 --- a/lib/ziti-tunnel-cbs/dns_host.h +++ b/lib/ziti-tunnel-cbs/dns_host.h @@ -1,5 +1,5 @@ /* - Copyright $originalComment.match("Copyright (\d+)", 1, "-", "$today.year")2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/dns_msg.c b/lib/ziti-tunnel-cbs/dns_msg.c index acace9c2a..1674848e7 100644 --- a/lib/ziti-tunnel-cbs/dns_msg.c +++ b/lib/ziti-tunnel-cbs/dns_msg.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/include/ziti/ziti_dns.h b/lib/ziti-tunnel-cbs/include/ziti/ziti_dns.h index 92e2a250e..7ecbba8ff 100644 --- a/lib/ziti-tunnel-cbs/include/ziti/ziti_dns.h +++ b/lib/ziti-tunnel-cbs/include/ziti/ziti_dns.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/include/ziti/ziti_tunnel_cbs.h b/lib/ziti-tunnel-cbs/include/ziti/ziti_tunnel_cbs.h index 11e4908d1..b9a39f347 100644 --- a/lib/ziti-tunnel-cbs/include/ziti/ziti_tunnel_cbs.h +++ b/lib/ziti-tunnel-cbs/include/ziti/ziti_tunnel_cbs.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/tests/dns_test.cpp b/lib/ziti-tunnel-cbs/tests/dns_test.cpp index f78deb2af..20cbf4a4e 100644 --- a/lib/ziti-tunnel-cbs/tests/dns_test.cpp +++ b/lib/ziti-tunnel-cbs/tests/dns_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/tests/tunnel_cbs_tests.cpp b/lib/ziti-tunnel-cbs/tests/tunnel_cbs_tests.cpp index 0c260cbd3..ecbe57a13 100644 --- a/lib/ziti-tunnel-cbs/tests/tunnel_cbs_tests.cpp +++ b/lib/ziti-tunnel-cbs/tests/tunnel_cbs_tests.cpp @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 NetFoundry, Inc. +Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_dns.c b/lib/ziti-tunnel-cbs/ziti_dns.c index bf515dafb..a0703fa19 100644 --- a/lib/ziti-tunnel-cbs/ziti_dns.c +++ b/lib/ziti-tunnel-cbs/ziti_dns.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_hosting.c b/lib/ziti-tunnel-cbs/ziti_hosting.c index f0014c343..c72e31580 100644 --- a/lib/ziti-tunnel-cbs/ziti_hosting.c +++ b/lib/ziti-tunnel-cbs/ziti_hosting.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_hosting.h b/lib/ziti-tunnel-cbs/ziti_hosting.h index 6cf446c1e..b4faa2597 100644 --- a/lib/ziti-tunnel-cbs/ziti_hosting.h +++ b/lib/ziti-tunnel-cbs/ziti_hosting.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_instance.h b/lib/ziti-tunnel-cbs/ziti_instance.h index d685c9205..4fad9606a 100644 --- a/lib/ziti-tunnel-cbs/ziti_instance.h +++ b/lib/ziti-tunnel-cbs/ziti_instance.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_tunnel_cbs.c b/lib/ziti-tunnel-cbs/ziti_tunnel_cbs.c index b63577975..8e4cc8b09 100644 --- a/lib/ziti-tunnel-cbs/ziti_tunnel_cbs.c +++ b/lib/ziti-tunnel-cbs/ziti_tunnel_cbs.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_tunnel_ctrl.c b/lib/ziti-tunnel-cbs/ziti_tunnel_ctrl.c index 80bed00ac..e002c138b 100644 --- a/lib/ziti-tunnel-cbs/ziti_tunnel_ctrl.c +++ b/lib/ziti-tunnel-cbs/ziti_tunnel_ctrl.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel-cbs/ziti_tunnel_model.c b/lib/ziti-tunnel-cbs/ziti_tunnel_model.c index 6e886133c..c57eb2973 100644 --- a/lib/ziti-tunnel-cbs/ziti_tunnel_model.c +++ b/lib/ziti-tunnel-cbs/ziti_tunnel_model.c @@ -1,5 +1,5 @@ /* - Copyright 2024 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/include/ziti/netif_driver.h b/lib/ziti-tunnel/include/ziti/netif_driver.h index 7d177c682..61e533907 100644 --- a/lib/ziti-tunnel/include/ziti/netif_driver.h +++ b/lib/ziti-tunnel/include/ziti/netif_driver.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/include/ziti/ziti_tunnel.h b/lib/ziti-tunnel/include/ziti/ziti_tunnel.h index 3de80dcb6..0db614b72 100644 --- a/lib/ziti-tunnel/include/ziti/ziti_tunnel.h +++ b/lib/ziti-tunnel/include/ziti/ziti_tunnel.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/intercept.c b/lib/ziti-tunnel/intercept.c index e409bfe74..70ece1521 100644 --- a/lib/ziti-tunnel/intercept.c +++ b/lib/ziti-tunnel/intercept.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/route.c b/lib/ziti-tunnel/route.c index 49f97521a..49d62640d 100644 --- a/lib/ziti-tunnel/route.c +++ b/lib/ziti-tunnel/route.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tests/address_test.cpp b/lib/ziti-tunnel/tests/address_test.cpp index 965fc48ce..bb430854c 100644 --- a/lib/ziti-tunnel/tests/address_test.cpp +++ b/lib/ziti-tunnel/tests/address_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2021-2022 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tests/tunnel_test.cpp b/lib/ziti-tunnel/tests/tunnel_test.cpp index 3bfd61754..2575439a7 100644 --- a/lib/ziti-tunnel/tests/tunnel_test.cpp +++ b/lib/ziti-tunnel/tests/tunnel_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2019-2022 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tunnel_log.c b/lib/ziti-tunnel/tunnel_log.c index 936814799..1dd1053f0 100644 --- a/lib/ziti-tunnel/tunnel_log.c +++ b/lib/ziti-tunnel/tunnel_log.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tunnel_tcp.c b/lib/ziti-tunnel/tunnel_tcp.c index 5497d0c64..396b1aa6a 100644 --- a/lib/ziti-tunnel/tunnel_tcp.c +++ b/lib/ziti-tunnel/tunnel_tcp.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tunnel_tcp.h b/lib/ziti-tunnel/tunnel_tcp.h index 1d9f9f26a..4d915e1bf 100644 --- a/lib/ziti-tunnel/tunnel_tcp.h +++ b/lib/ziti-tunnel/tunnel_tcp.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tunnel_udp.c b/lib/ziti-tunnel/tunnel_udp.c index fa79afb39..d1cae51f8 100644 --- a/lib/ziti-tunnel/tunnel_udp.c +++ b/lib/ziti-tunnel/tunnel_udp.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/tunnel_udp.h b/lib/ziti-tunnel/tunnel_udp.h index 0e36405f8..eecd70090 100644 --- a/lib/ziti-tunnel/tunnel_udp.h +++ b/lib/ziti-tunnel/tunnel_udp.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/ziti_tunnel.c b/lib/ziti-tunnel/ziti_tunnel.c index f6f31c0b1..8e1ad6594 100644 --- a/lib/ziti-tunnel/ziti_tunnel.c +++ b/lib/ziti-tunnel/ziti_tunnel.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/ziti_tunnel_priv.h b/lib/ziti-tunnel/ziti_tunnel_priv.h index 644e3a9f0..f52a4cf40 100644 --- a/lib/ziti-tunnel/ziti_tunnel_priv.h +++ b/lib/ziti-tunnel/ziti_tunnel_priv.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/lib/ziti-tunnel/ziti_utils.c b/lib/ziti-tunnel/ziti_utils.c index a6c08739a..ae555f972 100644 --- a/lib/ziti-tunnel/ziti_utils.c +++ b/lib/ziti-tunnel/ziti_utils.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/config-utils.c b/programs/ziti-edge-tunnel/config-utils.c index b1f188066..36a13bc86 100644 --- a/programs/ziti-edge-tunnel/config-utils.c +++ b/programs/ziti-edge-tunnel/config-utils.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/config-utils.h b/programs/ziti-edge-tunnel/include/config-utils.h index 8b2684a3f..c9aa50c5b 100644 --- a/programs/ziti-edge-tunnel/include/config-utils.h +++ b/programs/ziti-edge-tunnel/include/config-utils.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/identity-utils.h b/programs/ziti-edge-tunnel/include/identity-utils.h index 69f05fd83..9b8d54c0d 100644 --- a/programs/ziti-edge-tunnel/include/identity-utils.h +++ b/programs/ziti-edge-tunnel/include/identity-utils.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/instance-config.h b/programs/ziti-edge-tunnel/include/instance-config.h index 5933ea489..60ada0dce 100644 --- a/programs/ziti-edge-tunnel/include/instance-config.h +++ b/programs/ziti-edge-tunnel/include/instance-config.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/model/dtos.h b/programs/ziti-edge-tunnel/include/model/dtos.h index 6caee5bbc..0ac666862 100644 --- a/programs/ziti-edge-tunnel/include/model/dtos.h +++ b/programs/ziti-edge-tunnel/include/model/dtos.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/model/events.h b/programs/ziti-edge-tunnel/include/model/events.h index 79ef9a0e8..7dd5958de 100644 --- a/programs/ziti-edge-tunnel/include/model/events.h +++ b/programs/ziti-edge-tunnel/include/model/events.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/service-utils.h b/programs/ziti-edge-tunnel/include/service-utils.h index 296744038..cb6ce503f 100644 --- a/programs/ziti-edge-tunnel/include/service-utils.h +++ b/programs/ziti-edge-tunnel/include/service-utils.h @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 NetFoundry, Inc. +Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/include/windows/windows-scripts.h b/programs/ziti-edge-tunnel/include/windows/windows-scripts.h index 45ca21978..7fbeba78a 100644 --- a/programs/ziti-edge-tunnel/include/windows/windows-scripts.h +++ b/programs/ziti-edge-tunnel/include/windows/windows-scripts.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/instance-config.c b/programs/ziti-edge-tunnel/instance-config.c index 7fbc99bd1..74586ac69 100644 --- a/programs/ziti-edge-tunnel/instance-config.c +++ b/programs/ziti-edge-tunnel/instance-config.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/instance.c b/programs/ziti-edge-tunnel/instance.c index 538dc6608..4e556ecfb 100644 --- a/programs/ziti-edge-tunnel/instance.c +++ b/programs/ziti-edge-tunnel/instance.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/ipc_cmd.c b/programs/ziti-edge-tunnel/ipc_cmd.c index 5360dc401..e84e83309 100644 --- a/programs/ziti-edge-tunnel/ipc_cmd.c +++ b/programs/ziti-edge-tunnel/ipc_cmd.c @@ -1,4 +1,4 @@ -// Copyright 2024 NetFoundry Inc. +// Copyright NetFoundry Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/ipc_event.c b/programs/ziti-edge-tunnel/ipc_event.c index d6b53b059..0e8b6b66e 100644 --- a/programs/ziti-edge-tunnel/ipc_event.c +++ b/programs/ziti-edge-tunnel/ipc_event.c @@ -1,4 +1,4 @@ -// Copyright 2024 NetFoundry Inc. +// Copyright NetFoundry Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/model.c b/programs/ziti-edge-tunnel/model.c index 7c6dc6817..06c162a4b 100644 --- a/programs/ziti-edge-tunnel/model.c +++ b/programs/ziti-edge-tunnel/model.c @@ -1,4 +1,4 @@ -// Copyright 2024 NetFoundry Inc. +// Copyright NetFoundry Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/darwin/utun.c b/programs/ziti-edge-tunnel/netif_driver/darwin/utun.c index 436dc5d3a..c25550334 100644 --- a/programs/ziti-edge-tunnel/netif_driver/darwin/utun.c +++ b/programs/ziti-edge-tunnel/netif_driver/darwin/utun.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/darwin/utun.h b/programs/ziti-edge-tunnel/netif_driver/darwin/utun.h index 31ead3685..7f4cc8ac7 100644 --- a/programs/ziti-edge-tunnel/netif_driver/darwin/utun.h +++ b/programs/ziti-edge-tunnel/netif_driver/darwin/utun.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.c b/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.c index 031f055f6..86f8202df 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.c +++ b/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.h b/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.h index b5a35d788..08f3fdcf1 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.h +++ b/programs/ziti-edge-tunnel/netif_driver/linux/resolvers.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/tun.c b/programs/ziti-edge-tunnel/netif_driver/linux/tun.c index 2dce097fd..b1acb3f52 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/tun.c +++ b/programs/ziti-edge-tunnel/netif_driver/linux/tun.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/tun.h b/programs/ziti-edge-tunnel/netif_driver/linux/tun.h index 73c83cd8d..82f058126 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/tun.h +++ b/programs/ziti-edge-tunnel/netif_driver/linux/tun.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/utils.c b/programs/ziti-edge-tunnel/netif_driver/linux/utils.c index e179a6cce..ca9dbb81a 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/utils.c +++ b/programs/ziti-edge-tunnel/netif_driver/linux/utils.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/linux/utils.h b/programs/ziti-edge-tunnel/netif_driver/linux/utils.h index a12fc3a7a..4cde5633a 100644 --- a/programs/ziti-edge-tunnel/netif_driver/linux/utils.h +++ b/programs/ziti-edge-tunnel/netif_driver/linux/utils.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/socket_util.c b/programs/ziti-edge-tunnel/netif_driver/socket_util.c index 6e56f1744..472fa9850 100644 --- a/programs/ziti-edge-tunnel/netif_driver/socket_util.c +++ b/programs/ziti-edge-tunnel/netif_driver/socket_util.c @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/socket_util.h b/programs/ziti-edge-tunnel/netif_driver/socket_util.h index c5d69058e..ea253215e 100644 --- a/programs/ziti-edge-tunnel/netif_driver/socket_util.h +++ b/programs/ziti-edge-tunnel/netif_driver/socket_util.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/windows/tun.c b/programs/ziti-edge-tunnel/netif_driver/windows/tun.c index 6faf37d6d..3c289d1d6 100644 --- a/programs/ziti-edge-tunnel/netif_driver/windows/tun.c +++ b/programs/ziti-edge-tunnel/netif_driver/windows/tun.c @@ -1,7 +1,5 @@ - - /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/netif_driver/windows/tun.h b/programs/ziti-edge-tunnel/netif_driver/windows/tun.h index 5fd68220a..c9c53f059 100644 --- a/programs/ziti-edge-tunnel/netif_driver/windows/tun.h +++ b/programs/ziti-edge-tunnel/netif_driver/windows/tun.h @@ -1,5 +1,5 @@ /* - Copyright 2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/process_cmd.c b/programs/ziti-edge-tunnel/process_cmd.c index e4c17f62d..06b21ea4d 100644 --- a/programs/ziti-edge-tunnel/process_cmd.c +++ b/programs/ziti-edge-tunnel/process_cmd.c @@ -1,4 +1,4 @@ -// Copyright 2024 NetFoundry Inc. +// Copyright NetFoundry Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/windows-scripts.c b/programs/ziti-edge-tunnel/windows-scripts.c index 0e7a77f00..b76360ec7 100644 --- a/programs/ziti-edge-tunnel/windows-scripts.c +++ b/programs/ziti-edge-tunnel/windows-scripts.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2021 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/windows-service.c b/programs/ziti-edge-tunnel/windows-service.c index eefeb760d..7fc767b76 100644 --- a/programs/ziti-edge-tunnel/windows-service.c +++ b/programs/ziti-edge-tunnel/windows-service.c @@ -1,5 +1,5 @@ /* -Copyright 2019-2020 NetFoundry, Inc. +Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/windows/log_utils.c b/programs/ziti-edge-tunnel/windows/log_utils.c index 213871594..2833cd7fc 100644 --- a/programs/ziti-edge-tunnel/windows/log_utils.c +++ b/programs/ziti-edge-tunnel/windows/log_utils.c @@ -1,5 +1,5 @@ /* - Copyright 2019-2024 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/programs/ziti-edge-tunnel/ziti-edge-tunnel.c b/programs/ziti-edge-tunnel/ziti-edge-tunnel.c index 4eceebba8..0103012a6 100644 --- a/programs/ziti-edge-tunnel/ziti-edge-tunnel.c +++ b/programs/ziti-edge-tunnel/ziti-edge-tunnel.c @@ -1,5 +1,5 @@ /* - Copyright 2021-2024 NetFoundry Inc. + Copyright NetFoundry Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.