From 562d0756ef696639d6dc5209b8b708ab65290a46 Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Mon, 7 Nov 2016 09:13:58 +0000 Subject: [PATCH] Fixed copyright headers. --- pkg/proxy/winuserspace/loadbalancer.go | 2 +- pkg/proxy/winuserspace/port_allocator.go | 2 +- pkg/proxy/winuserspace/port_allocator_test.go | 2 +- pkg/proxy/winuserspace/proxier.go | 2 +- pkg/proxy/winuserspace/proxier_test.go | 2 +- pkg/proxy/winuserspace/proxysocket.go | 2 +- pkg/proxy/winuserspace/roundrobin.go | 2 +- pkg/proxy/winuserspace/roundrobin_test.go | 2 +- pkg/proxy/winuserspace/udp_server.go | 2 +- pkg/util/netsh/doc.go | 2 +- pkg/util/netsh/netsh.go | 2 +- pkg/util/netsh/testing/fake.go | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pkg/proxy/winuserspace/loadbalancer.go b/pkg/proxy/winuserspace/loadbalancer.go index c649369e031..b4a5bc2c253 100644 --- a/pkg/proxy/winuserspace/loadbalancer.go +++ b/pkg/proxy/winuserspace/loadbalancer.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/port_allocator.go b/pkg/proxy/winuserspace/port_allocator.go index baeae9c9998..cbd94314edc 100644 --- a/pkg/proxy/winuserspace/port_allocator.go +++ b/pkg/proxy/winuserspace/port_allocator.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/port_allocator_test.go b/pkg/proxy/winuserspace/port_allocator_test.go index f68c2aec296..ca13b9110ce 100644 --- a/pkg/proxy/winuserspace/port_allocator_test.go +++ b/pkg/proxy/winuserspace/port_allocator_test.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/proxier.go b/pkg/proxy/winuserspace/proxier.go index 9aa0e394076..88de43b1209 100644 --- a/pkg/proxy/winuserspace/proxier.go +++ b/pkg/proxy/winuserspace/proxier.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/proxier_test.go b/pkg/proxy/winuserspace/proxier_test.go index 18289fb226e..e0b3a80d522 100644 --- a/pkg/proxy/winuserspace/proxier_test.go +++ b/pkg/proxy/winuserspace/proxier_test.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/proxysocket.go b/pkg/proxy/winuserspace/proxysocket.go index 41dcf6c1839..fcb5fd02873 100644 --- a/pkg/proxy/winuserspace/proxysocket.go +++ b/pkg/proxy/winuserspace/proxysocket.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/roundrobin.go b/pkg/proxy/winuserspace/roundrobin.go index 851e26a7e23..7b02d0f1fce 100644 --- a/pkg/proxy/winuserspace/roundrobin.go +++ b/pkg/proxy/winuserspace/roundrobin.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/roundrobin_test.go b/pkg/proxy/winuserspace/roundrobin_test.go index 0e37fcdfb04..79d00904108 100644 --- a/pkg/proxy/winuserspace/roundrobin_test.go +++ b/pkg/proxy/winuserspace/roundrobin_test.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/proxy/winuserspace/udp_server.go b/pkg/proxy/winuserspace/udp_server.go index a54c28aa12f..c95c1e05973 100644 --- a/pkg/proxy/winuserspace/udp_server.go +++ b/pkg/proxy/winuserspace/udp_server.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/util/netsh/doc.go b/pkg/util/netsh/doc.go index eb628bc0350..529d1e8f1cf 100644 --- a/pkg/util/netsh/doc.go +++ b/pkg/util/netsh/doc.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/util/netsh/netsh.go b/pkg/util/netsh/netsh.go index 47cd5e42ca5..59d1a18b61b 100644 --- a/pkg/util/netsh/netsh.go +++ b/pkg/util/netsh/netsh.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors. +Copyright 2016 The Kubernetes 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/util/netsh/testing/fake.go b/pkg/util/netsh/testing/fake.go index a0e5249611f..0322aeb1ebb 100644 --- a/pkg/util/netsh/testing/fake.go +++ b/pkg/util/netsh/testing/fake.go @@ -1,5 +1,5 @@ /* -Copyright 2015 The Kubernetes Authors. +Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.