From aa6cd55605a3e466c395e4a4ac55e92072ee6baa Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 7 Aug 2018 15:08:32 +0000 Subject: [PATCH] revert year for linux version --- src/crypto/rand/rand_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/rand/rand_linux.go b/src/crypto/rand/rand_linux.go index 659f59098f..26b93c54d2 100644 --- a/src/crypto/rand/rand_linux.go +++ b/src/crypto/rand/rand_linux.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Go Authors. All rights reserved. +// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.