From 1f99238019224e40b4340c5a688194d590eedcfa Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 7 Feb 2020 17:27:45 +0100 Subject: [PATCH] Update copyright header --- go.mod | 2 +- main.go | 2 +- pkg/caldav/caldav.go | 2 +- pkg/caldav/caldav_test.go | 2 +- pkg/cmd/cmd.go | 2 +- pkg/cmd/migrate.go | 2 +- pkg/cmd/version.go | 2 +- pkg/cmd/web.go | 2 +- pkg/config/config.go | 2 +- pkg/db/db.go | 2 +- pkg/files/db.go | 2 +- pkg/files/filehandling.go | 2 +- pkg/files/files.go | 2 +- pkg/integrations/_test.go.tpl | 4 ++-- pkg/integrations/integrations.go | 2 +- pkg/integrations/link_sharing_test.go | 2 +- pkg/integrations/list_test.go | 2 +- pkg/integrations/login_test.go | 2 +- pkg/integrations/register_test.go | 2 +- pkg/integrations/task_test.go | 2 +- pkg/integrations/token_test.go | 2 +- pkg/integrations/user_change_password_test.go | 2 +- pkg/integrations/user_confirm_email_test.go | 2 +- pkg/integrations/user_list_test.go | 2 +- pkg/integrations/user_password_request_token_test.go | 2 +- pkg/integrations/user_password_reset_test.go | 2 +- pkg/integrations/user_show_test.go | 2 +- pkg/log/logging.go | 2 +- pkg/mail/mail.go | 2 +- pkg/mail/send_mail.go | 2 +- pkg/metrics/active_users.go | 2 +- pkg/metrics/metrics.go | 2 +- pkg/migration/20190324205606.go | 2 +- pkg/migration/20190328074430.go | 2 +- pkg/migration/20190430111111.go | 2 +- pkg/migration/20190511202210.go | 2 +- pkg/migration/20190514192749.go | 2 +- pkg/migration/20190524205441.go | 2 +- pkg/migration/20190718200716.go | 2 +- pkg/migration/20191008194238.go | 2 +- pkg/migration/20200120201756.go | 2 +- pkg/migration/migration.go | 2 +- pkg/models/bulk_task.go | 2 +- pkg/models/error.go | 2 +- pkg/models/label.go | 2 +- pkg/models/label_rights.go | 2 +- pkg/models/label_task.go | 2 +- pkg/models/label_task_rights.go | 2 +- pkg/models/label_test.go | 2 +- pkg/models/link_sharing_rights.go | 2 +- pkg/models/list.go | 2 +- pkg/models/list_rights.go | 2 +- pkg/models/list_team.go | 2 +- pkg/models/list_team_rights.go | 2 +- pkg/models/list_team_test.go | 2 +- pkg/models/list_test.go | 2 +- pkg/models/list_users.go | 2 +- pkg/models/list_users_rights.go | 2 +- pkg/models/list_users_rights_test.go | 2 +- pkg/models/list_users_test.go | 2 +- pkg/models/main_test.go | 2 +- pkg/models/message.go | 2 +- pkg/models/models.go | 2 +- pkg/models/namespace.go | 2 +- pkg/models/namespace_rights.go | 2 +- pkg/models/namespace_team.go | 2 +- pkg/models/namespace_team_rights.go | 2 +- pkg/models/namespace_team_rights_test.go | 2 +- pkg/models/namespace_team_test.go | 2 +- pkg/models/namespace_test.go | 2 +- pkg/models/namespace_users.go | 2 +- pkg/models/namespace_users_rights.go | 2 +- pkg/models/namespace_users_rights_test.go | 2 +- pkg/models/namespace_users_test.go | 2 +- pkg/models/rights.go | 4 ++-- pkg/models/task_assignees.go | 2 +- pkg/models/task_assignees_rights.go | 2 +- pkg/models/task_attachment.go | 2 +- pkg/models/task_attachment_rights.go | 2 +- pkg/models/task_collection_sort.go | 2 +- pkg/models/task_collection_sort_test.go | 2 +- pkg/models/task_collection_test.go | 2 +- pkg/models/tasks.go | 2 +- pkg/models/tasks_rights.go | 2 +- pkg/models/tasks_test.go | 2 +- pkg/models/team_members.go | 2 +- pkg/models/team_members_rights.go | 2 +- pkg/models/team_members_test.go | 2 +- pkg/models/teams.go | 2 +- pkg/models/teams_rights.go | 2 +- pkg/models/teams_rights_test.go | 2 +- pkg/models/teams_test.go | 2 +- pkg/models/unit_tests.go | 2 +- pkg/modules/migration/create_from_structure.go | 2 +- pkg/modules/migration/db.go | 2 +- pkg/modules/migration/handler/handler.go | 2 +- pkg/modules/migration/migration_status.go | 2 +- pkg/modules/migration/wunderlist/wunderlist.go | 2 +- pkg/modules/migration/wunderlist/wunderlist_test.go | 2 +- pkg/red/redis.go | 2 +- pkg/routes/api/v1/auth.go | 2 +- pkg/routes/api/v1/docs.go | 2 +- pkg/routes/api/v1/info.go | 2 +- pkg/routes/api/v1/link_sharing_auth.go | 2 +- pkg/routes/api/v1/list_by_namespace.go | 2 +- pkg/routes/api/v1/login.go | 2 +- pkg/routes/api/v1/task_attachment.go | 2 +- pkg/routes/api/v1/token_check.go | 2 +- pkg/routes/api/v1/user_add_update.go | 2 +- pkg/routes/api/v1/user_confirm_email.go | 2 +- pkg/routes/api/v1/user_list.go | 2 +- pkg/routes/api/v1/user_password_reset.go | 2 +- pkg/routes/api/v1/user_show.go | 2 +- pkg/routes/api/v1/user_update_password.go | 2 +- pkg/routes/caldav/handler.go | 2 +- pkg/routes/caldav/listStorageProvider.go | 2 +- pkg/routes/caldav/parsing.go | 2 +- pkg/routes/routes.go | 4 ++-- pkg/static/static.go | 2 +- pkg/static/templates.go | 2 +- pkg/static/templates_generate.go | 2 +- pkg/utils/md5_string.go | 2 +- pkg/utils/md5_string_test.go | 2 +- pkg/utils/random_string.go | 2 +- pkg/utils/random_string_test.go | 2 +- pkg/utils/sha256.go | 2 +- pkg/utils/sha256_test.go | 2 +- pkg/version/version.go | 2 +- tools.go | 2 +- 129 files changed, 132 insertions(+), 132 deletions(-) diff --git a/go.mod b/go.mod index 3b57fe663..e61986f86 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/main.go b/main.go index 407f3b9ac..d749c2abc 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/caldav/caldav.go b/pkg/caldav/caldav.go index c6cc1f2fa..33dfb7167 100644 --- a/pkg/caldav/caldav.go +++ b/pkg/caldav/caldav.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/caldav/caldav_test.go b/pkg/caldav/caldav_test.go index 573c7ee79..925dd4b0a 100644 --- a/pkg/caldav/caldav_test.go +++ b/pkg/caldav/caldav_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/cmd/cmd.go b/pkg/cmd/cmd.go index d2c1b3859..6aec6c04c 100644 --- a/pkg/cmd/cmd.go +++ b/pkg/cmd/cmd.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/cmd/migrate.go b/pkg/cmd/migrate.go index a3c768f57..f816001a8 100644 --- a/pkg/cmd/migrate.go +++ b/pkg/cmd/migrate.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 5521e0575..c3d43ae32 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/cmd/web.go b/pkg/cmd/web.go index 2296ad37b..f38cf1e32 100644 --- a/pkg/cmd/web.go +++ b/pkg/cmd/web.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/config/config.go b/pkg/config/config.go index 07d3e77de..4f2beb071 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/db/db.go b/pkg/db/db.go index 4d9a46ef2..05a2107ac 100644 --- a/pkg/db/db.go +++ b/pkg/db/db.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/files/db.go b/pkg/files/db.go index 19eebc6e0..8602ef08e 100644 --- a/pkg/files/db.go +++ b/pkg/files/db.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/files/filehandling.go b/pkg/files/filehandling.go index 3540b26e5..7d7158c00 100644 --- a/pkg/files/filehandling.go +++ b/pkg/files/filehandling.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/files/files.go b/pkg/files/files.go index 989a994c5..2791c67e2 100644 --- a/pkg/files/files.go +++ b/pkg/files/files.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/_test.go.tpl b/pkg/integrations/_test.go.tpl index bcf61e27c..8ac8818f4 100644 --- a/pkg/integrations/_test.go.tpl +++ b/pkg/integrations/_test.go.tpl @@ -1,5 +1,5 @@ -// Vikunja is a todo-list application to facilitate your life. -// Copyright 2019 Vikunja and contributors. All rights reserved. +// Vikunja is a to-do list application to facilitate your life. +// Copyright 2018-2020 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 General Public License as published by diff --git a/pkg/integrations/integrations.go b/pkg/integrations/integrations.go index 008271e3b..41c48159b 100644 --- a/pkg/integrations/integrations.go +++ b/pkg/integrations/integrations.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/link_sharing_test.go b/pkg/integrations/link_sharing_test.go index c99c114c1..d61cbba45 100644 --- a/pkg/integrations/link_sharing_test.go +++ b/pkg/integrations/link_sharing_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/list_test.go b/pkg/integrations/list_test.go index ee1a294ad..8d771356f 100644 --- a/pkg/integrations/list_test.go +++ b/pkg/integrations/list_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/login_test.go b/pkg/integrations/login_test.go index e6ad21810..83ec5dd63 100644 --- a/pkg/integrations/login_test.go +++ b/pkg/integrations/login_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/register_test.go b/pkg/integrations/register_test.go index 3ce59a083..10322ec72 100644 --- a/pkg/integrations/register_test.go +++ b/pkg/integrations/register_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/task_test.go b/pkg/integrations/task_test.go index 01b3c9f38..41c8b61bd 100644 --- a/pkg/integrations/task_test.go +++ b/pkg/integrations/task_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/token_test.go b/pkg/integrations/token_test.go index f9a56580a..34985e583 100644 --- a/pkg/integrations/token_test.go +++ b/pkg/integrations/token_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_change_password_test.go b/pkg/integrations/user_change_password_test.go index e9afdc5ef..7e3e1c4f3 100644 --- a/pkg/integrations/user_change_password_test.go +++ b/pkg/integrations/user_change_password_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_confirm_email_test.go b/pkg/integrations/user_confirm_email_test.go index 35bd769f5..bd2396bfc 100644 --- a/pkg/integrations/user_confirm_email_test.go +++ b/pkg/integrations/user_confirm_email_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_list_test.go b/pkg/integrations/user_list_test.go index 5ed0c8772..d15134343 100644 --- a/pkg/integrations/user_list_test.go +++ b/pkg/integrations/user_list_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_password_request_token_test.go b/pkg/integrations/user_password_request_token_test.go index 12f1f72cd..5eb00d304 100644 --- a/pkg/integrations/user_password_request_token_test.go +++ b/pkg/integrations/user_password_request_token_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_password_reset_test.go b/pkg/integrations/user_password_reset_test.go index 28867b218..d183f3b91 100644 --- a/pkg/integrations/user_password_reset_test.go +++ b/pkg/integrations/user_password_reset_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/integrations/user_show_test.go b/pkg/integrations/user_show_test.go index 1448285fc..7d1cb2355 100644 --- a/pkg/integrations/user_show_test.go +++ b/pkg/integrations/user_show_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/log/logging.go b/pkg/log/logging.go index 22bc2629b..be86a342d 100644 --- a/pkg/log/logging.go +++ b/pkg/log/logging.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/mail/mail.go b/pkg/mail/mail.go index ae1c5ea79..3b063b018 100644 --- a/pkg/mail/mail.go +++ b/pkg/mail/mail.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/mail/send_mail.go b/pkg/mail/send_mail.go index 78e353a62..1901cbcb6 100644 --- a/pkg/mail/send_mail.go +++ b/pkg/mail/send_mail.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/metrics/active_users.go b/pkg/metrics/active_users.go index f198fbb69..e0ae26e78 100644 --- a/pkg/metrics/active_users.go +++ b/pkg/metrics/active_users.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index 5287ed4b7..e336652f3 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190324205606.go b/pkg/migration/20190324205606.go index 40a3972bb..4d7fc2ebd 100644 --- a/pkg/migration/20190324205606.go +++ b/pkg/migration/20190324205606.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190328074430.go b/pkg/migration/20190328074430.go index 3a05ecd04..c1d9e385c 100644 --- a/pkg/migration/20190328074430.go +++ b/pkg/migration/20190328074430.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190430111111.go b/pkg/migration/20190430111111.go index 88acb54ac..20d6a0df5 100644 --- a/pkg/migration/20190430111111.go +++ b/pkg/migration/20190430111111.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190511202210.go b/pkg/migration/20190511202210.go index edca9aad0..d18f82765 100644 --- a/pkg/migration/20190511202210.go +++ b/pkg/migration/20190511202210.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190514192749.go b/pkg/migration/20190514192749.go index 8eb0590f3..e2f9e6cf0 100644 --- a/pkg/migration/20190514192749.go +++ b/pkg/migration/20190514192749.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190524205441.go b/pkg/migration/20190524205441.go index dbed68745..9b246cc8d 100644 --- a/pkg/migration/20190524205441.go +++ b/pkg/migration/20190524205441.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20190718200716.go b/pkg/migration/20190718200716.go index 323c5a44f..950c9d669 100644 --- a/pkg/migration/20190718200716.go +++ b/pkg/migration/20190718200716.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20191008194238.go b/pkg/migration/20191008194238.go index 65c1f6795..756e56c1b 100644 --- a/pkg/migration/20191008194238.go +++ b/pkg/migration/20191008194238.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/20200120201756.go b/pkg/migration/20200120201756.go index 1f43b43b7..a735ac2ed 100644 --- a/pkg/migration/20200120201756.go +++ b/pkg/migration/20200120201756.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/migration/migration.go b/pkg/migration/migration.go index b55390a80..e9ad139ba 100644 --- a/pkg/migration/migration.go +++ b/pkg/migration/migration.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/bulk_task.go b/pkg/models/bulk_task.go index 5ebb8e67b..de374576e 100644 --- a/pkg/models/bulk_task.go +++ b/pkg/models/bulk_task.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/error.go b/pkg/models/error.go index 110a11980..e464a137d 100644 --- a/pkg/models/error.go +++ b/pkg/models/error.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/label.go b/pkg/models/label.go index 8e525cbc5..e47283493 100644 --- a/pkg/models/label.go +++ b/pkg/models/label.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/label_rights.go b/pkg/models/label_rights.go index 9c884defd..312a396cc 100644 --- a/pkg/models/label_rights.go +++ b/pkg/models/label_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/label_task.go b/pkg/models/label_task.go index 6c7faa476..c9bbbcacf 100644 --- a/pkg/models/label_task.go +++ b/pkg/models/label_task.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/label_task_rights.go b/pkg/models/label_task_rights.go index 7031a39b8..68b1afe1c 100644 --- a/pkg/models/label_task_rights.go +++ b/pkg/models/label_task_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/label_test.go b/pkg/models/label_test.go index 92b7537f4..f8f3fdf40 100644 --- a/pkg/models/label_test.go +++ b/pkg/models/label_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/link_sharing_rights.go b/pkg/models/link_sharing_rights.go index 577d60ff1..f6990b10c 100644 --- a/pkg/models/link_sharing_rights.go +++ b/pkg/models/link_sharing_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list.go b/pkg/models/list.go index b18da771f..fc98780c7 100644 --- a/pkg/models/list.go +++ b/pkg/models/list.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_rights.go b/pkg/models/list_rights.go index d3f96c8c6..eeac680d8 100644 --- a/pkg/models/list_rights.go +++ b/pkg/models/list_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_team.go b/pkg/models/list_team.go index 351b50f4a..6fa5c5883 100644 --- a/pkg/models/list_team.go +++ b/pkg/models/list_team.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_team_rights.go b/pkg/models/list_team_rights.go index b29984026..923c8757d 100644 --- a/pkg/models/list_team_rights.go +++ b/pkg/models/list_team_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_team_test.go b/pkg/models/list_team_test.go index 984c70694..3c0207a5c 100644 --- a/pkg/models/list_team_test.go +++ b/pkg/models/list_team_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_test.go b/pkg/models/list_test.go index 0c88428f2..ce87c5189 100644 --- a/pkg/models/list_test.go +++ b/pkg/models/list_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_users.go b/pkg/models/list_users.go index 20564ef91..dc770b0c1 100644 --- a/pkg/models/list_users.go +++ b/pkg/models/list_users.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_users_rights.go b/pkg/models/list_users_rights.go index d48d60f4f..37469ee04 100644 --- a/pkg/models/list_users_rights.go +++ b/pkg/models/list_users_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_users_rights_test.go b/pkg/models/list_users_rights_test.go index 1ba105fe7..262bebe69 100644 --- a/pkg/models/list_users_rights_test.go +++ b/pkg/models/list_users_rights_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/list_users_test.go b/pkg/models/list_users_test.go index ab3c61db8..dca18f4ae 100644 --- a/pkg/models/list_users_test.go +++ b/pkg/models/list_users_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/main_test.go b/pkg/models/main_test.go index c3c912f63..c38a467d5 100644 --- a/pkg/models/main_test.go +++ b/pkg/models/main_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/message.go b/pkg/models/message.go index 3c764e7bf..908425497 100644 --- a/pkg/models/message.go +++ b/pkg/models/message.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/models.go b/pkg/models/models.go index 4248f6a4f..de2901a35 100644 --- a/pkg/models/models.go +++ b/pkg/models/models.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace.go b/pkg/models/namespace.go index 7b68de052..b8eae354b 100644 --- a/pkg/models/namespace.go +++ b/pkg/models/namespace.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_rights.go b/pkg/models/namespace_rights.go index 6ff4c7772..cf3c8b051 100644 --- a/pkg/models/namespace_rights.go +++ b/pkg/models/namespace_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_team.go b/pkg/models/namespace_team.go index 2f205bb2f..dbee61fa4 100644 --- a/pkg/models/namespace_team.go +++ b/pkg/models/namespace_team.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_team_rights.go b/pkg/models/namespace_team_rights.go index 3f7d2f533..f62d55881 100644 --- a/pkg/models/namespace_team_rights.go +++ b/pkg/models/namespace_team_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_team_rights_test.go b/pkg/models/namespace_team_rights_test.go index 1634445a1..e8664c487 100644 --- a/pkg/models/namespace_team_rights_test.go +++ b/pkg/models/namespace_team_rights_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_team_test.go b/pkg/models/namespace_team_test.go index a97ab9f1b..811ebb14f 100644 --- a/pkg/models/namespace_team_test.go +++ b/pkg/models/namespace_team_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_test.go b/pkg/models/namespace_test.go index d510a7686..64ead1c13 100644 --- a/pkg/models/namespace_test.go +++ b/pkg/models/namespace_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_users.go b/pkg/models/namespace_users.go index b6256316b..4c3e45b6b 100644 --- a/pkg/models/namespace_users.go +++ b/pkg/models/namespace_users.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_users_rights.go b/pkg/models/namespace_users_rights.go index 00c02d11e..5cb24ae9c 100644 --- a/pkg/models/namespace_users_rights.go +++ b/pkg/models/namespace_users_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_users_rights_test.go b/pkg/models/namespace_users_rights_test.go index b48586c3c..5807e349e 100644 --- a/pkg/models/namespace_users_rights_test.go +++ b/pkg/models/namespace_users_rights_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/namespace_users_test.go b/pkg/models/namespace_users_test.go index 0fc7fd8f6..4e6c1c4ac 100644 --- a/pkg/models/namespace_users_test.go +++ b/pkg/models/namespace_users_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/rights.go b/pkg/models/rights.go index f63270179..98e3ee659 100644 --- a/pkg/models/rights.go +++ b/pkg/models/rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify @@ -28,7 +28,7 @@ const ( const ( // Can read lists in a RightRead Right = iota - // Can write in a like lists and todo tasks. Cannot create new lists. + // Can write in a like lists and tasks. Cannot create new lists. RightWrite // Can manage a list/namespace, can do everything RightAdmin diff --git a/pkg/models/task_assignees.go b/pkg/models/task_assignees.go index 47aa7c590..e7d43eeff 100644 --- a/pkg/models/task_assignees.go +++ b/pkg/models/task_assignees.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_assignees_rights.go b/pkg/models/task_assignees_rights.go index 090f6d77d..ea8cf13f7 100644 --- a/pkg/models/task_assignees_rights.go +++ b/pkg/models/task_assignees_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_attachment.go b/pkg/models/task_attachment.go index 0ff9e9bfd..03088b66d 100644 --- a/pkg/models/task_attachment.go +++ b/pkg/models/task_attachment.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_attachment_rights.go b/pkg/models/task_attachment_rights.go index 43c447da0..6b4eea98c 100644 --- a/pkg/models/task_attachment_rights.go +++ b/pkg/models/task_attachment_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_collection_sort.go b/pkg/models/task_collection_sort.go index 2b1e83175..d1d314b47 100644 --- a/pkg/models/task_collection_sort.go +++ b/pkg/models/task_collection_sort.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_collection_sort_test.go b/pkg/models/task_collection_sort_test.go index f76fe68ca..1efcdec72 100644 --- a/pkg/models/task_collection_sort_test.go +++ b/pkg/models/task_collection_sort_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/task_collection_test.go b/pkg/models/task_collection_test.go index d3b440b66..15c617be1 100644 --- a/pkg/models/task_collection_test.go +++ b/pkg/models/task_collection_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/tasks.go b/pkg/models/tasks.go index a6469c81b..327978f27 100644 --- a/pkg/models/tasks.go +++ b/pkg/models/tasks.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/tasks_rights.go b/pkg/models/tasks_rights.go index 896787a85..7e92a0827 100644 --- a/pkg/models/tasks_rights.go +++ b/pkg/models/tasks_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/tasks_test.go b/pkg/models/tasks_test.go index af6ba5401..f46256c0a 100644 --- a/pkg/models/tasks_test.go +++ b/pkg/models/tasks_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/team_members.go b/pkg/models/team_members.go index 9fb2f81f4..e976348c3 100644 --- a/pkg/models/team_members.go +++ b/pkg/models/team_members.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/team_members_rights.go b/pkg/models/team_members_rights.go index 203f30fdf..3926dee61 100644 --- a/pkg/models/team_members_rights.go +++ b/pkg/models/team_members_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/team_members_test.go b/pkg/models/team_members_test.go index 4f9a4a304..198ccb7f3 100644 --- a/pkg/models/team_members_test.go +++ b/pkg/models/team_members_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/teams.go b/pkg/models/teams.go index 25e626be1..e69f4c695 100644 --- a/pkg/models/teams.go +++ b/pkg/models/teams.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/teams_rights.go b/pkg/models/teams_rights.go index 265e82c38..0ba1ffd1f 100644 --- a/pkg/models/teams_rights.go +++ b/pkg/models/teams_rights.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/teams_rights_test.go b/pkg/models/teams_rights_test.go index 3c8c27dc5..6241c35d2 100644 --- a/pkg/models/teams_rights_test.go +++ b/pkg/models/teams_rights_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/teams_test.go b/pkg/models/teams_test.go index e08f89a5b..14e0e5d30 100644 --- a/pkg/models/teams_test.go +++ b/pkg/models/teams_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/models/unit_tests.go b/pkg/models/unit_tests.go index 57d008697..c3a35aceb 100644 --- a/pkg/models/unit_tests.go +++ b/pkg/models/unit_tests.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/create_from_structure.go b/pkg/modules/migration/create_from_structure.go index 7796715f3..312941f54 100644 --- a/pkg/modules/migration/create_from_structure.go +++ b/pkg/modules/migration/create_from_structure.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/db.go b/pkg/modules/migration/db.go index 814ef6771..29b5d5328 100644 --- a/pkg/modules/migration/db.go +++ b/pkg/modules/migration/db.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/handler/handler.go b/pkg/modules/migration/handler/handler.go index a86780248..bf67a3965 100644 --- a/pkg/modules/migration/handler/handler.go +++ b/pkg/modules/migration/handler/handler.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/migration_status.go b/pkg/modules/migration/migration_status.go index e52093403..92010bcd4 100644 --- a/pkg/modules/migration/migration_status.go +++ b/pkg/modules/migration/migration_status.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/wunderlist/wunderlist.go b/pkg/modules/migration/wunderlist/wunderlist.go index 1d9c6beed..1a239631a 100644 --- a/pkg/modules/migration/wunderlist/wunderlist.go +++ b/pkg/modules/migration/wunderlist/wunderlist.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/modules/migration/wunderlist/wunderlist_test.go b/pkg/modules/migration/wunderlist/wunderlist_test.go index 17aa6c380..35f0a9558 100644 --- a/pkg/modules/migration/wunderlist/wunderlist_test.go +++ b/pkg/modules/migration/wunderlist/wunderlist_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/red/redis.go b/pkg/red/redis.go index 2c61b9099..2ac0e613a 100644 --- a/pkg/red/redis.go +++ b/pkg/red/redis.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/auth.go b/pkg/routes/api/v1/auth.go index 17553179e..d81952c6d 100644 --- a/pkg/routes/api/v1/auth.go +++ b/pkg/routes/api/v1/auth.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/docs.go b/pkg/routes/api/v1/docs.go index 6ecba1614..3702f6307 100644 --- a/pkg/routes/api/v1/docs.go +++ b/pkg/routes/api/v1/docs.go @@ -1,6 +1,6 @@ //lint:file-ignore ST1018 The const below is not ours -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/info.go b/pkg/routes/api/v1/info.go index 461104c14..7908a73c8 100644 --- a/pkg/routes/api/v1/info.go +++ b/pkg/routes/api/v1/info.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/link_sharing_auth.go b/pkg/routes/api/v1/link_sharing_auth.go index 7736deb72..161999ed8 100644 --- a/pkg/routes/api/v1/link_sharing_auth.go +++ b/pkg/routes/api/v1/link_sharing_auth.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/list_by_namespace.go b/pkg/routes/api/v1/list_by_namespace.go index 9bc5b54c3..b103ff59e 100644 --- a/pkg/routes/api/v1/list_by_namespace.go +++ b/pkg/routes/api/v1/list_by_namespace.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/login.go b/pkg/routes/api/v1/login.go index cd9b2915b..1c9531d9d 100644 --- a/pkg/routes/api/v1/login.go +++ b/pkg/routes/api/v1/login.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/task_attachment.go b/pkg/routes/api/v1/task_attachment.go index d1d60355b..54b728732 100644 --- a/pkg/routes/api/v1/task_attachment.go +++ b/pkg/routes/api/v1/task_attachment.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/token_check.go b/pkg/routes/api/v1/token_check.go index 41d974c19..ab93bdda8 100644 --- a/pkg/routes/api/v1/token_check.go +++ b/pkg/routes/api/v1/token_check.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_add_update.go b/pkg/routes/api/v1/user_add_update.go index 31bddeecf..88b2b121a 100644 --- a/pkg/routes/api/v1/user_add_update.go +++ b/pkg/routes/api/v1/user_add_update.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_confirm_email.go b/pkg/routes/api/v1/user_confirm_email.go index 66b4e2ddd..4bf24e574 100644 --- a/pkg/routes/api/v1/user_confirm_email.go +++ b/pkg/routes/api/v1/user_confirm_email.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_list.go b/pkg/routes/api/v1/user_list.go index 557761936..64d0ebf7b 100644 --- a/pkg/routes/api/v1/user_list.go +++ b/pkg/routes/api/v1/user_list.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_password_reset.go b/pkg/routes/api/v1/user_password_reset.go index 4b2bb6d8b..f4e8589c3 100644 --- a/pkg/routes/api/v1/user_password_reset.go +++ b/pkg/routes/api/v1/user_password_reset.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_show.go b/pkg/routes/api/v1/user_show.go index c88206873..270a3ede5 100644 --- a/pkg/routes/api/v1/user_show.go +++ b/pkg/routes/api/v1/user_show.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/api/v1/user_update_password.go b/pkg/routes/api/v1/user_update_password.go index 4c775eb06..31d19b015 100644 --- a/pkg/routes/api/v1/user_update_password.go +++ b/pkg/routes/api/v1/user_update_password.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/caldav/handler.go b/pkg/routes/caldav/handler.go index 52d361607..3b5a6fca1 100644 --- a/pkg/routes/caldav/handler.go +++ b/pkg/routes/caldav/handler.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/caldav/listStorageProvider.go b/pkg/routes/caldav/listStorageProvider.go index 1d9f8663c..054193993 100644 --- a/pkg/routes/caldav/listStorageProvider.go +++ b/pkg/routes/caldav/listStorageProvider.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/caldav/parsing.go b/pkg/routes/caldav/parsing.go index 86855bbb4..1cab4363b 100644 --- a/pkg/routes/caldav/parsing.go +++ b/pkg/routes/caldav/parsing.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/routes/routes.go b/pkg/routes/routes.go index 1172d410d..e5814b32f 100644 --- a/pkg/routes/routes.go +++ b/pkg/routes/routes.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify @@ -15,7 +15,7 @@ // along with this program. If not, see . // @title Vikunja API -// @description This is the documentation for the [Vikunja](http://vikunja.io) API. Vikunja is a cross-plattform Todo-application with a lot of features, such as sharing lists with users or teams. +// @description This is the documentation for the [Vikunja](http://vikunja.io) API. Vikunja is a cross-plattform To-do-application with a lot of features, such as sharing lists with users or teams. // @description # Pagination // @description Every endpoint capable of pagination will return two headers: diff --git a/pkg/static/static.go b/pkg/static/static.go index 3ab100e3e..17fea56f1 100644 --- a/pkg/static/static.go +++ b/pkg/static/static.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/static/templates.go b/pkg/static/templates.go index a82a01a21..1df9e29b3 100644 --- a/pkg/static/templates.go +++ b/pkg/static/templates.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/static/templates_generate.go b/pkg/static/templates_generate.go index 1544b0b0d..b5ace7a59 100644 --- a/pkg/static/templates_generate.go +++ b/pkg/static/templates_generate.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/md5_string.go b/pkg/utils/md5_string.go index 05826ff04..a06d194fe 100644 --- a/pkg/utils/md5_string.go +++ b/pkg/utils/md5_string.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/md5_string_test.go b/pkg/utils/md5_string_test.go index c5eef8fee..4e8ca27cf 100644 --- a/pkg/utils/md5_string_test.go +++ b/pkg/utils/md5_string_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/random_string.go b/pkg/utils/random_string.go index 3bc73a6b3..66802c3ef 100644 --- a/pkg/utils/random_string.go +++ b/pkg/utils/random_string.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/random_string_test.go b/pkg/utils/random_string_test.go index 5003b1c7b..cfc2fe7fb 100644 --- a/pkg/utils/random_string_test.go +++ b/pkg/utils/random_string_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/sha256.go b/pkg/utils/sha256.go index 2a09ee5f6..fdde46d55 100644 --- a/pkg/utils/sha256.go +++ b/pkg/utils/sha256.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/utils/sha256_test.go b/pkg/utils/sha256_test.go index 5ee394e6f..5315da2ab 100644 --- a/pkg/utils/sha256_test.go +++ b/pkg/utils/sha256_test.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/pkg/version/version.go b/pkg/version/version.go index 1a7c5b6e3..6e55a28ba 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify diff --git a/tools.go b/tools.go index 2e8e6cbac..7939f705a 100644 --- a/tools.go +++ b/tools.go @@ -1,4 +1,4 @@ -// Vikunja is a todo-list application to facilitate your life. +// Vikunja is a to-do list application to facilitate your life. // Copyright 2018-2020 Vikunja and contributors. All rights reserved. // // This program is free software: you can redistribute it and/or modify