Consistent copyright text in file headers #112
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/consistent-file-header"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Checklist
go mod vendor
make do-the-swag
)@ -1,18 +1,18 @@
// Vikunja is a todo-list application to facilitate your life.
// Copyright 2018 Vikunja and contributors. All rights reserved.
// Vikunja is a todo-list application to facilitate your life.
// Copyright 2019 Vikunja and contributors. All rights reserved.
The year should be either
2018
(=The year the file was created) or something like2018-2019
.Resolved
Thanks!