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 3b57fe663ed..e61986f86bf 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 407f3b9ac02..d749c2abc49 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 c6cc1f2fafe..33dfb7167d6 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 573c7ee798b..925dd4b0ac3 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 d2c1b38599d..6aec6c04c89 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 a3c768f5711..f816001a8f9 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 5521e0575c8..c3d43ae32ca 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 2296ad37bd0..f38cf1e3286 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 07d3e77dee8..4f2beb07114 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 4d9a46ef25d..05a2107ac10 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 19eebc6e017..8602ef08e92 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 3540b26e507..7d7158c00d3 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 989a994c555..2791c67e24c 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 bcf61e27cf5..8ac8818f4ab 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 008271e3b7d..41c48159b84 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 c99c114c115..d61cbba4523 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 ee1a294ad13..8d771356f14 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 e6ad21810bd..83ec5dd63c2 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 3ce59a08365..10322ec729f 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 01b3c9f38d5..41c8b61bdde 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 f9a56580a91..34985e58399 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 e9afdc5effd..7e3e1c4f371 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 35bd769f50e..bd2396bfcb1 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 5ed0c877288..d15134343cb 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 12f1f72cdb3..5eb00d3045b 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 28867b2186c..d183f3b9109 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 1448285fc23..7d1cb235545 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 22bc2629b58..be86a342dda 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 ae1c5ea79db..3b063b018a9 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 78e353a6265..1901cbcb666 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 f198fbb6918..e0ae26e78ae 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 5287ed4b7cc..e336652f3eb 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 40a3972bb8a..4d7fc2ebdae 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 3a05ecd0468..c1d9e385c7f 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 88acb54ac0e..20d6a0df523 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 edca9aad0ac..d18f8276543 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 8eb0590f300..e2f9e6cf079 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 dbed68745f5..9b246cc8d54 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 323c5a44f5f..950c9d6690d 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 65c1f679517..756e56c1b4a 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 1f43b43b7f2..a735ac2ed8f 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 b55390a80d1..e9ad139bad8 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 5ebb8e67b13..de374576e46 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 110a1198089..e464a137d57 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 8e525cbc5a9..e472834935e 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 9c884defd5b..312a396cc59 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 6c7faa4766e..c9bbbcacf97 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 7031a39b873..68b1afe1c82 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 92b7537f4e1..f8f3fdf408d 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 577d60ff1c1..f6990b10c9a 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 b18da771f05..fc98780c727 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 d3f96c8c61f..eeac680d84a 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 351b50f4aa0..6fa5c588390 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 b2998402625..923c8757d13 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 984c7069414..3c0207a5cba 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 0c88428f24d..ce87c5189e1 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 20564ef9109..dc770b0c16f 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 d48d60f4fbe..37469ee0486 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 1ba105fe77a..262bebe694d 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 ab3c61db83b..dca18f4ae78 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 c3c912f6351..c38a467d5ae 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 3c764e7bf6e..90842549706 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 4248f6a4f0c..de2901a352e 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 7b68de052cb..b8eae354bc6 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 6ff4c777286..cf3c8b051b9 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 2f205bb2f15..dbee61fa4f5 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 3f7d2f53321..f62d55881d1 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 1634445a187..e8664c4876b 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 a97ab9f1bd8..811ebb14f65 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 d510a768632..64ead1c1317 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 b6256316b4f..4c3e45b6bae 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 00c02d11e62..5cb24ae9cf4 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 b48586c3c34..5807e349ef4 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 0fc7fd8f6c8..4e6c1c4aca5 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 f6327017916..98e3ee65981 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 47aa7c59009..e7d43eeffc8 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 090f6d77d25..ea8cf13f7d0 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 0ff9e9bfd11..03088b66d5e 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 43c447da02c..6b4eea98cb8 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 2b1e831750e..d1d314b47b9 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 f76fe68ca83..1efcdec7256 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 d3b440b6655..15c617be169 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 a6469c81bc9..327978f2798 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 896787a8556..7e92a082705 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 af6ba540164..f46256c0a1b 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 9fb2f81f459..e976348c37e 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 203f30fdfe0..3926dee6180 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 4f9a4a304e9..198ccb7f334 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 25e626be193..e69f4c6954b 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 265e82c387f..0ba1ffd1f06 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 3c8c27dc509..6241c35d279 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 e08f89a5bd3..14e0e5d3058 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 57d008697f8..c3a35acebfc 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 7796715f311..312941f543b 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 814ef677138..29b5d532841 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 a86780248d9..bf67a396586 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 e5209340324..92010bcd49b 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 1d9c6beeda5..1a239631ad0 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 17aa6c380c0..35f0a955833 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 2c61b9099d7..2ac0e613abc 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 17553179ee8..d81952c6d01 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 6ecba1614b5..3702f6307a9 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 461104c1420..7908a73c8af 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 7736deb72c7..161999ed868 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 9bc5b54c335..b103ff59ec9 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 cd9b2915b41..1c9531d9d1d 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 d1d60355bec..54b7287321d 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 41d974c191f..ab93bdda809 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 31bddeecfef..88b2b121ad4 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 66b4e2dddac..4bf24e57438 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 5577619363d..64d0ebf7b8e 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 4b2bb6d8b87..f4e8589c3a3 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 c8820687309..270a3ede543 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 4c775eb061f..31d19b015e6 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 52d36160720..3b5a6fca16b 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 1d9f8663c6f..054193993cb 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 86855bbb42f..1cab4363ba1 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 1172d410df3..e5814b32f3b 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 3ab100e3ee6..17fea56f10b 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 a82a01a2122..1df9e29b322 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 1544b0b0d4a..b5ace7a5976 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 05826ff0435..a06d194fe82 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 c5eef8fee9b..4e8ca27cff7 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 3bc73a6b325..66802c3ef50 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 5003b1c7bf8..cfc2fe7fbb1 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 2a09ee5f6a2..fdde46d5513 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 5ee394e6f9f..5315da2ab73 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 1a7c5b6e323..6e55a28ba42 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 2e8e6cbaca1..7939f705a49 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