From: Chris Howey Date: Sat, 1 Jun 2013 21:37:54 +0000 (-0500) Subject: Update copyright on new files. X-Git-Tag: v1.7.2~352 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=a1ddf48e6d38857336985ce7fe87188a3eea9084;p=fsnotify.git Update copyright on new files. --- 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.