diff --git a/daemon.go b/daemon.go index 5dfbe04..58501ca 100644 --- a/daemon.go +++ b/daemon.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file. diff --git a/daemon_darwin.go b/daemon_darwin.go index cccb1c2..162d191 100644 --- a/daemon_darwin.go +++ b/daemon_darwin.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file. diff --git a/daemon_linux.go b/daemon_linux.go index e089876..710358a 100644 --- a/daemon_linux.go +++ b/daemon_linux.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file. diff --git a/daemon_linux_systemd.go b/daemon_linux_systemd.go index c8e3b36..063db81 100644 --- a/daemon_linux_systemd.go +++ b/daemon_linux_systemd.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file. diff --git a/daemon_linux_systemv.go b/daemon_linux_systemv.go index fc46126..ef6a4ed 100644 --- a/daemon_linux_systemv.go +++ b/daemon_linux_systemv.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file. diff --git a/daemon_windows.go b/daemon_windows.go index 37d06f2..0567f19 100644 --- a/daemon_windows.go +++ b/daemon_windows.go @@ -1,4 +1,4 @@ -// Copyright 2014 Igor Dolzhikov. All rights reserved. +// Copyright 2015 Igor Dolzhikov. All rights reserved. // Use of this source code is governed by // license that can be found in the LICENSE file.