From a1ddf48e6d38857336985ce7fe87188a3eea9084 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Sat, 1 Jun 2013 16:37:54 -0500 Subject: [PATCH] Update copyright on new files. --- fsnotify_open_bsd.go | 2 +- fsnotify_open_darwin.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fsnotify_open_bsd.go b/fsnotify_open_bsd.go index 2038d3a..37ea998 100644 --- a/fsnotify_open_bsd.go +++ b/fsnotify_open_bsd.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2013 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. diff --git a/fsnotify_open_darwin.go b/fsnotify_open_darwin.go index be30f14..d450318 100644 --- a/fsnotify_open_darwin.go +++ b/fsnotify_open_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2010 The Go Authors. All rights reserved. +// Copyright 2013 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. -- 2.50.1