From d223b795f3114f88e564ee98cca10a29d6b18c5f Mon Sep 17 00:00:00 2001 From: BenTheElder Date: Mon, 25 May 2015 12:00:50 -0400 Subject: [PATCH] Correct copyright in proxysocket.go I created this file earlier this year. It should say 2015 not 2014. --- pkg/proxy/proxysocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proxy/proxysocket.go b/pkg/proxy/proxysocket.go index 398d6af36b0..8fbd2fbada1 100644 --- a/pkg/proxy/proxysocket.go +++ b/pkg/proxy/proxysocket.go @@ -1,5 +1,5 @@ /* -Copyright 2014 The Kubernetes Authors All rights reserved. +Copyright 2015 The Kubernetes Authors All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.