diff --git a/dns/doc.go b/dns/doc.go index 857988b4..259f405d 100644 --- a/dns/doc.go +++ b/dns/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/dns/resolver.go b/dns/resolver.go index 92b83a97..98f9ca11 100644 --- a/dns/resolver.go +++ b/dns/resolver.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/dns/resolver_net_test.go b/dns/resolver_net_test.go index bc452aef..7857482c 100644 --- a/dns/resolver_net_test.go +++ b/dns/resolver_net_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/dns/resolver_test.go b/dns/resolver_test.go index 3943d0b5..c57e1353 100644 --- a/dns/resolver_test.go +++ b/dns/resolver_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/dns/stream_dialer.go b/dns/stream_dialer.go index 2cb610c3..4c0ba547 100644 --- a/dns/stream_dialer.go +++ b/dns/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/dns/stream_dialer_test.go b/dns/stream_dialer_test.go index 16e22d4e..11da9b89 100644 --- a/dns/stream_dialer_test.go +++ b/dns/stream_dialer_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/internal/slicepool/slicepool.go b/internal/slicepool/slicepool.go index 9a600121..3ad43e7c 100644 --- a/internal/slicepool/slicepool.go +++ b/internal/slicepool/slicepool.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/internal/slicepool/slicepool_test.go b/internal/slicepool/slicepool_test.go index 49662c95..cfa7068a 100644 --- a/internal/slicepool/slicepool_test.go +++ b/internal/slicepool/slicepool_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/network/delegate_packet_proxy.go b/network/delegate_packet_proxy.go index 48c5d38e..5c3b646e 100644 --- a/network/delegate_packet_proxy.go +++ b/network/delegate_packet_proxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/delegate_packet_proxy_test.go b/network/delegate_packet_proxy_test.go index 87021bd8..5cfd9ecf 100644 --- a/network/delegate_packet_proxy_test.go +++ b/network/delegate_packet_proxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/device.go b/network/device.go index 4596ff48..5e154233 100644 --- a/network/device.go +++ b/network/device.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/dnstruncate/doc.go b/network/dnstruncate/doc.go index 4ba915e0..8b7d81d1 100644 --- a/network/dnstruncate/doc.go +++ b/network/dnstruncate/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/dnstruncate/packet_proxy.go b/network/dnstruncate/packet_proxy.go index 1098c3a0..31e1a346 100644 --- a/network/dnstruncate/packet_proxy.go +++ b/network/dnstruncate/packet_proxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/dnstruncate/packet_proxy_test.go b/network/dnstruncate/packet_proxy_test.go index cf2112b9..e93950ea 100644 --- a/network/dnstruncate/packet_proxy_test.go +++ b/network/dnstruncate/packet_proxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/doc.go b/network/doc.go index 2891b769..9d5c416b 100644 --- a/network/doc.go +++ b/network/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/errors.go b/network/errors.go index f5e17edd..7aeb5a37 100644 --- a/network/errors.go +++ b/network/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/device.go b/network/lwip2transport/device.go index d590beec..dc2ab83d 100644 --- a/network/lwip2transport/device.go +++ b/network/lwip2transport/device.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/device_test.go b/network/lwip2transport/device_test.go index 155ed8f2..427807bf 100644 --- a/network/lwip2transport/device_test.go +++ b/network/lwip2transport/device_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/doc.go b/network/lwip2transport/doc.go index 9fd41a49..a1e4208f 100644 --- a/network/lwip2transport/doc.go +++ b/network/lwip2transport/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/tcp.go b/network/lwip2transport/tcp.go index ee856c04..1f419aba 100644 --- a/network/lwip2transport/tcp.go +++ b/network/lwip2transport/tcp.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/udp.go b/network/lwip2transport/udp.go index 4b3657f7..9f02e493 100644 --- a/network/lwip2transport/udp.go +++ b/network/lwip2transport/udp.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/lwip2transport/udp_test.go b/network/lwip2transport/udp_test.go index ca121923..33108fa6 100644 --- a/network/lwip2transport/udp_test.go +++ b/network/lwip2transport/udp_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/packet_listener_proxy.go b/network/packet_listener_proxy.go index 446d4f80..4486a965 100644 --- a/network/packet_listener_proxy.go +++ b/network/packet_listener_proxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/packet_listener_proxy_test.go b/network/packet_listener_proxy_test.go index b27e8f5e..d3807181 100644 --- a/network/packet_listener_proxy_test.go +++ b/network/packet_listener_proxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/network/packet_proxy.go b/network/packet_proxy.go index a9a69df4..1e8d35d9 100644 --- a/network/packet_proxy.go +++ b/network/packet_proxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/run_on_podman.sh b/run_on_podman.sh index e7c4c4eb..4d84d201 100755 --- a/run_on_podman.sh +++ b/run_on_podman.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2023 Jigsaw Operations LLC +# Copyright 2023 The Outline Authors # # 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/transport/address.go b/transport/address.go index 97d1f5be..7ef3edd6 100644 --- a/transport/address.go +++ b/transport/address.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/address_test.go b/transport/address_test.go index 17e95e9c..68147e25 100644 --- a/transport/address_test.go +++ b/transport/address_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/doc.go b/transport/doc.go index f6dc74a8..1f52d6dc 100644 --- a/transport/doc.go +++ b/transport/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/happyeyeballs.go b/transport/happyeyeballs.go index 2137f810..18cdfe8b 100644 --- a/transport/happyeyeballs.go +++ b/transport/happyeyeballs.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/happyeyeballs_test.go b/transport/happyeyeballs_test.go index 5eb5502b..d4fd24ea 100644 --- a/transport/happyeyeballs_test.go +++ b/transport/happyeyeballs_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/packet.go b/transport/packet.go index fc261fc7..9593bedc 100644 --- a/transport/packet.go +++ b/transport/packet.go @@ -1,4 +1,4 @@ -// Copyright 2019 Jigsaw Operations LLC +// Copyright 2019 The Outline Authors // // 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/transport/packet_test.go b/transport/packet_test.go index d117f08a..8446ef5c 100644 --- a/transport/packet_test.go +++ b/transport/packet_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/cipher.go b/transport/shadowsocks/cipher.go index 2dbf53ea..9ee8e73d 100644 --- a/transport/shadowsocks/cipher.go +++ b/transport/shadowsocks/cipher.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/cipher_test.go b/transport/shadowsocks/cipher_test.go index c505a540..57356a8f 100644 --- a/transport/shadowsocks/cipher_test.go +++ b/transport/shadowsocks/cipher_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/client_testing.go b/transport/shadowsocks/client_testing.go index d63029bb..0d3d8004 100644 --- a/transport/shadowsocks/client_testing.go +++ b/transport/shadowsocks/client_testing.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/compatibility_test.go b/transport/shadowsocks/compatibility_test.go index 0e7e46ca..62e1e074 100644 --- a/transport/shadowsocks/compatibility_test.go +++ b/transport/shadowsocks/compatibility_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/doc.go b/transport/shadowsocks/doc.go index ca09c7fa..5150442a 100644 --- a/transport/shadowsocks/doc.go +++ b/transport/shadowsocks/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/shadowsocks/packet.go b/transport/shadowsocks/packet.go index 23a7bada..cf5219bb 100644 --- a/transport/shadowsocks/packet.go +++ b/transport/shadowsocks/packet.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/packet_listener.go b/transport/shadowsocks/packet_listener.go index 548138dc..08da1a54 100644 --- a/transport/shadowsocks/packet_listener.go +++ b/transport/shadowsocks/packet_listener.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/packet_listener_test.go b/transport/shadowsocks/packet_listener_test.go index 9b33d063..9b39e5e8 100644 --- a/transport/shadowsocks/packet_listener_test.go +++ b/transport/shadowsocks/packet_listener_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/packet_test.go b/transport/shadowsocks/packet_test.go index 44936ff7..40408be1 100644 --- a/transport/shadowsocks/packet_test.go +++ b/transport/shadowsocks/packet_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 Jigsaw Operations LLC +// Copyright 2022 The Outline Authors // // 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/transport/shadowsocks/salt.go b/transport/shadowsocks/salt.go index 4902822a..190fd0e4 100644 --- a/transport/shadowsocks/salt.go +++ b/transport/shadowsocks/salt.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/salt_test.go b/transport/shadowsocks/salt_test.go index f56cb2c4..f6be4158 100644 --- a/transport/shadowsocks/salt_test.go +++ b/transport/shadowsocks/salt_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 Jigsaw Operations LLC +// Copyright 2020 The Outline Authors // // 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/transport/shadowsocks/stream.go b/transport/shadowsocks/stream.go index ad23932d..2f1d69e3 100644 --- a/transport/shadowsocks/stream.go +++ b/transport/shadowsocks/stream.go @@ -1,4 +1,4 @@ -// Copyright 2018 Jigsaw Operations LLC +// Copyright 2018 The Outline Authors // // 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/transport/shadowsocks/stream_dialer.go b/transport/shadowsocks/stream_dialer.go index e1fc8bb3..988e1c3f 100644 --- a/transport/shadowsocks/stream_dialer.go +++ b/transport/shadowsocks/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/stream_dialer_test.go b/transport/shadowsocks/stream_dialer_test.go index e361fcaa..14d49eba 100644 --- a/transport/shadowsocks/stream_dialer_test.go +++ b/transport/shadowsocks/stream_dialer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/shadowsocks/stream_test.go b/transport/shadowsocks/stream_test.go index cacc9a9c..10f033b2 100644 --- a/transport/shadowsocks/stream_test.go +++ b/transport/shadowsocks/stream_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/socks5/packet_listener.go b/transport/socks5/packet_listener.go index 1f9d21a5..b016f347 100644 --- a/transport/socks5/packet_listener.go +++ b/transport/socks5/packet_listener.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/socks5/socks5.go b/transport/socks5/socks5.go index ebebcf71..a70979f0 100644 --- a/transport/socks5/socks5.go +++ b/transport/socks5/socks5.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/socks5/socks5_test.go b/transport/socks5/socks5_test.go index f5696251..8a251083 100644 --- a/transport/socks5/socks5_test.go +++ b/transport/socks5/socks5_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/socks5/stream_dialer.go b/transport/socks5/stream_dialer.go index 63fc68d3..116d5229 100644 --- a/transport/socks5/stream_dialer.go +++ b/transport/socks5/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/socks5/stream_dialer_test.go b/transport/socks5/stream_dialer_test.go index a0dd381d..b59950a4 100644 --- a/transport/socks5/stream_dialer_test.go +++ b/transport/socks5/stream_dialer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/split/stream_dialer.go b/transport/split/stream_dialer.go index fac0a6d9..c6b59d1a 100644 --- a/transport/split/stream_dialer.go +++ b/transport/split/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/split/writer.go b/transport/split/writer.go index 7a814c64..b1b3e140 100644 --- a/transport/split/writer.go +++ b/transport/split/writer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/split/writer_test.go b/transport/split/writer_test.go index 1ae7fafc..025402fa 100644 --- a/transport/split/writer_test.go +++ b/transport/split/writer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/stream.go b/transport/stream.go index fd3da153..84dbae2e 100644 --- a/transport/stream.go +++ b/transport/stream.go @@ -1,4 +1,4 @@ -// Copyright 2019 Jigsaw Operations LLC +// Copyright 2019 The Outline Authors // // 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/transport/stream_test.go b/transport/stream_test.go index 6964b799..df02e686 100644 --- a/transport/stream_test.go +++ b/transport/stream_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tls/doc.go b/transport/tls/doc.go index 44141063..6f3f380c 100644 --- a/transport/tls/doc.go +++ b/transport/tls/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tls/stream_dialer.go b/transport/tls/stream_dialer.go index 4cfc1608..55ba2394 100644 --- a/transport/tls/stream_dialer.go +++ b/transport/tls/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tls/stream_dialer_test.go b/transport/tls/stream_dialer_test.go index 216c24a8..42781439 100644 --- a/transport/tls/stream_dialer_test.go +++ b/transport/tls/stream_dialer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/buffer.go b/transport/tlsfrag/buffer.go index 0bcc76b5..4d4430fe 100644 --- a/transport/tlsfrag/buffer.go +++ b/transport/tlsfrag/buffer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/buffer_test.go b/transport/tlsfrag/buffer_test.go index eedeccf0..a4ad3b1c 100644 --- a/transport/tlsfrag/buffer_test.go +++ b/transport/tlsfrag/buffer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/doc.go b/transport/tlsfrag/doc.go index 8b050c9d..997ce74b 100644 --- a/transport/tlsfrag/doc.go +++ b/transport/tlsfrag/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/record_len_writer.go b/transport/tlsfrag/record_len_writer.go index a49c9357..26d85351 100644 --- a/transport/tlsfrag/record_len_writer.go +++ b/transport/tlsfrag/record_len_writer.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/tlsfrag/record_len_writer_test.go b/transport/tlsfrag/record_len_writer_test.go index 95792d38..f229a875 100644 --- a/transport/tlsfrag/record_len_writer_test.go +++ b/transport/tlsfrag/record_len_writer_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/transport/tlsfrag/stream_dialer.go b/transport/tlsfrag/stream_dialer.go index 175e89c3..db398513 100644 --- a/transport/tlsfrag/stream_dialer.go +++ b/transport/tlsfrag/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/stream_dialer_test.go b/transport/tlsfrag/stream_dialer_test.go index 562fd854..6f34c5a2 100644 --- a/transport/tlsfrag/stream_dialer_test.go +++ b/transport/tlsfrag/stream_dialer_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/tls.go b/transport/tlsfrag/tls.go index b58ce493..fcd8cf8e 100644 --- a/transport/tlsfrag/tls.go +++ b/transport/tlsfrag/tls.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/transport/tlsfrag/writer.go b/transport/tlsfrag/writer.go index 494aa223..5e22865b 100644 --- a/transport/tlsfrag/writer.go +++ b/transport/tlsfrag/writer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/config.go b/x/configurl/config.go index f7b5d89d..0c3c0b97 100644 --- a/x/configurl/config.go +++ b/x/configurl/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/config_test.go b/x/configurl/config_test.go index c86d2192..4091763e 100644 --- a/x/configurl/config_test.go +++ b/x/configurl/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/dns.go b/x/configurl/dns.go index 01615271..205dc8fd 100644 --- a/x/configurl/dns.go +++ b/x/configurl/dns.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/doc.go b/x/configurl/doc.go index 994aed41..70cfd6b4 100644 --- a/x/configurl/doc.go +++ b/x/configurl/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/override.go b/x/configurl/override.go index 6f4406cd..3f34ea63 100644 --- a/x/configurl/override.go +++ b/x/configurl/override.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/override_test.go b/x/configurl/override_test.go index 288d8964..0069de91 100644 --- a/x/configurl/override_test.go +++ b/x/configurl/override_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/shadowsocks.go b/x/configurl/shadowsocks.go index 235c5941..246460f3 100644 --- a/x/configurl/shadowsocks.go +++ b/x/configurl/shadowsocks.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/shadowsocks_test.go b/x/configurl/shadowsocks_test.go index bed11cdb..093574a2 100644 --- a/x/configurl/shadowsocks_test.go +++ b/x/configurl/shadowsocks_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/socks5.go b/x/configurl/socks5.go index 196ccc51..8fc6e238 100644 --- a/x/configurl/socks5.go +++ b/x/configurl/socks5.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/split.go b/x/configurl/split.go index 5a7b9321..feca4d75 100644 --- a/x/configurl/split.go +++ b/x/configurl/split.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/configurl/tls.go b/x/configurl/tls.go index 612c6ce5..2b29a1c3 100644 --- a/x/configurl/tls.go +++ b/x/configurl/tls.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/tls_test.go b/x/configurl/tls_test.go index 5ed7fbe1..d9cdcc58 100644 --- a/x/configurl/tls_test.go +++ b/x/configurl/tls_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/configurl/websocket.go b/x/configurl/websocket.go index 14107485..49861d15 100644 --- a/x/configurl/websocket.go +++ b/x/configurl/websocket.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/connectivity/connectivity.go b/x/connectivity/connectivity.go index c6d26124..20f3a742 100644 --- a/x/connectivity/connectivity.go +++ b/x/connectivity/connectivity.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/connectivity/connectivity_test.go b/x/connectivity/connectivity_test.go index ee607633..c4160524 100644 --- a/x/connectivity/connectivity_test.go +++ b/x/connectivity/connectivity_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/connectivity/errors.go b/x/connectivity/errors.go index eb533eb3..87ec1ffa 100644 --- a/x/connectivity/errors.go +++ b/x/connectivity/errors.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/connectivity/errors_unix.go b/x/connectivity/errors_unix.go index b418102d..f95d8fbe 100644 --- a/x/connectivity/errors_unix.go +++ b/x/connectivity/errors_unix.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/connectivity/errors_windows.go b/x/connectivity/errors_windows.go index 7d1ee6b8..0204921e 100644 --- a/x/connectivity/errors_windows.go +++ b/x/connectivity/errors_windows.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/fetch-proxy/main.go b/x/examples/fetch-proxy/main.go index d452caf9..cf661759 100644 --- a/x/examples/fetch-proxy/main.go +++ b/x/examples/fetch-proxy/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/fetch-psiphon/main.go b/x/examples/fetch-psiphon/main.go index 695dd60f..26d92b49 100644 --- a/x/examples/fetch-psiphon/main.go +++ b/x/examples/fetch-psiphon/main.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fetch-speed/main.go b/x/examples/fetch-speed/main.go index 4bb94370..7e8db297 100644 --- a/x/examples/fetch-speed/main.go +++ b/x/examples/fetch-speed/main.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fetch/main.go b/x/examples/fetch/main.go index a38a4edf..634385a5 100644 --- a/x/examples/fetch/main.go +++ b/x/examples/fetch/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/fyne-proxy/main.go b/x/examples/fyne-proxy/main.go index 9de6c345..1b17f9f9 100644 --- a/x/examples/fyne-proxy/main.go +++ b/x/examples/fyne-proxy/main.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fyne-proxy/tools.go b/x/examples/fyne-proxy/tools.go index 02519041..1eabe943 100644 --- a/x/examples/fyne-proxy/tools.go +++ b/x/examples/fyne-proxy/tools.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fyne-tools/cname_desktop.go b/x/examples/fyne-tools/cname_desktop.go index 441113be..bd3386d5 100644 --- a/x/examples/fyne-tools/cname_desktop.go +++ b/x/examples/fyne-tools/cname_desktop.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fyne-tools/cname_mobile.go b/x/examples/fyne-tools/cname_mobile.go index af009cd0..fc3cd3bc 100644 --- a/x/examples/fyne-tools/cname_mobile.go +++ b/x/examples/fyne-tools/cname_mobile.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fyne-tools/main.go b/x/examples/fyne-tools/main.go index b1586553..2638c2f6 100644 --- a/x/examples/fyne-tools/main.go +++ b/x/examples/fyne-tools/main.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/fyne-tools/tools.go b/x/examples/fyne-tools/tools.go index 02519041..1eabe943 100644 --- a/x/examples/fyne-tools/tools.go +++ b/x/examples/fyne-tools/tools.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/examples/http2transport/main.go b/x/examples/http2transport/main.go index f3fdbeae..72fb3dcf 100644 --- a/x/examples/http2transport/main.go +++ b/x/examples/http2transport/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/app.go b/x/examples/outline-cli/app.go index 3147a206..a33b3003 100644 --- a/x/examples/outline-cli/app.go +++ b/x/examples/outline-cli/app.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/app_linux.go b/x/examples/outline-cli/app_linux.go index 348efb17..c2665181 100644 --- a/x/examples/outline-cli/app_linux.go +++ b/x/examples/outline-cli/app_linux.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/app_other.go b/x/examples/outline-cli/app_other.go index ca351f30..6da4a5d0 100644 --- a/x/examples/outline-cli/app_other.go +++ b/x/examples/outline-cli/app_other.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/dns_linux.go b/x/examples/outline-cli/dns_linux.go index 8f608c84..2f39b999 100644 --- a/x/examples/outline-cli/dns_linux.go +++ b/x/examples/outline-cli/dns_linux.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/ipv6_linux.go b/x/examples/outline-cli/ipv6_linux.go index bd65a84c..b3444aa3 100644 --- a/x/examples/outline-cli/ipv6_linux.go +++ b/x/examples/outline-cli/ipv6_linux.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/main.go b/x/examples/outline-cli/main.go index 1be00964..be7f28ab 100644 --- a/x/examples/outline-cli/main.go +++ b/x/examples/outline-cli/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/outline_device.go b/x/examples/outline-cli/outline_device.go index bdb18643..858e2bfa 100644 --- a/x/examples/outline-cli/outline_device.go +++ b/x/examples/outline-cli/outline_device.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/outline_packet_proxy.go b/x/examples/outline-cli/outline_packet_proxy.go index b500ecc7..fe202b8e 100644 --- a/x/examples/outline-cli/outline_packet_proxy.go +++ b/x/examples/outline-cli/outline_packet_proxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/routing_linux.go b/x/examples/outline-cli/routing_linux.go index b8124485..a420005a 100644 --- a/x/examples/outline-cli/routing_linux.go +++ b/x/examples/outline-cli/routing_linux.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-cli/tun_device_linux.go b/x/examples/outline-cli/tun_device_linux.go index bc2da40f..3ae4e911 100644 --- a/x/examples/outline-cli/tun_device_linux.go +++ b/x/examples/outline-cli/tun_device_linux.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_desktop/app.go b/x/examples/outline-connectivity-app/app_desktop/app.go index d425e048..94daafed 100644 --- a/x/examples/outline-connectivity-app/app_desktop/app.go +++ b/x/examples/outline-connectivity-app/app_desktop/app.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_desktop/app.ts b/x/examples/outline-connectivity-app/app_desktop/app.ts index e1045dd9..41272951 100644 --- a/x/examples/outline-connectivity-app/app_desktop/app.ts +++ b/x/examples/outline-connectivity-app/app_desktop/app.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_desktop/main.go b/x/examples/outline-connectivity-app/app_desktop/main.go index 79f07095..27c6dbcf 100644 --- a/x/examples/outline-connectivity-app/app_desktop/main.go +++ b/x/examples/outline-connectivity-app/app_desktop/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_desktop/vite.config.ts b/x/examples/outline-connectivity-app/app_desktop/vite.config.ts index f2049d97..881c6797 100644 --- a/x/examples/outline-connectivity-app/app_desktop/vite.config.ts +++ b/x/examples/outline-connectivity-app/app_desktop/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_mobile/app.ts b/x/examples/outline-connectivity-app/app_mobile/app.ts index 51331121..5e80c793 100644 --- a/x/examples/outline-connectivity-app/app_mobile/app.ts +++ b/x/examples/outline-connectivity-app/app_mobile/app.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_mobile/ios/App/App/AppDelegate.swift b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/AppDelegate.swift index adb6d8a4..986c23f0 100644 --- a/x/examples/outline-connectivity-app/app_mobile/ios/App/App/AppDelegate.swift +++ b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/AppDelegate.swift @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.m b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.m index 3cc00f9f..89079296 100644 --- a/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.m +++ b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.m @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.swift b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.swift index 67496df6..887d92c2 100644 --- a/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.swift +++ b/x/examples/outline-connectivity-app/app_mobile/ios/App/App/MobileBackend.swift @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/app_mobile/vite.config.ts b/x/examples/outline-connectivity-app/app_mobile/vite.config.ts index 8adfd452..3e2c03ea 100644 --- a/x/examples/outline-connectivity-app/app_mobile/vite.config.ts +++ b/x/examples/outline-connectivity-app/app_mobile/vite.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_backend/handle_request.go b/x/examples/outline-connectivity-app/shared_backend/handle_request.go index 30f09cfb..248fa181 100644 --- a/x/examples/outline-connectivity-app/shared_backend/handle_request.go +++ b/x/examples/outline-connectivity-app/shared_backend/handle_request.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_backend/main.go b/x/examples/outline-connectivity-app/shared_backend/main.go index 77bca73f..0673848a 100644 --- a/x/examples/outline-connectivity-app/shared_backend/main.go +++ b/x/examples/outline-connectivity-app/shared_backend/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_frontend/index.ts b/x/examples/outline-connectivity-app/shared_frontend/index.ts index 4bec93e6..f8ad77e4 100644 --- a/x/examples/outline-connectivity-app/shared_frontend/index.ts +++ b/x/examples/outline-connectivity-app/shared_frontend/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/index.ts b/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/index.ts index 4cb6095a..1f461d73 100644 --- a/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/index.ts +++ b/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/types.ts b/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/types.ts index 6ddcafdd..b1ce0dc2 100644 --- a/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/types.ts +++ b/x/examples/outline-connectivity-app/shared_frontend/pages/connectivity_test/types.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_frontend/pages/index.ts b/x/examples/outline-connectivity-app/shared_frontend/pages/index.ts index fb8b26ec..86e1223a 100644 --- a/x/examples/outline-connectivity-app/shared_frontend/pages/index.ts +++ b/x/examples/outline-connectivity-app/shared_frontend/pages/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/outline-connectivity-app/shared_frontend/theme.css b/x/examples/outline-connectivity-app/shared_frontend/theme.css index a8f95cbc..668950be 100644 --- a/x/examples/outline-connectivity-app/shared_frontend/theme.css +++ b/x/examples/outline-connectivity-app/shared_frontend/theme.css @@ -1,5 +1,5 @@ /* - Copyright 2023 Jigsaw Operations LLC + Copyright 2023 The Outline Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/x/examples/resolve/main.go b/x/examples/resolve/main.go index 6395e1fa..2055b620 100644 --- a/x/examples/resolve/main.go +++ b/x/examples/resolve/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/run-mobileproxy/main.go b/x/examples/run-mobileproxy/main.go index 647fd3b6..569bf6a1 100644 --- a/x/examples/run-mobileproxy/main.go +++ b/x/examples/run-mobileproxy/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/smart-proxy/main.go b/x/examples/smart-proxy/main.go index b00963ff..15490355 100644 --- a/x/examples/smart-proxy/main.go +++ b/x/examples/smart-proxy/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/test-connectivity/main.go b/x/examples/test-connectivity/main.go index 1edd5584..1378ee1b 100644 --- a/x/examples/test-connectivity/main.go +++ b/x/examples/test-connectivity/main.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/examples/ws2endpoint/main.go b/x/examples/ws2endpoint/main.go index 25c89a2c..5fac6aec 100644 --- a/x/examples/ws2endpoint/main.go +++ b/x/examples/ws2endpoint/main.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/httpproxy/connect_handler.go b/x/httpproxy/connect_handler.go index b68e6747..69512a7e 100644 --- a/x/httpproxy/connect_handler.go +++ b/x/httpproxy/connect_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/httpproxy/connect_handler_test.go b/x/httpproxy/connect_handler_test.go index a2a019f8..cadf6480 100644 --- a/x/httpproxy/connect_handler_test.go +++ b/x/httpproxy/connect_handler_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/httpproxy/doc.go b/x/httpproxy/doc.go index e3a07506..1d42fc7b 100644 --- a/x/httpproxy/doc.go +++ b/x/httpproxy/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/httpproxy/forward_handler.go b/x/httpproxy/forward_handler.go index 114a5b38..a8c4dd33 100644 --- a/x/httpproxy/forward_handler.go +++ b/x/httpproxy/forward_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/httpproxy/path_handler.go b/x/httpproxy/path_handler.go index acf25a5a..a327c727 100644 --- a/x/httpproxy/path_handler.go +++ b/x/httpproxy/path_handler.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/httpproxy/proxy_handler.go b/x/httpproxy/proxy_handler.go index ad94dd67..ec277174 100644 --- a/x/httpproxy/proxy_handler.go +++ b/x/httpproxy/proxy_handler.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/mobileproxy/mobileproxy.go b/x/mobileproxy/mobileproxy.go index f396132b..19ea7563 100644 --- a/x/mobileproxy/mobileproxy.go +++ b/x/mobileproxy/mobileproxy.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/mobileproxy/tools.go b/x/mobileproxy/tools.go index 4db3a2d0..0815e514 100644 --- a/x/mobileproxy/tools.go +++ b/x/mobileproxy/tools.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/psiphon/build_tag.go b/x/psiphon/build_tag.go index 81fefa9e..fe5919a7 100644 --- a/x/psiphon/build_tag.go +++ b/x/psiphon/build_tag.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/psiphon/doc.go b/x/psiphon/doc.go index 5ee5d3d8..9c36c4f7 100644 --- a/x/psiphon/doc.go +++ b/x/psiphon/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/psiphon/psiphon.go b/x/psiphon/psiphon.go index ad35c7f9..e0b3d7ba 100644 --- a/x/psiphon/psiphon.go +++ b/x/psiphon/psiphon.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/psiphon/psiphon_test.go b/x/psiphon/psiphon_test.go index 98b1bf05..87e8fea9 100644 --- a/x/psiphon/psiphon_test.go +++ b/x/psiphon/psiphon_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/report/report_test.go b/x/report/report_test.go index 8f814c1b..5e0149e3 100644 --- a/x/report/report_test.go +++ b/x/report/report_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/smart/cache.go b/x/smart/cache.go index 99ed55e9..c78f8ded 100644 --- a/x/smart/cache.go +++ b/x/smart/cache.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/smart/cname.go b/x/smart/cname.go index a1eec5ab..2b2df814 100644 --- a/x/smart/cname.go +++ b/x/smart/cname.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/smart/cname_unix.go b/x/smart/cname_unix.go index 0685b2ef..9039a8c9 100644 --- a/x/smart/cname_unix.go +++ b/x/smart/cname_unix.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/smart/dns.go b/x/smart/dns.go index 2e496055..0dca0ffd 100644 --- a/x/smart/dns.go +++ b/x/smart/dns.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/smart/doc.go b/x/smart/doc.go index 6ca22dd0..61e0ae29 100644 --- a/x/smart/doc.go +++ b/x/smart/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/smart/racer.go b/x/smart/racer.go index ddf89def..5cee54fd 100644 --- a/x/smart/racer.go +++ b/x/smart/racer.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/smart/stream_dialer.go b/x/smart/stream_dialer.go index 3e745b1b..092aac1c 100644 --- a/x/smart/stream_dialer.go +++ b/x/smart/stream_dialer.go @@ -1,4 +1,4 @@ -// Copyright 2023 Jigsaw Operations LLC +// Copyright 2023 The Outline Authors // // 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/x/sysproxy/doc.go b/x/sysproxy/doc.go index f9b97dc9..3dc6c800 100644 --- a/x/sysproxy/doc.go +++ b/x/sysproxy/doc.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/sysproxy/sysproxy_darwin.go b/x/sysproxy/sysproxy_darwin.go index f8018fba..d902c899 100644 --- a/x/sysproxy/sysproxy_darwin.go +++ b/x/sysproxy/sysproxy_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -33,8 +33,8 @@ const ( ) type proxySettings struct { - host string - port string + host string + port string enabled bool } diff --git a/x/sysproxy/sysproxy_linux.go b/x/sysproxy/sysproxy_linux.go index 108f1146..1dcc33c0 100644 --- a/x/sysproxy/sysproxy_linux.go +++ b/x/sysproxy/sysproxy_linux.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/sysproxy/sysproxy_other.go b/x/sysproxy/sysproxy_other.go index 312211c2..e4f297cd 100644 --- a/x/sysproxy/sysproxy_other.go +++ b/x/sysproxy/sysproxy_other.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // 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/x/sysproxy/sysproxy_test.go b/x/sysproxy/sysproxy_test.go index 7622c9c9..0f09cd7d 100644 --- a/x/sysproxy/sysproxy_test.go +++ b/x/sysproxy/sysproxy_test.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -56,7 +56,6 @@ func TestSetWebProxywithDomain(t *testing.T) { require.Equal(t, port, p) require.Equal(t, e, true) - err = DisableWebProxy() require.NoError(t, err) diff --git a/x/sysproxy/sysproxy_windows.go b/x/sysproxy/sysproxy_windows.go index 4bb3f856..7421f1bb 100644 --- a/x/sysproxy/sysproxy_windows.go +++ b/x/sysproxy/sysproxy_windows.go @@ -1,4 +1,4 @@ -// Copyright 2024 Jigsaw Operations LLC +// Copyright 2024 The Outline Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -166,7 +166,7 @@ func getWebProxy() (host string, port string, enabled bool, err error) { return "", "", false, err } - return host, port, proxyEnable==1, nil + return host, port, proxyEnable == 1, nil } func getSOCKSProxy() (host string, port string, enabled bool, err error) { @@ -189,5 +189,5 @@ func getSOCKSProxy() (host string, port string, enabled bool, err error) { return "", "", false, err } - return host, port, proxyEnable==1, nil + return host, port, proxyEnable == 1, nil }