From 8dee24bb25a4bdd647a930783afaafe8128763ee Mon Sep 17 00:00:00 2001 From: viehlieb Date: Tue, 7 Nov 2023 15:26:39 +0100 Subject: [PATCH] fix lint --- pkg/migration/20230104152903.go | 2 +- pkg/utils/slice_difference.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/migration/20230104152903.go b/pkg/migration/20230104152903.go index 8991ddd89..82747d5f4 100644 --- a/pkg/migration/20230104152903.go +++ b/pkg/migration/20230104152903.go @@ -1,5 +1,5 @@ // Vikunja is a to-do list application to facilitate your life. -// Copyright 2018-2021 Vikunja and contributors. All rights reserved. +// Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Licensee as published by diff --git a/pkg/utils/slice_difference.go b/pkg/utils/slice_difference.go index cc01fad10..68ae56bd4 100644 --- a/pkg/utils/slice_difference.go +++ b/pkg/utils/slice_difference.go @@ -1,5 +1,5 @@ // Vikunja is a to-do list application to facilitate your life. -// Copyright 2018-2021 Vikunja and contributors. All rights reserved. +// Copyright 2018-present Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public Licensee as published by