diff options
author | Adin Scannell <ascannell@google.com> | 2020-01-27 13:22:50 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-27 13:23:57 -0800 |
commit | 90ec5961667a1c4a21702e64adb383403af8ad25 (patch) | |
tree | d78aa19fface5bf01cd354ef018d0220a2c6bb7d /pkg/tcpip/iptables | |
parent | fbfcfcf5b03b4fddb4f00a3e8721cba07fc5343f (diff) |
Fix licenses.
The preferred Copyright holder is "The gVisor Authors".
PiperOrigin-RevId: 291786657
Diffstat (limited to 'pkg/tcpip/iptables')
-rw-r--r-- | pkg/tcpip/iptables/iptables.go | 2 | ||||
-rw-r--r-- | pkg/tcpip/iptables/types.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/iptables/iptables.go b/pkg/tcpip/iptables/iptables.go index fc06b5b87..4bfb3149e 100644 --- a/pkg/tcpip/iptables/iptables.go +++ b/pkg/tcpip/iptables/iptables.go @@ -1,4 +1,4 @@ -// Copyright 2019 The gVisor authors. +// Copyright 2019 The gVisor 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/pkg/tcpip/iptables/types.go b/pkg/tcpip/iptables/types.go index a8b972f1b..50893cc55 100644 --- a/pkg/tcpip/iptables/types.go +++ b/pkg/tcpip/iptables/types.go @@ -1,4 +1,4 @@ -// Copyright 2019 The gVisor authors. +// Copyright 2019 The gVisor Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. |