diff --git a/LICENSE-MIT b/LICENSE-MIT index 9121e8a..1d6041f 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (c) 2017 Amagicom AB +Copyright (c) 2024 Mullvad VPN AB Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/examples/add_anchor.rs b/examples/add_anchor.rs index e203cc5..496174d 100644 --- a/examples/add_anchor.rs +++ b/examples/add_anchor.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/examples/add_rules.rs b/examples/add_rules.rs index ea05f98..e3699d0 100644 --- a/examples/add_rules.rs +++ b/examples/add_rules.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/examples/enable.rs b/examples/enable.rs index 9d76199..827274e 100644 --- a/examples/enable.rs +++ b/examples/enable.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/examples/flush_rules.rs b/examples/flush_rules.rs index fb70b29..caa2281 100644 --- a/examples/flush_rules.rs +++ b/examples/flush_rules.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/examples/transaction.rs b/examples/transaction.rs index 0820950..2dc10bb 100644 --- a/examples/transaction.rs +++ b/examples/transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/anchor.rs b/src/anchor.rs index db56293..d91b906 100644 --- a/src/anchor.rs +++ b/src/anchor.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/ffi/mod.rs b/src/ffi/mod.rs index b2382be..70a6759 100644 --- a/src/ffi/mod.rs +++ b/src/ffi/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/lib.rs b/src/lib.rs index 0609908..d22a03d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/macros.rs b/src/macros.rs index 0832b65..f1d249e 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/pooladdr.rs b/src/pooladdr.rs index c734cd7..9d464f8 100644 --- a/src/pooladdr.rs +++ b/src/pooladdr.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/addr_family.rs b/src/rule/addr_family.rs index a809f8a..03945e8 100644 --- a/src/rule/addr_family.rs +++ b/src/rule/addr_family.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/direction.rs b/src/rule/direction.rs index 7b2fe87..2acf0da 100644 --- a/src/rule/direction.rs +++ b/src/rule/direction.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/endpoint.rs b/src/rule/endpoint.rs index 51c901e..3c83bc0 100644 --- a/src/rule/endpoint.rs +++ b/src/rule/endpoint.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/gid.rs b/src/rule/gid.rs index 0c273a7..df2a7ee 100644 --- a/src/rule/gid.rs +++ b/src/rule/gid.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/interface.rs b/src/rule/interface.rs index 3de3e8d..2bb4b76 100644 --- a/src/rule/interface.rs +++ b/src/rule/interface.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/ip.rs b/src/rule/ip.rs index 7773003..f2b1c47 100644 --- a/src/rule/ip.rs +++ b/src/rule/ip.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/mod.rs b/src/rule/mod.rs index 9252558..555f199 100644 --- a/src/rule/mod.rs +++ b/src/rule/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/port.rs b/src/rule/port.rs index 5e94974..0db3da6 100644 --- a/src/rule/port.rs +++ b/src/rule/port.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/proto.rs b/src/rule/proto.rs index 54c1dda..db74323 100644 --- a/src/rule/proto.rs +++ b/src/rule/proto.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/route.rs b/src/rule/route.rs index c079bf0..7c2bb45 100644 --- a/src/rule/route.rs +++ b/src/rule/route.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/rule_action.rs b/src/rule/rule_action.rs index 101d3d2..581d8d9 100644 --- a/src/rule/rule_action.rs +++ b/src/rule/rule_action.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/rule_log.rs b/src/rule/rule_log.rs index 63e77b8..c3410e8 100644 --- a/src/rule/rule_log.rs +++ b/src/rule/rule_log.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/state_policy.rs b/src/rule/state_policy.rs index eaa0189..e4c4cc0 100644 --- a/src/rule/state_policy.rs +++ b/src/rule/state_policy.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/tcp_flags.rs b/src/rule/tcp_flags.rs index f411c06..7aeb37d 100644 --- a/src/rule/tcp_flags.rs +++ b/src/rule/tcp_flags.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/rule/uid.rs b/src/rule/uid.rs index f9cec4d..78e3884 100644 --- a/src/rule/uid.rs +++ b/src/rule/uid.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/ruleset.rs b/src/ruleset.rs index d1b6b96..e425935 100644 --- a/src/ruleset.rs +++ b/src/ruleset.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/transaction.rs b/src/transaction.rs index 3beeba0..6d042f9 100644 --- a/src/transaction.rs +++ b/src/transaction.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license diff --git a/src/utils.rs b/src/utils.rs index 160bb31..b45b18a 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2017 Amagicom AB. +// Copyright 2024 Mullvad VPN AB. // // Licensed under the Apache License, Version 2.0 or the MIT license