From a6f2ef0ea29136a26981a9b07b3530342942a914 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Wed, 1 Jan 2025 12:44:17 +0100 Subject: [PATCH] chore: fix license --- LICENSE | 2 +- flock.go | 2 +- flock_example_test.go | 2 +- flock_internal_test.go | 2 +- flock_others.go | 5 +++++ flock_test.go | 2 +- flock_unix.go | 2 +- flock_unix_fcntl.go | 2 +- flock_windows.go | 2 +- 9 files changed, 13 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 7de525b..c785e5e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018-2024, The Gofrs +Copyright (c) 2018-2025, The Gofrs Copyright (c) 2015-2020, Tim Heckman All rights reserved. diff --git a/flock.go b/flock.go index ff942b2..5475f61 100644 --- a/flock.go +++ b/flock.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_example_test.go b/flock_example_test.go index 1740857..d4e6955 100644 --- a/flock_example_test.go +++ b/flock_example_test.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_internal_test.go b/flock_internal_test.go index 614232d..e21846a 100644 --- a/flock_internal_test.go +++ b/flock_internal_test.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_others.go b/flock_others.go index 18b14f1..92d0f7e 100644 --- a/flock_others.go +++ b/flock_others.go @@ -1,3 +1,8 @@ +// Copyright 2015 Tim Heckman. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. +// Use of this source code is governed by the BSD 3-Clause +// license that can be found in the LICENSE file. + //go:build (!unix && !windows) || plan9 package flock diff --git a/flock_test.go b/flock_test.go index 4f344ac..a80f60b 100644 --- a/flock_test.go +++ b/flock_test.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_unix.go b/flock_unix.go index cf8919c..42d74dc 100644 --- a/flock_unix.go +++ b/flock_unix.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_unix_fcntl.go b/flock_unix_fcntl.go index ea007b4..05c2f88 100644 --- a/flock_unix_fcntl.go +++ b/flock_unix_fcntl.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file. diff --git a/flock_windows.go b/flock_windows.go index dfd31e1..d574040 100644 --- a/flock_windows.go +++ b/flock_windows.go @@ -1,5 +1,5 @@ // Copyright 2015 Tim Heckman. All rights reserved. -// Copyright 2018-2024 The Gofrs. All rights reserved. +// Copyright 2018-2025 The Gofrs. All rights reserved. // Use of this source code is governed by the BSD 3-Clause // license that can be found in the LICENSE file.